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 [2022-06-29T02:15:59.405Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-29T02:15:59.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-29T02:15:59.480Z] ========================================================= [2022-06-29T02:15:59.480Z] EdgeX Global Pipelines Version Info [2022-06-29T02:15:59.480Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:16:00.265Z] ------------------- [2022-06-29T02:16:00.265Z] stable info: [2022-06-29T02:16:00.265Z] ------------------- [2022-06-29T02:16:00.265Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-29T02:16:00.265Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-29T02:16:00.265Z] Message: update stable to v1.0.234 [2022-06-29T02:16:00.836Z] ------------------- [2022-06-29T02:16:00.836Z] experimental info: [2022-06-29T02:16:00.836Z] ------------------- [2022-06-29T02:16:00.836Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-29T02:16:00.836Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-29T02:16:00.836Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-29T02:16:01.099Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2022-06-29T02:16:01.113Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2022-06-29T02:16:01.125Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-29T02:16:01.140Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-29T02:16:01.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-29T02:16:01.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-29T02:16:01.179Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-29T02:16:01.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-29T02:16:01.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-29T02:16:01.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-29T02:16:01.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-29T02:16:01.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2022-06-29T02:16:01.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-29T02:16:01.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-29T02:16:01.287Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-29T02:16:01.307Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-29T02:16:01.321Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-29T02:16:01.331Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-29T02:16:01.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-29T02:16:01.355Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-29T02:16:01.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-29T02:16:01.376Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-29T02:16:01.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-29T02:16:01.399Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-29T02:16:01.411Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-29T02:16:01.422Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-29T02:16:01.430Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-29T02:16:01.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-29T02:16:01.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-29T02:16:01.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-29T02:16:01.468Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo [2022-06-29T02:16:01.481Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1421387 [Pipeline] echo [2022-06-29T02:16:01.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-29T02:16:01.530Z] provisioning config files... [2022-06-29T02:16:01.550Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8983822606891163296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:16:01.890Z] ---> docker-login.sh [2022-06-29T02:16:01.890Z] nexus3.edgexfoundry.org:10001 [2022-06-29T02:16:02.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:02.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:02.153Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:02.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:02.153Z] [2022-06-29T02:16:02.153Z] Login Succeeded [2022-06-29T02:16:02.153Z] nexus3.edgexfoundry.org:10002 [2022-06-29T02:16:02.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:02.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:02.417Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:02.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:02.417Z] [2022-06-29T02:16:02.417Z] Login Succeeded [2022-06-29T02:16:02.417Z] nexus3.edgexfoundry.org:10003 [2022-06-29T02:16:02.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:02.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:02.417Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:02.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:02.417Z] [2022-06-29T02:16:02.417Z] Login Succeeded [2022-06-29T02:16:02.417Z] nexus3.edgexfoundry.org:10004 [2022-06-29T02:16:02.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:02.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:02.686Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:02.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:02.686Z] [2022-06-29T02:16:02.686Z] Login Succeeded [2022-06-29T02:16:02.686Z] docker.io [2022-06-29T02:16:02.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:02.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:02.947Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:02.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:02.947Z] [2022-06-29T02:16:02.947Z] Login Succeeded [2022-06-29T02:16:02.947Z] ---> docker-login.sh ends [Pipeline] } [2022-06-29T02:16:02.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-29T02:16:03.338Z] + git rev-list -1 --merges 1421387b1267508093a25aa042890380d9dcf7bc~1..1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo [2022-06-29T02:16:03.368Z] -----------> git rev-list -1 --merges 1421387b1267508093a25aa042890380d9dcf7bc~1..1421387b1267508093a25aa042890380d9dcf7bc 1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:16:03.369Z] 1421387b1267508093a25aa042890380d9dcf7bc [false] [Pipeline] sh [2022-06-29T02:16:03.667Z] + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo [2022-06-29T02:16:03.682Z] ========================================================= [2022-06-29T02:16:03.682Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-29T02:16:03.682Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-29T02:16:04.024Z] + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] echo [2022-06-29T02:16:04.036Z] [semverPrep] GIT_COMMIT: 1421387b1267508093a25aa042890380d9dcf7bc, Commit Message: Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.5 [Pipeline] echo [2022-06-29T02:16:04.044Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-29T02:16:04.441Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-29T02:16:04.441Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-29T02:16:04.441Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-29T02:16:04.441Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-29T02:16:04.441Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-29T02:16:04.441Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-29T02:16:04.441Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:16:04.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:16:04.871Z] [2022-06-29T02:16:04.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:16:05.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:16:05.179Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-29T02:16:05.179Z] 42c077c10790: Pulling fs layer [2022-06-29T02:16:05.179Z] f63e77b7563a: Pulling fs layer [2022-06-29T02:16:05.179Z] bd5fdadae976: Pulling fs layer [2022-06-29T02:16:05.179Z] 205491f53016: Pulling fs layer [2022-06-29T02:16:05.179Z] df18705c85c3: Pulling fs layer [2022-06-29T02:16:05.179Z] bdb3f477010e: Pulling fs layer [2022-06-29T02:16:05.179Z] bdb3f477010e: Waiting [2022-06-29T02:16:05.179Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-29T02:16:05.179Z] df18705c85c3: Waiting [2022-06-29T02:16:05.179Z] 2c6e9b1d212d: Pulling fs layer [2022-06-29T02:16:05.179Z] bdb8f0575790: Pulling fs layer [2022-06-29T02:16:05.180Z] c8a8fc8e1c8f: Waiting [2022-06-29T02:16:05.180Z] 386e3cb2ff24: Pulling fs layer [2022-06-29T02:16:05.180Z] 2343380bae48: Pulling fs layer [2022-06-29T02:16:05.180Z] bdb8f0575790: Waiting [2022-06-29T02:16:05.180Z] 386e3cb2ff24: Waiting [2022-06-29T02:16:05.180Z] 2343380bae48: Waiting [2022-06-29T02:16:05.180Z] f63e77b7563a: Verifying Checksum [2022-06-29T02:16:05.180Z] f63e77b7563a: Download complete [2022-06-29T02:16:05.180Z] 205491f53016: Verifying Checksum [2022-06-29T02:16:05.180Z] 205491f53016: Download complete [2022-06-29T02:16:05.440Z] df18705c85c3: Verifying Checksum [2022-06-29T02:16:05.440Z] df18705c85c3: Download complete [2022-06-29T02:16:05.440Z] bdb3f477010e: Download complete [2022-06-29T02:16:05.440Z] bd5fdadae976: Verifying Checksum [2022-06-29T02:16:05.440Z] bd5fdadae976: Download complete [2022-06-29T02:16:05.440Z] 2c6e9b1d212d: Download complete [2022-06-29T02:16:05.440Z] bdb8f0575790: Verifying Checksum [2022-06-29T02:16:05.440Z] 386e3cb2ff24: Download complete [2022-06-29T02:16:05.440Z] 2343380bae48: Verifying Checksum [2022-06-29T02:16:05.440Z] 2343380bae48: Download complete [2022-06-29T02:16:05.440Z] 42c077c10790: Verifying Checksum [2022-06-29T02:16:05.440Z] 42c077c10790: Download complete [2022-06-29T02:16:05.714Z] c8a8fc8e1c8f: Download complete [2022-06-29T02:16:07.104Z] 42c077c10790: Pull complete [2022-06-29T02:16:07.104Z] f63e77b7563a: Pull complete [2022-06-29T02:16:07.677Z] bd5fdadae976: Pull complete [2022-06-29T02:16:07.677Z] 205491f53016: Pull complete [2022-06-29T02:16:07.938Z] df18705c85c3: Pull complete [2022-06-29T02:16:08.197Z] bdb3f477010e: Pull complete [2022-06-29T02:16:10.106Z] c8a8fc8e1c8f: Pull complete [2022-06-29T02:16:10.106Z] 2c6e9b1d212d: Pull complete [2022-06-29T02:16:10.369Z] bdb8f0575790: Pull complete [2022-06-29T02:16:10.369Z] 386e3cb2ff24: Pull complete [2022-06-29T02:16:10.369Z] 2343380bae48: Pull complete [2022-06-29T02:16:10.369Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-29T02:16:10.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:16:10.369Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:16:10.477Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:16:10.517Z] $ 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 [2022-06-29T02:16:11.795Z] $ docker top 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c -eo pid,comm [2022-06-29T02:16:11.867Z] 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). [2022-06-29T02:16:11.867Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-29T02:16:11.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-29T02:16:11.900Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-29T02:16:12.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-29T02:16:12.034Z] $ docker exec 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent [2022-06-29T02:16:12.176Z] SSH_AUTH_SOCK=/tmp/ssh-nPdEkEW4PTwz/agent.32 [2022-06-29T02:16:12.176Z] SSH_AGENT_PID=38 [2022-06-29T02:16:12.185Z] Running ssh-add (command line suppressed) [2022-06-29T02:16:12.308Z] 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) [2022-06-29T02:16:12.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-29T02:16:12.619Z] + git tag --points-at HEAD [Pipeline] } [2022-06-29T02:16:12.637Z] $ docker exec --env ******** --env ******** 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent -k [2022-06-29T02:16:12.758Z] unset SSH_AUTH_SOCK; [2022-06-29T02:16:12.758Z] unset SSH_AGENT_PID; [2022-06-29T02:16:12.758Z] echo Agent pid 38 killed; [2022-06-29T02:16:12.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-29T02:16:12.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-29T02:16:12.798Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-29T02:16:12.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-29T02:16:12.928Z] $ docker exec 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent [2022-06-29T02:16:13.052Z] SSH_AUTH_SOCK=/tmp/ssh-zfaNrt3uSq0u/agent.71 [2022-06-29T02:16:13.052Z] SSH_AGENT_PID=77 [2022-06-29T02:16:13.058Z] Running ssh-add (command line suppressed) [2022-06-29T02:16:13.177Z] 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) [2022-06-29T02:16:13.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-29T02:16:13.493Z] + git semver init [2022-06-29T02:16:13.754Z] 2022-06-29 02:16:13,693 [run_init] DEBUG init version:0.0.0 force:False [2022-06-29T02:16:13.754Z] 2022-06-29 02:16:13,693 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2022-06-29T02:16:13.754Z] 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 [2022-06-29T02:16:13.754Z] 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) [2022-06-29T02:16:14.701Z] 2022-06-29 02:16:14,379 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2022-06-29T02:16:14.701Z] 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 [2022-06-29T02:16:14.701Z] 2022-06-29 02:16:14,380 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:16:14.701Z] 2022-06-29 02:16:14,380 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:16:14.701Z] 0.0.1-dev.19 [Pipeline] } [2022-06-29T02:16:14.712Z] $ docker exec --env ******** --env ******** 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c ssh-agent -k [2022-06-29T02:16:14.847Z] unset SSH_AUTH_SOCK; [2022-06-29T02:16:14.847Z] unset SSH_AGENT_PID; [2022-06-29T02:16:14.847Z] echo Agent pid 77 killed; [2022-06-29T02:16:14.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-29T02:16:15.188Z] + git semver [Pipeline] } [2022-06-29T02:16:15.463Z] $ docker stop --time=1 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c [2022-06-29T02:16:16.794Z] $ docker rm -f 949eae17341246e15f364d3c64c294962e092d89f2f67fe44cdddc4b755bfa0c [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-29T02:16:17.163Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-29T02:16:17.435Z] Stashed 1 file(s) [Pipeline] echo [2022-06-29T02:16:17.439Z] [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 [2022-06-29T02:16:17.565Z] provisioning config files... [2022-06-29T02:16:17.577Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config939011550329566853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:16:17.885Z] ---> docker-login.sh [2022-06-29T02:16:17.885Z] nexus3.edgexfoundry.org:10001 [2022-06-29T02:16:17.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:17.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:17.885Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:17.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:17.885Z] [2022-06-29T02:16:17.885Z] Login Succeeded [2022-06-29T02:16:17.885Z] nexus3.edgexfoundry.org:10002 [2022-06-29T02:16:17.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:18.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:18.147Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:18.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:18.147Z] [2022-06-29T02:16:18.147Z] Login Succeeded [2022-06-29T02:16:18.147Z] nexus3.edgexfoundry.org:10003 [2022-06-29T02:16:18.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:18.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:18.147Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:18.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:18.147Z] [2022-06-29T02:16:18.147Z] Login Succeeded [2022-06-29T02:16:18.147Z] nexus3.edgexfoundry.org:10004 [2022-06-29T02:16:18.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:18.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:18.409Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:18.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:18.409Z] [2022-06-29T02:16:18.409Z] Login Succeeded [2022-06-29T02:16:18.409Z] docker.io [2022-06-29T02:16:18.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:16:18.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:16:18.672Z] Configure a credential helper to remove this warning. See [2022-06-29T02:16:18.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:16:18.672Z] [2022-06-29T02:16:18.672Z] Login Succeeded [2022-06-29T02:16:18.672Z] ---> docker-login.sh ends [Pipeline] } [2022-06-29T02:16:18.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-29T02:16:18.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:16:18.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:16:18.790Z] ========================================================= [2022-06-29T02:16:18.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-29T02:16:18.790Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:16:19.125Z] + 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 . [2022-06-29T02:16:19.125Z] Sending build context to Docker daemon 9.269MB [2022-06-29T02:16:19.125Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-29T02:16:19.125Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-29T02:16:19.125Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-29T02:16:19.125Z] 59bf1c3509f3: Pulling fs layer [2022-06-29T02:16:19.125Z] 666ba61612fd: Pulling fs layer [2022-06-29T02:16:19.125Z] 8ed8ca486205: Pulling fs layer [2022-06-29T02:16:19.125Z] cc1cd167ecdc: Pulling fs layer [2022-06-29T02:16:19.125Z] c516ae0d96e1: Pulling fs layer [2022-06-29T02:16:19.125Z] 684cea983483: Pulling fs layer [2022-06-29T02:16:19.125Z] dd3240ac7de5: Pulling fs layer [2022-06-29T02:16:19.125Z] b1e948a4e11c: Pulling fs layer [2022-06-29T02:16:19.125Z] a8fd76ee1af6: Pulling fs layer [2022-06-29T02:16:19.125Z] 646ad004c059: Pulling fs layer [2022-06-29T02:16:19.125Z] cc1cd167ecdc: Waiting [2022-06-29T02:16:19.125Z] c516ae0d96e1: Waiting [2022-06-29T02:16:19.125Z] 684cea983483: Waiting [2022-06-29T02:16:19.125Z] a8fd76ee1af6: Waiting [2022-06-29T02:16:19.125Z] dd3240ac7de5: Waiting [2022-06-29T02:16:19.125Z] 646ad004c059: Waiting [2022-06-29T02:16:19.125Z] b1e948a4e11c: Waiting [2022-06-29T02:16:19.125Z] 8ed8ca486205: Verifying Checksum [2022-06-29T02:16:19.125Z] 8ed8ca486205: Download complete [2022-06-29T02:16:19.125Z] 666ba61612fd: Download complete [2022-06-29T02:16:19.389Z] c516ae0d96e1: Verifying Checksum [2022-06-29T02:16:19.390Z] c516ae0d96e1: Download complete [2022-06-29T02:16:19.390Z] 59bf1c3509f3: Verifying Checksum [2022-06-29T02:16:19.390Z] 684cea983483: Verifying Checksum [2022-06-29T02:16:19.390Z] 684cea983483: Download complete [2022-06-29T02:16:19.390Z] dd3240ac7de5: Download complete [2022-06-29T02:16:19.390Z] b1e948a4e11c: Verifying Checksum [2022-06-29T02:16:19.390Z] b1e948a4e11c: Download complete [2022-06-29T02:16:19.390Z] 59bf1c3509f3: Pull complete [2022-06-29T02:16:19.670Z] 666ba61612fd: Pull complete [2022-06-29T02:16:19.670Z] 8ed8ca486205: Pull complete [2022-06-29T02:16:19.941Z] 646ad004c059: Verifying Checksum [2022-06-29T02:16:19.941Z] 646ad004c059: Download complete [2022-06-29T02:16:20.204Z] cc1cd167ecdc: Verifying Checksum [2022-06-29T02:16:20.204Z] cc1cd167ecdc: Download complete [2022-06-29T02:16:20.204Z] a8fd76ee1af6: Verifying Checksum [2022-06-29T02:16:20.204Z] a8fd76ee1af6: Download complete [2022-06-29T02:16:24.412Z] cc1cd167ecdc: Pull complete [2022-06-29T02:16:24.412Z] c516ae0d96e1: Pull complete [2022-06-29T02:16:24.412Z] 684cea983483: Pull complete [2022-06-29T02:16:24.412Z] dd3240ac7de5: Pull complete [2022-06-29T02:16:24.412Z] b1e948a4e11c: Pull complete [2022-06-29T02:16:26.957Z] a8fd76ee1af6: Pull complete [2022-06-29T02:16:27.526Z] 646ad004c059: Pull complete [2022-06-29T02:16:27.526Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-29T02:16:27.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-29T02:16:27.526Z] ---> 8f69c11f6b0c [2022-06-29T02:16:27.526Z] Step 3/13 : ARG MAKE="make build" [2022-06-29T02:16:28.913Z] ---> Running in 06f926ecacbf [2022-06-29T02:16:29.174Z] Removing intermediate container 06f926ecacbf [2022-06-29T02:16:29.174Z] ---> 465415394fe6 [2022-06-29T02:16:29.174Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-29T02:16:29.174Z] ---> Running in 3a5ecc330636 [2022-06-29T02:16:29.174Z] Removing intermediate container 3a5ecc330636 [2022-06-29T02:16:29.174Z] ---> 594e979e770b [2022-06-29T02:16:29.174Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-29T02:16:29.174Z] ---> Running in c692ccd3fe9b [2022-06-29T02:16:29.434Z] Removing intermediate container c692ccd3fe9b [2022-06-29T02:16:29.434Z] ---> 8ba0bbcedafa [2022-06-29T02:16:29.434Z] Step 6/13 : LABEL Name=edgex-device-onvif-camera [2022-06-29T02:16:29.434Z] ---> Running in 81d25e736533 [2022-06-29T02:16:29.434Z] Removing intermediate container 81d25e736533 [2022-06-29T02:16:29.434Z] ---> 6f6a5d887853 [2022-06-29T02:16:29.434Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-29T02:16:29.694Z] ---> Running in b10237f8f51f [2022-06-29T02:16:30.267Z] Removing intermediate container b10237f8f51f [2022-06-29T02:16:30.267Z] ---> b2bc7e0b05bf [2022-06-29T02:16:30.267Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-29T02:16:30.267Z] ---> Running in c78743947e28 [2022-06-29T02:16:30.527Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-29T02:16:31.472Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-29T02:16:31.733Z] OK: 221 MiB in 52 packages [2022-06-29T02:16:31.996Z] Removing intermediate container c78743947e28 [2022-06-29T02:16:31.996Z] ---> b4744eaff37e [2022-06-29T02:16:31.996Z] Step 9/13 : WORKDIR /device-onvif-camera [2022-06-29T02:16:31.996Z] ---> Running in ecc04c260d73 [2022-06-29T02:16:32.256Z] Removing intermediate container ecc04c260d73 [2022-06-29T02:16:32.256Z] ---> 6b40569c30c2 [2022-06-29T02:16:32.256Z] Step 10/13 : COPY go.mod vendor* ./ [2022-06-29T02:16:32.256Z] ---> 2cc95a006ba9 [2022-06-29T02:16:32.256Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-29T02:16:32.256Z] ---> Running in c7a29c9649af [2022-06-29T02:16:32.534Z] Still waiting to schedule task [2022-06-29T02:16:32.535Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-29T02:16:47.191Z] Removing intermediate container c7a29c9649af [2022-06-29T02:16:47.191Z] ---> 4963316093df [2022-06-29T02:16:47.191Z] Step 12/13 : COPY . . [2022-06-29T02:16:47.191Z] ---> 911076563827 [2022-06-29T02:16:47.191Z] Step 13/13 : RUN ${MAKE} [2022-06-29T02:16:47.191Z] ---> Running in 0112c2cd8c15 [2022-06-29T02:16:47.191Z] noop [2022-06-29T02:16:47.451Z] Removing intermediate container 0112c2cd8c15 [2022-06-29T02:16:47.452Z] ---> e7d36aa6295b [2022-06-29T02:16:47.452Z] Successfully built e7d36aa6295b [2022-06-29T02:16:47.452Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:16:47.809Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-29T02:16:47.809Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:16:47.940Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:16:48.015Z] $ 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 [2022-06-29T02:16:48.455Z] $ docker top 21b2ba7e99de0bceb133af8c046ff3aafeb8c1ba4fac2147e348586206e928f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-29T02:16:48.826Z] + go version [2022-06-29T02:16:48.826Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-29T02:16:48.841Z] $ docker stop --time=1 21b2ba7e99de0bceb133af8c046ff3aafeb8c1ba4fac2147e348586206e928f0 [2022-06-29T02:16:50.168Z] $ 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 [2022-06-29T02:16:50.584Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-29T02:16:50.584Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:16:50.667Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:16:50.712Z] $ 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 [2022-06-29T02:16:51.121Z] $ docker top 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-29T02:16:51.497Z] + make test [2022-06-29T02:16:51.497Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-29T02:16:51.757Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2022-06-29T02:17:03.999Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2022-06-29T02:17:03.999Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.018s coverage: 5.6% of statements [2022-06-29T02:17:07.305Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 5.293s coverage: 13.8% of statements [2022-06-29T02:17:13.911Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-29T02:17:18.112Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-29T02:17:18.112Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-29T02:17:18.112Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-29T02:17:18.699Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-29T02:17:18.712Z] $ docker stop --time=1 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 [2022-06-29T02:17:20.418Z] $ docker rm -f 347b5ec7edd14c3a3cc1c1baed76e5185af1a003e7f75719ce65f76c0359f328 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-29T02:17:20.908Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-29T02:17:20.952Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-29T02:17:21.476Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-29T02:17:21.763Z] + ls -al . [2022-06-29T02:17:21.763Z] total 248 [2022-06-29T02:17:21.763Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 29 02:17 . [2022-06-29T02:17:21.763Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:15 .. [2022-06-29T02:17:21.763Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:16 .git [2022-06-29T02:17:21.763Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:15 .github [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 352 Jun 29 02:15 .gitignore [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 29 02:15 .golangci.yml [2022-06-29T02:17:21.763Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 29 02:16 .semver [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 9099 Jun 29 02:15 Attribution.txt [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 189 Jun 29 02:15 CHANGELOG.md [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 1667 Jun 29 02:15 Dockerfile [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 29 02:15 GOVERNANCE.md [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 29 02:15 Jenkinsfile [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 29 02:15 LICENSE [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 2473 Jun 29 02:15 Makefile [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 29 02:15 OWNERS.md [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 31035 Jun 29 02:15 README.md [2022-06-29T02:17:21.763Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 29 02:16 VERSION [2022-06-29T02:17:21.763Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:15 bin [2022-06-29T02:17:21.763Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 29 02:15 cmd [2022-06-29T02:17:21.763Z] -rw-r--r-- 1 jenkins jenkins 70091 Jun 29 02:17 coverage.out [2022-06-29T02:17:21.764Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 29 02:15 doc [2022-06-29T02:17:21.764Z] -rw-rw-r-- 1 jenkins jenkins 3506 Jun 29 02:15 go.mod [2022-06-29T02:17:21.764Z] -rw-rw-r-- 1 jenkins jenkins 37492 Jun 29 02:15 go.sum [2022-06-29T02:17:21.764Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:15 internal [2022-06-29T02:17:21.764Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 29 02:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:17:22.080Z] + 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 . [2022-06-29T02:17:22.080Z] Sending build context to Docker daemon 9.34MB [2022-06-29T02:17:22.080Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-06-29T02:17:22.080Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-29T02:17:22.080Z] ---> e7d36aa6295b [2022-06-29T02:17:22.080Z] Step 3/26 : ARG MAKE="make build" [2022-06-29T02:17:22.080Z] ---> Running in 55a445caf2db [2022-06-29T02:17:22.341Z] Removing intermediate container 55a445caf2db [2022-06-29T02:17:22.341Z] ---> ed81c16f7c14 [2022-06-29T02:17:22.341Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-29T02:17:22.341Z] ---> Running in c91b293aef5d [2022-06-29T02:17:22.341Z] Removing intermediate container c91b293aef5d [2022-06-29T02:17:22.341Z] ---> 361a17ab3bab [2022-06-29T02:17:22.341Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-29T02:17:22.341Z] ---> Running in ce916ee60f73 [2022-06-29T02:17:22.601Z] Removing intermediate container ce916ee60f73 [2022-06-29T02:17:22.601Z] ---> d86f2e417b6c [2022-06-29T02:17:22.601Z] Step 6/26 : LABEL Name=edgex-device-onvif-camera [2022-06-29T02:17:22.601Z] ---> Running in 727a463dc488 [2022-06-29T02:17:22.601Z] Removing intermediate container 727a463dc488 [2022-06-29T02:17:22.601Z] ---> 4162dd802a23 [2022-06-29T02:17:22.601Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-29T02:17:22.601Z] ---> Running in 9543f66e0c73 [2022-06-29T02:17:23.172Z] Removing intermediate container 9543f66e0c73 [2022-06-29T02:17:23.172Z] ---> da55fdaaea55 [2022-06-29T02:17:23.172Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-29T02:17:23.172Z] ---> Running in 1ee102f1234d [2022-06-29T02:17:23.435Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-29T02:17:50.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-29T02:18:09.632Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16308 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2022-06-29T02:18:09.642Z] Running in /w/workspace/device-onvif-camera/21 [Pipeline] { [Pipeline] checkout [2022-06-29T02:18:09.674Z] Selected Git installation does not exist. Using Default [2022-06-29T02:18:09.674Z] The recommended git tool is: NONE [2022-06-29T02:18:17.426Z] using credential edgex-jenkins-ssh [2022-06-29T02:18:17.444Z] Cloning the remote Git repository [2022-06-29T02:18:18.612Z] Avoid second fetch [2022-06-29T02:18:18.613Z] Checking out Revision 1421387b1267508093a25aa042890380d9dcf7bc (main) [2022-06-29T02:18:17.506Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2022-06-29T02:18:17.594Z] > git init /w/workspace/device-onvif-camera/21 # timeout=10 [2022-06-29T02:18:17.666Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2022-06-29T02:18:17.667Z] > git --version # timeout=10 [2022-06-29T02:18:17.695Z] > git --version # 'git version 2.25.1' [2022-06-29T02:18:17.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-29T02:18:17.795Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-29T02:18:18.533Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2022-06-29T02:18:18.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-29T02:18:18.643Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T02:18:18.701Z] > git checkout -f 1421387b1267508093a25aa042890380d9dcf7bc # timeout=10 [2022-06-29T02:18:23.298Z] 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 [2022-06-29T02:18:24.747Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-29T02:18:24.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-29T02:18:24.747Z] Dload Upload Total Spent Left Speed [2022-06-29T02:18:24.747Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 73371 0 --:--:-- --:--:-- --:--:-- 73371 [Pipeline] sh [2022-06-29T02:18:25.425Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-29T02:18:25.769Z] + sudo tee /etc/docker/daemon.new [2022-06-29T02:18:25.769Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-29T02:18:25.769Z] { [2022-06-29T02:18:25.769Z] "registry-mirrors": [ [2022-06-29T02:18:25.769Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-29T02:18:25.769Z] ], [2022-06-29T02:18:25.769Z] "bip": "10.250.0.254/24", [2022-06-29T02:18:25.769Z] "hosts": [ [2022-06-29T02:18:25.769Z] "tcp://0.0.0.0:5555", [2022-06-29T02:18:25.769Z] "unix:///var/run/docker.sock" [2022-06-29T02:18:25.769Z] ], [2022-06-29T02:18:25.769Z] "mtu": 1458, [2022-06-29T02:18:25.769Z] "selinux-enabled": true, [2022-06-29T02:18:25.769Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-29T02:18:25.769Z] } [Pipeline] sh [2022-06-29T02:18:26.173Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-29T02:18:26.521Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-29T02:18:45.078Z] provisioning config files... [2022-06-29T02:18:45.104Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/21@tmp/config395759888383430553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:18:45.480Z] ---> docker-login.sh [2022-06-29T02:18:45.480Z] nexus3.edgexfoundry.org:10001 [2022-06-29T02:18:46.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:18:46.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:18:46.357Z] Configure a credential helper to remove this warning. See [2022-06-29T02:18:46.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:18:46.357Z] [2022-06-29T02:18:46.357Z] Login Succeeded [2022-06-29T02:18:46.357Z] nexus3.edgexfoundry.org:10002 [2022-06-29T02:18:46.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:18:46.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:18:46.907Z] Configure a credential helper to remove this warning. See [2022-06-29T02:18:46.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:18:46.907Z] [2022-06-29T02:18:46.907Z] Login Succeeded [2022-06-29T02:18:46.907Z] nexus3.edgexfoundry.org:10003 [2022-06-29T02:18:47.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:18:47.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:18:47.180Z] Configure a credential helper to remove this warning. See [2022-06-29T02:18:47.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:18:47.180Z] [2022-06-29T02:18:47.180Z] Login Succeeded [2022-06-29T02:18:47.180Z] nexus3.edgexfoundry.org:10004 [2022-06-29T02:18:47.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:18:47.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:18:47.738Z] Configure a credential helper to remove this warning. See [2022-06-29T02:18:47.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:18:47.738Z] [2022-06-29T02:18:47.738Z] Login Succeeded [2022-06-29T02:18:47.738Z] docker.io [2022-06-29T02:18:48.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:18:48.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:18:48.286Z] Configure a credential helper to remove this warning. See [2022-06-29T02:18:48.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:18:48.286Z] [2022-06-29T02:18:48.286Z] Login Succeeded [2022-06-29T02:18:48.286Z] ---> docker-login.sh ends [Pipeline] } [2022-06-29T02:18:48.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-29T02:18:48.834Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:18:48.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:18:48.850Z] ========================================================= [2022-06-29T02:18:48.850Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-29T02:18:48.850Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:18:49.248Z] + 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 . [2022-06-29T02:18:49.529Z] Sending build context to Docker daemon 6.378MB [2022-06-29T02:18:49.529Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-29T02:18:49.529Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-29T02:18:49.803Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-29T02:18:49.803Z] 9b3977197b4f: Pulling fs layer [2022-06-29T02:18:49.803Z] 1a89e8eeedd5: Pulling fs layer [2022-06-29T02:18:49.803Z] 94645a83ff95: Pulling fs layer [2022-06-29T02:18:49.803Z] e6fb740bc735: Pulling fs layer [2022-06-29T02:18:49.803Z] 3a77bd46dcc9: Pulling fs layer [2022-06-29T02:18:49.803Z] 355e64cbe906: Pulling fs layer [2022-06-29T02:18:49.803Z] 63ab81a10011: Pulling fs layer [2022-06-29T02:18:49.803Z] 555d1d1c4555: Pulling fs layer [2022-06-29T02:18:49.803Z] 7d9057610161: Pulling fs layer [2022-06-29T02:18:49.803Z] e6fb740bc735: Waiting [2022-06-29T02:18:49.803Z] 3a77bd46dcc9: Waiting [2022-06-29T02:18:49.803Z] 355e64cbe906: Waiting [2022-06-29T02:18:49.803Z] 63ab81a10011: Waiting [2022-06-29T02:18:49.803Z] 555d1d1c4555: Waiting [2022-06-29T02:18:49.803Z] 7d9057610161: Waiting [2022-06-29T02:18:49.803Z] 1a89e8eeedd5: Verifying Checksum [2022-06-29T02:18:49.803Z] 1a89e8eeedd5: Download complete [2022-06-29T02:18:49.803Z] 94645a83ff95: Verifying Checksum [2022-06-29T02:18:49.803Z] 94645a83ff95: Download complete [2022-06-29T02:18:49.803Z] 3a77bd46dcc9: Verifying Checksum [2022-06-29T02:18:49.803Z] 3a77bd46dcc9: Download complete [2022-06-29T02:18:49.803Z] 355e64cbe906: Verifying Checksum [2022-06-29T02:18:49.803Z] 355e64cbe906: Download complete [2022-06-29T02:18:49.803Z] 63ab81a10011: Download complete [2022-06-29T02:18:50.805Z] 9b3977197b4f: Verifying Checksum [2022-06-29T02:18:50.805Z] 9b3977197b4f: Download complete [2022-06-29T02:18:51.793Z] 9b3977197b4f: Pull complete [2022-06-29T02:18:51.793Z] 555d1d1c4555: Verifying Checksum [2022-06-29T02:18:51.793Z] 555d1d1c4555: Download complete [2022-06-29T02:18:51.793Z] 7d9057610161: Verifying Checksum [2022-06-29T02:18:51.793Z] 7d9057610161: Download complete [2022-06-29T02:18:52.389Z] 1a89e8eeedd5: Pull complete [2022-06-29T02:18:52.389Z] e6fb740bc735: Download complete [2022-06-29T02:18:52.662Z] 94645a83ff95: Pull complete [2022-06-29T02:19:05.347Z] e6fb740bc735: Pull complete [2022-06-29T02:19:05.347Z] 3a77bd46dcc9: Pull complete [2022-06-29T02:19:05.347Z] 355e64cbe906: Pull complete [2022-06-29T02:19:05.347Z] 63ab81a10011: Pull complete [2022-06-29T02:19:12.126Z] 555d1d1c4555: Pull complete [2022-06-29T02:19:13.392Z] 7d9057610161: Pull complete [2022-06-29T02:19:13.392Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-29T02:19:13.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-29T02:19:13.392Z] ---> 819e984ddca1 [2022-06-29T02:19:13.392Z] Step 3/13 : ARG MAKE="make build" [2022-06-29T02:19:14.864Z] ---> Running in 4d87293a3386 [2022-06-29T02:19:15.143Z] Removing intermediate container 4d87293a3386 [2022-06-29T02:19:15.143Z] ---> 20eac285c5c4 [2022-06-29T02:19:15.143Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-29T02:19:15.143Z] ---> Running in 4c8b72b5acea [2022-06-29T02:19:15.423Z] Removing intermediate container 4c8b72b5acea [2022-06-29T02:19:15.423Z] ---> bea1ee47829b [2022-06-29T02:19:15.423Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-29T02:19:15.704Z] ---> Running in f9184718af3a [2022-06-29T02:19:15.980Z] Removing intermediate container f9184718af3a [2022-06-29T02:19:15.980Z] ---> 9acc22844dbb [2022-06-29T02:19:15.980Z] Step 6/13 : LABEL Name=edgex-device-onvif-camera [2022-06-29T02:19:15.980Z] ---> Running in 23607d1bf823 [2022-06-29T02:19:16.267Z] Removing intermediate container 23607d1bf823 [2022-06-29T02:19:16.267Z] ---> be8215c5212f [2022-06-29T02:19:16.267Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-29T02:19:16.267Z] ---> Running in d571eecf97c3 [2022-06-29T02:19:19.692Z] Removing intermediate container d571eecf97c3 [2022-06-29T02:19:19.692Z] ---> b7c1622a779a [2022-06-29T02:19:19.692Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-29T02:19:19.692Z] ---> Running in 0fd014397faf [2022-06-29T02:19:20.298Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-29T02:19:21.289Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-29T02:19:21.892Z] OK: 220 MiB in 52 packages [2022-06-29T02:19:22.874Z] Removing intermediate container 0fd014397faf [2022-06-29T02:19:22.874Z] ---> 7a892b75990a [2022-06-29T02:19:22.874Z] Step 9/13 : WORKDIR /device-onvif-camera [2022-06-29T02:19:22.874Z] ---> Running in b87e2c1d65ca [2022-06-29T02:19:23.148Z] Removing intermediate container b87e2c1d65ca [2022-06-29T02:19:23.148Z] ---> ff3f0f57986c [2022-06-29T02:19:23.148Z] Step 10/13 : COPY go.mod vendor* ./ [2022-06-29T02:19:23.746Z] ---> 183bca53b662 [2022-06-29T02:19:23.746Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-29T02:19:23.746Z] ---> Running in 061b7a9c37b0 [2022-06-29T02:19:26.576Z] OK: 221 MiB in 52 packages [2022-06-29T02:19:26.577Z] Removing intermediate container 1ee102f1234d [2022-06-29T02:19:26.577Z] ---> a121b2f1fa60 [2022-06-29T02:19:26.577Z] Step 9/26 : WORKDIR /device-onvif-camera [2022-06-29T02:19:26.577Z] ---> Running in ebd076e83485 [2022-06-29T02:19:26.577Z] Removing intermediate container ebd076e83485 [2022-06-29T02:19:26.577Z] ---> edae33a445f2 [2022-06-29T02:19:26.577Z] Step 10/26 : COPY go.mod vendor* ./ [2022-06-29T02:19:26.577Z] ---> 425c196941f4 [2022-06-29T02:19:26.577Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-29T02:19:26.577Z] ---> Running in 8113f2524baf [2022-06-29T02:19:26.577Z] Removing intermediate container 8113f2524baf [2022-06-29T02:19:26.577Z] ---> 9491b7d36226 [2022-06-29T02:19:26.577Z] Step 12/26 : COPY . . [2022-06-29T02:19:26.577Z] ---> 8dc4533dab64 [2022-06-29T02:19:26.577Z] Step 13/26 : RUN ${MAKE} [2022-06-29T02:19:26.577Z] ---> Running in d11eef3f2441 [2022-06-29T02:19:26.577Z] 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 [2022-06-29T02:19:36.570Z] Removing intermediate container d11eef3f2441 [2022-06-29T02:19:36.570Z] ---> e5697012d43d [2022-06-29T02:19:36.570Z] Step 14/26 : FROM alpine:3.15 [2022-06-29T02:19:36.570Z] 3.15: Pulling from library/alpine [2022-06-29T02:19:36.830Z] df9b9388f04a: Pulling fs layer [2022-06-29T02:19:36.830Z] df9b9388f04a: Verifying Checksum [2022-06-29T02:19:36.830Z] df9b9388f04a: Download complete [2022-06-29T02:19:37.089Z] df9b9388f04a: Pull complete [2022-06-29T02:19:37.089Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-29T02:19:37.089Z] Status: Downloaded newer image for alpine:3.15 [2022-06-29T02:19:37.089Z] ---> 0ac33e5f5afa [2022-06-29T02:19:37.089Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-29T02:19:37.089Z] ---> Running in 805b48bcc86d [2022-06-29T02:19:37.351Z] Removing intermediate container 805b48bcc86d [2022-06-29T02:19:37.351Z] ---> 3f748eecf769 [2022-06-29T02:19:37.351Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-29T02:19:37.351Z] ---> Running in 53b5a7e26fae [2022-06-29T02:19:37.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-29T02:19:38.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-29T02:19:38.448Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-29T02:19:38.448Z] (2/6) Installing libgcc (10.3.1_git20211027-r0) [2022-06-29T02:19:38.448Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-29T02:19:38.448Z] (4/6) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-29T02:19:38.448Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-29T02:19:38.448Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-29T02:19:38.448Z] Executing busybox-1.34.1-r5.trigger [2022-06-29T02:19:38.448Z] OK: 8 MiB in 20 packages [2022-06-29T02:19:38.709Z] Removing intermediate container 53b5a7e26fae [2022-06-29T02:19:38.709Z] ---> 1c3f56f14cf1 [2022-06-29T02:19:38.709Z] Step 17/26 : WORKDIR / [2022-06-29T02:19:38.709Z] ---> Running in 74ce0de211a0 [2022-06-29T02:19:38.969Z] Removing intermediate container 74ce0de211a0 [2022-06-29T02:19:38.969Z] ---> a89d64280eb4 [2022-06-29T02:19:38.969Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2022-06-29T02:19:39.543Z] ---> 7267e6a6bdc6 [2022-06-29T02:19:39.543Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2022-06-29T02:19:39.543Z] ---> f01810c5aa5a [2022-06-29T02:19:39.543Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2022-06-29T02:19:39.805Z] ---> ee59f794088a [2022-06-29T02:19:39.805Z] Step 21/26 : EXPOSE 59984 [2022-06-29T02:19:39.805Z] ---> Running in 158a34786725 [2022-06-29T02:19:39.805Z] Removing intermediate container 158a34786725 [2022-06-29T02:19:39.805Z] ---> fc56ecb80668 [2022-06-29T02:19:39.805Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2022-06-29T02:19:39.805Z] ---> Running in 599504942f0a [2022-06-29T02:19:40.065Z] Removing intermediate container 599504942f0a [2022-06-29T02:19:40.065Z] ---> f2d68063fea9 [2022-06-29T02:19:40.065Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-29T02:19:40.065Z] ---> Running in d13a6b5f7a0a [2022-06-29T02:19:40.065Z] Removing intermediate container d13a6b5f7a0a [2022-06-29T02:19:40.065Z] ---> caa7f1742932 [2022-06-29T02:19:40.065Z] Step 24/26 : LABEL arch=amd64 [2022-06-29T02:19:40.065Z] ---> Running in 2e9a24abe5c0 [2022-06-29T02:19:40.327Z] Removing intermediate container 2e9a24abe5c0 [2022-06-29T02:19:40.327Z] ---> 28b40f1cb712 [2022-06-29T02:19:40.327Z] Step 25/26 : LABEL git_sha=1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:19:40.327Z] ---> Running in ef6b19d65782 [2022-06-29T02:19:40.327Z] Removing intermediate container ef6b19d65782 [2022-06-29T02:19:40.327Z] ---> 28da6599a09c [2022-06-29T02:19:40.327Z] Step 26/26 : LABEL version=0.0.1-dev.19 [2022-06-29T02:19:40.327Z] ---> Running in 3dd692857a60 [2022-06-29T02:19:40.327Z] Removing intermediate container 3dd692857a60 [2022-06-29T02:19:40.327Z] ---> 4c3fbb9ddb0a [2022-06-29T02:19:40.327Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-29T02:19:40.327Z] Successfully built 4c3fbb9ddb0a [2022-06-29T02:19:40.327Z] 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 [2022-06-29T02:19:40.469Z] provisioning config files... [2022-06-29T02:19:40.480Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7180988298655713242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:19:40.785Z] ---> docker-login.sh [2022-06-29T02:19:40.785Z] nexus3.edgexfoundry.org:10001 [2022-06-29T02:19:40.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:19:40.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:19:40.785Z] Configure a credential helper to remove this warning. See [2022-06-29T02:19:40.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:19:40.785Z] [2022-06-29T02:19:40.785Z] Login Succeeded [2022-06-29T02:19:40.785Z] nexus3.edgexfoundry.org:10002 [2022-06-29T02:19:40.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:19:41.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:19:41.045Z] Configure a credential helper to remove this warning. See [2022-06-29T02:19:41.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:19:41.045Z] [2022-06-29T02:19:41.045Z] Login Succeeded [2022-06-29T02:19:41.045Z] nexus3.edgexfoundry.org:10003 [2022-06-29T02:19:41.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:19:41.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:19:41.045Z] Configure a credential helper to remove this warning. See [2022-06-29T02:19:41.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:19:41.046Z] [2022-06-29T02:19:41.046Z] Login Succeeded [2022-06-29T02:19:41.046Z] nexus3.edgexfoundry.org:10004 [2022-06-29T02:19:41.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:19:41.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:19:41.306Z] Configure a credential helper to remove this warning. See [2022-06-29T02:19:41.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:19:41.306Z] [2022-06-29T02:19:41.306Z] Login Succeeded [2022-06-29T02:19:41.306Z] docker.io [2022-06-29T02:19:41.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:19:41.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:19:41.568Z] Configure a credential helper to remove this warning. See [2022-06-29T02:19:41.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:19:41.568Z] [2022-06-29T02:19:41.568Z] Login Succeeded [2022-06-29T02:19:41.568Z] ---> docker-login.sh ends [Pipeline] } [2022-06-29T02:19:41.577Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-29T02:19:41.618Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:19:41.650Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2022-06-29T02:19:41.650Z] 1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:19:41.650Z] latest [2022-06-29T02:19:41.650Z] 0.0.1-dev.19 [2022-06-29T02:19:41.650Z] 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:19:41.650Z] main [2022-06-29T02:19:41.650Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:41.997Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:42.313Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:19:42.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2022-06-29T02:19:42.313Z] b174595d7f39: Preparing [2022-06-29T02:19:42.313Z] 68c943b5e071: Preparing [2022-06-29T02:19:42.313Z] 3e3eacd8abd2: Preparing [2022-06-29T02:19:42.313Z] cff523dd4339: Preparing [2022-06-29T02:19:42.313Z] 4fc242d58285: Preparing [2022-06-29T02:19:42.313Z] 4fc242d58285: Layer already exists [2022-06-29T02:19:42.313Z] 68c943b5e071: Pushed [2022-06-29T02:19:42.313Z] b174595d7f39: Pushed [2022-06-29T02:19:42.572Z] cff523dd4339: Pushed [2022-06-29T02:19:45.189Z] 3e3eacd8abd2: Pushed [2022-06-29T02:19:45.189Z] 1421387b1267508093a25aa042890380d9dcf7bc: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:45.558Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:45.876Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2022-06-29T02:19:45.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2022-06-29T02:19:45.876Z] b174595d7f39: Preparing [2022-06-29T02:19:45.876Z] 68c943b5e071: Preparing [2022-06-29T02:19:45.876Z] 3e3eacd8abd2: Preparing [2022-06-29T02:19:45.876Z] cff523dd4339: Preparing [2022-06-29T02:19:45.876Z] 4fc242d58285: Preparing [2022-06-29T02:19:45.876Z] 4fc242d58285: Layer already exists [2022-06-29T02:19:45.876Z] 3e3eacd8abd2: Layer already exists [2022-06-29T02:19:45.876Z] b174595d7f39: Layer already exists [2022-06-29T02:19:45.876Z] 68c943b5e071: Layer already exists [2022-06-29T02:19:45.876Z] cff523dd4339: Layer already exists [2022-06-29T02:19:45.876Z] latest: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:46.210Z] + 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 [2022-06-29T02:19:46.533Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.19 [2022-06-29T02:19:46.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2022-06-29T02:19:46.533Z] b174595d7f39: Preparing [2022-06-29T02:19:46.533Z] 68c943b5e071: Preparing [2022-06-29T02:19:46.533Z] 3e3eacd8abd2: Preparing [2022-06-29T02:19:46.533Z] cff523dd4339: Preparing [2022-06-29T02:19:46.533Z] 4fc242d58285: Preparing [2022-06-29T02:19:46.533Z] 4fc242d58285: Layer already exists [2022-06-29T02:19:46.533Z] cff523dd4339: Layer already exists [2022-06-29T02:19:46.533Z] b174595d7f39: Layer already exists [2022-06-29T02:19:46.533Z] 3e3eacd8abd2: Layer already exists [2022-06-29T02:19:46.533Z] 68c943b5e071: Layer already exists [2022-06-29T02:19:46.533Z] 0.0.1-dev.19: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:46.860Z] + 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 [2022-06-29T02:19:47.173Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:19:47.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2022-06-29T02:19:47.173Z] b174595d7f39: Preparing [2022-06-29T02:19:47.173Z] 68c943b5e071: Preparing [2022-06-29T02:19:47.173Z] 3e3eacd8abd2: Preparing [2022-06-29T02:19:47.173Z] cff523dd4339: Preparing [2022-06-29T02:19:47.173Z] 4fc242d58285: Preparing [2022-06-29T02:19:47.173Z] 3e3eacd8abd2: Layer already exists [2022-06-29T02:19:47.173Z] cff523dd4339: Layer already exists [2022-06-29T02:19:47.173Z] b174595d7f39: Layer already exists [2022-06-29T02:19:47.173Z] 4fc242d58285: Layer already exists [2022-06-29T02:19:47.173Z] 68c943b5e071: Layer already exists [2022-06-29T02:19:47.173Z] 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:47.497Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:47.821Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2022-06-29T02:19:47.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2022-06-29T02:19:47.821Z] b174595d7f39: Preparing [2022-06-29T02:19:47.821Z] 68c943b5e071: Preparing [2022-06-29T02:19:47.821Z] 3e3eacd8abd2: Preparing [2022-06-29T02:19:47.821Z] cff523dd4339: Preparing [2022-06-29T02:19:47.821Z] 4fc242d58285: Preparing [2022-06-29T02:19:47.821Z] b174595d7f39: Layer already exists [2022-06-29T02:19:47.821Z] cff523dd4339: Layer already exists [2022-06-29T02:19:47.821Z] 68c943b5e071: Layer already exists [2022-06-29T02:19:47.821Z] 4fc242d58285: Layer already exists [2022-06-29T02:19:47.821Z] 3e3eacd8abd2: Layer already exists [2022-06-29T02:19:47.821Z] main: digest: sha256:766ade8e223adff58a55d0059fe245f7ff72bec1b68c70014160f3f2ba223418 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-29T02:19:47.875Z] ===================================================== [Pipeline] echo [2022-06-29T02:19:47.885Z] taggedImages: [2022-06-29T02:19:47.885Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:19:47.885Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2022-06-29T02:19:47.885Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.19 [2022-06-29T02:19:47.885Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:19:47.885Z] - 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 [2022-06-29T02:19:48.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-29T02:19:48.277Z] [2022-06-29T02:19:48.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:19:48.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-29T02:19:48.591Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-29T02:19:48.591Z] 5eb5b503b376: Pulling fs layer [2022-06-29T02:19:48.591Z] 5c69ac0246d0: Pulling fs layer [2022-06-29T02:19:48.591Z] ec43610c2a17: Pulling fs layer [2022-06-29T02:19:48.591Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-29T02:19:48.591Z] 33b1e0a273af: Pulling fs layer [2022-06-29T02:19:48.591Z] 5d3b04190fa2: Pulling fs layer [2022-06-29T02:19:48.591Z] 2f39f015ded8: Pulling fs layer [2022-06-29T02:19:48.591Z] 3a2ae6a8a46f: Waiting [2022-06-29T02:19:48.591Z] 5d3b04190fa2: Waiting [2022-06-29T02:19:48.591Z] 33b1e0a273af: Waiting [2022-06-29T02:19:48.591Z] 2f39f015ded8: Waiting [2022-06-29T02:19:48.591Z] 5c69ac0246d0: Download complete [2022-06-29T02:19:48.591Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-29T02:19:48.591Z] 3a2ae6a8a46f: Download complete [2022-06-29T02:19:48.591Z] ec43610c2a17: Verifying Checksum [2022-06-29T02:19:48.591Z] ec43610c2a17: Download complete [2022-06-29T02:19:48.851Z] 33b1e0a273af: Verifying Checksum [2022-06-29T02:19:48.851Z] 33b1e0a273af: Download complete [2022-06-29T02:19:48.851Z] 5d3b04190fa2: Verifying Checksum [2022-06-29T02:19:48.851Z] 5d3b04190fa2: Download complete [2022-06-29T02:19:48.851Z] 5eb5b503b376: Verifying Checksum [2022-06-29T02:19:48.851Z] 5eb5b503b376: Download complete [2022-06-29T02:19:49.422Z] 2f39f015ded8: Download complete [2022-06-29T02:19:50.364Z] 5eb5b503b376: Pull complete [2022-06-29T02:19:50.364Z] 5c69ac0246d0: Pull complete [2022-06-29T02:19:50.941Z] ec43610c2a17: Pull complete [2022-06-29T02:19:50.941Z] 3a2ae6a8a46f: Pull complete [2022-06-29T02:19:51.201Z] 33b1e0a273af: Pull complete [2022-06-29T02:19:51.201Z] 5d3b04190fa2: Pull complete [2022-06-29T02:19:55.393Z] 2f39f015ded8: Pull complete [2022-06-29T02:19:55.393Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-29T02:19:55.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-29T02:19:55.393Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:19:55.482Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:19:55.523Z] $ 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 [2022-06-29T02:19:56.882Z] $ docker top 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:19:57.282Z] ---> job-cost.sh [2022-06-29T02:19:57.282Z] lf-activate-venv: SKIPPING [2022-06-29T02:19:57.282Z] INFO: No Stack... [2022-06-29T02:19:57.542Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-29T02:19:58.114Z] INFO: Archiving Costs [Pipeline] sh [2022-06-29T02:19:58.407Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2022-06-29T02:19:58.408Z] + cut -d, -f6 [Pipeline] lock [2022-06-29T02:19:58.424Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [2022-06-29T02:19:58.433Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] did not exist. Created. [2022-06-29T02:19:58.433Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-29T02:19:58.750Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-29T02:19:58.777Z] Stashed 1 file(s) [Pipeline] } [2022-06-29T02:19:58.783Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-29T02:19:58.806Z] $ docker stop --time=1 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f [2022-06-29T02:19:59.974Z] $ docker rm -f 030edcb2d7f64c500806f2c6b7ce574e1318b00b965837e73fc12aa974fa468f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-29T02:20:10.754Z] Removing intermediate container 061b7a9c37b0 [2022-06-29T02:20:10.754Z] ---> 4ffb63a25057 [2022-06-29T02:20:10.754Z] Step 12/13 : COPY . . [2022-06-29T02:20:10.754Z] ---> 6163719b6f36 [2022-06-29T02:20:10.754Z] Step 13/13 : RUN ${MAKE} [2022-06-29T02:20:10.754Z] ---> Running in 03ed577b8e40 [2022-06-29T02:20:10.754Z] noop [2022-06-29T02:20:11.358Z] Removing intermediate container 03ed577b8e40 [2022-06-29T02:20:11.358Z] ---> 3a0aa7c25479 [2022-06-29T02:20:11.358Z] Successfully built 3a0aa7c25479 [2022-06-29T02:20:11.358Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:20:11.793Z] + docker inspect -f . ci-base-image-arm64 [2022-06-29T02:20:11.793Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:20:12.357Z] prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container [2022-06-29T02:20:12.465Z] $ 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 [2022-06-29T02:20:13.730Z] $ docker top fd594b11a886c420c9de280966babe68acf3cdddb25bed93a18643848aa2912d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-29T02:20:14.662Z] + go version [2022-06-29T02:20:14.662Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-29T02:20:14.692Z] $ docker stop --time=1 fd594b11a886c420c9de280966babe68acf3cdddb25bed93a18643848aa2912d [2022-06-29T02:20:16.352Z] $ 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 [2022-06-29T02:20:17.043Z] + docker inspect -f . ci-base-image-arm64 [2022-06-29T02:20:17.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:20:17.312Z] prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container [2022-06-29T02:20:17.435Z] $ 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 [2022-06-29T02:20:18.711Z] $ docker top e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-29T02:20:19.662Z] + make test [2022-06-29T02:20:19.662Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-29T02:20:21.710Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2022-06-29T02:21:43.879Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2022-06-29T02:21:44.175Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.101s coverage: 5.6% of statements [2022-06-29T02:22:23.299Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 39.876s coverage: 13.8% of statements [2022-06-29T02:22:23.300Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-29T02:22:23.300Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-29T02:22:50.219Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-29T02:22:50.219Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-29T02:22:50.219Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-29T02:22:50.515Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-29T02:22:50.538Z] $ docker stop --time=1 e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 [2022-06-29T02:22:52.326Z] $ docker rm -f e89770ac2eff13ad3e59283c94d1a05ef720b79e94de30a2e02c781d78cd3305 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-29T02:22:53.293Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-29T02:22:53.324Z] Warning: overwriting stash ‘coverage-report’ [2022-06-29T02:22:53.860Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-29T02:22:54.289Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-29T02:22:54.634Z] + ls -al . [2022-06-29T02:22:54.634Z] total 244 [2022-06-29T02:22:54.634Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:22 . [2022-06-29T02:22:54.634Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:18 .. [2022-06-29T02:22:54.634Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 29 02:18 .git [2022-06-29T02:22:54.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:18 .github [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 352 Jun 29 02:18 .gitignore [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 29 02:18 .golangci.yml [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 9099 Jun 29 02:18 Attribution.txt [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 189 Jun 29 02:18 CHANGELOG.md [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 1667 Jun 29 02:18 Dockerfile [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 29 02:18 GOVERNANCE.md [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 29 02:18 Jenkinsfile [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 29 02:18 LICENSE [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 2473 Jun 29 02:18 Makefile [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 29 02:18 OWNERS.md [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 31035 Jun 29 02:18 README.md [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 29 02:16 VERSION [2022-06-29T02:22:54.634Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 29 02:18 bin [2022-06-29T02:22:54.634Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 29 02:18 cmd [2022-06-29T02:22:54.634Z] -rw-r--r-- 1 jenkins jenkins 70091 Jun 29 02:22 coverage.out [2022-06-29T02:22:54.634Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 29 02:18 doc [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 3506 Jun 29 02:18 go.mod [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 37492 Jun 29 02:18 go.sum [2022-06-29T02:22:54.634Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 29 02:18 internal [2022-06-29T02:22:54.634Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 29 02:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:22:55.006Z] + 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 . [2022-06-29T02:22:55.293Z] Sending build context to Docker daemon 6.449MB [2022-06-29T02:22:55.293Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-06-29T02:22:55.293Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-29T02:22:55.293Z] ---> 3a0aa7c25479 [2022-06-29T02:22:55.293Z] Step 3/26 : ARG MAKE="make build" [2022-06-29T02:22:55.569Z] ---> Running in 34df0c202732 [2022-06-29T02:22:55.846Z] Removing intermediate container 34df0c202732 [2022-06-29T02:22:55.846Z] ---> 1293bff5ac96 [2022-06-29T02:22:55.846Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-29T02:22:55.846Z] ---> Running in 6821603a3a04 [2022-06-29T02:22:56.125Z] Removing intermediate container 6821603a3a04 [2022-06-29T02:22:56.125Z] ---> d9b312128c68 [2022-06-29T02:22:56.125Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-29T02:22:56.125Z] ---> Running in dbbdea972362 [2022-06-29T02:22:56.398Z] Removing intermediate container dbbdea972362 [2022-06-29T02:22:56.398Z] ---> 1afcfd2774da [2022-06-29T02:22:56.398Z] Step 6/26 : LABEL Name=edgex-device-onvif-camera [2022-06-29T02:22:56.678Z] ---> Running in b6c5140b12e7 [2022-06-29T02:22:56.952Z] Removing intermediate container b6c5140b12e7 [2022-06-29T02:22:56.952Z] ---> d874184d341b [2022-06-29T02:22:56.952Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-29T02:22:56.952Z] ---> Running in cb8e28f95e05 [2022-06-29T02:22:58.940Z] Removing intermediate container cb8e28f95e05 [2022-06-29T02:22:58.940Z] ---> 3dc8b920ddd0 [2022-06-29T02:22:58.940Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-29T02:22:58.940Z] ---> Running in b1027b1f5a05 [2022-06-29T02:22:59.542Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-29T02:23:00.528Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-29T02:23:01.526Z] OK: 220 MiB in 52 packages [2022-06-29T02:23:02.129Z] Removing intermediate container b1027b1f5a05 [2022-06-29T02:23:02.129Z] ---> f118b5909017 [2022-06-29T02:23:02.129Z] Step 9/26 : WORKDIR /device-onvif-camera [2022-06-29T02:23:02.129Z] ---> Running in 8105d4bbb1c8 [2022-06-29T02:23:02.403Z] Removing intermediate container 8105d4bbb1c8 [2022-06-29T02:23:02.403Z] ---> 6611c3532292 [2022-06-29T02:23:02.403Z] Step 10/26 : COPY go.mod vendor* ./ [2022-06-29T02:23:02.998Z] ---> 9bb77d3aae9f [2022-06-29T02:23:02.998Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-29T02:23:02.998Z] ---> Running in 71b9f9f2d191 [2022-06-29T02:23:04.977Z] Removing intermediate container 71b9f9f2d191 [2022-06-29T02:23:04.977Z] ---> 59c7bd3f0e71 [2022-06-29T02:23:04.977Z] Step 12/26 : COPY . . [2022-06-29T02:23:05.971Z] ---> 4859068a8ecd [2022-06-29T02:23:05.971Z] Step 13/26 : RUN ${MAKE} [2022-06-29T02:23:05.971Z] ---> Running in f35c05129074 [2022-06-29T02:23:06.962Z] 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 [2022-06-29T02:25:13.873Z] Removing intermediate container f35c05129074 [2022-06-29T02:25:13.873Z] ---> 822254fed2ff [2022-06-29T02:25:13.873Z] Step 14/26 : FROM alpine:3.15 [2022-06-29T02:25:13.873Z] 3.15: Pulling from library/alpine [2022-06-29T02:25:13.873Z] 9981e73032c8: Pulling fs layer [2022-06-29T02:25:13.873Z] 9981e73032c8: Verifying Checksum [2022-06-29T02:25:13.873Z] 9981e73032c8: Pull complete [2022-06-29T02:25:13.873Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-29T02:25:13.873Z] Status: Downloaded newer image for alpine:3.15 [2022-06-29T02:25:13.873Z] ---> 3fb3c9af89a9 [2022-06-29T02:25:13.873Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-29T02:25:13.873Z] ---> Running in 02ba267046c4 [2022-06-29T02:25:13.873Z] Removing intermediate container 02ba267046c4 [2022-06-29T02:25:13.873Z] ---> f349ae92148f [2022-06-29T02:25:13.873Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-29T02:25:13.873Z] ---> Running in 1b7566a8f502 [2022-06-29T02:25:13.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-29T02:25:13.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-29T02:25:13.873Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-29T02:25:13.873Z] (2/6) Installing libgcc (10.3.1_git20211027-r0) [2022-06-29T02:25:13.873Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-29T02:25:13.873Z] (4/6) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-29T02:25:13.873Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-29T02:25:13.873Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-29T02:25:13.873Z] Executing busybox-1.34.1-r5.trigger [2022-06-29T02:25:13.873Z] OK: 8 MiB in 20 packages [2022-06-29T02:25:13.873Z] Removing intermediate container 1b7566a8f502 [2022-06-29T02:25:13.873Z] ---> 3cea94b691d0 [2022-06-29T02:25:13.873Z] Step 17/26 : WORKDIR / [2022-06-29T02:25:13.873Z] ---> Running in be22d1a0dd2d [2022-06-29T02:25:13.873Z] Removing intermediate container be22d1a0dd2d [2022-06-29T02:25:13.873Z] ---> fc47d960bc05 [2022-06-29T02:25:13.873Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2022-06-29T02:25:13.873Z] ---> 665fe294624a [2022-06-29T02:25:13.873Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2022-06-29T02:25:13.873Z] ---> cd5db4cb5ccd [2022-06-29T02:25:13.873Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2022-06-29T02:25:13.873Z] ---> 18b445dbb137 [2022-06-29T02:25:13.873Z] Step 21/26 : EXPOSE 59984 [2022-06-29T02:25:13.873Z] ---> Running in b3d9855f6bb0 [2022-06-29T02:25:13.873Z] Removing intermediate container b3d9855f6bb0 [2022-06-29T02:25:13.873Z] ---> ac9fcc33e1d7 [2022-06-29T02:25:13.873Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2022-06-29T02:25:13.873Z] ---> Running in 64537c10897e [2022-06-29T02:25:14.149Z] Removing intermediate container 64537c10897e [2022-06-29T02:25:14.149Z] ---> 4bb1a68f9be9 [2022-06-29T02:25:14.149Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-29T02:25:14.149Z] ---> Running in 7acc54dac991 [2022-06-29T02:25:14.423Z] Removing intermediate container 7acc54dac991 [2022-06-29T02:25:14.423Z] ---> 84d748fd79fb [2022-06-29T02:25:14.423Z] Step 24/26 : LABEL arch=arm64 [2022-06-29T02:25:14.700Z] ---> Running in d66516ced52d [2022-06-29T02:25:14.973Z] Removing intermediate container d66516ced52d [2022-06-29T02:25:14.973Z] ---> 4211582e3c22 [2022-06-29T02:25:14.973Z] Step 25/26 : LABEL git_sha=1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:25:14.973Z] ---> Running in b78d2203b123 [2022-06-29T02:25:15.245Z] Removing intermediate container b78d2203b123 [2022-06-29T02:25:15.245Z] ---> a788ab7d653d [2022-06-29T02:25:15.245Z] Step 26/26 : LABEL version=0.0.1-dev.19 [2022-06-29T02:25:15.245Z] ---> Running in 12ac7e3fbdb5 [2022-06-29T02:25:15.845Z] Removing intermediate container 12ac7e3fbdb5 [2022-06-29T02:25:15.845Z] ---> 7b57364cdcc7 [2022-06-29T02:25:15.845Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-29T02:25:15.845Z] Successfully built 7b57364cdcc7 [2022-06-29T02:25:15.845Z] 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 [2022-06-29T02:25:15.964Z] provisioning config files... [2022-06-29T02:25:15.983Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/21@tmp/config3656989634719922388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:25:16.342Z] ---> docker-login.sh [2022-06-29T02:25:16.342Z] nexus3.edgexfoundry.org:10001 [2022-06-29T02:25:16.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:25:16.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:25:16.615Z] Configure a credential helper to remove this warning. See [2022-06-29T02:25:16.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:25:16.615Z] [2022-06-29T02:25:16.615Z] Login Succeeded [2022-06-29T02:25:16.615Z] nexus3.edgexfoundry.org:10002 [2022-06-29T02:25:17.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:25:17.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:25:17.211Z] Configure a credential helper to remove this warning. See [2022-06-29T02:25:17.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:25:17.211Z] [2022-06-29T02:25:17.211Z] Login Succeeded [2022-06-29T02:25:17.211Z] nexus3.edgexfoundry.org:10003 [2022-06-29T02:25:17.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:25:17.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:25:17.762Z] Configure a credential helper to remove this warning. See [2022-06-29T02:25:17.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:25:17.762Z] [2022-06-29T02:25:17.762Z] Login Succeeded [2022-06-29T02:25:17.762Z] nexus3.edgexfoundry.org:10004 [2022-06-29T02:25:18.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:25:18.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:25:18.036Z] Configure a credential helper to remove this warning. See [2022-06-29T02:25:18.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:25:18.036Z] [2022-06-29T02:25:18.036Z] Login Succeeded [2022-06-29T02:25:18.036Z] docker.io [2022-06-29T02:25:18.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-29T02:25:18.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-29T02:25:18.905Z] Configure a credential helper to remove this warning. See [2022-06-29T02:25:18.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-29T02:25:18.905Z] [2022-06-29T02:25:18.905Z] Login Succeeded [2022-06-29T02:25:18.905Z] ---> docker-login.sh ends [Pipeline] } [2022-06-29T02:25:18.926Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-29T02:25:18.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-29T02:25:19.006Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2022-06-29T02:25:19.006Z] 1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:25:19.006Z] latest [2022-06-29T02:25:19.006Z] 0.0.1-dev.19 [2022-06-29T02:25:19.006Z] 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:25:19.006Z] main [2022-06-29T02:25:19.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:19.394Z] + 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 [2022-06-29T02:25:19.773Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:25:19.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2022-06-29T02:25:19.773Z] 22953e335f7f: Preparing [2022-06-29T02:25:19.773Z] 3b7a6675497c: Preparing [2022-06-29T02:25:19.773Z] eb416d2f2791: Preparing [2022-06-29T02:25:19.773Z] c47927f649e5: Preparing [2022-06-29T02:25:19.773Z] 4f4ce317c6bb: Preparing [2022-06-29T02:25:20.049Z] 4f4ce317c6bb: Layer already exists [2022-06-29T02:25:20.049Z] 22953e335f7f: Pushed [2022-06-29T02:25:20.049Z] 3b7a6675497c: Pushed [2022-06-29T02:25:20.647Z] c47927f649e5: Pushed [2022-06-29T02:25:27.377Z] eb416d2f2791: Pushed [2022-06-29T02:25:27.377Z] 1421387b1267508093a25aa042890380d9dcf7bc: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:27.768Z] + 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 [2022-06-29T02:25:28.142Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2022-06-29T02:25:28.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2022-06-29T02:25:28.143Z] 22953e335f7f: Preparing [2022-06-29T02:25:28.143Z] 3b7a6675497c: Preparing [2022-06-29T02:25:28.143Z] eb416d2f2791: Preparing [2022-06-29T02:25:28.143Z] c47927f649e5: Preparing [2022-06-29T02:25:28.143Z] 4f4ce317c6bb: Preparing [2022-06-29T02:25:28.143Z] 3b7a6675497c: Layer already exists [2022-06-29T02:25:28.143Z] eb416d2f2791: Layer already exists [2022-06-29T02:25:28.143Z] c47927f649e5: Layer already exists [2022-06-29T02:25:28.143Z] 4f4ce317c6bb: Layer already exists [2022-06-29T02:25:28.143Z] 22953e335f7f: Layer already exists [2022-06-29T02:25:28.414Z] latest: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:28.794Z] + 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 [2022-06-29T02:25:29.160Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.19 [2022-06-29T02:25:29.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2022-06-29T02:25:29.160Z] 22953e335f7f: Preparing [2022-06-29T02:25:29.160Z] 3b7a6675497c: Preparing [2022-06-29T02:25:29.160Z] eb416d2f2791: Preparing [2022-06-29T02:25:29.160Z] c47927f649e5: Preparing [2022-06-29T02:25:29.160Z] 4f4ce317c6bb: Preparing [2022-06-29T02:25:29.160Z] 3b7a6675497c: Layer already exists [2022-06-29T02:25:29.160Z] 4f4ce317c6bb: Layer already exists [2022-06-29T02:25:29.160Z] c47927f649e5: Layer already exists [2022-06-29T02:25:29.160Z] eb416d2f2791: Layer already exists [2022-06-29T02:25:29.160Z] 22953e335f7f: Layer already exists [2022-06-29T02:25:29.436Z] 0.0.1-dev.19: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:29.821Z] + 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 [2022-06-29T02:25:30.192Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:25:30.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2022-06-29T02:25:30.192Z] 22953e335f7f: Preparing [2022-06-29T02:25:30.192Z] 3b7a6675497c: Preparing [2022-06-29T02:25:30.192Z] eb416d2f2791: Preparing [2022-06-29T02:25:30.192Z] c47927f649e5: Preparing [2022-06-29T02:25:30.192Z] 4f4ce317c6bb: Preparing [2022-06-29T02:25:30.192Z] 4f4ce317c6bb: Layer already exists [2022-06-29T02:25:30.192Z] c47927f649e5: Layer already exists [2022-06-29T02:25:30.192Z] 22953e335f7f: Layer already exists [2022-06-29T02:25:30.192Z] 3b7a6675497c: Layer already exists [2022-06-29T02:25:30.192Z] eb416d2f2791: Layer already exists [2022-06-29T02:25:30.465Z] 1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:30.851Z] + 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 [2022-06-29T02:25:31.227Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2022-06-29T02:25:31.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2022-06-29T02:25:31.227Z] 22953e335f7f: Preparing [2022-06-29T02:25:31.227Z] 3b7a6675497c: Preparing [2022-06-29T02:25:31.227Z] eb416d2f2791: Preparing [2022-06-29T02:25:31.227Z] c47927f649e5: Preparing [2022-06-29T02:25:31.227Z] 4f4ce317c6bb: Preparing [2022-06-29T02:25:31.227Z] c47927f649e5: Layer already exists [2022-06-29T02:25:31.227Z] 4f4ce317c6bb: Layer already exists [2022-06-29T02:25:31.227Z] 22953e335f7f: Layer already exists [2022-06-29T02:25:31.227Z] 3b7a6675497c: Layer already exists [2022-06-29T02:25:31.227Z] eb416d2f2791: Layer already exists [2022-06-29T02:25:31.498Z] main: digest: sha256:04656a3d1298f83f06a8d3fcdee2807530e73d09de5bdf26878987fba8c6a5e9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-29T02:25:31.565Z] ===================================================== [Pipeline] echo [2022-06-29T02:25:31.577Z] taggedImages: [2022-06-29T02:25:31.577Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc [2022-06-29T02:25:31.577Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2022-06-29T02:25:31.577Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.19 [2022-06-29T02:25:31.577Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:1421387b1267508093a25aa042890380d9dcf7bc-0.0.1-dev.19 [2022-06-29T02:25:31.577Z] - 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 [2022-06-29T02:25:31.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-29T02:25:31.956Z] [2022-06-29T02:25:31.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:25:32.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-29T02:25:32.585Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-29T02:25:32.585Z] 8998bd30e6a1: Pulling fs layer [2022-06-29T02:25:32.585Z] 04944245beec: Pulling fs layer [2022-06-29T02:25:32.585Z] 699f458cf7ca: Pulling fs layer [2022-06-29T02:25:32.585Z] 765212b225bb: Pulling fs layer [2022-06-29T02:25:32.585Z] f23df028b6ca: Pulling fs layer [2022-06-29T02:25:32.585Z] d65c8cfc05b1: Pulling fs layer [2022-06-29T02:25:32.585Z] 2437ff75d9bd: Pulling fs layer [2022-06-29T02:25:32.585Z] f23df028b6ca: Waiting [2022-06-29T02:25:32.585Z] d65c8cfc05b1: Waiting [2022-06-29T02:25:32.585Z] 2437ff75d9bd: Waiting [2022-06-29T02:25:32.585Z] 765212b225bb: Waiting [2022-06-29T02:25:32.585Z] 04944245beec: Verifying Checksum [2022-06-29T02:25:32.585Z] 04944245beec: Download complete [2022-06-29T02:25:32.585Z] 765212b225bb: Verifying Checksum [2022-06-29T02:25:32.585Z] 765212b225bb: Download complete [2022-06-29T02:25:32.585Z] f23df028b6ca: Verifying Checksum [2022-06-29T02:25:32.585Z] f23df028b6ca: Download complete [2022-06-29T02:25:32.585Z] d65c8cfc05b1: Verifying Checksum [2022-06-29T02:25:32.585Z] d65c8cfc05b1: Download complete [2022-06-29T02:25:32.862Z] 699f458cf7ca: Verifying Checksum [2022-06-29T02:25:32.862Z] 699f458cf7ca: Download complete [2022-06-29T02:25:33.135Z] 8998bd30e6a1: Download complete [2022-06-29T02:25:35.773Z] 2437ff75d9bd: Verifying Checksum [2022-06-29T02:25:35.773Z] 2437ff75d9bd: Download complete [2022-06-29T02:25:37.758Z] 8998bd30e6a1: Pull complete [2022-06-29T02:25:38.037Z] 04944245beec: Pull complete [2022-06-29T02:25:39.480Z] 699f458cf7ca: Pull complete [2022-06-29T02:25:39.756Z] 765212b225bb: Pull complete [2022-06-29T02:25:40.753Z] f23df028b6ca: Pull complete [2022-06-29T02:25:40.753Z] d65c8cfc05b1: Pull complete [2022-06-29T02:25:55.874Z] 2437ff75d9bd: Pull complete [2022-06-29T02:25:55.874Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-29T02:25:55.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-29T02:25:55.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:25:56.139Z] prd-ubuntu20.04-docker-arm64-4c-16g-16308 does not seem to be running inside a container [2022-06-29T02:25:56.225Z] $ 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 [2022-06-29T02:25:58.764Z] $ docker top 0667df29586f7066a0086f0b9f57fad6bb81870c0a19e2b3f5cf7f5dd251fd7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:25:59.671Z] ---> job-cost.sh [2022-06-29T02:25:59.671Z] lf-activate-venv: SKIPPING [2022-06-29T02:25:59.671Z] INFO: No Stack... [2022-06-29T02:25:59.946Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-29T02:26:00.926Z] INFO: Archiving Costs [Pipeline] sh [2022-06-29T02:26:01.592Z] + cat /w/workspace/device-onvif-camera/21/archives/cost.csv [2022-06-29T02:26:01.592Z] + cut -d, -f6 [Pipeline] lock [2022-06-29T02:26:01.656Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [2022-06-29T02:26:01.662Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] did not exist. Created. [2022-06-29T02:26:01.662Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-29T02:26:02.346Z] /w/workspace/device-onvif-camera/21@tmp/durable-d3d486ff/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-29T02:26:03.032Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-29T02:26:03.057Z] Warning: overwriting stash ‘stack-cost’ [2022-06-29T02:26:03.163Z] Stashed 1 file(s) [Pipeline] } [2022-06-29T02:26:03.173Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-21-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-29T02:26:03.193Z] $ docker stop --time=1 0667df29586f7066a0086f0b9f57fad6bb81870c0a19e2b3f5cf7f5dd251fd7a [2022-06-29T02:26:04.717Z] $ 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 [2022-06-29T02:26:05.245Z] provisioning config files... [2022-06-29T02:26:05.262Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6170531025592058191tmp [Pipeline] { [Pipeline] sh [2022-06-29T02:26:05.556Z] + set +x [2022-06-29T02:26:05.556Z] + curl -s https://codecov.io/bash [2022-06-29T02:26:05.556Z] + bash -s -- [2022-06-29T02:26:05.556Z] [2022-06-29T02:26:05.556Z] _____ _ [2022-06-29T02:26:05.556Z] / ____| | | [2022-06-29T02:26:05.556Z] | | ___ __| | ___ ___ _____ __ [2022-06-29T02:26:05.556Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-29T02:26:05.556Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-29T02:26:05.556Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-29T02:26:05.556Z] Bash-1.0.6 [2022-06-29T02:26:05.556Z] [2022-06-29T02:26:05.556Z] [2022-06-29T02:26:05.556Z] ==> git version 2.25.1 found [2022-06-29T02:26:05.556Z] ==> 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 [2022-06-29T02:26:05.556Z] Release-Date: 2020-01-08 [2022-06-29T02:26:05.556Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-29T02:26:05.556Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-29T02:26:05.556Z] ==> Jenkins CI detected. [2022-06-29T02:26:05.556Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2022-06-29T02:26:05.556Z] project root: . [2022-06-29T02:26:05.556Z] --> token set from env [2022-06-29T02:26:05.556Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-29T02:26:05.556Z] ==> Running gcov in . (disable via -X gcov) [2022-06-29T02:26:05.556Z] ==> Python coveragepy not found [2022-06-29T02:26:05.556Z] ==> Searching for coverage reports in: [2022-06-29T02:26:05.556Z] + . [2022-06-29T02:26:05.556Z] -> Found 1 reports [2022-06-29T02:26:05.556Z] ==> Detecting git/mercurial file structure [2022-06-29T02:26:05.556Z] ==> Reading reports [2022-06-29T02:26:05.556Z] + ./coverage.out bytes=70091 [2022-06-29T02:26:05.556Z] ==> Appending adjustments [2022-06-29T02:26:05.556Z] https://docs.codecov.io/docs/fixing-reports [2022-06-29T02:26:05.816Z] + Found adjustments [2022-06-29T02:26:05.816Z] ==> Gzipping contents [2022-06-29T02:26:05.816Z] 12K /tmp/codecov.Ly0D4C.gz [2022-06-29T02:26:05.816Z] ==> Uploading reports [2022-06-29T02:26:05.816Z] url: https://codecov.io [2022-06-29T02:26:05.816Z] 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= [2022-06-29T02:26:05.816Z] -> Pinging Codecov [2022-06-29T02:26:05.817Z] 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= [2022-06-29T02:26:06.076Z] -> Uploading to [2022-06-29T02:26:06.076Z] 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 [2022-06-29T02:26:06.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-29T02:26:06.076Z] Dload Upload Total Spent Left Speed [2022-06-29T02:26:06.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8911 0 0 100 8911 0 32641 --:--:-- --:--:-- --:--:-- 32641 [2022-06-29T02:26:06.336Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] } [2022-06-29T02:26:06.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-29T02:26:06.561Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-29T02:26:06.578Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:06.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-29T02:26:06.884Z] [2022-06-29T02:26:06.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:07.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-29T02:26:07.188Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-29T02:26:07.188Z] df9b9388f04a: Already exists [2022-06-29T02:26:07.188Z] 52dc419b0ee2: Pulling fs layer [2022-06-29T02:26:07.188Z] 25bc292e5bac: Pulling fs layer [2022-06-29T02:26:07.188Z] 114826534d7a: Pulling fs layer [2022-06-29T02:26:07.188Z] 4657fd5d0bcf: Pulling fs layer [2022-06-29T02:26:07.188Z] 6ad1cebc031e: Pulling fs layer [2022-06-29T02:26:07.188Z] 8a3aa393b2d8: Pulling fs layer [2022-06-29T02:26:07.188Z] 6ad1cebc031e: Waiting [2022-06-29T02:26:07.188Z] 4657fd5d0bcf: Waiting [2022-06-29T02:26:07.188Z] 8a3aa393b2d8: Waiting [2022-06-29T02:26:07.188Z] 25bc292e5bac: Download complete [2022-06-29T02:26:07.188Z] 52dc419b0ee2: Verifying Checksum [2022-06-29T02:26:07.188Z] 52dc419b0ee2: Download complete [2022-06-29T02:26:07.188Z] 4657fd5d0bcf: Verifying Checksum [2022-06-29T02:26:07.188Z] 4657fd5d0bcf: Download complete [2022-06-29T02:26:07.188Z] 52dc419b0ee2: Pull complete [2022-06-29T02:26:07.457Z] 25bc292e5bac: Pull complete [2022-06-29T02:26:07.457Z] 6ad1cebc031e: Verifying Checksum [2022-06-29T02:26:07.457Z] 6ad1cebc031e: Download complete [2022-06-29T02:26:08.043Z] 114826534d7a: Verifying Checksum [2022-06-29T02:26:08.043Z] 114826534d7a: Download complete [2022-06-29T02:26:08.303Z] 8a3aa393b2d8: Verifying Checksum [2022-06-29T02:26:08.303Z] 8a3aa393b2d8: Download complete [2022-06-29T02:26:12.503Z] 114826534d7a: Pull complete [2022-06-29T02:26:12.503Z] 4657fd5d0bcf: Pull complete [2022-06-29T02:26:12.777Z] 6ad1cebc031e: Pull complete [2022-06-29T02:26:16.071Z] 8a3aa393b2d8: Pull complete [2022-06-29T02:26:16.071Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-29T02:26:16.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-29T02:26:16.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:26:16.176Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:26:16.245Z] $ 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 [2022-06-29T02:26:18.008Z] $ docker top 2d8af7a5d0cceb121406dbd80f74f59ae986f2b26d5332e1e9a86f43f4392902 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-29T02:26:18.091Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2022-06-29T02:26:18.372Z] + set -o pipefail [2022-06-29T02:26:18.372Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2022-06-29T02:26:30.597Z] [2022-06-29T02:26:30.597Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2022-06-29T02:26:30.597Z] [2022-06-29T02:26:30.597Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/ed73d19b-6c83-4064-960b-0443eae73e2b [2022-06-29T02:26:30.597Z] [2022-06-29T02:26:30.597Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-29T02:26:30.597Z] [2022-06-29T02:26:30.597Z] [2022-06-29T02:26:30.597Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-06-29T02:26:30.597Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-06-29T02:26:30.611Z] $ docker stop --time=1 2d8af7a5d0cceb121406dbd80f74f59ae986f2b26d5332e1e9a86f43f4392902 [2022-06-29T02:26:32.744Z] $ 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 [2022-06-29T02:26:33.523Z] + git log --format=format:%s -1 1421387b1267508093a25aa042890380d9dcf7bc [Pipeline] sh [2022-06-29T02:26:33.818Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-29T02:26:33.819Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:34.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:26:34.123Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:26:34.201Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:26:34.240Z] $ 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 [2022-06-29T02:26:34.655Z] $ docker top 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-29T02:26:34.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-29T02:26:34.755Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-29T02:26:34.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-29T02:26:34.886Z] $ docker exec 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf ssh-agent [2022-06-29T02:26:35.005Z] SSH_AUTH_SOCK=/tmp/ssh-RmQAyDNpMyFc/agent.33 [2022-06-29T02:26:35.005Z] SSH_AGENT_PID=39 [2022-06-29T02:26:35.010Z] Running ssh-add (command line suppressed) [2022-06-29T02:26:35.121Z] 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) [2022-06-29T02:26:35.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-29T02:26:35.428Z] + git semver tag [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,665 [run_tag] DEBUG tag force:False [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,665 [check_head_tag] DEBUG check head tag [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,666 [execute] INFO git cat-file --batch-check [2022-06-29T02:26:35.688Z] 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=) [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,670 [execute] INFO git cat-file --batch [2022-06-29T02:26:35.688Z] 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=) [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,681 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,681 [execute] INFO git tag -a v0.0.1-dev.19 -m v0.0.1-dev.19 [2022-06-29T02:26:35.688Z] 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) [2022-06-29T02:26:35.688Z] 2022-06-29 02:26:35,685 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:35.688Z] 0.0.1-dev.19 [Pipeline] } [2022-06-29T02:26:35.962Z] $ docker exec --env ******** --env ******** 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf ssh-agent -k [2022-06-29T02:26:36.071Z] unset SSH_AUTH_SOCK; [2022-06-29T02:26:36.071Z] unset SSH_AGENT_PID; [2022-06-29T02:26:36.072Z] echo Agent pid 39 killed; [2022-06-29T02:26:36.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-29T02:26:36.388Z] + git semver [Pipeline] } [2022-06-29T02:26:36.666Z] $ docker stop --time=1 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf [2022-06-29T02:26:37.942Z] $ docker rm -f 7e2dc3174676ecbf611ba6ad29c9a8f20b8137b684761cd417d63e393b8240bf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:38.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-29T02:26:38.340Z] [2022-06-29T02:26:38.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:38.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-29T02:26:38.645Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-29T02:26:38.645Z] ab5ef0e58194: Pulling fs layer [2022-06-29T02:26:38.645Z] 9712f1f96733: Pulling fs layer [2022-06-29T02:26:38.645Z] 63f879dbbcfc: Pulling fs layer [2022-06-29T02:26:38.645Z] 0d9ebad4ef96: Pulling fs layer [2022-06-29T02:26:38.645Z] e9a5061849ea: Pulling fs layer [2022-06-29T02:26:38.645Z] d747dcd14b5f: Pulling fs layer [2022-06-29T02:26:38.645Z] 2de7ff778b66: Pulling fs layer [2022-06-29T02:26:38.645Z] 0d9ebad4ef96: Waiting [2022-06-29T02:26:38.645Z] d747dcd14b5f: Waiting [2022-06-29T02:26:38.645Z] e9a5061849ea: Waiting [2022-06-29T02:26:38.645Z] 2de7ff778b66: Waiting [2022-06-29T02:26:38.645Z] 9712f1f96733: Verifying Checksum [2022-06-29T02:26:38.645Z] 9712f1f96733: Download complete [2022-06-29T02:26:38.911Z] 63f879dbbcfc: Verifying Checksum [2022-06-29T02:26:38.911Z] 63f879dbbcfc: Download complete [2022-06-29T02:26:39.175Z] 0d9ebad4ef96: Verifying Checksum [2022-06-29T02:26:39.175Z] 0d9ebad4ef96: Download complete [2022-06-29T02:26:39.175Z] d747dcd14b5f: Verifying Checksum [2022-06-29T02:26:39.175Z] d747dcd14b5f: Download complete [2022-06-29T02:26:39.175Z] e9a5061849ea: Verifying Checksum [2022-06-29T02:26:39.175Z] e9a5061849ea: Download complete [2022-06-29T02:26:39.175Z] ab5ef0e58194: Verifying Checksum [2022-06-29T02:26:39.175Z] ab5ef0e58194: Download complete [2022-06-29T02:26:39.434Z] 2de7ff778b66: Verifying Checksum [2022-06-29T02:26:39.434Z] 2de7ff778b66: Download complete [2022-06-29T02:26:42.731Z] ab5ef0e58194: Pull complete [2022-06-29T02:26:42.731Z] 9712f1f96733: Pull complete [2022-06-29T02:26:42.990Z] 63f879dbbcfc: Pull complete [2022-06-29T02:26:47.189Z] 0d9ebad4ef96: Pull complete [2022-06-29T02:26:47.189Z] e9a5061849ea: Pull complete [2022-06-29T02:26:47.189Z] d747dcd14b5f: Pull complete [2022-06-29T02:26:48.571Z] 2de7ff778b66: Pull complete [2022-06-29T02:26:48.571Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-29T02:26:48.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-29T02:26:48.571Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:26:48.668Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:26:48.704Z] $ 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 [2022-06-29T02:26:50.631Z] $ docker top 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-29T02:26:50.723Z] provisioning config files... [2022-06-29T02:26:50.731Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1886060373783080393tmp [2022-06-29T02:26:50.744Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6899265979904717834tmp [2022-06-29T02:26:50.755Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config677441081369987513tmp [Pipeline] { [Pipeline] echo [2022-06-29T02:26:50.772Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:26:51.060Z] ---> sigul-configuration.sh [2022-06-29T02:26:51.060Z] gpg: directory `/root/.gnupg' created [2022-06-29T02:26:51.060Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-29T02:26:51.060Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-29T02:26:51.060Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-29T02:26:51.060Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-29T02:26:51.060Z] gpg: CAST5 encrypted data [2022-06-29T02:26:51.060Z] gpg: encrypted with 1 passphrase [2022-06-29T02:26:51.060Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-29T02:26:51.351Z] + mkdir /home/jenkins [2022-06-29T02:26:51.351Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-29T02:26:51.646Z] + 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 [2022-06-29T02:26:51.656Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:26:51.943Z] ---> sigul-install.sh [2022-06-29T02:26:51.943Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-29T02:26:52.234Z] + git tag --list [2022-06-29T02:26:52.234Z] v0.0.0 [2022-06-29T02:26:52.234Z] v0.0.1-dev.1 [2022-06-29T02:26:52.234Z] v0.0.1-dev.10 [2022-06-29T02:26:52.234Z] v0.0.1-dev.11 [2022-06-29T02:26:52.234Z] v0.0.1-dev.12 [2022-06-29T02:26:52.234Z] v0.0.1-dev.13 [2022-06-29T02:26:52.234Z] v0.0.1-dev.14 [2022-06-29T02:26:52.234Z] v0.0.1-dev.15 [2022-06-29T02:26:52.234Z] v0.0.1-dev.16 [2022-06-29T02:26:52.234Z] v0.0.1-dev.17 [2022-06-29T02:26:52.234Z] v0.0.1-dev.18 [2022-06-29T02:26:52.234Z] v0.0.1-dev.19 [2022-06-29T02:26:52.234Z] v0.0.1-dev.2 [2022-06-29T02:26:52.234Z] v0.0.1-dev.3 [2022-06-29T02:26:52.234Z] v0.0.1-dev.4 [2022-06-29T02:26:52.234Z] v0.0.1-dev.5 [2022-06-29T02:26:52.234Z] v0.0.1-dev.6 [2022-06-29T02:26:52.234Z] v0.0.1-dev.7 [2022-06-29T02:26:52.234Z] v0.0.1-dev.8 [2022-06-29T02:26:52.234Z] v0.0.1-dev.9 [Pipeline] sh [2022-06-29T02:26:52.525Z] + lftools sign git-tag v0.0.1-dev.19 [2022-06-29T02:26:53.094Z] Signing Git tag with Sigul... [2022-06-29T02:26:53.094Z] Signing v0.0.1-dev.19 [Pipeline] echo [2022-06-29T02:26:53.362Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:26:53.649Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-29T02:26:53.657Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-29T02:26:53.683Z] $ docker stop --time=1 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 [2022-06-29T02:26:55.042Z] $ docker rm -f 66616c12abea4691193f2d5ac50cb31a1cd6821e9a2a8824b3388a929e51bcf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-29T02:26:55.441Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-29T02:26:55.441Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:26:55.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:26:55.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:26:55.830Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:26:55.946Z] $ 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 [2022-06-29T02:26:56.367Z] $ docker top 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-29T02:26:56.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-29T02:26:56.464Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-29T02:26:56.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-29T02:26:56.601Z] $ docker exec 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 ssh-agent [2022-06-29T02:26:56.711Z] SSH_AUTH_SOCK=/tmp/ssh-CjzCcRPlUnew/agent.34 [2022-06-29T02:26:56.711Z] SSH_AGENT_PID=40 [2022-06-29T02:26:56.717Z] Running ssh-add (command line suppressed) [2022-06-29T02:26:56.823Z] 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) [2022-06-29T02:26:56.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-29T02:26:57.127Z] + git semver bump pre [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,363 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,364 [bump_version] DEBUG bumping version:0.0.1-dev.19 on axis:pre with prefix:dev [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,364 [bump_version] DEBUG bumped version:0.0.1-dev.20 [2022-06-29T02:26:57.388Z] 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 [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,364 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,364 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,366 [execute] INFO git cat-file --batch-check [2022-06-29T02:26:57.388Z] 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=) [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,373 [execute] INFO git cat-file --batch [2022-06-29T02:26:57.388Z] 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=) [2022-06-29T02:26:57.388Z] 2022-06-29 02:26:57,379 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:26:57.388Z] 0.0.1-dev.20 [Pipeline] } [2022-06-29T02:26:57.661Z] $ docker exec --env ******** --env ******** 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 ssh-agent -k [2022-06-29T02:26:57.773Z] unset SSH_AUTH_SOCK; [2022-06-29T02:26:57.773Z] unset SSH_AGENT_PID; [2022-06-29T02:26:57.773Z] echo Agent pid 40 killed; [2022-06-29T02:26:57.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-29T02:26:58.089Z] + git semver [Pipeline] } [2022-06-29T02:26:58.365Z] $ docker stop --time=1 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 [2022-06-29T02:26:59.672Z] $ docker rm -f 3eda62f65f14f3010e1da22a29fb910469a8761f4bb0733535e3ff3794ce40c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-29T02:27:00.040Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-29T02:27:00.041Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:27:00.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-29T02:27:00.349Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:27:00.432Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:27:00.469Z] $ 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 [2022-06-29T02:27:00.846Z] $ docker top 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-29T02:27:00.985Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-29T02:27:00.985Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-29T02:27:01.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-29T02:27:01.103Z] $ docker exec 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f ssh-agent [2022-06-29T02:27:01.232Z] SSH_AUTH_SOCK=/tmp/ssh-b3CKoNCH7gcz/agent.33 [2022-06-29T02:27:01.232Z] SSH_AGENT_PID=39 [2022-06-29T02:27:01.237Z] Running ssh-add (command line suppressed) [2022-06-29T02:27:01.361Z] 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) [2022-06-29T02:27:01.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-29T02:27:01.658Z] + git semver push [2022-06-29T02:27:01.919Z] 2022-06-29 02:27:01,860 [run_push] DEBUG push [2022-06-29T02:27:01.919Z] 2022-06-29 02:27:01,860 [execute] INFO git cat-file --batch-check [2022-06-29T02:27:01.919Z] 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=) [2022-06-29T02:27:01.919Z] 2022-06-29 02:27:01,865 [execute] INFO git rev-list c87fcd9413446b4f8553b1d3a3a75631eed5a5a7 -- [2022-06-29T02:27:01.919Z] 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) [2022-06-29T02:27:01.919Z] 2022-06-29 02:27:01,870 [execute] INFO git fetch -v origin [2022-06-29T02:27:01.919Z] 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) [2022-06-29T02:27:02.490Z] 2022-06-29 02:27:02,351 [run_push] DEBUG no remote changes detected [2022-06-29T02:27:02.490Z] 2022-06-29 02:27:02,351 [execute] INFO git push origin semver [2022-06-29T02:27:02.490Z] 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) [2022-06-29T02:27:03.431Z] 2022-06-29 02:27:03,114 [run_push] DEBUG push all version tags [2022-06-29T02:27:03.431Z] 2022-06-29 02:27:03,114 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-29T02:27:03.431Z] 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) [2022-06-29T02:27:04.003Z] 2022-06-29 02:27:03,762 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2022-06-29T02:27:04.003Z] 0.0.1-dev.20 [Pipeline] } [2022-06-29T02:27:04.020Z] $ docker exec --env ******** --env ******** 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f ssh-agent -k [2022-06-29T02:27:04.140Z] unset SSH_AUTH_SOCK; [2022-06-29T02:27:04.140Z] unset SSH_AGENT_PID; [2022-06-29T02:27:04.140Z] echo Agent pid 39 killed; [2022-06-29T02:27:04.158Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-29T02:27:04.466Z] + git semver [Pipeline] } [2022-06-29T02:27:04.743Z] $ docker stop --time=1 144b0c6534747903fb361c9420a7a0c41ee5f8838f337eecbfacad14b6ce277f [2022-06-29T02:27:06.041Z] $ 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 [2022-06-29T02:27:06.605Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2022-06-29T02:27:06.606Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2022-06-29T02:27:06.606Z] total 16 [2022-06-29T02:27:06.606Z] drwxr-xr-x 3 root root 4096 Jun 29 02:19 . [2022-06-29T02:27:06.606Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 29 02:26 .. [2022-06-29T02:27:06.606Z] drwxr-xr-x 2 root root 4096 Jun 29 02:19 cost [2022-06-29T02:27:06.606Z] -rw-r--r-- 1 root root 89 Jun 29 02:19 cost.csv [2022-06-29T02:27:06.606Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2022-06-29T02:27:06.606Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2022-06-29T02:27:06.606Z] total 16 [2022-06-29T02:27:06.606Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 29 02:19 . [2022-06-29T02:27:06.606Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 29 02:26 .. [2022-06-29T02:27:06.606Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 29 02:19 cost [2022-06-29T02:27:06.606Z] -rw-r--r-- 1 jenkins jenkins 89 Jun 29 02:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:06.898Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:07.761Z] ---> package-listing.sh [2022-06-29T02:27:07.761Z] ++ facter osfamily [2022-06-29T02:27:07.761Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-29T02:27:08.022Z] + OS_FAMILY=debian [2022-06-29T02:27:08.022Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2022-06-29T02:27:08.022Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-29T02:27:08.022Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-29T02:27:08.022Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-29T02:27:08.022Z] + PACKAGES=/tmp/packages_start.txt [2022-06-29T02:27:08.022Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2022-06-29T02:27:08.022Z] + PACKAGES=/tmp/packages_end.txt [2022-06-29T02:27:08.022Z] + case "${OS_FAMILY}" in [2022-06-29T02:27:08.022Z] + dpkg -l [2022-06-29T02:27:08.022Z] + grep '^ii' [2022-06-29T02:27:08.022Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-29T02:27:08.022Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-29T02:27:08.022Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-29T02:27:08.022Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2022-06-29T02:27:08.022Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2022-06-29T02:27:08.022Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo [2022-06-29T02:27:08.034Z] 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 [2022-06-29T02:27:08.317Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T02:27:08.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-29T02:27:08.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-29T02:27:08.966Z] prd-ubuntu20.04-docker-8c-8g-16307 does not seem to be running inside a container [2022-06-29T02:27:09.007Z] $ 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 [2022-06-29T02:27:09.264Z] $ docker top e00f34a4c110903819c3b824c6a42de115acda376bf407dfc84711302906605d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-29T02:27:09.622Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-29T02:27:09.913Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-29T02:27:10.204Z] + ls /var/log/sa-host [2022-06-29T02:27:10.205Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-29T02:27:10.350Z] provisioning config files... [2022-06-29T02:27:10.360Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7336665982689667252tmp [Pipeline] { [Pipeline] echo [2022-06-29T02:27:10.375Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:10.657Z] ---> create-netrc.sh [Pipeline] } [2022-06-29T02:27:10.664Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:10.999Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-29T02:27:11.008Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:11.307Z] ---> sudo-logs.sh [2022-06-29T02:27:11.307Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-29T02:27:11.368Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:11.689Z] ---> job-cost.sh [2022-06-29T02:27:11.689Z] lf-activate-venv: SKIPPING [2022-06-29T02:27:11.689Z] DEBUG: total: 0.2199999988079071 [2022-06-29T02:27:11.689Z] INFO: Retrieving Stack Cost... [2022-06-29T02:27:11.949Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-29T02:27:12.517Z] INFO: Archiving Costs [Pipeline] echo [2022-06-29T02:27:12.526Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-29T02:27:12.810Z] ---> logs-deploy.sh [2022-06-29T02:27:12.811Z] lf-activate-venv: SKIPPING [2022-06-29T02:27:12.811Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/21 [2022-06-29T02:27:12.811Z] INFO: archiving workspace using pattern(s): [2022-06-29T02:27:13.748Z] Archives upload complete. [2022-06-29T02:27:14.008Z] INFO: archiving logs to Nexus [2022-06-29T02:27:14.578Z] ---> uname -a: [2022-06-29T02:27:14.578Z] 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 [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] ---> lscpu: [2022-06-29T02:27:14.578Z] Architecture: x86_64 [2022-06-29T02:27:14.578Z] CPU op-mode(s): 32-bit, 64-bit [2022-06-29T02:27:14.578Z] Byte Order: Little Endian [2022-06-29T02:27:14.578Z] Address sizes: 40 bits physical, 48 bits virtual [2022-06-29T02:27:14.578Z] CPU(s): 8 [2022-06-29T02:27:14.578Z] On-line CPU(s) list: 0-7 [2022-06-29T02:27:14.578Z] Thread(s) per core: 1 [2022-06-29T02:27:14.578Z] Core(s) per socket: 1 [2022-06-29T02:27:14.578Z] Socket(s): 8 [2022-06-29T02:27:14.578Z] NUMA node(s): 1 [2022-06-29T02:27:14.578Z] Vendor ID: AuthenticAMD [2022-06-29T02:27:14.578Z] CPU family: 23 [2022-06-29T02:27:14.578Z] Model: 49 [2022-06-29T02:27:14.578Z] Model name: AMD EPYC-Rome Processor [2022-06-29T02:27:14.578Z] Stepping: 0 [2022-06-29T02:27:14.578Z] CPU MHz: 2799.998 [2022-06-29T02:27:14.578Z] BogoMIPS: 5599.99 [2022-06-29T02:27:14.578Z] Virtualization: AMD-V [2022-06-29T02:27:14.578Z] Hypervisor vendor: KVM [2022-06-29T02:27:14.578Z] Virtualization type: full [2022-06-29T02:27:14.578Z] L1d cache: 256 KiB [2022-06-29T02:27:14.578Z] L1i cache: 256 KiB [2022-06-29T02:27:14.578Z] L2 cache: 4 MiB [2022-06-29T02:27:14.578Z] L3 cache: 128 MiB [2022-06-29T02:27:14.578Z] NUMA node0 CPU(s): 0-7 [2022-06-29T02:27:14.578Z] Vulnerability Itlb multihit: Not affected [2022-06-29T02:27:14.578Z] Vulnerability L1tf: Not affected [2022-06-29T02:27:14.578Z] Vulnerability Mds: Not affected [2022-06-29T02:27:14.578Z] Vulnerability Meltdown: Not affected [2022-06-29T02:27:14.578Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-06-29T02:27:14.578Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-06-29T02:27:14.578Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-06-29T02:27:14.578Z] Vulnerability Srbds: Not affected [2022-06-29T02:27:14.578Z] Vulnerability Tsx async abort: Not affected [2022-06-29T02:27:14.578Z] 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 [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] ---> nproc: [2022-06-29T02:27:14.578Z] 8 [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z] ---> df -h: [2022-06-29T02:27:14.578Z] Filesystem Size Used Avail Use% Mounted on [2022-06-29T02:27:14.578Z] overlay 155G 13G 143G 8% / [2022-06-29T02:27:14.578Z] tmpfs 64M 0 64M 0% /dev [2022-06-29T02:27:14.578Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-06-29T02:27:14.578Z] shm 64M 0 64M 0% /dev/shm [2022-06-29T02:27:14.578Z] /dev/vda1 155G 13G 143G 8% /facter-os [2022-06-29T02:27:14.578Z] [2022-06-29T02:27:14.578Z]