Pull request #185 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 659f5a409730c1aa6059f10a7d2527ba47038078+c32d12cb3f3d5bd786ac66f0af1d84994387a230 (53491650ebc6b37d4bdbac4d58501185aec18b4d) 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-ssh6645014603480845888.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh6035322517957644041.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-185/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-185/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10527984396384666580.key Verifying host key using known hosts file > 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-185/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7338439856216455872.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh17493967265556935394.key Verifying host key using known hosts file > 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-185/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-185/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1078310776684134255.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 Running on prd-ubuntu20.04-docker-8c-8g-9066 in /w/workspace/undry_device-onvif-camera_PR-185 [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-185 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/185/head:refs/remotes/origin/PR-185 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c32d12cb3f3d5bd786ac66f0af1d84994387a230 into PR head commit 659f5a409730c1aa6059f10a7d2527ba47038078 Merge succeeded, producing 659f5a409730c1aa6059f10a7d2527ba47038078 Checking out Revision 659f5a409730c1aa6059f10a7d2527ba47038078 (PR-185) Commit message: "build(deps): Bump github.com/canonical/edgex-snap-hooks/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:44:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 659f5a409730c1aa6059f10a7d2527ba47038078 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge c32d12cb3f3d5bd786ac66f0af1d84994387a230 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 659f5a409730c1aa6059f10a7d2527ba47038078 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:44:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:44:45 ========================================================= 03:44:45 EdgeX Global Pipelines Version Info 03:44:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:44:46 ------------------- 03:44:46 stable info: 03:44:46 ------------------- 03:44:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:44:46 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 03:44:46 Message: update stable to v1.0.243 03:44:46 ------------------- 03:44:46 experimental info: 03:44:46 ------------------- 03:44:46 Commited By: **** collab-it+edgex@linuxfoundation.org 03:44:46 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 03:44:46 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 03:44:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-185 [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-185 [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-185 [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 659f5a409730c1aa6059f10a7d2527ba47038078 [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 659f5a4 [Pipeline] echo 03:44:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:44:48 provisioning config files... 03:44:48 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-185@tmp/config16915449179494346807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:48 ---> docker-login.sh 03:44:48 nexus3.edgexfoundry.org:10001 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10002 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10003 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 nexus3.edgexfoundry.org:10004 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 docker.io 03:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:49 Configure a credential helper to remove this warning. See 03:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:49 03:44:49 Login Succeeded 03:44:49 ---> docker-login.sh ends [Pipeline] } 03:44:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:44:50 + git rev-list -1 --merges 659f5a409730c1aa6059f10a7d2527ba47038078~1..659f5a409730c1aa6059f10a7d2527ba47038078 [Pipeline] echo 03:44:50 -----------> git rev-list -1 --merges 659f5a409730c1aa6059f10a7d2527ba47038078~1..659f5a409730c1aa6059f10a7d2527ba47038078 659f5a409730c1aa6059f10a7d2527ba47038078 [false] [Pipeline] sh 03:44:50 + git log --format=format:%s -1 659f5a409730c1aa6059f10a7d2527ba47038078 [Pipeline] echo 03:44:50 ========================================================= 03:44:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:44:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:44:51 + git log --format=format:%s -1 659f5a409730c1aa6059f10a7d2527ba47038078 [Pipeline] echo 03:44:51 [semverPrep] GIT_COMMIT: 659f5a409730c1aa6059f10a7d2527ba47038078, Commit Message: build(deps): Bump github.com/canonical/edgex-snap-hooks/v2 [Pipeline] echo 03:44:51 [semverPrep] This is not a build commit. [Pipeline] sh 03:44:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:44:51 + grep -v github /etc/ssh/ssh_known_hosts 03:44:51 + [ -e /tmp/ssh_known_hosts ] 03:44:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:44:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:44:51 + sudo tee -a /etc/ssh/ssh_known_hosts 03:44:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:44:52 03:44:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:44:52 0.1.4: Pulling from edgex-devops/py-git-semver 03:44:52 b85a868b505f: Pulling fs layer 03:44:52 e2be974225ed: Pulling fs layer 03:44:52 339a4e72a1f5: Pulling fs layer 03:44:52 988bab9f4d93: Pulling fs layer 03:44:52 1469e6f7b9e6: Pulling fs layer 03:44:52 eaf3925da568: Pulling fs layer 03:44:52 bab4dde63d76: Pulling fs layer 03:44:52 bde34c3a00c8: Pulling fs layer 03:44:52 b352a97aabf1: Pulling fs layer 03:44:52 4872d77fe225: Pulling fs layer 03:44:52 5851b861e8e6: Pulling fs layer 03:44:52 bde34c3a00c8: Waiting 03:44:52 1469e6f7b9e6: Waiting 03:44:52 eaf3925da568: Waiting 03:44:52 bab4dde63d76: Waiting 03:44:52 b352a97aabf1: Waiting 03:44:52 4872d77fe225: Waiting 03:44:52 5851b861e8e6: Waiting 03:44:52 e2be974225ed: Verifying Checksum 03:44:52 e2be974225ed: Download complete 03:44:52 988bab9f4d93: Verifying Checksum 03:44:52 988bab9f4d93: Download complete 03:44:52 1469e6f7b9e6: Verifying Checksum 03:44:52 1469e6f7b9e6: Download complete 03:44:52 eaf3925da568: Download complete 03:44:52 339a4e72a1f5: Verifying Checksum 03:44:52 339a4e72a1f5: Download complete 03:44:52 bde34c3a00c8: Verifying Checksum 03:44:52 bde34c3a00c8: Download complete 03:44:52 b352a97aabf1: Download complete 03:44:52 4872d77fe225: Download complete 03:44:52 5851b861e8e6: Verifying Checksum 03:44:52 5851b861e8e6: Download complete 03:44:52 b85a868b505f: Verifying Checksum 03:44:52 b85a868b505f: Download complete 03:44:53 bab4dde63d76: Verifying Checksum 03:44:53 bab4dde63d76: Download complete 03:44:54 b85a868b505f: Pull complete 03:44:54 e2be974225ed: Pull complete 03:44:54 339a4e72a1f5: Pull complete 03:44:54 988bab9f4d93: Pull complete 03:44:55 1469e6f7b9e6: Pull complete 03:44:55 eaf3925da568: Pull complete 03:44:57 bab4dde63d76: Pull complete 03:44:57 bde34c3a00c8: Pull complete 03:44:57 b352a97aabf1: Pull complete 03:44:57 4872d77fe225: Pull complete 03:44:57 5851b861e8e6: Pull complete 03:44:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:44:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:44:57 prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container 03:44:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-185 -v /w/workspace/undry_device-onvif-camera_PR-185:/w/workspace/undry_device-onvif-camera_PR-185:rw,z -v /w/workspace/undry_device-onvif-camera_PR-185@tmp:/w/workspace/undry_device-onvif-camera_PR-185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:44:59 $ docker top dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c -eo pid,comm 03:44:59 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). 03:44:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:00 [ssh-agent] Looking for ssh-agent implementation... 03:45:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:00 $ docker exec dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c ssh-agent 03:45:00 SSH_AUTH_SOCK=/tmp/ssh-7LWPPymSuSII/agent.33 03:45:00 SSH_AGENT_PID=39 03:45:00 Running ssh-add (command line suppressed) 03:45:00 Identity added: /w/workspace/undry_device-onvif-camera_PR-185@tmp/private_key_9710983538296767066.key (/w/workspace/undry_device-onvif-camera_PR-185@tmp/private_key_9710983538296767066.key) 03:45:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:00 + git tag --points-at HEAD [Pipeline] } 03:45:00 $ docker exec --env ******** --env ******** dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c ssh-agent -k 03:45:00 unset SSH_AUTH_SOCK; 03:45:00 unset SSH_AGENT_PID; 03:45:00 echo Agent pid 39 killed; 03:45:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:45:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:01 [ssh-agent] Looking for ssh-agent implementation... 03:45:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:01 $ docker exec dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c ssh-agent 03:45:01 SSH_AUTH_SOCK=/tmp/ssh-kPe6WDeVGOrh/agent.71 03:45:01 SSH_AGENT_PID=77 03:45:01 Running ssh-add (command line suppressed) 03:45:01 Identity added: /w/workspace/undry_device-onvif-camera_PR-185@tmp/private_key_271803432687188719.key (/w/workspace/undry_device-onvif-camera_PR-185@tmp/private_key_271803432687188719.key) 03:45:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:01 + git semver init 03:45:01 2022-10-24 03:45:01,896 [run_init] DEBUG init version:0.0.0 force:False 03:45:01 2022-10-24 03:45:01,897 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-185/.semver 03:45:01 2022-10-24 03:45:01,897 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-185/.semver 03:45:01 2022-10-24 03:45:01,897 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-185/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-185, universal_newlines=False, shell=None, istream=None) 03:45:03 2022-10-24 03:45:03,106 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-185/.git/info/exclude 03:45:03 2022-10-24 03:45:03,106 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-185/.semver/PR-185 with force:False 03:45:03 2022-10-24 03:45:03,106 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-185/.semver/PR-185 03:45:03 2022-10-24 03:45:03,110 [execute] INFO git cat-file --batch-check 03:45:03 2022-10-24 03:45:03,111 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-185/.semver, universal_newlines=False, shell=None, istream=) 03:45:03 2022-10-24 03:45:03,116 [execute] INFO git cat-file --batch 03:45:03 2022-10-24 03:45:03,117 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-185/.semver, universal_newlines=False, shell=None, istream=) 03:45:03 2022-10-24 03:45:03,121 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-185/.semver/PR-185 03:45:03 0.0.0 [Pipeline] } 03:45:03 $ docker exec --env ******** --env ******** dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c ssh-agent -k 03:45:03 unset SSH_AUTH_SOCK; 03:45:03 unset SSH_AGENT_PID; 03:45:03 echo Agent pid 77 killed; 03:45:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:03 + git semver [Pipeline] } 03:45:04 $ docker stop --time=1 dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c 03:45:05 $ docker rm -f dbac4b743e8e6d7cc9e7a0dfd0230bfd546ee9f11fcaf46c1fb1de4d87ec019c [Pipeline] // withDockerContainer [Pipeline] sh 03:45:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:45:06 Stashed 1 file(s) [Pipeline] echo 03:45:06 [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 03:45:06 provisioning config files... 03:45:06 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-185@tmp/config16999485110899729881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:45:07 ---> docker-login.sh 03:45:07 nexus3.edgexfoundry.org:10001 03:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:07 Configure a credential helper to remove this warning. See 03:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:07 03:45:07 Login Succeeded 03:45:07 nexus3.edgexfoundry.org:10002 03:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:07 Configure a credential helper to remove this warning. See 03:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:07 03:45:07 Login Succeeded 03:45:07 nexus3.edgexfoundry.org:10003 03:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:07 Configure a credential helper to remove this warning. See 03:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:07 03:45:07 Login Succeeded 03:45:07 nexus3.edgexfoundry.org:10004 03:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:07 Configure a credential helper to remove this warning. See 03:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:07 03:45:07 Login Succeeded 03:45:07 docker.io 03:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:07 Configure a credential helper to remove this warning. See 03:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:07 03:45:07 Login Succeeded 03:45:07 ---> docker-login.sh ends [Pipeline] } 03:45:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:45:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:45:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:45:08 ========================================================= 03:45:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 03:45:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:08 + 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 . 03:45:08 Sending build context to Docker daemon 21.43MB 03:45:08 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 03:45:08 Step 2/14 : FROM ${BASE} AS builder 03:45:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 03:45:08 213ec9aee27d: Pulling fs layer 03:45:08 4583459ba037: Pulling fs layer 03:45:08 93c1e223e6f2: Pulling fs layer 03:45:08 53926ce57604: Pulling fs layer 03:45:08 21b2b0c7a3f4: Pulling fs layer 03:45:08 30f14e443154: Pulling fs layer 03:45:08 801331c1e519: Pulling fs layer 03:45:08 99cc6dd402b0: Pulling fs layer 03:45:08 7d9ed39f4882: Pulling fs layer 03:45:08 801331c1e519: Waiting 03:45:08 53926ce57604: Waiting 03:45:08 21b2b0c7a3f4: Waiting 03:45:08 93c1e223e6f2: Verifying Checksum 03:45:08 93c1e223e6f2: Download complete 03:45:08 4583459ba037: Verifying Checksum 03:45:08 4583459ba037: Download complete 03:45:08 21b2b0c7a3f4: Verifying Checksum 03:45:08 21b2b0c7a3f4: Download complete 03:45:08 30f14e443154: Download complete 03:45:08 213ec9aee27d: Verifying Checksum 03:45:08 213ec9aee27d: Download complete 03:45:08 801331c1e519: Verifying Checksum 03:45:08 801331c1e519: Download complete 03:45:09 213ec9aee27d: Pull complete 03:45:09 4583459ba037: Pull complete 03:45:09 93c1e223e6f2: Pull complete 03:45:09 7d9ed39f4882: Verifying Checksum 03:45:09 7d9ed39f4882: Download complete 03:45:09 99cc6dd402b0: Verifying Checksum 03:45:09 99cc6dd402b0: Download complete 03:45:09 53926ce57604: Verifying Checksum 03:45:09 53926ce57604: Download complete 03:45:13 53926ce57604: Pull complete 03:45:13 21b2b0c7a3f4: Pull complete 03:45:13 30f14e443154: Pull complete 03:45:13 801331c1e519: Pull complete 03:45:15 99cc6dd402b0: Pull complete 03:45:16 7d9ed39f4882: Pull complete 03:45:16 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 03:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:45:16 ---> 1dedd983c030 03:45:16 Step 3/14 : ARG ADD_BUILD_TAGS="" 03:45:20 ---> Running in ff53eab27c92 03:45:20 Removing intermediate container ff53eab27c92 03:45:20 ---> ae2c7a8cbce9 03:45:20 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:45:20 ---> Running in 981262d58099 03:45:20 Removing intermediate container 981262d58099 03:45:20 ---> 24c553bf8662 03:45:20 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 03:45:20 ---> Running in 2a2225190399 03:45:20 Removing intermediate container 2a2225190399 03:45:20 ---> 5be24d44dbbd 03:45:20 Step 6/14 : ARG ALPINE_PKG_EXTRA="" 03:45:20 ---> Running in a2821144b6fd 03:45:20 Removing intermediate container a2821144b6fd 03:45:20 ---> 23efb79b30e1 03:45:20 Step 7/14 : LABEL Name=edgex-device-onvif-camera 03:45:20 ---> Running in 6a2b4794455d 03:45:20 Removing intermediate container 6a2b4794455d 03:45:20 ---> 14fa9dbc348d 03:45:20 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:20 ---> Running in 7e39a48c5733 03:45:21 Removing intermediate container 7e39a48c5733 03:45:21 ---> 29c87c37c4d9 03:45:21 Step 9/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:45:21 ---> Running in 33c47caf3b66 03:45:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:45:21 Still waiting to schedule task 03:45:21 ‘prd-centos7-blackbox-4c-2g-8824’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:45:21 ‘prd-centos7-blackbox-4c-2g-8825’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:45:21 ‘prd-ubuntu20.04-docker-8c-8g-9068’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:45:21 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9070’ is offline 03:45:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:45:22 OK: 211 MiB in 51 packages 03:45:22 Removing intermediate container 33c47caf3b66 03:45:22 ---> bee3f1016082 03:45:22 Step 10/14 : WORKDIR /device-onvif-camera 03:45:22 ---> Running in 7d3adee5d0b5 03:45:22 Removing intermediate container 7d3adee5d0b5 03:45:22 ---> 3f09ee01c033 03:45:22 Step 11/14 : COPY go.mod vendor* ./ 03:45:22 ---> d091d047deb7 03:45:22 Step 12/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:45:23 ---> Running in 3724235f1bfb 03:45:45 Removing intermediate container 3724235f1bfb 03:45:45 ---> e1c9c8275a38 03:45:45 Step 13/14 : COPY . . 03:45:45 ---> 414cd773f329 03:45:45 Step 14/14 : RUN ${MAKE} 03:45:45 ---> Running in 410e4688b654 03:45:45 noop 03:45:45 Removing intermediate container 410e4688b654 03:45:45 ---> 9d8f043be1af 03:45:45 Successfully built 9d8f043be1af 03:45:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:45 + docker inspect -f . ci-base-image-x86_64 03:45:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:45 prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container 03:45:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-185 -v /w/workspace/undry_device-onvif-camera_PR-185:/w/workspace/undry_device-onvif-camera_PR-185:rw,z -v /w/workspace/undry_device-onvif-camera_PR-185@tmp:/w/workspace/undry_device-onvif-camera_PR-185@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 ******** ci-base-image-x86_64 cat 03:45:46 $ docker top 491a42d41c4e91de4d2dc5545b38d08b0d97c805a7a6a877d9a370e357707ed1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:46 + go version 03:45:46 go version go1.18.7 linux/amd64 [Pipeline] } 03:45:46 $ docker stop --time=1 491a42d41c4e91de4d2dc5545b38d08b0d97c805a7a6a877d9a370e357707ed1 03:45:47 $ docker rm -f 491a42d41c4e91de4d2dc5545b38d08b0d97c805a7a6a877d9a370e357707ed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:48 + docker inspect -f . ci-base-image-x86_64 03:45:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:48 prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container 03:45:48 $ 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-185 -v /w/workspace/undry_device-onvif-camera_PR-185:/w/workspace/undry_device-onvif-camera_PR-185:rw,z -v /w/workspace/undry_device-onvif-camera_PR-185@tmp:/w/workspace/undry_device-onvif-camera_PR-185@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 ******** ci-base-image-x86_64 cat 03:45:49 $ docker top 4e569e20f2395e2a5e7c4cb2b40cc50f1acabe7849bd38985780547d2e622113 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:49 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-185 [Pipeline] fileExists [Pipeline] sh 03:45:49 + make test 03:45:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:45:50 ? github.com/edgexfoundry/device-onvif-camera [no test files] 03:46:02 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 03:46:02 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.035s coverage: 28.2% of statements 03:46:02 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 03:46:02 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.543s coverage: 86.5% of statements 03:46:10 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 03:46:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:46:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:46:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:46:15 ./bin/test-attribution-txt.sh [Pipeline] echo 03:46:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:46:15 $ docker stop --time=1 4e569e20f2395e2a5e7c4cb2b40cc50f1acabe7849bd38985780547d2e622113 03:46:17 $ docker rm -f 4e569e20f2395e2a5e7c4cb2b40cc50f1acabe7849bd38985780547d2e622113 [Pipeline] // withDockerContainer [Pipeline] sh 03:46:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:46:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:46:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:46:19 + ls -al . 03:46:19 total 236 03:46:19 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 03:45 . 03:46:19 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:44 .. 03:46:19 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 03:46 .git 03:46:19 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 03:44 .github 03:46:19 -rw-rw-r-- 1 jenkins jenkins 496 Oct 24 03:44 .gitignore 03:46:19 -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 03:44 .golangci.yml 03:46:19 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 03:45 .semver 03:46:19 -rw-rw-r-- 1 jenkins jenkins 9739 Oct 24 03:44 Attribution.txt 03:46:19 -rw-rw-r-- 1 jenkins jenkins 1498 Oct 24 03:44 CHANGELOG.md 03:46:19 -rw-rw-r-- 1 jenkins jenkins 1726 Oct 24 03:44 Dockerfile 03:46:19 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 03:44 GOVERNANCE.md 03:46:19 -rw-rw-r-- 1 jenkins jenkins 734 Oct 24 03:44 Jenkinsfile 03:46:19 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 24 03:44 LICENSE 03:46:19 -rw-rw-r-- 1 jenkins jenkins 2858 Oct 24 03:44 Makefile 03:46:19 -rw-rw-r-- 1 jenkins jenkins 625 Oct 24 03:44 OWNERS.md 03:46:19 -rw-rw-r-- 1 jenkins jenkins 6595 Oct 24 03:44 README.md 03:46:19 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 03:45 VERSION 03:46:19 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 03:44 bin 03:46:19 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 03:44 cmd 03:46:19 -rw-r--r-- 1 jenkins jenkins 78636 Oct 24 03:46 coverage.out 03:46:19 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 03:44 doc 03:46:19 -rw-rw-r-- 1 jenkins jenkins 3747 Oct 24 03:44 go.mod 03:46:19 -rw-rw-r-- 1 jenkins jenkins 39691 Oct 24 03:44 go.sum 03:46:19 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:44 internal 03:46:19 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:44 snap 03:46:19 -rw-rw-r-- 1 jenkins jenkins 236 Oct 24 03:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:19 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=659f5a409730c1aa6059f10a7d2527ba47038078 --label arch=amd64 --label version=0.0.0 . 03:46:19 Sending build context to Docker daemon 21.51MB 03:46:19 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 03:46:19 Step 2/27 : FROM ${BASE} AS builder 03:46:19 ---> 9d8f043be1af 03:46:19 Step 3/27 : ARG ADD_BUILD_TAGS="" 03:46:19 ---> Running in b8d4cb4e18e5 03:46:19 Removing intermediate container b8d4cb4e18e5 03:46:19 ---> c2358914914b 03:46:19 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:46:19 ---> Running in 79fe994c0e33 03:46:20 Removing intermediate container 79fe994c0e33 03:46:20 ---> 3cf640db24f0 03:46:20 Step 5/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 03:46:20 ---> Running in aafdea461845 03:46:20 Removing intermediate container aafdea461845 03:46:20 ---> 4d5fee15c470 03:46:20 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 03:46:20 ---> Running in 10f3a3e44091 03:46:20 Removing intermediate container 10f3a3e44091 03:46:20 ---> 85236dd37135 03:46:20 Step 7/27 : LABEL Name=edgex-device-onvif-camera 03:46:20 ---> Running in 62bd201b55e7 03:46:20 Removing intermediate container 62bd201b55e7 03:46:20 ---> 7975e67a8e5f 03:46:20 Step 8/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:20 ---> Running in 9a38b7611e6d 03:46:20 Removing intermediate container 9a38b7611e6d 03:46:20 ---> 406b12efa4b0 03:46:20 Step 9/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:46:20 ---> Running in 12064ad223c6 03:46:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:46:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:46:22 OK: 211 MiB in 51 packages 03:46:23 Removing intermediate container 12064ad223c6 03:46:23 ---> c9bf5325e29c 03:46:23 Step 10/27 : WORKDIR /device-onvif-camera 03:46:23 ---> Running in 4b379372fa20 03:46:23 Removing intermediate container 4b379372fa20 03:46:23 ---> c1b251e1dd4e 03:46:23 Step 11/27 : COPY go.mod vendor* ./ 03:46:23 ---> 4e1e8e134af4 03:46:23 Step 12/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:46:23 ---> Running in 50ff64fd5890 03:46:23 Removing intermediate container 50ff64fd5890 03:46:23 ---> 7eafaa112d30 03:46:23 Step 13/27 : COPY . . 03:46:24 ---> bc2e864229d6 03:46:24 Step 14/27 : RUN ${MAKE} 03:46:24 ---> Running in 2fd5c78f435d 03:46:25 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.30" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 03:46:51 Removing intermediate container 2fd5c78f435d 03:46:51 ---> 7bc8a1b10fa5 03:46:51 Step 15/27 : FROM alpine:3.16 03:46:51 3.16: Pulling from library/alpine 03:46:51 213ec9aee27d: Already exists 03:46:51 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 03:46:51 Status: Downloaded newer image for alpine:3.16 03:46:51 ---> 9c6f07244728 03:46:51 Step 16/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 03:46:51 ---> Running in b215206fc23b 03:46:51 Removing intermediate container b215206fc23b 03:46:51 ---> a5771fa18962 03:46:51 Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init 03:46:51 ---> Running in 1ca82443fc68 03:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:46:51 (1/6) Installing dumb-init (1.2.5-r1) 03:46:51 (2/6) Installing libgcc (11.2.1_git20220219-r2) 03:46:51 (3/6) Installing libsodium (1.0.18-r0) 03:46:51 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 03:46:51 (5/6) Installing libzmq (4.3.4-r0) 03:46:51 (6/6) Installing zeromq (4.3.4-r0) 03:46:51 Executing busybox-1.35.0-r17.trigger 03:46:51 OK: 8 MiB in 20 packages 03:46:51 Removing intermediate container 1ca82443fc68 03:46:51 ---> 71c10846e470 03:46:51 Step 18/27 : WORKDIR / 03:46:51 ---> Running in 2ea9e9977f0e 03:46:51 Removing intermediate container 2ea9e9977f0e 03:46:51 ---> 47bb7b5c2151 03:46:51 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 03:46:51 ---> c99e6a953c3f 03:46:51 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 03:46:51 ---> fa49d506c30b 03:46:51 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 03:46:51 ---> fcf6b70f9066 03:46:51 Step 22/27 : EXPOSE 59984 03:46:51 ---> Running in de1a45da7f55 03:46:51 Removing intermediate container de1a45da7f55 03:46:51 ---> ec6343316638 03:46:51 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 03:46:51 ---> Running in 846e702c11c2 03:46:51 Removing intermediate container 846e702c11c2 03:46:51 ---> ba8af94456a3 03:46:51 Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:46:51 ---> Running in dc5fe2685d9c 03:46:51 Removing intermediate container dc5fe2685d9c 03:46:51 ---> 82c28b27474c 03:46:51 Step 25/27 : LABEL arch=amd64 03:46:51 ---> Running in 0c04dca58944 03:46:51 Removing intermediate container 0c04dca58944 03:46:51 ---> e680a01d160c 03:46:51 Step 26/27 : LABEL git_sha=659f5a409730c1aa6059f10a7d2527ba47038078 03:46:51 ---> Running in 4d0c14ca24b1 03:46:51 Removing intermediate container 4d0c14ca24b1 03:46:51 ---> 3c81eef0ab66 03:46:51 Step 27/27 : LABEL version=0.0.0 03:46:51 ---> Running in ec8b9388bf98 03:46:51 Removing intermediate container ec8b9388bf98 03:46:51 ---> 27d47d5a65d3 03:46:51 [Warning] One or more build-args [ARCH] were not consumed 03:46:51 Successfully built 27d47d5a65d3 03:46:51 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:52 03:46:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:46:53 latest: Pulling from edgex-lftools-log-publisher 03:46:53 5eb5b503b376: Pulling fs layer 03:46:53 5c69ac0246d0: Pulling fs layer 03:46:53 ec43610c2a17: Pulling fs layer 03:46:53 3a2ae6a8a46f: Pulling fs layer 03:46:53 33b1e0a273af: Pulling fs layer 03:46:53 5d3b04190fa2: Pulling fs layer 03:46:53 2f39f015ded8: Pulling fs layer 03:46:53 33b1e0a273af: Waiting 03:46:53 2f39f015ded8: Waiting 03:46:53 5d3b04190fa2: Waiting 03:46:53 3a2ae6a8a46f: Waiting 03:46:53 5c69ac0246d0: Download complete 03:46:53 3a2ae6a8a46f: Verifying Checksum 03:46:53 3a2ae6a8a46f: Download complete 03:46:53 ec43610c2a17: Verifying Checksum 03:46:53 ec43610c2a17: Download complete 03:46:53 33b1e0a273af: Verifying Checksum 03:46:53 33b1e0a273af: Download complete 03:46:53 5d3b04190fa2: Verifying Checksum 03:46:53 5d3b04190fa2: Download complete 03:46:53 5eb5b503b376: Verifying Checksum 03:46:53 5eb5b503b376: Download complete 03:46:53 2f39f015ded8: Download complete 03:46:54 5eb5b503b376: Pull complete 03:46:54 5c69ac0246d0: Pull complete 03:46:55 ec43610c2a17: Pull complete 03:46:55 3a2ae6a8a46f: Pull complete 03:46:55 33b1e0a273af: Pull complete 03:46:55 5d3b04190fa2: Pull complete 03:47:00 2f39f015ded8: Pull complete 03:47:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:47:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:47:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:01 prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container 03:47:01 $ 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-185 -v /w/workspace/undry_device-onvif-camera_PR-185:/w/workspace/undry_device-onvif-camera_PR-185:rw,z -v /w/workspace/undry_device-onvif-camera_PR-185@tmp:/w/workspace/undry_device-onvif-camera_PR-185@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 03:47:03 $ docker top e5434be59bf58e728fe664343311792ed50b5832da0e4d51c1e9ff888d0ee858 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:04 ---> job-cost.sh 03:47:04 lf-activate-venv: SKIPPING 03:47:04 INFO: No Stack... 03:47:04 INFO: Retrieving Pricing Info for: v3-standard-8 03:47:05 INFO: Archiving Costs [Pipeline] sh 03:47:05 + cat /w/workspace/undry_device-onvif-camera_PR-185/archives/cost.csv 03:47:05 + cut -d, -f6 [Pipeline] lock 03:47:05 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] 03:47:05 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] did not exist. Created. 03:47:05 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:47:05 + echo total: 0.2199999988079071 [Pipeline] stash 03:47:06 Stashed 1 file(s) [Pipeline] } 03:47:06 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:47:06 $ docker stop --time=1 e5434be59bf58e728fe664343311792ed50b5832da0e4d51c1e9ff888d0ee858 03:47:07 $ docker rm -f e5434be59bf58e728fe664343311792ed50b5832da0e4d51c1e9ff888d0ee858 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:50:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9138 in /w/workspace/undry_device-onvif-camera_PR-185 [Pipeline] { [Pipeline] ws 03:50:56 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 03:50:56 The recommended git tool is: git 03:51:02 using credential edgex-jenkins-ssh 03:51:02 Cloning the remote Git repository 03:51:02 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 03:51:02 > git init /w/workspace/device-onvif-camera/1 # timeout=10 03:51:02 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 03:51:02 > git --version # timeout=10 03:51:03 > git --version # 'git version 2.25.1' 03:51:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:03 Verifying host key using known hosts file 03:51:03 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 03:51:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:04 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 03:51:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:06 Merging remotes/origin/main commit c32d12cb3f3d5bd786ac66f0af1d84994387a230 into PR head commit 659f5a409730c1aa6059f10a7d2527ba47038078 03:51:06 Merge succeeded, producing 659f5a409730c1aa6059f10a7d2527ba47038078 03:51:06 Checking out Revision 659f5a409730c1aa6059f10a7d2527ba47038078 (PR-185) 03:51:05 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 03:51:05 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 03:51:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:05 Verifying host key using known hosts file 03:51:05 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 03:51:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/185/head:refs/remotes/origin/PR-185 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:51:06 > git config core.sparsecheckout # timeout=10 03:51:06 > git checkout -f 659f5a409730c1aa6059f10a7d2527ba47038078 # timeout=10 03:51:06 > git remote # timeout=10 03:51:06 > git config --get remote.origin.url # timeout=10 03:51:06 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:06 Verifying host key using known hosts file 03:51:06 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 03:51:06 > git merge c32d12cb3f3d5bd786ac66f0af1d84994387a230 # timeout=10 03:51:06 > git rev-parse HEAD^{commit} # timeout=10 03:51:06 > git config core.sparsecheckout # timeout=10 03:51:06 > git checkout -f 659f5a409730c1aa6059f10a7d2527ba47038078 # timeout=10 03:51:07 Commit message: "build(deps): Bump github.com/canonical/edgex-snap-hooks/v2" 03:51:07 > git --version # timeout=10 03:51:07 > git --version # 'git version 2.25.1' 03:51:07 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:51:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:51:08 % Total % Received % Xferd Average Speed Time Time Time Current 03:51:08 Dload Upload Total Spent Left Speed 03:51:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 219k 0 --:--:-- --:--:-- --:--:-- 219k [Pipeline] sh 03:51:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:51:09 + sudo tee /etc/docker/daemon.new 03:51:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:51:09 { 03:51:09 "registry-mirrors": [ 03:51:09 "https://nexus3.edgexfoundry.org:10001" 03:51:09 ], 03:51:09 "bip": "10.250.0.254/24", 03:51:09 "hosts": [ 03:51:09 "tcp://0.0.0.0:5555", 03:51:09 "unix:///var/run/docker.sock" 03:51:09 ], 03:51:09 "mtu": 1458, 03:51:09 "selinux-enabled": true, 03:51:09 "seccomp-profile": "/etc/docker/seccomp.json" 03:51:09 } [Pipeline] sh 03:51:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:51:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:28 provisioning config files... 03:51:28 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config3691316718993070052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:51:29 ---> docker-login.sh 03:51:29 nexus3.edgexfoundry.org:10001 03:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:51:29 Configure a credential helper to remove this warning. See 03:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:51:29 03:51:29 Login Succeeded 03:51:29 nexus3.edgexfoundry.org:10002 03:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 nexus3.edgexfoundry.org:10003 03:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 nexus3.edgexfoundry.org:10004 03:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 docker.io 03:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:51:31 Configure a credential helper to remove this warning. See 03:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:51:31 03:51:31 Login Succeeded 03:51:31 ---> docker-login.sh ends [Pipeline] } 03:51:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:51:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:51:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:51:32 ========================================================= 03:51:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:51:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:32 + 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 . 03:51:33 Sending build context to Docker daemon 14.75MB 03:51:33 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 03:51:33 Step 2/14 : FROM ${BASE} AS builder 03:51:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:51:33 9b18e9b68314: Pulling fs layer 03:51:33 d32db5db7311: Pulling fs layer 03:51:33 d0c4b47475fc: Pulling fs layer 03:51:33 5831b945b038: Pulling fs layer 03:51:33 86bbec2aaacd: Pulling fs layer 03:51:33 e10730c5d714: Pulling fs layer 03:51:33 5dd5c2283517: Pulling fs layer 03:51:33 d5ac0230b979: Pulling fs layer 03:51:33 5831b945b038: Waiting 03:51:33 e10730c5d714: Waiting 03:51:33 86bbec2aaacd: Waiting 03:51:33 5dd5c2283517: Waiting 03:51:33 d5ac0230b979: Waiting 03:51:33 d0c4b47475fc: Verifying Checksum 03:51:33 d0c4b47475fc: Download complete 03:51:33 d32db5db7311: Verifying Checksum 03:51:33 d32db5db7311: Download complete 03:51:33 86bbec2aaacd: Verifying Checksum 03:51:33 86bbec2aaacd: Download complete 03:51:33 e10730c5d714: Verifying Checksum 03:51:33 e10730c5d714: Download complete 03:51:33 9b18e9b68314: Verifying Checksum 03:51:33 9b18e9b68314: Download complete 03:51:34 9b18e9b68314: Pull complete 03:51:35 d5ac0230b979: Verifying Checksum 03:51:35 d5ac0230b979: Download complete 03:51:35 d32db5db7311: Pull complete 03:51:35 d0c4b47475fc: Pull complete 03:51:36 5dd5c2283517: Verifying Checksum 03:51:36 5dd5c2283517: Download complete 03:51:36 5831b945b038: Verifying Checksum 03:51:36 5831b945b038: Download complete 03:51:51 5831b945b038: Pull complete 03:51:51 86bbec2aaacd: Pull complete 03:51:51 e10730c5d714: Pull complete 03:51:57 5dd5c2283517: Pull complete 03:51:58 d5ac0230b979: Pull complete 03:51:58 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 03:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:51:58 ---> 59b3b1a385d4 03:51:58 Step 3/14 : ARG ADD_BUILD_TAGS="" 03:52:00 ---> Running in 21f4fe910239 03:52:01 Removing intermediate container 21f4fe910239 03:52:01 ---> 22cf2790acfa 03:52:01 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:52:01 ---> Running in d9dfb57ad018 03:52:01 Removing intermediate container d9dfb57ad018 03:52:01 ---> 3744445ddba8 03:52:01 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 03:52:01 ---> Running in 992bceb33a13 03:52:02 Removing intermediate container 992bceb33a13 03:52:02 ---> 561c1e1a7f2d 03:52:02 Step 6/14 : ARG ALPINE_PKG_EXTRA="" 03:52:02 ---> Running in a3793fc0d5d9 03:52:02 Removing intermediate container a3793fc0d5d9 03:52:02 ---> b78ced384504 03:52:02 Step 7/14 : LABEL Name=edgex-device-onvif-camera 03:52:02 ---> Running in 9dd84d56a6f6 03:52:03 Removing intermediate container 9dd84d56a6f6 03:52:03 ---> 1b744576577d 03:52:03 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:52:03 ---> Running in 440d9bb20546 03:52:05 Removing intermediate container 440d9bb20546 03:52:05 ---> 36e52176efe0 03:52:05 Step 9/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:52:05 ---> Running in 7142bafde1d9 03:52:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:52:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:52:08 OK: 221 MiB in 51 packages 03:52:09 Removing intermediate container 7142bafde1d9 03:52:09 ---> 6360e219a5ed 03:52:09 Step 10/14 : WORKDIR /device-onvif-camera 03:52:09 ---> Running in d36c0acc8178 03:52:09 Removing intermediate container d36c0acc8178 03:52:09 ---> 2377709238a0 03:52:09 Step 11/14 : COPY go.mod vendor* ./ 03:52:10 ---> 906879a0e7a0 03:52:10 Step 12/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:10 ---> Running in dc10c662fa4c 03:53:06 Removing intermediate container dc10c662fa4c 03:53:06 ---> 65fa55b26056 03:53:06 Step 13/14 : COPY . . 03:53:06 ---> 0ebdb0e09596 03:53:06 Step 14/14 : RUN ${MAKE} 03:53:06 ---> Running in f389d890558a 03:53:06 noop 03:53:06 Removing intermediate container f389d890558a 03:53:06 ---> d42d8fcd5178 03:53:06 Successfully built d42d8fcd5178 03:53:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:07 + docker inspect -f . ci-base-image-arm64 03:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:07 prd-ubuntu20.04-docker-arm64-4c-16g-9138 does not seem to be running inside a container 03:53:07 $ 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 03:53:08 $ docker top ad870ee8bf96a6f516833c6931bdb54d902553fabc7653f8682d975b66853e29 -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:09 + go version 03:53:09 go version go1.18.7 linux/arm64 [Pipeline] } 03:53:09 $ docker stop --time=1 ad870ee8bf96a6f516833c6931bdb54d902553fabc7653f8682d975b66853e29 03:53:11 $ docker rm -f ad870ee8bf96a6f516833c6931bdb54d902553fabc7653f8682d975b66853e29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:12 + docker inspect -f . ci-base-image-arm64 03:53:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:12 prd-ubuntu20.04-docker-arm64-4c-16g-9138 does not seem to be running inside a container 03:53:12 $ 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 03:53:13 $ docker top 5dd03ecd8b56e34e23f582b826a2e4b1385912767a988cb15f54f90ed12c094a -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:14 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 03:53:15 + make test 03:53:15 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:53:17 ? github.com/edgexfoundry/device-onvif-camera [no test files] 03:55:09 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 03:55:09 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.236s coverage: 28.2% of statements 03:55:09 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 03:55:27 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.009s coverage: 86.5% of statements 03:55:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:55:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:56:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:56:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:56:07 ./bin/test-attribution-txt.sh [Pipeline] echo 03:56:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:56:07 $ docker stop --time=1 5dd03ecd8b56e34e23f582b826a2e4b1385912767a988cb15f54f90ed12c094a 03:56:09 $ docker rm -f 5dd03ecd8b56e34e23f582b826a2e4b1385912767a988cb15f54f90ed12c094a [Pipeline] // withDockerContainer [Pipeline] sh 03:56:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:56:10 Warning: overwriting stash ‘coverage-report’ 03:56:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:56:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:56:11 + ls -al . 03:56:11 total 232 03:56:11 drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 03:53 . 03:56:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:51 .. 03:56:11 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 03:51 .git 03:56:11 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 03:51 .github 03:56:11 -rw-rw-r-- 1 jenkins jenkins 496 Oct 24 03:51 .gitignore 03:56:11 -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 03:51 .golangci.yml 03:56:11 -rw-rw-r-- 1 jenkins jenkins 9739 Oct 24 03:51 Attribution.txt 03:56:11 -rw-rw-r-- 1 jenkins jenkins 1498 Oct 24 03:51 CHANGELOG.md 03:56:11 -rw-rw-r-- 1 jenkins jenkins 1726 Oct 24 03:51 Dockerfile 03:56:11 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 03:51 GOVERNANCE.md 03:56:11 -rw-rw-r-- 1 jenkins jenkins 734 Oct 24 03:51 Jenkinsfile 03:56:11 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 24 03:51 LICENSE 03:56:11 -rw-rw-r-- 1 jenkins jenkins 2858 Oct 24 03:51 Makefile 03:56:11 -rw-rw-r-- 1 jenkins jenkins 625 Oct 24 03:51 OWNERS.md 03:56:11 -rw-rw-r-- 1 jenkins jenkins 6595 Oct 24 03:51 README.md 03:56:11 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 03:45 VERSION 03:56:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 03:51 bin 03:56:11 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 03:51 cmd 03:56:11 -rw-r--r-- 1 jenkins jenkins 78636 Oct 24 03:55 coverage.out 03:56:11 drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 03:51 doc 03:56:11 -rw-rw-r-- 1 jenkins jenkins 3747 Oct 24 03:51 go.mod 03:56:11 -rw-rw-r-- 1 jenkins jenkins 39691 Oct 24 03:51 go.sum 03:56:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:51 internal 03:56:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 03:51 snap 03:56:11 -rw-rw-r-- 1 jenkins jenkins 236 Oct 24 03:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:12 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=659f5a409730c1aa6059f10a7d2527ba47038078 --label arch=arm64 --label version=0.0.0 . 03:56:13 Sending build context to Docker daemon 14.83MB 03:56:13 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 03:56:13 Step 2/27 : FROM ${BASE} AS builder 03:56:13 ---> d42d8fcd5178 03:56:13 Step 3/27 : ARG ADD_BUILD_TAGS="" 03:56:13 ---> Running in 73a15a713d67 03:56:14 Removing intermediate container 73a15a713d67 03:56:14 ---> 804578ceabad 03:56:14 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:56:14 ---> Running in 6d4295d0509b 03:56:14 Removing intermediate container 6d4295d0509b 03:56:14 ---> 229c52a0f8c5 03:56:14 Step 5/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 03:56:15 ---> Running in edde0c421d95 03:56:15 Removing intermediate container edde0c421d95 03:56:15 ---> 9fbe4b2c04cc 03:56:15 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 03:56:15 ---> Running in de3d0ed8fe77 03:56:16 Removing intermediate container de3d0ed8fe77 03:56:16 ---> 49b10ea9dea6 03:56:16 Step 7/27 : LABEL Name=edgex-device-onvif-camera 03:56:16 ---> Running in 918c0d4ee92a 03:56:16 Removing intermediate container 918c0d4ee92a 03:56:16 ---> 393dd1f5f7af 03:56:16 Step 8/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:16 ---> Running in 8deb2fcbdb4b 03:56:18 Removing intermediate container 8deb2fcbdb4b 03:56:18 ---> da5533365372 03:56:18 Step 9/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:56:18 ---> Running in 2ef46b4e16eb 03:56:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:56:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:56:21 OK: 221 MiB in 51 packages 03:56:22 Removing intermediate container 2ef46b4e16eb 03:56:22 ---> 209603bd8f33 03:56:22 Step 10/27 : WORKDIR /device-onvif-camera 03:56:22 ---> Running in df801aa79bd0 03:56:22 Removing intermediate container df801aa79bd0 03:56:22 ---> 57541421cecd 03:56:22 Step 11/27 : COPY go.mod vendor* ./ 03:56:22 ---> 1d53952921bb 03:56:22 Step 12/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:23 ---> Running in 2096706fecb5 03:56:25 Removing intermediate container 2096706fecb5 03:56:25 ---> 1da2966e0727 03:56:25 Step 13/27 : COPY . . 03:56:27 ---> a4e31f518e75 03:56:27 Step 14/27 : RUN ${MAKE} 03:56:27 ---> Running in 9bdc31a81822 03:56:27 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.30" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 03:59:04 Removing intermediate container 9bdc31a81822 03:59:04 ---> 44a441481b07 03:59:04 Step 15/27 : FROM alpine:3.16 03:59:04 3.16: Pulling from library/alpine 03:59:04 9b18e9b68314: Already exists 03:59:04 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 03:59:04 Status: Downloaded newer image for alpine:3.16 03:59:04 ---> a6215f271958 03:59:04 Step 16/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 03:59:04 ---> Running in c1cec1788344 03:59:04 Removing intermediate container c1cec1788344 03:59:04 ---> fbccfe5d4de4 03:59:04 Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init 03:59:04 ---> Running in 3fd6073068e1 03:59:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:59:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:59:04 (1/6) Installing dumb-init (1.2.5-r1) 03:59:04 (2/6) Installing libgcc (11.2.1_git20220219-r2) 03:59:04 (3/6) Installing libsodium (1.0.18-r0) 03:59:04 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 03:59:04 (5/6) Installing libzmq (4.3.4-r0) 03:59:04 (6/6) Installing zeromq (4.3.4-r0) 03:59:04 Executing busybox-1.35.0-r17.trigger 03:59:04 OK: 8 MiB in 20 packages 03:59:04 Removing intermediate container 3fd6073068e1 03:59:04 ---> 1c30c36aac30 03:59:04 Step 18/27 : WORKDIR / 03:59:04 ---> Running in 33427e827bd7 03:59:04 Removing intermediate container 33427e827bd7 03:59:04 ---> 4ab626fadee2 03:59:04 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 03:59:06 ---> 8786f72ce196 03:59:06 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 03:59:06 ---> d56b6f319711 03:59:06 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 03:59:07 ---> c91637c0dc21 03:59:07 Step 22/27 : EXPOSE 59984 03:59:07 ---> Running in bf4dc515c1c1 03:59:07 Removing intermediate container bf4dc515c1c1 03:59:07 ---> fa56d13b0d57 03:59:07 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 03:59:07 ---> Running in aab7b22896f9 03:59:07 Removing intermediate container aab7b22896f9 03:59:07 ---> 313afcf08766 03:59:07 Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:59:08 ---> Running in a7a61996ba86 03:59:08 Removing intermediate container a7a61996ba86 03:59:08 ---> 1180803eedef 03:59:08 Step 25/27 : LABEL arch=arm64 03:59:08 ---> Running in 9fd827228706 03:59:08 Removing intermediate container 9fd827228706 03:59:08 ---> f0bc6ca9a858 03:59:08 Step 26/27 : LABEL git_sha=659f5a409730c1aa6059f10a7d2527ba47038078 03:59:08 ---> Running in f882ba66d1cc 03:59:09 Removing intermediate container f882ba66d1cc 03:59:09 ---> 5ba581f6f32b 03:59:09 Step 27/27 : LABEL version=0.0.0 03:59:09 ---> Running in ca28a2ccb2b9 03:59:09 Removing intermediate container ca28a2ccb2b9 03:59:09 ---> 7fdae15d433f 03:59:09 [Warning] One or more build-args [ARCH] were not consumed 03:59:09 Successfully built 7fdae15d433f 03:59:09 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:59:10 03:59:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:59:10 arm64: Pulling from edgex-lftools-log-publisher 03:59:10 8998bd30e6a1: Pulling fs layer 03:59:10 04944245beec: Pulling fs layer 03:59:10 699f458cf7ca: Pulling fs layer 03:59:10 765212b225bb: Pulling fs layer 03:59:10 f23df028b6ca: Pulling fs layer 03:59:10 d65c8cfc05b1: Pulling fs layer 03:59:10 2437ff75d9bd: Pulling fs layer 03:59:10 765212b225bb: Waiting 03:59:10 d65c8cfc05b1: Waiting 03:59:10 2437ff75d9bd: Waiting 03:59:10 f23df028b6ca: Waiting 03:59:11 04944245beec: Verifying Checksum 03:59:11 04944245beec: Download complete 03:59:11 765212b225bb: Download complete 03:59:11 f23df028b6ca: Verifying Checksum 03:59:11 f23df028b6ca: Download complete 03:59:11 d65c8cfc05b1: Verifying Checksum 03:59:11 d65c8cfc05b1: Download complete 03:59:11 699f458cf7ca: Verifying Checksum 03:59:11 699f458cf7ca: Download complete 03:59:11 8998bd30e6a1: Verifying Checksum 03:59:11 8998bd30e6a1: Download complete 03:59:14 2437ff75d9bd: Verifying Checksum 03:59:14 2437ff75d9bd: Download complete 03:59:15 8998bd30e6a1: Pull complete 03:59:16 04944245beec: Pull complete 03:59:17 699f458cf7ca: Pull complete 03:59:17 765212b225bb: Pull complete 03:59:18 f23df028b6ca: Pull complete 03:59:18 d65c8cfc05b1: Pull complete 03:59:33 2437ff75d9bd: Pull complete 03:59:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:59:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:34 prd-ubuntu20.04-docker-arm64-4c-16g-9138 does not seem to be running inside a container 03:59:34 $ 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 03:59:37 $ docker top 60cec8a7304cc74fd1f95656c9ddc8da3b0fb673d87916dd3ee40ec1dffd671c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:59:37 ---> job-cost.sh 03:59:37 lf-activate-venv: SKIPPING 03:59:37 INFO: No Stack... 03:59:38 INFO: Retrieving Pricing Info for: v3-standard-4 03:59:39 INFO: Archiving Costs [Pipeline] sh 03:59:39 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 03:59:39 + cut -d, -f6 [Pipeline] lock 03:59:39 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] 03:59:39 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] did not exist. Created. 03:59:39 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:59:40 /w/workspace/device-onvif-camera/1@tmp/durable-8a67ccf8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:59:41 + echo total: 0.10999999940395355 [Pipeline] stash 03:59:41 Warning: overwriting stash ‘stack-cost’ 03:59:41 Stashed 1 file(s) [Pipeline] } 03:59:41 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-185-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:59:41 $ docker stop --time=1 60cec8a7304cc74fd1f95656c9ddc8da3b0fb673d87916dd3ee40ec1dffd671c 03:59:43 $ docker rm -f 60cec8a7304cc74fd1f95656c9ddc8da3b0fb673d87916dd3ee40ec1dffd671c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:59:44 provisioning config files... 03:59:44 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-185@tmp/config15039565301709768013tmp [Pipeline] { [Pipeline] sh 03:59:44 + set +x 03:59:44 + curl -s https://codecov.io/bash 03:59:44 + bash -s -- 03:59:44 03:59:44 _____ _ 03:59:44 / ____| | | 03:59:44 | | ___ __| | ___ ___ _____ __ 03:59:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:59:44 | |___| (_) | (_| | __/ (_| (_) \ V / 03:59:44 \_____\___/ \__,_|\___|\___\___/ \_/ 03:59:44 Bash-1.0.6 03:59:44 03:59:44 03:59:44 ==> git version 2.25.1 found 03:59:44 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 03:59:44 Release-Date: 2020-01-08 03:59:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:59:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:59:44 ==> Jenkins CI detected. 03:59:44 current dir:  /w/workspace/undry_device-onvif-camera_PR-185 03:59:44 project root: . 03:59:44 --> token set from env 03:59:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:59:44 ==> Running gcov in . (disable via -X gcov) 03:59:44 ==> Python coveragepy not found 03:59:44 ==> Searching for coverage reports in: 03:59:44 + . 03:59:44 -> Found 1 reports 03:59:44 ==> Detecting git/mercurial file structure 03:59:44 ==> Reading reports 03:59:44 + ./coverage.out bytes=78636 03:59:44 ==> Appending adjustments 03:59:44 https://docs.codecov.io/docs/fixing-reports 03:59:44 + Found adjustments 03:59:44 ==> Gzipping contents 03:59:44 12K /tmp/codecov.t1xZfX.gz 03:59:44 ==> Uploading reports 03:59:44 url: https://codecov.io 03:59:44 query: branch=PR-185&commit=659f5a409730c1aa6059f10a7d2527ba47038078&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-185%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=185&job=&cmd_args= 03:59:44 -> Pinging Codecov 03:59:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-185&commit=659f5a409730c1aa6059f10a7d2527ba47038078&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-185%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=185&job=&cmd_args= 03:59:45 -> Uploading to 03:59:45 https://storage.googleapis.com/codecov/v4/raw/2022-10-24/F29A59C45E3A92E06B3E522C9905F8EF/659f5a409730c1aa6059f10a7d2527ba47038078/ba63a6fa-1a67-40c8-97c5-e8320d1cef16.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T035944Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d22c7fa5ac15bf24b03e3f5268212f2a8f0d68cf2a61c2ec9f9a7516dbb098a 03:59:45 % Total % Received % Xferd Average Speed Time Time Time Current 03:59:45 Dload Upload Total Spent Left Speed 03:59:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10785 0 0 100 10785 0 49246 --:--:-- --:--:-- --:--:-- 49246 03:59:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/659f5a409730c1aa6059f10a7d2527ba47038078 [Pipeline] } 03:59:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:59:46 + [ -d /w/workspace/undry_device-onvif-camera_PR-185/archives ] 03:59:46 + ls -al /w/workspace/undry_device-onvif-camera_PR-185/archives 03:59:46 total 16 03:59:46 drwxr-xr-x 3 root root 4096 Oct 24 03:47 . 03:59:46 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 03:47 .. 03:59:46 drwxr-xr-x 2 root root 4096 Oct 24 03:47 cost 03:59:46 -rw-r--r-- 1 root root 91 Oct 24 03:47 cost.csv 03:59:46 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-185/archives 03:59:46 + ls -al /w/workspace/undry_device-onvif-camera_PR-185/archives 03:59:46 total 16 03:59:46 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 03:47 . 03:59:46 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 03:47 .. 03:59:46 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 03:47 cost 03:59:46 -rw-r--r-- 1 jenkins jenkins 91 Oct 24 03:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:59:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:59:48 ---> package-listing.sh 03:59:48 ++ tr '[:upper:]' '[:lower:]' 03:59:48 ++ facter osfamily 03:59:48 + OS_FAMILY=debian 03:59:48 + workspace=/w/workspace/undry_device-onvif-camera_PR-185 03:59:48 + START_PACKAGES=/tmp/packages_start.txt 03:59:48 + END_PACKAGES=/tmp/packages_end.txt 03:59:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:59:48 + PACKAGES=/tmp/packages_start.txt 03:59:48 + '[' /w/workspace/undry_device-onvif-camera_PR-185 ']' 03:59:48 + PACKAGES=/tmp/packages_end.txt 03:59:48 + case "${OS_FAMILY}" in 03:59:48 + dpkg -l 03:59:48 + grep '^ii' 03:59:48 + '[' -f /tmp/packages_start.txt ']' 03:59:48 + '[' -f /tmp/packages_end.txt ']' 03:59:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:59:48 + '[' /w/workspace/undry_device-onvif-camera_PR-185 ']' 03:59:48 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-185/archives/ 03:59:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-185/archives/ [Pipeline] echo 03:59:48 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-185/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:59:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:59:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:49 prd-ubuntu20.04-docker-8c-8g-9066 does not seem to be running inside a container 03:59:49 $ 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-185/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-185 -v /w/workspace/undry_device-onvif-camera_PR-185:/w/workspace/undry_device-onvif-camera_PR-185:rw,z -v /w/workspace/undry_device-onvif-camera_PR-185@tmp:/w/workspace/undry_device-onvif-camera_PR-185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:59:50 $ docker top 09bb48d700adef66bd5eac23215431de60f8b0abdb1bcb376ba17da8e8fc2f65 -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:17 + touch /tmp/pre-build-complete [Pipeline] sh 04:00:17 + mkdir -p /var/log/sysstat [Pipeline] sh 04:00:18 + ls /var/log/sa-host 04:00:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:00:18 provisioning config files... 04:00:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-185@tmp/config3785528297458060039tmp [Pipeline] { [Pipeline] echo 04:00:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:00:18 ---> create-netrc.sh [Pipeline] } 04:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:00:19 ---> python-tools-install.sh [Pipeline] echo 04:00:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:00:19 ---> sudo-logs.sh 04:00:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:00:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:00:19 ---> job-cost.sh 04:00:19 lf-activate-venv: SKIPPING 04:00:19 DEBUG: total: 0.2199999988079071 04:00:19 INFO: Retrieving Stack Cost... 04:00:20 INFO: Retrieving Pricing Info for: v3-standard-8 04:00:20 INFO: Archiving Costs [Pipeline] echo 04:00:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:00:20 ---> logs-deploy.sh 04:00:20 lf-activate-venv: SKIPPING 04:00:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-185/1 04:00:20 INFO: archiving workspace using pattern(s): 04:00:21 Archives upload complete. 04:00:21 INFO: archiving logs to Nexus