Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1421387b1267508093a25aa042890380d9dcf7bc 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-ssh1928282023396394613.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh2003197988321006843.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10187494878141215626.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16416023731896806606.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16856892329442102760.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16307 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1421387b1267508093a25aa042890380d9dcf7bc (main) > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1421387b1267508093a25aa042890380d9dcf7bc # timeout=10 Commit message: "Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.5" > git rev-list --no-walk 43c8318ea3c34239a434d94f763095d4441f4024 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:15:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:15:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:15:59 ========================================================= 02:15:59 EdgeX Global Pipelines Version Info 02:15:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:16:00 ------------------- 02:16:00 stable info: 02:16:00 ------------------- 02:16:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:16:00 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 02:16:00 Message: update stable to v1.0.234 02:16:00 ------------------- 02:16:00 experimental info: 02:16:00 ------------------- 02:16:00 Commited By: **** collab-it+edgex@linuxfoundation.org 02:16:00 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 02:16:00 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1421387 [Pipeline] echo 02:16:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:16:01 provisioning config files... 02:16:01 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8983822606891163296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:16:01 ---> docker-login.sh 02:16:01 nexus3.edgexfoundry.org:10001 02:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:02 Configure a credential helper to remove this warning. See 02:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:02 02:16:02 Login Succeeded 02:16:02 nexus3.edgexfoundry.org:10002 02:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:02 Configure a credential helper to remove this warning. See 02:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:02 02:16:02 Login Succeeded 02:16:02 nexus3.edgexfoundry.org:10003 02:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:02 Configure a credential helper to remove this warning. See 02:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:02 02:16:02 Login Succeeded 02:16:02 nexus3.edgexfoundry.org:10004 02:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:02 Configure a credential helper to remove this warning. See 02:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:02 02:16:02 Login Succeeded 02:16:02 docker.io 02:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:02 Configure a credential helper to remove this warning. See 02:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:02 02:16:02 Login Succeeded 02:16:02 ---> docker-login.sh ends [Pipeline] } 02:16:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:16:03 + git rev-list -1 --merges 1421387b1267508093a25aa042890380d9dcf7bc~1..1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo 02:16:03 -----------> git rev-list -1 --merges 1421387b1267508093a25aa042890380d9dcf7bc~1..1421387b1267508093a25aa042890380d9dcf7bc 1421387b1267508093a25aa042890380d9dcf7bc 02:16:03 1421387b1267508093a25aa042890380d9dcf7bc [false] [Pipeline] sh 02:16:03 + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo 02:16:03 ========================================================= 02:16:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:16:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:16:04 + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo 02:16:04 [semverPrep] GIT_COMMIT: 1421387b1267508093a25aa042890380d9dcf7bc, Commit Message: Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.5 [Pipeline] echo 02:16:04 [semverPrep] This is not a build commit. [Pipeline] sh 02:16:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:16:04 + grep -v github /etc/ssh/ssh_known_hosts 02:16:04 + [ -e /tmp/ssh_known_hosts ] 02:16:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:16:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:16:04 + sudo tee -a /etc/ssh/ssh_known_hosts 02:16:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:04 02:16:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:05 0.1.4: Pulling from edgex-devops/py-git-semver 02:16:05 42c077c10790: Pulling fs layer 02:16:05 f63e77b7563a: Pulling fs layer 02:16:05 bd5fdadae976: Pulling fs layer 02:16:05 205491f53016: Pulling fs layer 02:16:05 df18705c85c3: Pulling fs layer 02:16:05 bdb3f477010e: Pulling fs layer 02:16:05 bdb3f477010e: Waiting 02:16:05 c8a8fc8e1c8f: Pulling fs layer 02:16:05 df18705c85c3: Waiting 02:16:05 2c6e9b1d212d: Pulling fs layer 02:16:05 bdb8f0575790: Pulling fs layer 02:16:05 c8a8fc8e1c8f: Waiting 02:16:05 386e3cb2ff24: Pulling fs layer 02:16:05 2343380bae48: Pulling fs layer 02:16:05 bdb8f0575790: Waiting 02:16:05 386e3cb2ff24: Waiting 02:16:05 2343380bae48: Waiting 02:16:05 f63e77b7563a: Verifying Checksum 02:16:05 f63e77b7563a: Download complete 02:16:05 205491f53016: Verifying Checksum 02:16:05 205491f53016: Download complete 02:16:05 df18705c85c3: Verifying Checksum 02:16:05 df18705c85c3: Download complete 02:16:05 bdb3f477010e: Download complete 02:16:05 bd5fdadae976: Verifying Checksum 02:16:05 bd5fdadae976: Download complete 02:16:05 2c6e9b1d212d: Download complete 02:16:05 bdb8f0575790: Verifying Checksum 02:16:05 386e3cb2ff24: Download complete 02:16:05 2343380bae48: Verifying Checksum 02:16:05 2343380bae48: Download complete 02:16:05 42c077c10790: Verifying Checksum 02:16:05 42c077c10790: Download complete 02:16:05 c8a8fc8e1c8f: Download complete 02:16:07 42c077c10790: Pull complete 02:16:07 f63e77b7563a: Pull complete 02:16:07 bd5fdadae976: Pull complete 02:16:07 205491f53016: Pull complete 02:16:07 df18705c85c3: Pull complete 02:16:08 bdb3f477010e: Pull complete 02:16:10 c8a8fc8e1c8f: Pull complete 02:16:10 2c6e9b1d212d: Pull complete 02:16:10 bdb8f0575790: Pull complete 02:16:10 386e3cb2ff24: Pull complete 02:16:10 2343380bae48: Pull complete 02:16:10 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 02:16:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:16:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:10 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:16:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:16:11 $ docker top 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c -eo pid,comm 02:16:11 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). 02:16:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:16:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:16:11 [ssh-agent] Looking for ssh-agent implementation... 02:16:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:16:12 $ docker exec 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent 02:16:12 SSH_AUTH_SOCK=/tmp/ssh-nPdEkEW4PTwz/agent.32 02:16:12 SSH_AGENT_PID=38 02:16:12 Running ssh-add (command line suppressed) 02:16:12 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3378031846778562807.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3378031846778562807.key) 02:16:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:16:12 + git tag --points-at HEAD [Pipeline] } 02:16:12 $ docker exec --env ******** --env ******** 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent -k 02:16:12 unset SSH_AUTH_SOCK; 02:16:12 unset SSH_AGENT_PID; 02:16:12 echo Agent pid 38 killed; 02:16:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:16:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:16:12 [ssh-agent] Looking for ssh-agent implementation... 02:16:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:16:12 $ docker exec 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent 02:16:13 SSH_AUTH_SOCK=/tmp/ssh-zfaNrt3uSq0u/agent.71 02:16:13 SSH_AGENT_PID=77 02:16:13 Running ssh-add (command line suppressed) 02:16:13 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_6562558407898924336.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_6562558407898924336.key) 02:16:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:16:13 + git semver init 02:16:13 2022-06-29 02:16:13,693 [run_init] DEBUG init version:0.0.0 force:False 02:16:13 2022-06-29 02:16:13,693 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver 02:16:13 2022-06-29 02:16:13,694 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver 02:16:13 2022-06-29 02:16:13,694 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 02:16:14 2022-06-29 02:16:14,379 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude 02:16:14 2022-06-29 02:16:14,380 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False 02:16:14 2022-06-29 02:16:14,380 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:16:14 2022-06-29 02:16:14,380 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:16:14 0.0.1-dev.19 [Pipeline] } 02:16:14 $ docker exec --env ******** --env ******** 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent -k 02:16:14 unset SSH_AUTH_SOCK; 02:16:14 unset SSH_AGENT_PID; 02:16:14 echo Agent pid 77 killed; 02:16:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:16:15 + git semver [Pipeline] } 02:16:15 $ docker stop --time=1 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c 02:16:16 $ docker rm -f 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c [Pipeline] // withDockerContainer [Pipeline] sh 02:16:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:16:17 Stashed 1 file(s) [Pipeline] echo 02:16:17 [edgeXSemver]: initialized semver on version 0.0.1-dev.19 [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 02:16:17 provisioning config files... 02:16:17 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config939011550329566853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:16:17 ---> docker-login.sh 02:16:17 nexus3.edgexfoundry.org:10001 02:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:17 Configure a credential helper to remove this warning. See 02:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:17 02:16:17 Login Succeeded 02:16:17 nexus3.edgexfoundry.org:10002 02:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:18 Configure a credential helper to remove this warning. See 02:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:18 02:16:18 Login Succeeded 02:16:18 nexus3.edgexfoundry.org:10003 02:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:18 Configure a credential helper to remove this warning. See 02:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:18 02:16:18 Login Succeeded 02:16:18 nexus3.edgexfoundry.org:10004 02:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:18 Configure a credential helper to remove this warning. See 02:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:18 02:16:18 Login Succeeded 02:16:18 docker.io 02:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:16:18 Configure a credential helper to remove this warning. See 02:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:16:18 02:16:18 Login Succeeded 02:16:18 ---> docker-login.sh ends [Pipeline] } 02:16:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:16:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:16:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:16:18 ========================================================= 02:16:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 02:16:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:19 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 02:16:19 Sending build context to Docker daemon 9.269MB 02:16:19 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 02:16:19 Step 2/13 : FROM ${BASE} AS builder 02:16:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 02:16:19 59bf1c3509f3: Pulling fs layer 02:16:19 666ba61612fd: Pulling fs layer 02:16:19 8ed8ca486205: Pulling fs layer 02:16:19 cc1cd167ecdc: Pulling fs layer 02:16:19 c516ae0d96e1: Pulling fs layer 02:16:19 684cea983483: Pulling fs layer 02:16:19 dd3240ac7de5: Pulling fs layer 02:16:19 b1e948a4e11c: Pulling fs layer 02:16:19 a8fd76ee1af6: Pulling fs layer 02:16:19 646ad004c059: Pulling fs layer 02:16:19 cc1cd167ecdc: Waiting 02:16:19 c516ae0d96e1: Waiting 02:16:19 684cea983483: Waiting 02:16:19 a8fd76ee1af6: Waiting 02:16:19 dd3240ac7de5: Waiting 02:16:19 646ad004c059: Waiting 02:16:19 b1e948a4e11c: Waiting 02:16:19 8ed8ca486205: Verifying Checksum 02:16:19 8ed8ca486205: Download complete 02:16:19 666ba61612fd: Download complete 02:16:19 c516ae0d96e1: Verifying Checksum 02:16:19 c516ae0d96e1: Download complete 02:16:19 59bf1c3509f3: Verifying Checksum 02:16:19 684cea983483: Verifying Checksum 02:16:19 684cea983483: Download complete 02:16:19 dd3240ac7de5: Download complete 02:16:19 b1e948a4e11c: Verifying Checksum 02:16:19 b1e948a4e11c: Download complete 02:16:19 59bf1c3509f3: Pull complete 02:16:19 666ba61612fd: Pull complete 02:16:19 8ed8ca486205: Pull complete 02:16:19 646ad004c059: Verifying Checksum 02:16:19 646ad004c059: Download complete 02:16:20 cc1cd167ecdc: Verifying Checksum 02:16:20 cc1cd167ecdc: Download complete 02:16:20 a8fd76ee1af6: Verifying Checksum 02:16:20 a8fd76ee1af6: Download complete 02:16:24 cc1cd167ecdc: Pull complete 02:16:24 c516ae0d96e1: Pull complete 02:16:24 684cea983483: Pull complete 02:16:24 dd3240ac7de5: Pull complete 02:16:24 b1e948a4e11c: Pull complete 02:16:26 a8fd76ee1af6: Pull complete 02:16:27 646ad004c059: Pull complete 02:16:27 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 02:16:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:16:27 ---> 8f69c11f6b0c 02:16:27 Step 3/13 : ARG MAKE="make build" 02:16:28 ---> Running in 06f926ecacbf 02:16:29 Removing intermediate container 06f926ecacbf 02:16:29 ---> 465415394fe6 02:16:29 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 02:16:29 ---> Running in 3a5ecc330636 02:16:29 Removing intermediate container 3a5ecc330636 02:16:29 ---> 594e979e770b 02:16:29 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 02:16:29 ---> Running in c692ccd3fe9b 02:16:29 Removing intermediate container c692ccd3fe9b 02:16:29 ---> 8ba0bbcedafa 02:16:29 Step 6/13 : LABEL Name=edgex-device-onvif-camera 02:16:29 ---> Running in 81d25e736533 02:16:29 Removing intermediate container 81d25e736533 02:16:29 ---> 6f6a5d887853 02:16:29 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:29 ---> Running in b10237f8f51f 02:16:30 Removing intermediate container b10237f8f51f 02:16:30 ---> b2bc7e0b05bf 02:16:30 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:16:30 ---> Running in c78743947e28 02:16:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:16:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:16:31 OK: 221 MiB in 52 packages 02:16:31 Removing intermediate container c78743947e28 02:16:31 ---> b4744eaff37e 02:16:31 Step 9/13 : WORKDIR /device-onvif-camera 02:16:31 ---> Running in ecc04c260d73 02:16:32 Removing intermediate container ecc04c260d73 02:16:32 ---> 6b40569c30c2 02:16:32 Step 10/13 : COPY go.mod vendor* ./ 02:16:32 ---> 2cc95a006ba9 02:16:32 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:32 ---> Running in c7a29c9649af 02:16:32 Still waiting to schedule task 02:16:32 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:16:47 Removing intermediate container c7a29c9649af 02:16:47 ---> 4963316093df 02:16:47 Step 12/13 : COPY . . 02:16:47 ---> 911076563827 02:16:47 Step 13/13 : RUN ${MAKE} 02:16:47 ---> Running in 0112c2cd8c15 02:16:47 noop 02:16:47 Removing intermediate container 0112c2cd8c15 02:16:47 ---> e7d36aa6295b 02:16:47 Successfully built e7d36aa6295b 02:16:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:47 + docker inspect -f . ci-base-image-x86_64 02:16:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:47 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:16:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:16:48 $ docker top 21b2ba7e99de0bceb133af8c046ff3aafeb8c1ba4fac2147e348586206e928f0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:48 + go version 02:16:48 go version go1.17.7 linux/amd64 [Pipeline] } 02:16:48 $ docker stop --time=1 21b2ba7e99de0bceb133af8c046ff3aafeb8c1ba4fac2147e348586206e928f0 02:16:50 $ docker rm -f 21b2ba7e99de0bceb133af8c046ff3aafeb8c1ba4fac2147e348586206e928f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:50 + docker inspect -f . ci-base-image-x86_64 02:16:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:50 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:16:51 $ docker top 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:16:51 + make test 02:16:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:16:51 ? github.com/edgexfoundry/device-onvif-camera [no test files] 02:17:03 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 02:17:03 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.018s coverage: 5.6% of statements 02:17:07 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 5.293s coverage: 13.8% of statements 02:17:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 02:17:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:17:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:17:18 ./bin/test-attribution-txt.sh [Pipeline] echo 02:17:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:17:18 $ docker stop --time=1 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 02:17:20 $ docker rm -f 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 [Pipeline] // withDockerContainer [Pipeline] sh 02:17:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:17:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:17:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:17:21 + ls -al . 02:17:21 total 248 02:17:21 drwxrwxr-x 9 jenkins jenkins 4096 Jun 29 02:17 . 02:17:21 drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:15 .. 02:17:21 drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:16 .git 02:17:21 drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:15 .github 02:17:21 -rw-rw-r-- 1 jenkins jenkins 352 Jun 29 02:15 .gitignore 02:17:21 -rw-rw-r-- 1 jenkins jenkins 42 Jun 29 02:15 .golangci.yml 02:17:21 drwxr-xr-x 3 jenkins jenkins 4096 Jun 29 02:16 .semver 02:17:21 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 29 02:15 Attribution.txt 02:17:21 -rw-rw-r-- 1 jenkins jenkins 189 Jun 29 02:15 CHANGELOG.md 02:17:21 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 29 02:15 Dockerfile 02:17:21 -rw-rw-r-- 1 jenkins jenkins 677 Jun 29 02:15 GOVERNANCE.md 02:17:21 -rw-rw-r-- 1 jenkins jenkins 660 Jun 29 02:15 Jenkinsfile 02:17:21 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 29 02:15 LICENSE 02:17:21 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 29 02:15 Makefile 02:17:21 -rw-rw-r-- 1 jenkins jenkins 625 Jun 29 02:15 OWNERS.md 02:17:21 -rw-rw-r-- 1 jenkins jenkins 31035 Jun 29 02:15 README.md 02:17:21 -rw-rw-r-- 1 jenkins jenkins 12 Jun 29 02:16 VERSION 02:17:21 drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:15 bin 02:17:21 drwxrwxr-x 3 jenkins jenkins 4096 Jun 29 02:15 cmd 02:17:21 -rw-r--r-- 1 jenkins jenkins 70091 Jun 29 02:17 coverage.out 02:17:21 drwxrwxr-x 5 jenkins jenkins 4096 Jun 29 02:15 doc 02:17:21 -rw-rw-r-- 1 jenkins jenkins 3506 Jun 29 02:15 go.mod 02:17:21 -rw-rw-r-- 1 jenkins jenkins 37492 Jun 29 02:15 go.sum 02:17:21 drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:15 internal 02:17:21 -rw-rw-r-- 1 jenkins jenkins 236 Jun 29 02:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:22 + 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=1421387b1267508093a25aa042890380d9dcf7bc --label arch=amd64 --label version=0.0.1-dev.19 . 02:17:22 Sending build context to Docker daemon 9.34MB 02:17:22 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 02:17:22 Step 2/26 : FROM ${BASE} AS builder 02:17:22 ---> e7d36aa6295b 02:17:22 Step 3/26 : ARG MAKE="make build" 02:17:22 ---> Running in 55a445caf2db 02:17:22 Removing intermediate container 55a445caf2db 02:17:22 ---> ed81c16f7c14 02:17:22 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 02:17:22 ---> Running in c91b293aef5d 02:17:22 Removing intermediate container c91b293aef5d 02:17:22 ---> 361a17ab3bab 02:17:22 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 02:17:22 ---> Running in ce916ee60f73 02:17:22 Removing intermediate container ce916ee60f73 02:17:22 ---> d86f2e417b6c 02:17:22 Step 6/26 : LABEL Name=edgex-device-onvif-camera 02:17:22 ---> Running in 727a463dc488 02:17:22 Removing intermediate container 727a463dc488 02:17:22 ---> 4162dd802a23 02:17:22 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:22 ---> Running in 9543f66e0c73 02:17:23 Removing intermediate container 9543f66e0c73 02:17:23 ---> da55fdaaea55 02:17:23 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:17:23 ---> Running in 1ee102f1234d 02:17:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:17:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:18:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16308 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws 02:18:09 Running in /w/workspace/device-onvif-camera/21 [Pipeline] { [Pipeline] checkout 02:18:09 Selected Git installation does not exist. Using Default 02:18:09 The recommended git tool is: NONE 02:18:17 using credential edgex-jenkins-ssh 02:18:17 Cloning the remote Git repository 02:18:18 Avoid second fetch 02:18:18 Checking out Revision 1421387b1267508093a25aa042890380d9dcf7bc (main) 02:18:17 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 02:18:17 > git init /w/workspace/device-onvif-camera/21 # timeout=10 02:18:17 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 02:18:17 > git --version # timeout=10 02:18:17 > git --version # 'git version 2.25.1' 02:18:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:18:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:18:18 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 02:18:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:18:18 > git config core.sparsecheckout # timeout=10 02:18:18 > git checkout -f 1421387b1267508093a25aa042890380d9dcf7bc # timeout=10 02:18:23 Commit message: "Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:18:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:18:24 % Total % Received % Xferd Average Speed Time Time Time Current 02:18:24 Dload Upload Total Spent Left Speed 02:18:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 73371 0 --:--:-- --:--:-- --:--:-- 73371 [Pipeline] sh 02:18:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:18:25 + sudo tee /etc/docker/daemon.new 02:18:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:18:25 { 02:18:25 "registry-mirrors": [ 02:18:25 "https://nexus3.edgexfoundry.org:10001" 02:18:25 ], 02:18:25 "bip": "10.250.0.254/24", 02:18:25 "hosts": [ 02:18:25 "tcp://0.0.0.0:5555", 02:18:25 "unix:///var/run/docker.sock" 02:18:25 ], 02:18:25 "mtu": 1458, 02:18:25 "selinux-enabled": true, 02:18:25 "seccomp-profile": "/etc/docker/seccomp.json" 02:18:25 } [Pipeline] sh 02:18:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:18:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:18:45 provisioning config files... 02:18:45 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/21@tmp/config395759888383430553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:18:45 ---> docker-login.sh 02:18:45 nexus3.edgexfoundry.org:10001 02:18:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:18:46 Configure a credential helper to remove this warning. See 02:18:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:18:46 02:18:46 Login Succeeded 02:18:46 nexus3.edgexfoundry.org:10002 02:18:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:18:46 Configure a credential helper to remove this warning. See 02:18:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:18:46 02:18:46 Login Succeeded 02:18:46 nexus3.edgexfoundry.org:10003 02:18:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:18:47 Configure a credential helper to remove this warning. See 02:18:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:18:47 02:18:47 Login Succeeded 02:18:47 nexus3.edgexfoundry.org:10004 02:18:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:18:47 Configure a credential helper to remove this warning. See 02:18:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:18:47 02:18:47 Login Succeeded 02:18:47 docker.io 02:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:18:48 Configure a credential helper to remove this warning. See 02:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:18:48 02:18:48 Login Succeeded 02:18:48 ---> docker-login.sh ends [Pipeline] } 02:18:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:18:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:18:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:18:48 ========================================================= 02:18:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 02:18:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:49 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 02:18:49 Sending build context to Docker daemon 6.378MB 02:18:49 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 02:18:49 Step 2/13 : FROM ${BASE} AS builder 02:18:49 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:18:49 9b3977197b4f: Pulling fs layer 02:18:49 1a89e8eeedd5: Pulling fs layer 02:18:49 94645a83ff95: Pulling fs layer 02:18:49 e6fb740bc735: Pulling fs layer 02:18:49 3a77bd46dcc9: Pulling fs layer 02:18:49 355e64cbe906: Pulling fs layer 02:18:49 63ab81a10011: Pulling fs layer 02:18:49 555d1d1c4555: Pulling fs layer 02:18:49 7d9057610161: Pulling fs layer 02:18:49 e6fb740bc735: Waiting 02:18:49 3a77bd46dcc9: Waiting 02:18:49 355e64cbe906: Waiting 02:18:49 63ab81a10011: Waiting 02:18:49 555d1d1c4555: Waiting 02:18:49 7d9057610161: Waiting 02:18:49 1a89e8eeedd5: Verifying Checksum 02:18:49 1a89e8eeedd5: Download complete 02:18:49 94645a83ff95: Verifying Checksum 02:18:49 94645a83ff95: Download complete 02:18:49 3a77bd46dcc9: Verifying Checksum 02:18:49 3a77bd46dcc9: Download complete 02:18:49 355e64cbe906: Verifying Checksum 02:18:49 355e64cbe906: Download complete 02:18:49 63ab81a10011: Download complete 02:18:50 9b3977197b4f: Verifying Checksum 02:18:50 9b3977197b4f: Download complete 02:18:51 9b3977197b4f: Pull complete 02:18:51 555d1d1c4555: Verifying Checksum 02:18:51 555d1d1c4555: Download complete 02:18:51 7d9057610161: Verifying Checksum 02:18:51 7d9057610161: Download complete 02:18:52 1a89e8eeedd5: Pull complete 02:18:52 e6fb740bc735: Download complete 02:18:52 94645a83ff95: Pull complete 02:19:05 e6fb740bc735: Pull complete 02:19:05 3a77bd46dcc9: Pull complete 02:19:05 355e64cbe906: Pull complete 02:19:05 63ab81a10011: Pull complete 02:19:12 555d1d1c4555: Pull complete 02:19:13 7d9057610161: Pull complete 02:19:13 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 02:19:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:19:13 ---> 819e984ddca1 02:19:13 Step 3/13 : ARG MAKE="make build" 02:19:14 ---> Running in 4d87293a3386 02:19:15 Removing intermediate container 4d87293a3386 02:19:15 ---> 20eac285c5c4 02:19:15 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 02:19:15 ---> Running in 4c8b72b5acea 02:19:15 Removing intermediate container 4c8b72b5acea 02:19:15 ---> bea1ee47829b 02:19:15 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 02:19:15 ---> Running in f9184718af3a 02:19:15 Removing intermediate container f9184718af3a 02:19:15 ---> 9acc22844dbb 02:19:15 Step 6/13 : LABEL Name=edgex-device-onvif-camera 02:19:15 ---> Running in 23607d1bf823 02:19:16 Removing intermediate container 23607d1bf823 02:19:16 ---> be8215c5212f 02:19:16 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:16 ---> Running in d571eecf97c3 02:19:19 Removing intermediate container d571eecf97c3 02:19:19 ---> b7c1622a779a 02:19:19 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:19:19 ---> Running in 0fd014397faf 02:19:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:19:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:19:21 OK: 220 MiB in 52 packages 02:19:22 Removing intermediate container 0fd014397faf 02:19:22 ---> 7a892b75990a 02:19:22 Step 9/13 : WORKDIR /device-onvif-camera 02:19:22 ---> Running in b87e2c1d65ca 02:19:23 Removing intermediate container b87e2c1d65ca 02:19:23 ---> ff3f0f57986c 02:19:23 Step 10/13 : COPY go.mod vendor* ./ 02:19:23 ---> 183bca53b662 02:19:23 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:23 ---> Running in 061b7a9c37b0 02:19:26 OK: 221 MiB in 52 packages 02:19:26 Removing intermediate container 1ee102f1234d 02:19:26 ---> a121b2f1fa60 02:19:26 Step 9/26 : WORKDIR /device-onvif-camera 02:19:26 ---> Running in ebd076e83485 02:19:26 Removing intermediate container ebd076e83485 02:19:26 ---> edae33a445f2 02:19:26 Step 10/26 : COPY go.mod vendor* ./ 02:19:26 ---> 425c196941f4 02:19:26 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:26 ---> Running in 8113f2524baf 02:19:26 Removing intermediate container 8113f2524baf 02:19:26 ---> 9491b7d36226 02:19:26 Step 12/26 : COPY . . 02:19:26 ---> 8dc4533dab64 02:19:26 Step 13/26 : RUN ${MAKE} 02:19:26 ---> Running in d11eef3f2441 02:19:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.1-dev.19 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 02:19:36 Removing intermediate container d11eef3f2441 02:19:36 ---> e5697012d43d 02:19:36 Step 14/26 : FROM alpine:3.15 02:19:36 3.15: Pulling from library/alpine 02:19:36 df9b9388f04a: Pulling fs layer 02:19:36 df9b9388f04a: Verifying Checksum 02:19:36 df9b9388f04a: Download complete 02:19:37 df9b9388f04a: Pull complete 02:19:37 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 02:19:37 Status: Downloaded newer image for alpine:3.15 02:19:37 ---> 0ac33e5f5afa 02:19:37 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 02:19:37 ---> Running in 805b48bcc86d 02:19:37 Removing intermediate container 805b48bcc86d 02:19:37 ---> 3f748eecf769 02:19:37 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 02:19:37 ---> Running in 53b5a7e26fae 02:19:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:19:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:19:38 (1/6) Installing dumb-init (1.2.5-r1) 02:19:38 (2/6) Installing libgcc (10.3.1_git20211027-r0) 02:19:38 (3/6) Installing libsodium (1.0.18-r0) 02:19:38 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 02:19:38 (5/6) Installing libzmq (4.3.4-r0) 02:19:38 (6/6) Installing zeromq (4.3.4-r0) 02:19:38 Executing busybox-1.34.1-r5.trigger 02:19:38 OK: 8 MiB in 20 packages 02:19:38 Removing intermediate container 53b5a7e26fae 02:19:38 ---> 1c3f56f14cf1 02:19:38 Step 17/26 : WORKDIR / 02:19:38 ---> Running in 74ce0de211a0 02:19:38 Removing intermediate container 74ce0de211a0 02:19:38 ---> a89d64280eb4 02:19:38 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 02:19:39 ---> 7267e6a6bdc6 02:19:39 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 02:19:39 ---> f01810c5aa5a 02:19:39 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 02:19:39 ---> ee59f794088a 02:19:39 Step 21/26 : EXPOSE 59984 02:19:39 ---> Running in 158a34786725 02:19:39 Removing intermediate container 158a34786725 02:19:39 ---> fc56ecb80668 02:19:39 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 02:19:39 ---> Running in 599504942f0a 02:19:40 Removing intermediate container 599504942f0a 02:19:40 ---> f2d68063fea9 02:19:40 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:19:40 ---> Running in d13a6b5f7a0a 02:19:40 Removing intermediate container d13a6b5f7a0a 02:19:40 ---> caa7f1742932 02:19:40 Step 24/26 : LABEL arch=amd64 02:19:40 ---> Running in 2e9a24abe5c0 02:19:40 Removing intermediate container 2e9a24abe5c0 02:19:40 ---> 28b40f1cb712 02:19:40 Step 25/26 : LABEL git_sha=1421387b1267508093a25aa042890380d9dcf7bc 02:19:40 ---> Running in ef6b19d65782 02:19:40 Removing intermediate container ef6b19d65782 02:19:40 ---> 28da6599a09c 02:19:40 Step 26/26 : LABEL version=0.0.1-dev.19 02:19:40 ---> Running in 3dd692857a60 02:19:40 Removing intermediate container 3dd692857a60 02:19:40 ---> 4c3fbb9ddb0a 02:19:40 [Warning] One or more build-args [ARCH] were not consumed 02:19:40 Successfully built 4c3fbb9ddb0a 02:19:40 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:19:40 provisioning config files... 02:19:40 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7180988298655713242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:19:40 ---> docker-login.sh 02:19:40 nexus3.edgexfoundry.org:10001 02:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:40 Configure a credential helper to remove this warning. See 02:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:40 02:19:40 Login Succeeded 02:19:40 nexus3.edgexfoundry.org:10002 02:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:41 Configure a credential helper to remove this warning. See 02:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:41 02:19:41 Login Succeeded 02:19:41 nexus3.edgexfoundry.org:10003 02:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:41 Configure a credential helper to remove this warning. See 02:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:41 02:19:41 Login Succeeded 02:19:41 nexus3.edgexfoundry.org:10004 02:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:41 Configure a credential helper to remove this warning. See 02:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:41 02:19:41 Login Succeeded 02:19:41 docker.io 02:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:19:41 Configure a credential helper to remove this warning. See 02:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:19:41 02:19:41 Login Succeeded 02:19:41 ---> docker-login.sh ends [Pipeline] } 02:19:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:19:41 [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: 02:19:41 1421387b1267508093a25aa042890380d9dcf7bc 02:19:41 latest 02:19:41 0.0.1-dev.19 02:19:41 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:19:41 main 02:19:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:41 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:42 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc 02:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 02:19:42 b174595d7f39: Preparing 02:19:42 68c943b5e071: Preparing 02:19:42 3e3eacd8abd2: Preparing 02:19:42 cff523dd4339: Preparing 02:19:42 4fc242d58285: Preparing 02:19:42 4fc242d58285: Layer already exists 02:19:42 68c943b5e071: Pushed 02:19:42 b174595d7f39: Pushed 02:19:42 cff523dd4339: Pushed 02:19:45 3e3eacd8abd2: Pushed 02:19:45 1421387b1267508093a25aa042890380d9dcf7bc: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:45 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:45 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 02:19:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 02:19:45 b174595d7f39: Preparing 02:19:45 68c943b5e071: Preparing 02:19:45 3e3eacd8abd2: Preparing 02:19:45 cff523dd4339: Preparing 02:19:45 4fc242d58285: Preparing 02:19:45 4fc242d58285: Layer already exists 02:19:45 3e3eacd8abd2: Layer already exists 02:19:45 b174595d7f39: Layer already exists 02:19:45 68c943b5e071: Layer already exists 02:19:45 cff523dd4339: Layer already exists 02:19:45 latest: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.19 02:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 02:19:46 b174595d7f39: Preparing 02:19:46 68c943b5e071: Preparing 02:19:46 3e3eacd8abd2: Preparing 02:19:46 cff523dd4339: Preparing 02:19:46 4fc242d58285: Preparing 02:19:46 4fc242d58285: Layer already exists 02:19:46 cff523dd4339: Layer already exists 02:19:46 b174595d7f39: Layer already exists 02:19:46 3e3eacd8abd2: Layer already exists 02:19:46 68c943b5e071: Layer already exists 02:19:46 0.0.1-dev.19: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:47 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 02:19:47 b174595d7f39: Preparing 02:19:47 68c943b5e071: Preparing 02:19:47 3e3eacd8abd2: Preparing 02:19:47 cff523dd4339: Preparing 02:19:47 4fc242d58285: Preparing 02:19:47 3e3eacd8abd2: Layer already exists 02:19:47 cff523dd4339: Layer already exists 02:19:47 b174595d7f39: Layer already exists 02:19:47 4fc242d58285: Layer already exists 02:19:47 68c943b5e071: Layer already exists 02:19:47 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:47 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:47 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main 02:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 02:19:47 b174595d7f39: Preparing 02:19:47 68c943b5e071: Preparing 02:19:47 3e3eacd8abd2: Preparing 02:19:47 cff523dd4339: Preparing 02:19:47 4fc242d58285: Preparing 02:19:47 b174595d7f39: Layer already exists 02:19:47 cff523dd4339: Layer already exists 02:19:47 68c943b5e071: Layer already exists 02:19:47 4fc242d58285: Layer already exists 02:19:47 3e3eacd8abd2: Layer already exists 02:19:47 main: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:47 ===================================================== [Pipeline] echo 02:19:47 taggedImages: 02:19:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc 02:19:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 02:19:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.19 02:19:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:19:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:19:48 02:19:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:19:48 latest: Pulling from edgex-lftools-log-publisher 02:19:48 5eb5b503b376: Pulling fs layer 02:19:48 5c69ac0246d0: Pulling fs layer 02:19:48 ec43610c2a17: Pulling fs layer 02:19:48 3a2ae6a8a46f: Pulling fs layer 02:19:48 33b1e0a273af: Pulling fs layer 02:19:48 5d3b04190fa2: Pulling fs layer 02:19:48 2f39f015ded8: Pulling fs layer 02:19:48 3a2ae6a8a46f: Waiting 02:19:48 5d3b04190fa2: Waiting 02:19:48 33b1e0a273af: Waiting 02:19:48 2f39f015ded8: Waiting 02:19:48 5c69ac0246d0: Download complete 02:19:48 3a2ae6a8a46f: Verifying Checksum 02:19:48 3a2ae6a8a46f: Download complete 02:19:48 ec43610c2a17: Verifying Checksum 02:19:48 ec43610c2a17: Download complete 02:19:48 33b1e0a273af: Verifying Checksum 02:19:48 33b1e0a273af: Download complete 02:19:48 5d3b04190fa2: Verifying Checksum 02:19:48 5d3b04190fa2: Download complete 02:19:48 5eb5b503b376: Verifying Checksum 02:19:48 5eb5b503b376: Download complete 02:19:49 2f39f015ded8: Download complete 02:19:50 5eb5b503b376: Pull complete 02:19:50 5c69ac0246d0: Pull complete 02:19:50 ec43610c2a17: Pull complete 02:19:50 3a2ae6a8a46f: Pull complete 02:19:51 33b1e0a273af: Pull complete 02:19:51 5d3b04190fa2: Pull complete 02:19:55 2f39f015ded8: Pull complete 02:19:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:19:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:19:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:55 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:19:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:19:56 $ docker top 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:19:57 ---> job-cost.sh 02:19:57 lf-activate-venv: SKIPPING 02:19:57 INFO: No Stack... 02:19:57 INFO: Retrieving Pricing Info for: v3-standard-8 02:19:58 INFO: Archiving Costs [Pipeline] sh 02:19:58 + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv 02:19:58 + cut -d, -f6 [Pipeline] lock 02:19:58 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] 02:19:58 Resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] did not exist. Created. 02:19:58 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:19:58 + echo total: 0.2199999988079071 [Pipeline] stash 02:19:58 Stashed 1 file(s) [Pipeline] } 02:19:58 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] // lock [Pipeline] } 02:19:58 $ docker stop --time=1 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f 02:19:59 $ docker rm -f 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:20:10 Removing intermediate container 061b7a9c37b0 02:20:10 ---> 4ffb63a25057 02:20:10 Step 12/13 : COPY . . 02:20:10 ---> 6163719b6f36 02:20:10 Step 13/13 : RUN ${MAKE} 02:20:10 ---> Running in 03ed577b8e40 02:20:10 noop 02:20:11 Removing intermediate container 03ed577b8e40 02:20:11 ---> 3a0aa7c25479 02:20:11 Successfully built 3a0aa7c25479 02:20:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:11 + docker inspect -f . ci-base-image-arm64 02:20:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:12 prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container 02:20:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/21 -v /w/workspace/device-onvif-camera/21:/w/workspace/device-onvif-camera/21:rw,z -v /w/workspace/device-onvif-camera/21@tmp:/w/workspace/device-onvif-camera/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:20:13 $ docker top fd594b11a886c420c9de280966babe68acf3cdddb25bed93a18643848aa2912d -eo pid,comm [Pipeline] { [Pipeline] sh 02:20:14 + go version 02:20:14 go version go1.17.7 linux/arm64 [Pipeline] } 02:20:14 $ docker stop --time=1 fd594b11a886c420c9de280966babe68acf3cdddb25bed93a18643848aa2912d 02:20:16 $ docker rm -f fd594b11a886c420c9de280966babe68acf3cdddb25bed93a18643848aa2912d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:17 + docker inspect -f . ci-base-image-arm64 02:20:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:17 prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container 02:20:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/21 -v /w/workspace/device-onvif-camera/21:/w/workspace/device-onvif-camera/21:rw,z -v /w/workspace/device-onvif-camera/21@tmp:/w/workspace/device-onvif-camera/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:20:18 $ docker top e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:20:19 + make test 02:20:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:20:21 ? github.com/edgexfoundry/device-onvif-camera [no test files] 02:21:43 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 02:21:44 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.101s coverage: 5.6% of statements 02:22:23 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 39.876s coverage: 13.8% of statements 02:22:23 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:22:23 CGO_ENABLED=1 GO111MODULE=on go vet ./... 02:22:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:22:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:22:50 ./bin/test-attribution-txt.sh [Pipeline] echo 02:22:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:22:50 $ docker stop --time=1 e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 02:22:52 $ docker rm -f e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 [Pipeline] // withDockerContainer [Pipeline] sh 02:22:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:22:53 Warning: overwriting stash ‘coverage-report’ 02:22:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:22:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:22:54 + ls -al . 02:22:54 total 244 02:22:54 drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:22 . 02:22:54 drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:18 .. 02:22:54 drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:18 .git 02:22:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:18 .github 02:22:54 -rw-rw-r-- 1 jenkins jenkins 352 Jun 29 02:18 .gitignore 02:22:54 -rw-rw-r-- 1 jenkins jenkins 42 Jun 29 02:18 .golangci.yml 02:22:54 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 29 02:18 Attribution.txt 02:22:54 -rw-rw-r-- 1 jenkins jenkins 189 Jun 29 02:18 CHANGELOG.md 02:22:54 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 29 02:18 Dockerfile 02:22:54 -rw-rw-r-- 1 jenkins jenkins 677 Jun 29 02:18 GOVERNANCE.md 02:22:54 -rw-rw-r-- 1 jenkins jenkins 660 Jun 29 02:18 Jenkinsfile 02:22:54 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 29 02:18 LICENSE 02:22:54 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 29 02:18 Makefile 02:22:54 -rw-rw-r-- 1 jenkins jenkins 625 Jun 29 02:18 OWNERS.md 02:22:54 -rw-rw-r-- 1 jenkins jenkins 31035 Jun 29 02:18 README.md 02:22:54 -rw-rw-r-- 1 jenkins jenkins 12 Jun 29 02:16 VERSION 02:22:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:18 bin 02:22:54 drwxrwxr-x 3 jenkins jenkins 4096 Jun 29 02:18 cmd 02:22:54 -rw-r--r-- 1 jenkins jenkins 70091 Jun 29 02:22 coverage.out 02:22:54 drwxrwxr-x 5 jenkins jenkins 4096 Jun 29 02:18 doc 02:22:54 -rw-rw-r-- 1 jenkins jenkins 3506 Jun 29 02:18 go.mod 02:22:54 -rw-rw-r-- 1 jenkins jenkins 37492 Jun 29 02:18 go.sum 02:22:54 drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:18 internal 02:22:54 -rw-rw-r-- 1 jenkins jenkins 236 Jun 29 02:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:22:55 + 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=1421387b1267508093a25aa042890380d9dcf7bc --label arch=arm64 --label version=0.0.1-dev.19 . 02:22:55 Sending build context to Docker daemon 6.449MB 02:22:55 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 02:22:55 Step 2/26 : FROM ${BASE} AS builder 02:22:55 ---> 3a0aa7c25479 02:22:55 Step 3/26 : ARG MAKE="make build" 02:22:55 ---> Running in 34df0c202732 02:22:55 Removing intermediate container 34df0c202732 02:22:55 ---> 1293bff5ac96 02:22:55 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 02:22:55 ---> Running in 6821603a3a04 02:22:56 Removing intermediate container 6821603a3a04 02:22:56 ---> d9b312128c68 02:22:56 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 02:22:56 ---> Running in dbbdea972362 02:22:56 Removing intermediate container dbbdea972362 02:22:56 ---> 1afcfd2774da 02:22:56 Step 6/26 : LABEL Name=edgex-device-onvif-camera 02:22:56 ---> Running in b6c5140b12e7 02:22:56 Removing intermediate container b6c5140b12e7 02:22:56 ---> d874184d341b 02:22:56 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:56 ---> Running in cb8e28f95e05 02:22:58 Removing intermediate container cb8e28f95e05 02:22:58 ---> 3dc8b920ddd0 02:22:58 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:22:58 ---> Running in b1027b1f5a05 02:22:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:23:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:23:01 OK: 220 MiB in 52 packages 02:23:02 Removing intermediate container b1027b1f5a05 02:23:02 ---> f118b5909017 02:23:02 Step 9/26 : WORKDIR /device-onvif-camera 02:23:02 ---> Running in 8105d4bbb1c8 02:23:02 Removing intermediate container 8105d4bbb1c8 02:23:02 ---> 6611c3532292 02:23:02 Step 10/26 : COPY go.mod vendor* ./ 02:23:02 ---> 9bb77d3aae9f 02:23:02 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:23:02 ---> Running in 71b9f9f2d191 02:23:04 Removing intermediate container 71b9f9f2d191 02:23:04 ---> 59c7bd3f0e71 02:23:04 Step 12/26 : COPY . . 02:23:05 ---> 4859068a8ecd 02:23:05 Step 13/26 : RUN ${MAKE} 02:23:05 ---> Running in f35c05129074 02:23:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.1-dev.19 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 02:25:13 Removing intermediate container f35c05129074 02:25:13 ---> 822254fed2ff 02:25:13 Step 14/26 : FROM alpine:3.15 02:25:13 3.15: Pulling from library/alpine 02:25:13 9981e73032c8: Pulling fs layer 02:25:13 9981e73032c8: Verifying Checksum 02:25:13 9981e73032c8: Pull complete 02:25:13 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 02:25:13 Status: Downloaded newer image for alpine:3.15 02:25:13 ---> 3fb3c9af89a9 02:25:13 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 02:25:13 ---> Running in 02ba267046c4 02:25:13 Removing intermediate container 02ba267046c4 02:25:13 ---> f349ae92148f 02:25:13 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 02:25:13 ---> Running in 1b7566a8f502 02:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:25:13 (1/6) Installing dumb-init (1.2.5-r1) 02:25:13 (2/6) Installing libgcc (10.3.1_git20211027-r0) 02:25:13 (3/6) Installing libsodium (1.0.18-r0) 02:25:13 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 02:25:13 (5/6) Installing libzmq (4.3.4-r0) 02:25:13 (6/6) Installing zeromq (4.3.4-r0) 02:25:13 Executing busybox-1.34.1-r5.trigger 02:25:13 OK: 8 MiB in 20 packages 02:25:13 Removing intermediate container 1b7566a8f502 02:25:13 ---> 3cea94b691d0 02:25:13 Step 17/26 : WORKDIR / 02:25:13 ---> Running in be22d1a0dd2d 02:25:13 Removing intermediate container be22d1a0dd2d 02:25:13 ---> fc47d960bc05 02:25:13 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 02:25:13 ---> 665fe294624a 02:25:13 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 02:25:13 ---> cd5db4cb5ccd 02:25:13 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 02:25:13 ---> 18b445dbb137 02:25:13 Step 21/26 : EXPOSE 59984 02:25:13 ---> Running in b3d9855f6bb0 02:25:13 Removing intermediate container b3d9855f6bb0 02:25:13 ---> ac9fcc33e1d7 02:25:13 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 02:25:13 ---> Running in 64537c10897e 02:25:14 Removing intermediate container 64537c10897e 02:25:14 ---> 4bb1a68f9be9 02:25:14 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:25:14 ---> Running in 7acc54dac991 02:25:14 Removing intermediate container 7acc54dac991 02:25:14 ---> 84d748fd79fb 02:25:14 Step 24/26 : LABEL arch=arm64 02:25:14 ---> Running in d66516ced52d 02:25:14 Removing intermediate container d66516ced52d 02:25:14 ---> 4211582e3c22 02:25:14 Step 25/26 : LABEL git_sha=1421387b1267508093a25aa042890380d9dcf7bc 02:25:14 ---> Running in b78d2203b123 02:25:15 Removing intermediate container b78d2203b123 02:25:15 ---> a788ab7d653d 02:25:15 Step 26/26 : LABEL version=0.0.1-dev.19 02:25:15 ---> Running in 12ac7e3fbdb5 02:25:15 Removing intermediate container 12ac7e3fbdb5 02:25:15 ---> 7b57364cdcc7 02:25:15 [Warning] One or more build-args [ARCH] were not consumed 02:25:15 Successfully built 7b57364cdcc7 02:25:15 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:25:15 provisioning config files... 02:25:15 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/21@tmp/config3656989634719922388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:25:16 ---> docker-login.sh 02:25:16 nexus3.edgexfoundry.org:10001 02:25:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:16 Configure a credential helper to remove this warning. See 02:25:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:16 02:25:16 Login Succeeded 02:25:16 nexus3.edgexfoundry.org:10002 02:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:17 Configure a credential helper to remove this warning. See 02:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:17 02:25:17 Login Succeeded 02:25:17 nexus3.edgexfoundry.org:10003 02:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:17 Configure a credential helper to remove this warning. See 02:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:17 02:25:17 Login Succeeded 02:25:17 nexus3.edgexfoundry.org:10004 02:25:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:18 Configure a credential helper to remove this warning. See 02:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:18 02:25:18 Login Succeeded 02:25:18 docker.io 02:25:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:18 Configure a credential helper to remove this warning. See 02:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:18 02:25:18 Login Succeeded 02:25:18 ---> docker-login.sh ends [Pipeline] } 02:25:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:25:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:25:19 [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: 02:25:19 1421387b1267508093a25aa042890380d9dcf7bc 02:25:19 latest 02:25:19 0.0.1-dev.19 02:25:19 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:25:19 main 02:25:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:19 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:19 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc 02:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 02:25:19 22953e335f7f: Preparing 02:25:19 3b7a6675497c: Preparing 02:25:19 eb416d2f2791: Preparing 02:25:19 c47927f649e5: Preparing 02:25:19 4f4ce317c6bb: Preparing 02:25:20 4f4ce317c6bb: Layer already exists 02:25:20 22953e335f7f: Pushed 02:25:20 3b7a6675497c: Pushed 02:25:20 c47927f649e5: Pushed 02:25:27 eb416d2f2791: Pushed 02:25:27 1421387b1267508093a25aa042890380d9dcf7bc: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:27 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:28 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 02:25:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 02:25:28 22953e335f7f: Preparing 02:25:28 3b7a6675497c: Preparing 02:25:28 eb416d2f2791: Preparing 02:25:28 c47927f649e5: Preparing 02:25:28 4f4ce317c6bb: Preparing 02:25:28 3b7a6675497c: Layer already exists 02:25:28 eb416d2f2791: Layer already exists 02:25:28 c47927f649e5: Layer already exists 02:25:28 4f4ce317c6bb: Layer already exists 02:25:28 22953e335f7f: Layer already exists 02:25:28 latest: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:28 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:29 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.19 02:25:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 02:25:29 22953e335f7f: Preparing 02:25:29 3b7a6675497c: Preparing 02:25:29 eb416d2f2791: Preparing 02:25:29 c47927f649e5: Preparing 02:25:29 4f4ce317c6bb: Preparing 02:25:29 3b7a6675497c: Layer already exists 02:25:29 4f4ce317c6bb: Layer already exists 02:25:29 c47927f649e5: Layer already exists 02:25:29 eb416d2f2791: Layer already exists 02:25:29 22953e335f7f: Layer already exists 02:25:29 0.0.1-dev.19: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:29 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:30 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 02:25:30 22953e335f7f: Preparing 02:25:30 3b7a6675497c: Preparing 02:25:30 eb416d2f2791: Preparing 02:25:30 c47927f649e5: Preparing 02:25:30 4f4ce317c6bb: Preparing 02:25:30 4f4ce317c6bb: Layer already exists 02:25:30 c47927f649e5: Layer already exists 02:25:30 22953e335f7f: Layer already exists 02:25:30 3b7a6675497c: Layer already exists 02:25:30 eb416d2f2791: Layer already exists 02:25:30 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:30 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:31 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main 02:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 02:25:31 22953e335f7f: Preparing 02:25:31 3b7a6675497c: Preparing 02:25:31 eb416d2f2791: Preparing 02:25:31 c47927f649e5: Preparing 02:25:31 4f4ce317c6bb: Preparing 02:25:31 c47927f649e5: Layer already exists 02:25:31 4f4ce317c6bb: Layer already exists 02:25:31 22953e335f7f: Layer already exists 02:25:31 3b7a6675497c: Layer already exists 02:25:31 eb416d2f2791: Layer already exists 02:25:31 main: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:25:31 ===================================================== [Pipeline] echo 02:25:31 taggedImages: 02:25:31 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc 02:25:31 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 02:25:31 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.19 02:25:31 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 02:25:31 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:25:31 02:25:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:25:32 arm64: Pulling from edgex-lftools-log-publisher 02:25:32 8998bd30e6a1: Pulling fs layer 02:25:32 04944245beec: Pulling fs layer 02:25:32 699f458cf7ca: Pulling fs layer 02:25:32 765212b225bb: Pulling fs layer 02:25:32 f23df028b6ca: Pulling fs layer 02:25:32 d65c8cfc05b1: Pulling fs layer 02:25:32 2437ff75d9bd: Pulling fs layer 02:25:32 f23df028b6ca: Waiting 02:25:32 d65c8cfc05b1: Waiting 02:25:32 2437ff75d9bd: Waiting 02:25:32 765212b225bb: Waiting 02:25:32 04944245beec: Verifying Checksum 02:25:32 04944245beec: Download complete 02:25:32 765212b225bb: Verifying Checksum 02:25:32 765212b225bb: Download complete 02:25:32 f23df028b6ca: Verifying Checksum 02:25:32 f23df028b6ca: Download complete 02:25:32 d65c8cfc05b1: Verifying Checksum 02:25:32 d65c8cfc05b1: Download complete 02:25:32 699f458cf7ca: Verifying Checksum 02:25:32 699f458cf7ca: Download complete 02:25:33 8998bd30e6a1: Download complete 02:25:35 2437ff75d9bd: Verifying Checksum 02:25:35 2437ff75d9bd: Download complete 02:25:37 8998bd30e6a1: Pull complete 02:25:38 04944245beec: Pull complete 02:25:39 699f458cf7ca: Pull complete 02:25:39 765212b225bb: Pull complete 02:25:40 f23df028b6ca: Pull complete 02:25:40 d65c8cfc05b1: Pull complete 02:25:55 2437ff75d9bd: Pull complete 02:25:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:25:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:25:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:25:56 prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container 02:25:56 $ 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/21 -v /w/workspace/device-onvif-camera/21:/w/workspace/device-onvif-camera/21:rw,z -v /w/workspace/device-onvif-camera/21@tmp:/w/workspace/device-onvif-camera/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:25:58 $ docker top 0667df29586f7066a0086f0b9f57fad6bb81870c0a19e2b3f5cf7f5dd251fd7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:25:59 ---> job-cost.sh 02:25:59 lf-activate-venv: SKIPPING 02:25:59 INFO: No Stack... 02:25:59 INFO: Retrieving Pricing Info for: v3-standard-4 02:26:00 INFO: Archiving Costs [Pipeline] sh 02:26:01 + cat /w/workspace/device-onvif-camera/21/archives/cost.csv 02:26:01 + cut -d, -f6 [Pipeline] lock 02:26:01 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] 02:26:01 Resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] did not exist. Created. 02:26:01 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:26:02 /w/workspace/device-onvif-camera/21@tmp/durable-d3d486ff/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:26:03 + echo total: 0.10999999940395355 [Pipeline] stash 02:26:03 Warning: overwriting stash ‘stack-cost’ 02:26:03 Stashed 1 file(s) [Pipeline] } 02:26:03 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] // lock [Pipeline] } 02:26:03 $ docker stop --time=1 0667df29586f7066a0086f0b9f57fad6bb81870c0a19e2b3f5cf7f5dd251fd7a 02:26:04 $ docker rm -f 0667df29586f7066a0086f0b9f57fad6bb81870c0a19e2b3f5cf7f5dd251fd7a [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 02:26:05 provisioning config files... 02:26:05 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6170531025592058191tmp [Pipeline] { [Pipeline] sh 02:26:05 + set +x 02:26:05 + curl -s https://codecov.io/bash 02:26:05 + bash -s -- 02:26:05 02:26:05 _____ _ 02:26:05 / ____| | | 02:26:05 | | ___ __| | ___ ___ _____ __ 02:26:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:26:05 | |___| (_) | (_| | __/ (_| (_) \ V / 02:26:05 \_____\___/ \__,_|\___|\___\___/ \_/ 02:26:05 Bash-1.0.6 02:26:05 02:26:05 02:26:05 ==> git version 2.25.1 found 02:26:05 ==> 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 02:26:05 Release-Date: 2020-01-08 02:26:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:26:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:26:05 ==> Jenkins CI detected. 02:26:05 current dir:  /w/workspace/foundry_device-onvif-camera_main 02:26:05 project root: . 02:26:05 --> token set from env 02:26:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:26:05 ==> Running gcov in . (disable via -X gcov) 02:26:05 ==> Python coveragepy not found 02:26:05 ==> Searching for coverage reports in: 02:26:05 + . 02:26:05 -> Found 1 reports 02:26:05 ==> Detecting git/mercurial file structure 02:26:05 ==> Reading reports 02:26:05 + ./coverage.out bytes=70091 02:26:05 ==> Appending adjustments 02:26:05 https://docs.codecov.io/docs/fixing-reports 02:26:05 + Found adjustments 02:26:05 ==> Gzipping contents 02:26:05 12K /tmp/codecov.Ly0D4C.gz 02:26:05 ==> Uploading reports 02:26:05 url: https://codecov.io 02:26:05 query: branch=main&commit=1421387b1267508093a25aa042890380d9dcf7bc&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 02:26:05 -> Pinging Codecov 02:26:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=main&commit=1421387b1267508093a25aa042890380d9dcf7bc&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 02:26:06 -> Uploading to 02:26:06 https://storage.googleapis.com/codecov/v4/raw/2022-06-29/F29A59C45E3A92E06B3E522C9905F8EF/1421387b1267508093a25aa042890380d9dcf7bc/7200782c-d70b-45a0-af5d-ee507870ab8a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220629%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220629T022605Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=beaa7e71d2ebdaa9dc3b3628f47c1da7543db9dfde8af4a21a82c1bb6d1c5db9 02:26:06 % Total % Received % Xferd Average Speed Time Time Time Current 02:26:06 Dload Upload Total Spent Left Speed 02:26:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8911 0 0 100 8911 0 32641 --:--:-- --:--:-- --:--:-- 32641 02:26:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] } 02:26:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:26:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:26:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:26:06 02:26:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:26:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:26:07 df9b9388f04a: Already exists 02:26:07 52dc419b0ee2: Pulling fs layer 02:26:07 25bc292e5bac: Pulling fs layer 02:26:07 114826534d7a: Pulling fs layer 02:26:07 4657fd5d0bcf: Pulling fs layer 02:26:07 6ad1cebc031e: Pulling fs layer 02:26:07 8a3aa393b2d8: Pulling fs layer 02:26:07 6ad1cebc031e: Waiting 02:26:07 4657fd5d0bcf: Waiting 02:26:07 8a3aa393b2d8: Waiting 02:26:07 25bc292e5bac: Download complete 02:26:07 52dc419b0ee2: Verifying Checksum 02:26:07 52dc419b0ee2: Download complete 02:26:07 4657fd5d0bcf: Verifying Checksum 02:26:07 4657fd5d0bcf: Download complete 02:26:07 52dc419b0ee2: Pull complete 02:26:07 25bc292e5bac: Pull complete 02:26:07 6ad1cebc031e: Verifying Checksum 02:26:07 6ad1cebc031e: Download complete 02:26:08 114826534d7a: Verifying Checksum 02:26:08 114826534d7a: Download complete 02:26:08 8a3aa393b2d8: Verifying Checksum 02:26:08 8a3aa393b2d8: Download complete 02:26:12 114826534d7a: Pull complete 02:26:12 4657fd5d0bcf: Pull complete 02:26:12 6ad1cebc031e: Pull complete 02:26:16 8a3aa393b2d8: Pull complete 02:26:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:26:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:16 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:26:18 $ docker top 2d8af7a5d0cceb121406dbd80f74f59ae986f2b26d5332e1e9a86f43f4392902 -eo pid,comm [Pipeline] { [Pipeline] echo 02:26:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh 02:26:18 + set -o pipefail 02:26:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' 02:26:30 02:26:30 Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... 02:26:30 02:26:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/ed73d19b-6c83-4064-960b-0443eae73e2b 02:26:30 02:26:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:26:30 02:26:30 02:26:30 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 02:26:30 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:26:30 $ docker stop --time=1 2d8af7a5d0cceb121406dbd80f74f59ae986f2b26d5332e1e9a86f43f4392902 02:26:32 $ docker rm -f 2d8af7a5d0cceb121406dbd80f74f59ae986f2b26d5332e1e9a86f43f4392902 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:26:33 + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] sh 02:26:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:26:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:26:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:34 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:26:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:26:34 $ docker top 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:26:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:26:34 [ssh-agent] Looking for ssh-agent implementation... 02:26:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:26:34 $ docker exec 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf ssh-agent 02:26:35 SSH_AUTH_SOCK=/tmp/ssh-RmQAyDNpMyFc/agent.33 02:26:35 SSH_AGENT_PID=39 02:26:35 Running ssh-add (command line suppressed) 02:26:35 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2303831999757004000.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2303831999757004000.key) 02:26:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:26:35 + git semver tag 02:26:35 2022-06-29 02:26:35,665 [run_tag] DEBUG tag force:False 02:26:35 2022-06-29 02:26:35,665 [check_head_tag] DEBUG check head tag 02:26:35 2022-06-29 02:26:35,666 [execute] INFO git cat-file --batch-check 02:26:35 2022-06-29 02:26:35,666 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 02:26:35 2022-06-29 02:26:35,670 [execute] INFO git cat-file --batch 02:26:35 2022-06-29 02:26:35,671 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 02:26:35 2022-06-29 02:26:35,681 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:35 2022-06-29 02:26:35,681 [execute] INFO git tag -a v0.0.1-dev.19 -m v0.0.1-dev.19 02:26:35 2022-06-29 02:26:35,682 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.1-dev.19', '-m', 'v0.0.1-dev.19'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 02:26:35 2022-06-29 02:26:35,685 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:35 0.0.1-dev.19 [Pipeline] } 02:26:35 $ docker exec --env ******** --env ******** 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf ssh-agent -k 02:26:36 unset SSH_AUTH_SOCK; 02:26:36 unset SSH_AGENT_PID; 02:26:36 echo Agent pid 39 killed; 02:26:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:26:36 + git semver [Pipeline] } 02:26:36 $ docker stop --time=1 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf 02:26:37 $ docker rm -f 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:26:38 02:26:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:26:38 0.23.1-centos7: Pulling from edgex-lftools 02:26:38 ab5ef0e58194: Pulling fs layer 02:26:38 9712f1f96733: Pulling fs layer 02:26:38 63f879dbbcfc: Pulling fs layer 02:26:38 0d9ebad4ef96: Pulling fs layer 02:26:38 e9a5061849ea: Pulling fs layer 02:26:38 d747dcd14b5f: Pulling fs layer 02:26:38 2de7ff778b66: Pulling fs layer 02:26:38 0d9ebad4ef96: Waiting 02:26:38 d747dcd14b5f: Waiting 02:26:38 e9a5061849ea: Waiting 02:26:38 2de7ff778b66: Waiting 02:26:38 9712f1f96733: Verifying Checksum 02:26:38 9712f1f96733: Download complete 02:26:38 63f879dbbcfc: Verifying Checksum 02:26:38 63f879dbbcfc: Download complete 02:26:39 0d9ebad4ef96: Verifying Checksum 02:26:39 0d9ebad4ef96: Download complete 02:26:39 d747dcd14b5f: Verifying Checksum 02:26:39 d747dcd14b5f: Download complete 02:26:39 e9a5061849ea: Verifying Checksum 02:26:39 e9a5061849ea: Download complete 02:26:39 ab5ef0e58194: Verifying Checksum 02:26:39 ab5ef0e58194: Download complete 02:26:39 2de7ff778b66: Verifying Checksum 02:26:39 2de7ff778b66: Download complete 02:26:42 ab5ef0e58194: Pull complete 02:26:42 9712f1f96733: Pull complete 02:26:42 63f879dbbcfc: Pull complete 02:26:47 0d9ebad4ef96: Pull complete 02:26:47 e9a5061849ea: Pull complete 02:26:47 d747dcd14b5f: Pull complete 02:26:48 2de7ff778b66: Pull complete 02:26:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:26:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:26:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:48 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:26:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:26:50 $ docker top 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:26:50 provisioning config files... 02:26:50 copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1886060373783080393tmp 02:26:50 copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6899265979904717834tmp 02:26:50 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config677441081369987513tmp [Pipeline] { [Pipeline] echo 02:26:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:26:51 ---> sigul-configuration.sh 02:26:51 gpg: directory `/root/.gnupg' created 02:26:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:26:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:26:51 gpg: keyring `/root/.gnupg/secring.gpg' created 02:26:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:26:51 gpg: CAST5 encrypted data 02:26:51 gpg: encrypted with 1 passphrase 02:26:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:26:51 + mkdir /home/jenkins 02:26:51 + mkdir /home/jenkins/sigul [Pipeline] sh 02:26:51 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:26:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:26:51 ---> sigul-install.sh 02:26:51 Sigul already installed; skipping installation. [Pipeline] sh 02:26:52 + git tag --list 02:26:52 v0.0.0 02:26:52 v0.0.1-dev.1 02:26:52 v0.0.1-dev.10 02:26:52 v0.0.1-dev.11 02:26:52 v0.0.1-dev.12 02:26:52 v0.0.1-dev.13 02:26:52 v0.0.1-dev.14 02:26:52 v0.0.1-dev.15 02:26:52 v0.0.1-dev.16 02:26:52 v0.0.1-dev.17 02:26:52 v0.0.1-dev.18 02:26:52 v0.0.1-dev.19 02:26:52 v0.0.1-dev.2 02:26:52 v0.0.1-dev.3 02:26:52 v0.0.1-dev.4 02:26:52 v0.0.1-dev.5 02:26:52 v0.0.1-dev.6 02:26:52 v0.0.1-dev.7 02:26:52 v0.0.1-dev.8 02:26:52 v0.0.1-dev.9 [Pipeline] sh 02:26:52 + lftools sign git-tag v0.0.1-dev.19 02:26:53 Signing Git tag with Sigul... 02:26:53 Signing v0.0.1-dev.19 [Pipeline] echo 02:26:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:26:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:26:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:26:53 $ docker stop --time=1 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 02:26:55 $ docker rm -f 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:26:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:26:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:26:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:55 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:26:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:26:56 $ docker top 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:26:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:26:56 [ssh-agent] Looking for ssh-agent implementation... 02:26:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:26:56 $ docker exec 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 ssh-agent 02:26:56 SSH_AUTH_SOCK=/tmp/ssh-CjzCcRPlUnew/agent.34 02:26:56 SSH_AGENT_PID=40 02:26:56 Running ssh-add (command line suppressed) 02:26:56 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3230583658897920257.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3230583658897920257.key) 02:26:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:26:57 + git semver bump pre 02:26:57 2022-06-29 02:26:57,363 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:57 2022-06-29 02:26:57,364 [bump_version] DEBUG bumping version:0.0.1-dev.19 on axis:pre with prefix:dev 02:26:57 2022-06-29 02:26:57,364 [bump_version] DEBUG bumped version:0.0.1-dev.20 02:26:57 2022-06-29 02:26:57,364 [write_version] DEBUG write version:0.0.1-dev.20 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True 02:26:57 2022-06-29 02:26:57,364 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:57 2022-06-29 02:26:57,364 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:57 2022-06-29 02:26:57,366 [execute] INFO git cat-file --batch-check 02:26:57 2022-06-29 02:26:57,366 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 02:26:57 2022-06-29 02:26:57,373 [execute] INFO git cat-file --batch 02:26:57 2022-06-29 02:26:57,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 02:26:57 2022-06-29 02:26:57,379 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:26:57 0.0.1-dev.20 [Pipeline] } 02:26:57 $ docker exec --env ******** --env ******** 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 ssh-agent -k 02:26:57 unset SSH_AUTH_SOCK; 02:26:57 unset SSH_AGENT_PID; 02:26:57 echo Agent pid 40 killed; 02:26:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:26:58 + git semver [Pipeline] } 02:26:58 $ docker stop --time=1 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 02:26:59 $ docker rm -f 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 [Pipeline] // withDockerContainer [Pipeline] sh 02:27:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:27:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:27:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:27:00 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:27:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:27:00 $ docker top 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:27:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:27:00 [ssh-agent] Looking for ssh-agent implementation... 02:27:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:27:01 $ docker exec 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f ssh-agent 02:27:01 SSH_AUTH_SOCK=/tmp/ssh-b3CKoNCH7gcz/agent.33 02:27:01 SSH_AGENT_PID=39 02:27:01 Running ssh-add (command line suppressed) 02:27:01 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2899790850450598142.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2899790850450598142.key) 02:27:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:27:01 + git semver push 02:27:01 2022-06-29 02:27:01,860 [run_push] DEBUG push 02:27:01 2022-06-29 02:27:01,860 [execute] INFO git cat-file --batch-check 02:27:01 2022-06-29 02:27:01,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 02:27:01 2022-06-29 02:27:01,865 [execute] INFO git rev-list c87fcd9413446b4f8553b1d3a3a75631eed5a5a7 -- 02:27:01 2022-06-29 02:27:01,865 [execute] DEBUG Popen(['git', 'rev-list', 'c87fcd9413446b4f8553b1d3a3a75631eed5a5a7', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 02:27:01 2022-06-29 02:27:01,870 [execute] INFO git fetch -v origin 02:27:01 2022-06-29 02:27:01,870 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 02:27:02 2022-06-29 02:27:02,351 [run_push] DEBUG no remote changes detected 02:27:02 2022-06-29 02:27:02,351 [execute] INFO git push origin semver 02:27:02 2022-06-29 02:27:02,352 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 02:27:03 2022-06-29 02:27:03,114 [run_push] DEBUG push all version tags 02:27:03 2022-06-29 02:27:03,114 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:27:03 2022-06-29 02:27:03,115 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 02:27:04 2022-06-29 02:27:03,762 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 02:27:04 0.0.1-dev.20 [Pipeline] } 02:27:04 $ docker exec --env ******** --env ******** 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f ssh-agent -k 02:27:04 unset SSH_AUTH_SOCK; 02:27:04 unset SSH_AGENT_PID; 02:27:04 echo Agent pid 39 killed; 02:27:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:27:04 + git semver [Pipeline] } 02:27:04 $ docker stop --time=1 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f 02:27:06 $ docker rm -f 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:27:06 + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] 02:27:06 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 02:27:06 total 16 02:27:06 drwxr-xr-x 3 root root 4096 Jun 29 02:19 . 02:27:06 drwxrwxr-x 10 jenkins jenkins 4096 Jun 29 02:26 .. 02:27:06 drwxr-xr-x 2 root root 4096 Jun 29 02:19 cost 02:27:06 -rw-r--r-- 1 root root 89 Jun 29 02:19 cost.csv 02:27:06 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives 02:27:06 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 02:27:06 total 16 02:27:06 drwxr-xr-x 3 jenkins jenkins 4096 Jun 29 02:19 . 02:27:06 drwxrwxr-x 10 jenkins jenkins 4096 Jun 29 02:26 .. 02:27:06 drwxr-xr-x 2 jenkins jenkins 4096 Jun 29 02:19 cost 02:27:06 -rw-r--r-- 1 jenkins jenkins 89 Jun 29 02:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:27:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:27:07 ---> package-listing.sh 02:27:07 ++ facter osfamily 02:27:07 ++ tr '[:upper:]' '[:lower:]' 02:27:08 + OS_FAMILY=debian 02:27:08 + workspace=/w/workspace/foundry_device-onvif-camera_main 02:27:08 + START_PACKAGES=/tmp/packages_start.txt 02:27:08 + END_PACKAGES=/tmp/packages_end.txt 02:27:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:27:08 + PACKAGES=/tmp/packages_start.txt 02:27:08 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 02:27:08 + PACKAGES=/tmp/packages_end.txt 02:27:08 + case "${OS_FAMILY}" in 02:27:08 + dpkg -l 02:27:08 + grep '^ii' 02:27:08 + '[' -f /tmp/packages_start.txt ']' 02:27:08 + '[' -f /tmp/packages_end.txt ']' 02:27:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:27:08 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 02:27:08 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 02:27:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 02:27:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:27:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:27:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:27:08 prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container 02:27:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:27:09 $ docker top e00f34a4c110903819c3b824c6a42de115acda376bf407dfc84711302906605d -eo pid,comm [Pipeline] { [Pipeline] sh 02:27:09 + touch /tmp/pre-build-complete [Pipeline] sh 02:27:09 + mkdir -p /var/log/sysstat [Pipeline] sh 02:27:10 + ls /var/log/sa-host 02:27:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:27:10 provisioning config files... 02:27:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7336665982689667252tmp [Pipeline] { [Pipeline] echo 02:27:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:27:10 ---> create-netrc.sh [Pipeline] } 02:27:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:27:10 ---> python-tools-install.sh [Pipeline] echo 02:27:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:27:11 ---> sudo-logs.sh 02:27:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:27:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:27:11 ---> job-cost.sh 02:27:11 lf-activate-venv: SKIPPING 02:27:11 DEBUG: total: 0.2199999988079071 02:27:11 INFO: Retrieving Stack Cost... 02:27:11 INFO: Retrieving Pricing Info for: v3-standard-8 02:27:12 INFO: Archiving Costs [Pipeline] echo 02:27:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:27:12 ---> logs-deploy.sh 02:27:12 lf-activate-venv: SKIPPING 02:27:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/21 02:27:12 INFO: archiving workspace using pattern(s): 02:27:13 Archives upload complete. 02:27:14 INFO: archiving logs to Nexus 02:27:14 ---> uname -a: 02:27:14 Linux prd-ubuntu20-04-docker-8c-8g-16307 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 02:27:14 02:27:14 02:27:14 ---> lscpu: 02:27:14 Architecture: x86_64 02:27:14 CPU op-mode(s): 32-bit, 64-bit 02:27:14 Byte Order: Little Endian 02:27:14 Address sizes: 40 bits physical, 48 bits virtual 02:27:14 CPU(s): 8 02:27:14 On-line CPU(s) list: 0-7 02:27:14 Thread(s) per core: 1 02:27:14 Core(s) per socket: 1 02:27:14 Socket(s): 8 02:27:14 NUMA node(s): 1 02:27:14 Vendor ID: AuthenticAMD 02:27:14 CPU family: 23 02:27:14 Model: 49 02:27:14 Model name: AMD EPYC-Rome Processor 02:27:14 Stepping: 0 02:27:14 CPU MHz: 2799.998 02:27:14 BogoMIPS: 5599.99 02:27:14 Virtualization: AMD-V 02:27:14 Hypervisor vendor: KVM 02:27:14 Virtualization type: full 02:27:14 L1d cache: 256 KiB 02:27:14 L1i cache: 256 KiB 02:27:14 L2 cache: 4 MiB 02:27:14 L3 cache: 128 MiB 02:27:14 NUMA node0 CPU(s): 0-7 02:27:14 Vulnerability Itlb multihit: Not affected 02:27:14 Vulnerability L1tf: Not affected 02:27:14 Vulnerability Mds: Not affected 02:27:14 Vulnerability Meltdown: Not affected 02:27:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:27:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:27:14 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:27:14 Vulnerability Srbds: Not affected 02:27:14 Vulnerability Tsx async abort: Not affected 02:27:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:27:14 02:27:14 02:27:14 ---> nproc: 02:27:14 8 02:27:14 02:27:14 02:27:14 ---> df -h: 02:27:14 Filesystem Size Used Avail Use% Mounted on 02:27:14 overlay 155G 13G 143G 8% / 02:27:14 tmpfs 64M 0 64M 0% /dev 02:27:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:27:14 shm 64M 0 64M 0% /dev/shm 02:27:14 /dev/vda1 155G 13G 143G 8% /facter-os 02:27:14 02:27:14