Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2106e125979a086dec88e89ea60f58fe74ababf0 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-ssh6510085950644029139.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh1615815058262543956.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh1803873865893242966.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh5461036964252627947.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > 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-ssh812987322528909533.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v3 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 Running on prd-ubuntu20.04-docker-8c-8g-4227 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/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 2106e125979a086dec88e89ea60f58fe74ababf0 (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 2106e125979a086dec88e89ea60f58fe74ababf0 # timeout=10 Commit message: "Merge pull request #440 from weichou1229/upgrade-onvif-lib" > git rev-list --no-walk 9e152f0eea3cbe8e1fbe8298102668336ecdbf0d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-06-24T07:35:18.205Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-06-24T07:35:18.287Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-06-24T07:35:18.315Z] ========================================================= [2024-06-24T07:35:18.315Z] EdgeX Global Pipelines Version Info [2024-06-24T07:35:18.315Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:35:19.071Z] ------------------- [2024-06-24T07:35:19.071Z] stable info: [2024-06-24T07:35:19.071Z] ------------------- [2024-06-24T07:35:19.071Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-06-24T07:35:19.071Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-06-24T07:35:19.071Z] Message: update stable to v1.0.260 [2024-06-24T07:35:19.641Z] ------------------- [2024-06-24T07:35:19.641Z] experimental info: [2024-06-24T07:35:19.641Z] ------------------- [2024-06-24T07:35:19.641Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-06-24T07:35:19.641Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-06-24T07:35:19.641Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-06-24T07:35:19.728Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2024-06-24T07:35:19.746Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2024-06-24T07:35:19.769Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-06-24T07:35:19.797Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-06-24T07:35:19.820Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-06-24T07:35:19.845Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-06-24T07:35:19.868Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-06-24T07:35:19.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-06-24T07:35:19.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-06-24T07:35:19.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-06-24T07:35:19.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-06-24T07:35:19.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2024-06-24T07:35:20.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-06-24T07:35:20.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-06-24T07:35:20.056Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-06-24T07:35:20.079Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-06-24T07:35:20.102Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-06-24T07:35:20.126Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-06-24T07:35:20.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-06-24T07:35:20.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-06-24T07:35:20.197Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-06-24T07:35:20.220Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2024-06-24T07:35:20.239Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-06-24T07:35:20.260Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-06-24T07:35:20.281Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-06-24T07:35:20.307Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-06-24T07:35:20.331Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-06-24T07:35:20.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-06-24T07:35:20.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-06-24T07:35:20.400Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-06-24T07:35:20.424Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] echo [2024-06-24T07:35:20.444Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2106e12 [Pipeline] echo [2024-06-24T07:35:20.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-24T07:35:20.537Z] provisioning config files... [2024-06-24T07:35:20.550Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14195751267413371136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:35:20.898Z] ---> ****-login.sh [2024-06-24T07:35:20.898Z] nexus3.edgexfoundry.org:10001 [2024-06-24T07:35:21.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:21.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:21.842Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:21.842Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:21.842Z] [2024-06-24T07:35:21.842Z] Login Succeeded [2024-06-24T07:35:21.842Z] nexus3.edgexfoundry.org:10002 [2024-06-24T07:35:21.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:21.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:21.842Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:21.842Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:21.842Z] [2024-06-24T07:35:21.842Z] Login Succeeded [2024-06-24T07:35:21.842Z] nexus3.edgexfoundry.org:10003 [2024-06-24T07:35:21.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:22.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:22.103Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:22.103Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:22.103Z] [2024-06-24T07:35:22.103Z] Login Succeeded [2024-06-24T07:35:22.103Z] nexus3.edgexfoundry.org:10004 [2024-06-24T07:35:22.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:22.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:22.104Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:22.104Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:22.104Z] [2024-06-24T07:35:22.104Z] Login Succeeded [2024-06-24T07:35:22.104Z] ****.io [2024-06-24T07:35:22.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:22.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:22.363Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:22.363Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:22.363Z] [2024-06-24T07:35:22.363Z] Login Succeeded [2024-06-24T07:35:22.363Z] ---> ****-login.sh ends [Pipeline] } [2024-06-24T07:35:22.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-06-24T07:35:22.783Z] + git rev-list -1 --merges 2106e125979a086dec88e89ea60f58fe74ababf0~1..2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] echo [2024-06-24T07:35:22.816Z] -----------> git rev-list -1 --merges 2106e125979a086dec88e89ea60f58fe74ababf0~1..2106e125979a086dec88e89ea60f58fe74ababf0 2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:35:22.816Z] 2106e125979a086dec88e89ea60f58fe74ababf0 [false] [Pipeline] sh [2024-06-24T07:35:23.112Z] + git log --format=format:%s -1 2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] echo [2024-06-24T07:35:23.128Z] ========================================================= [2024-06-24T07:35:23.128Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-06-24T07:35:23.128Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-06-24T07:35:23.488Z] + git log --format=format:%s -1 2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] echo [2024-06-24T07:35:23.499Z] [semverPrep] GIT_COMMIT: 2106e125979a086dec88e89ea60f58fe74ababf0, Commit Message: Merge pull request #440 from weichou1229/upgrade-onvif-lib [Pipeline] echo [2024-06-24T07:35:23.516Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-06-24T07:35:23.894Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-24T07:35:23.894Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-06-24T07:35:23.894Z] + [ -e /tmp/ssh_known_hosts ] [2024-06-24T07:35:23.894Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-06-24T07:35:23.894Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-06-24T07:35:23.894Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-06-24T07:35:23.894Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:35:24.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:35:24.318Z] [2024-06-24T07:35:24.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:35:24.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:35:24.620Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-06-24T07:35:24.620Z] b85a868b505f: Pulling fs layer [2024-06-24T07:35:24.620Z] e2be974225ed: Pulling fs layer [2024-06-24T07:35:24.620Z] 339a4e72a1f5: Pulling fs layer [2024-06-24T07:35:24.620Z] 988bab9f4d93: Pulling fs layer [2024-06-24T07:35:24.620Z] 1469e6f7b9e6: Pulling fs layer [2024-06-24T07:35:24.620Z] eaf3925da568: Pulling fs layer [2024-06-24T07:35:24.620Z] 1469e6f7b9e6: Waiting [2024-06-24T07:35:24.620Z] bab4dde63d76: Pulling fs layer [2024-06-24T07:35:24.620Z] bde34c3a00c8: Pulling fs layer [2024-06-24T07:35:24.620Z] eaf3925da568: Waiting [2024-06-24T07:35:24.620Z] bab4dde63d76: Waiting [2024-06-24T07:35:24.620Z] b352a97aabf1: Pulling fs layer [2024-06-24T07:35:24.620Z] 4872d77fe225: Pulling fs layer [2024-06-24T07:35:24.620Z] 5851b861e8e6: Pulling fs layer [2024-06-24T07:35:24.620Z] bde34c3a00c8: Waiting [2024-06-24T07:35:24.620Z] b352a97aabf1: Waiting [2024-06-24T07:35:24.620Z] 4872d77fe225: Waiting [2024-06-24T07:35:24.620Z] 5851b861e8e6: Waiting [2024-06-24T07:35:24.620Z] e2be974225ed: Verifying Checksum [2024-06-24T07:35:24.620Z] e2be974225ed: Download complete [2024-06-24T07:35:24.620Z] 988bab9f4d93: Verifying Checksum [2024-06-24T07:35:24.620Z] 988bab9f4d93: Download complete [2024-06-24T07:35:24.620Z] 1469e6f7b9e6: Download complete [2024-06-24T07:35:24.620Z] 339a4e72a1f5: Verifying Checksum [2024-06-24T07:35:24.620Z] 339a4e72a1f5: Download complete [2024-06-24T07:35:24.879Z] eaf3925da568: Verifying Checksum [2024-06-24T07:35:24.879Z] eaf3925da568: Download complete [2024-06-24T07:35:24.879Z] bde34c3a00c8: Verifying Checksum [2024-06-24T07:35:24.879Z] bde34c3a00c8: Download complete [2024-06-24T07:35:24.879Z] b352a97aabf1: Download complete [2024-06-24T07:35:24.879Z] 4872d77fe225: Verifying Checksum [2024-06-24T07:35:24.879Z] 4872d77fe225: Download complete [2024-06-24T07:35:24.879Z] 5851b861e8e6: Verifying Checksum [2024-06-24T07:35:24.879Z] 5851b861e8e6: Download complete [2024-06-24T07:35:24.879Z] b85a868b505f: Verifying Checksum [2024-06-24T07:35:24.879Z] b85a868b505f: Download complete [2024-06-24T07:35:25.138Z] bab4dde63d76: Verifying Checksum [2024-06-24T07:35:25.138Z] bab4dde63d76: Download complete [2024-06-24T07:35:26.076Z] b85a868b505f: Pull complete [2024-06-24T07:35:26.076Z] e2be974225ed: Pull complete [2024-06-24T07:35:26.645Z] 339a4e72a1f5: Pull complete [2024-06-24T07:35:26.645Z] 988bab9f4d93: Pull complete [2024-06-24T07:35:26.903Z] 1469e6f7b9e6: Pull complete [2024-06-24T07:35:26.903Z] eaf3925da568: Pull complete [2024-06-24T07:35:28.803Z] bab4dde63d76: Pull complete [2024-06-24T07:35:28.803Z] bde34c3a00c8: Pull complete [2024-06-24T07:35:28.803Z] b352a97aabf1: Pull complete [2024-06-24T07:35:28.803Z] 4872d77fe225: Pull complete [2024-06-24T07:35:28.803Z] 5851b861e8e6: Pull complete [2024-06-24T07:35:28.803Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-06-24T07:35:28.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:35:28.803Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:35:28.948Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:35:28.976Z] $ 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 [2024-06-24T07:35:31.320Z] $ docker top 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 -eo pid,comm [2024-06-24T07:35:31.373Z] 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). [2024-06-24T07:35:31.373Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-24T07:35:31.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-24T07:35:31.429Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-24T07:35:31.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-24T07:35:31.537Z] $ docker exec 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 ssh-agent [2024-06-24T07:35:31.655Z] SSH_AUTH_SOCK=/tmp/ssh-X1yYVjfn6ADI/agent.32 [2024-06-24T07:35:31.655Z] SSH_AGENT_PID=38 [2024-06-24T07:35:31.660Z] Running ssh-add (command line suppressed) [2024-06-24T07:35:31.775Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12994248607692604473.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12994248607692604473.key) [2024-06-24T07:35:31.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-24T07:35:32.081Z] + git tag --points-at HEAD [Pipeline] } [2024-06-24T07:35:32.092Z] $ docker exec --env ******** --env ******** 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 ssh-agent -k [2024-06-24T07:35:32.190Z] unset SSH_AUTH_SOCK; [2024-06-24T07:35:32.191Z] unset SSH_AGENT_PID; [2024-06-24T07:35:32.191Z] echo Agent pid 38 killed; [2024-06-24T07:35:32.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-06-24T07:35:32.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-24T07:35:32.244Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-24T07:35:32.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-24T07:35:32.350Z] $ docker exec 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 ssh-agent [2024-06-24T07:35:32.464Z] SSH_AUTH_SOCK=/tmp/ssh-k1KU4d842sMa/agent.72 [2024-06-24T07:35:32.464Z] SSH_AGENT_PID=78 [2024-06-24T07:35:32.467Z] Running ssh-add (command line suppressed) [2024-06-24T07:35:32.579Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_4340603202676010907.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_4340603202676010907.key) [2024-06-24T07:35:32.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-24T07:35:32.890Z] + git semver init [2024-06-24T07:35:33.150Z] 2024-06-24 07:35:33,072 [run_init] DEBUG init version:0.0.0 force:False [2024-06-24T07:35:33.150Z] 2024-06-24 07:35:33,072 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2024-06-24T07:35:33.150Z] 2024-06-24 07:35:33,073 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2024-06-24T07:35:33.150Z] 2024-06-24 07:35:33,073 [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) [2024-06-24T07:35:34.529Z] 2024-06-24 07:35:34,314 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2024-06-24T07:35:34.529Z] 2024-06-24 07:35:34,315 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2024-06-24T07:35:34.529Z] 2024-06-24 07:35:34,315 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:35:34.529Z] 2024-06-24 07:35:34,315 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:35:34.529Z] 3.2.0-dev.13 [Pipeline] } [2024-06-24T07:35:34.538Z] $ docker exec --env ******** --env ******** 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 ssh-agent -k [2024-06-24T07:35:34.639Z] unset SSH_AUTH_SOCK; [2024-06-24T07:35:34.640Z] unset SSH_AGENT_PID; [2024-06-24T07:35:34.640Z] echo Agent pid 78 killed; [2024-06-24T07:35:34.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-24T07:35:34.974Z] + git semver [Pipeline] } [2024-06-24T07:35:35.245Z] $ docker stop --time=1 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 [2024-06-24T07:35:36.535Z] $ docker rm -f --volumes 41065908f6b1f8b42b441e0473e40acb3a13062dad50fffa6ba01aa494c90543 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-24T07:35:36.873Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-06-24T07:35:37.105Z] Stashed 1 file(s) [Pipeline] echo [2024-06-24T07:35:37.109Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.13 [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 [2024-06-24T07:35:37.284Z] provisioning config files... [2024-06-24T07:35:37.293Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11697219189839816597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:35:37.593Z] ---> ****-login.sh [2024-06-24T07:35:37.593Z] nexus3.edgexfoundry.org:10001 [2024-06-24T07:35:37.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:37.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:37.593Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:37.593Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:37.593Z] [2024-06-24T07:35:37.593Z] Login Succeeded [2024-06-24T07:35:37.593Z] nexus3.edgexfoundry.org:10002 [2024-06-24T07:35:37.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:37.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:37.593Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:37.593Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:37.593Z] [2024-06-24T07:35:37.593Z] Login Succeeded [2024-06-24T07:35:37.593Z] nexus3.edgexfoundry.org:10003 [2024-06-24T07:35:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:37.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:37.857Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:37.857Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:37.857Z] [2024-06-24T07:35:37.857Z] Login Succeeded [2024-06-24T07:35:37.857Z] nexus3.edgexfoundry.org:10004 [2024-06-24T07:35:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:37.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:37.857Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:37.857Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:37.857Z] [2024-06-24T07:35:37.857Z] Login Succeeded [2024-06-24T07:35:37.857Z] ****.io [2024-06-24T07:35:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:35:38.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:35:38.118Z] Configure a credential helper to remove this warning. See [2024-06-24T07:35:38.118Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:35:38.118Z] [2024-06-24T07:35:38.118Z] Login Succeeded [2024-06-24T07:35:38.118Z] ---> ****-login.sh ends [Pipeline] } [2024-06-24T07:35:38.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-06-24T07:35:38.216Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:35:38.236Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:35:38.252Z] ========================================================= [2024-06-24T07:35:38.253Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-06-24T07:35:38.253Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:35:38.588Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-06-24T07:35:38.588Z] Sending build context to Docker daemon 36.59MB [2024-06-24T07:35:38.588Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2024-06-24T07:35:38.588Z] Step 2/13 : FROM ${BASE} AS builder [2024-06-24T07:35:38.846Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-06-24T07:35:38.846Z] 619be1103602: Pulling fs layer [2024-06-24T07:35:38.846Z] 7862e08f4a3e: Pulling fs layer [2024-06-24T07:35:38.846Z] 5df492c9dc93: Pulling fs layer [2024-06-24T07:35:38.846Z] 7629e6793208: Pulling fs layer [2024-06-24T07:35:38.846Z] 4f4fb700ef54: Pulling fs layer [2024-06-24T07:35:38.846Z] fb5054dd5b73: Pulling fs layer [2024-06-24T07:35:38.846Z] eeca6798cff9: Pulling fs layer [2024-06-24T07:35:38.846Z] aa269ceb94a6: Pulling fs layer [2024-06-24T07:35:38.846Z] ada007ff1a6a: Pulling fs layer [2024-06-24T07:35:38.846Z] fb5054dd5b73: Waiting [2024-06-24T07:35:38.846Z] aa269ceb94a6: Waiting [2024-06-24T07:35:38.846Z] eeca6798cff9: Waiting [2024-06-24T07:35:38.846Z] ada007ff1a6a: Waiting [2024-06-24T07:35:38.846Z] 7629e6793208: Waiting [2024-06-24T07:35:38.846Z] 4f4fb700ef54: Waiting [2024-06-24T07:35:38.846Z] 7862e08f4a3e: Download complete [2024-06-24T07:35:38.846Z] 7629e6793208: Verifying Checksum [2024-06-24T07:35:38.846Z] 7629e6793208: Download complete [2024-06-24T07:35:38.846Z] 4f4fb700ef54: Verifying Checksum [2024-06-24T07:35:38.846Z] 4f4fb700ef54: Download complete [2024-06-24T07:35:38.846Z] fb5054dd5b73: Verifying Checksum [2024-06-24T07:35:38.846Z] fb5054dd5b73: Download complete [2024-06-24T07:35:38.846Z] 619be1103602: Download complete [2024-06-24T07:35:38.846Z] eeca6798cff9: Verifying Checksum [2024-06-24T07:35:38.846Z] eeca6798cff9: Download complete [2024-06-24T07:35:39.106Z] 619be1103602: Pull complete [2024-06-24T07:35:39.106Z] ada007ff1a6a: Verifying Checksum [2024-06-24T07:35:39.106Z] ada007ff1a6a: Download complete [2024-06-24T07:35:39.106Z] 7862e08f4a3e: Pull complete [2024-06-24T07:35:39.363Z] 5df492c9dc93: Verifying Checksum [2024-06-24T07:35:39.363Z] 5df492c9dc93: Download complete [2024-06-24T07:35:39.621Z] aa269ceb94a6: Verifying Checksum [2024-06-24T07:35:39.621Z] aa269ceb94a6: Download complete [2024-06-24T07:35:42.154Z] 5df492c9dc93: Pull complete [2024-06-24T07:35:42.154Z] 7629e6793208: Pull complete [2024-06-24T07:35:42.413Z] 4f4fb700ef54: Pull complete [2024-06-24T07:35:42.413Z] fb5054dd5b73: Pull complete [2024-06-24T07:35:42.413Z] eeca6798cff9: Pull complete [2024-06-24T07:35:44.943Z] aa269ceb94a6: Pull complete [2024-06-24T07:35:44.943Z] ada007ff1a6a: Pull complete [2024-06-24T07:35:44.943Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-06-24T07:35:44.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-06-24T07:35:44.943Z] ---> f489d0715acc [2024-06-24T07:35:44.943Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2024-06-24T07:35:48.327Z] ---> Running in 610c338c841c [2024-06-24T07:35:48.327Z] Removing intermediate container 610c338c841c [2024-06-24T07:35:48.327Z] ---> 86f7e7d3c2a4 [2024-06-24T07:35:48.327Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-06-24T07:35:48.327Z] ---> Running in d0ae0e99406b [2024-06-24T07:35:48.327Z] Removing intermediate container d0ae0e99406b [2024-06-24T07:35:48.327Z] ---> c2aeb369a1cb [2024-06-24T07:35:48.327Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2024-06-24T07:35:48.327Z] ---> Running in ccdeb91d5245 [2024-06-24T07:35:48.327Z] Removing intermediate container ccdeb91d5245 [2024-06-24T07:35:48.327Z] ---> 359359ba4c41 [2024-06-24T07:35:48.327Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2024-06-24T07:35:48.327Z] ---> Running in 39796c1a9d90 [2024-06-24T07:35:48.327Z] Removing intermediate container 39796c1a9d90 [2024-06-24T07:35:48.327Z] ---> 0fc3effa81ce [2024-06-24T07:35:48.327Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2024-06-24T07:35:48.327Z] ---> Running in a326b5a62379 [2024-06-24T07:35:48.327Z] Removing intermediate container a326b5a62379 [2024-06-24T07:35:48.327Z] ---> 466e624219e4 [2024-06-24T07:35:48.327Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-06-24T07:35:48.327Z] ---> Running in d96c38ccb78c [2024-06-24T07:35:48.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-24T07:35:48.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-24T07:35:49.103Z] OK: 264 MiB in 52 packages [2024-06-24T07:35:49.361Z] Removing intermediate container d96c38ccb78c [2024-06-24T07:35:49.361Z] ---> 3644254db7ff [2024-06-24T07:35:49.361Z] Step 9/13 : WORKDIR /device-onvif-camera [2024-06-24T07:35:49.361Z] ---> Running in 44740c433783 [2024-06-24T07:35:49.361Z] Removing intermediate container 44740c433783 [2024-06-24T07:35:49.361Z] ---> aa31ff63c9af [2024-06-24T07:35:49.361Z] Step 10/13 : COPY go.mod vendor* ./ [2024-06-24T07:35:49.619Z] ---> 9d46cd4216f3 [2024-06-24T07:35:49.619Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-24T07:35:49.619Z] ---> Running in 58438c6f8d9e [2024-06-24T07:35:52.227Z] Still waiting to schedule task [2024-06-24T07:35:52.228Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-06-24T07:36:36.305Z] Removing intermediate container 58438c6f8d9e [2024-06-24T07:36:36.305Z] ---> 25b758314da7 [2024-06-24T07:36:36.305Z] Step 12/13 : COPY . . [2024-06-24T07:36:36.305Z] ---> bc040c997a0b [2024-06-24T07:36:36.305Z] Step 13/13 : RUN ${MAKE} [2024-06-24T07:36:36.305Z] ---> Running in 57d8f3af3d0f [2024-06-24T07:36:36.305Z] noop [2024-06-24T07:36:36.305Z] Removing intermediate container 57d8f3af3d0f [2024-06-24T07:36:36.305Z] ---> da2f64626b57 [2024-06-24T07:36:36.305Z] Successfully built da2f64626b57 [2024-06-24T07:36:36.305Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:36:36.630Z] + docker inspect -f . ci-base-image-x86_64 [2024-06-24T07:36:36.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:36:36.709Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:36:36.735Z] $ 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 [2024-06-24T07:36:37.691Z] $ docker top 302005e75b46b083f692befbd3762dd9102dbb70026c2d6a9d6b9e212efa071b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:36:38.044Z] + go version [2024-06-24T07:36:38.044Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-06-24T07:36:38.053Z] $ docker stop --time=1 302005e75b46b083f692befbd3762dd9102dbb70026c2d6a9d6b9e212efa071b [2024-06-24T07:36:39.387Z] $ docker rm -f --volumes 302005e75b46b083f692befbd3762dd9102dbb70026c2d6a9d6b9e212efa071b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:37:49.033Z] + docker inspect -f . ci-base-image-x86_64 [2024-06-24T07:37:49.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:37:49.109Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:37:49.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 [2024-06-24T07:37:49.454Z] $ docker top e1a83b563b01058f72f063bd9fef3dca09fc4a2df6a9a700cedbdb185bf65516 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:37:49.797Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2024-06-24T07:37:50.094Z] + make test [2024-06-24T07:37:50.094Z] go test ./... -coverprofile=coverage.out ./... [2024-06-24T07:37:51.028Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2024-06-24T07:38:03.975Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4229 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2024-06-24T07:38:03.993Z] Running in /w/workspace/device-onvif-camera/198 [Pipeline] { [Pipeline] checkout [2024-06-24T07:38:04.026Z] The recommended git tool is: git [2024-06-24T07:38:08.614Z] using credential edgex-jenkins-ssh [2024-06-24T07:38:08.636Z] Cloning the remote Git repository [2024-06-24T07:38:08.675Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2024-06-24T07:38:08.774Z] > git init /w/workspace/device-onvif-camera/198 # timeout=10 [2024-06-24T07:38:08.915Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2024-06-24T07:38:08.916Z] > git --version # timeout=10 [2024-06-24T07:38:08.932Z] > git --version # 'git version 2.25.1' [2024-06-24T07:38:08.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-06-24T07:38:09.064Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-06-24T07:38:09.096Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2024-06-24T07:38:09.096Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2024-06-24T07:38:10.027Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.043s coverage: 31.4% of statements [2024-06-24T07:38:10.027Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.017s coverage: 86.5% of statements [2024-06-24T07:38:11.517Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2024-06-24T07:38:11.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-06-24T07:38:12.311Z] Avoid second fetch [2024-06-24T07:38:12.312Z] Checking out Revision 2106e125979a086dec88e89ea60f58fe74ababf0 (main) [2024-06-24T07:38:12.328Z] > git config core.sparsecheckout # timeout=10 [2024-06-24T07:38:12.397Z] > git checkout -f 2106e125979a086dec88e89ea60f58fe74ababf0 # timeout=10 [2024-06-24T07:38:12.975Z] Commit message: "Merge pull request #440 from weichou1229/upgrade-onvif-lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-06-24T07:38:17.572Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-06-24T07:38:17.573Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-24T07:38:17.573Z] Dload Upload Total Spent Left Speed [2024-06-24T07:38:17.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90338 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh [2024-06-24T07:38:17.904Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-06-24T07:38:18.233Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-06-24T07:38:18.233Z] /etc/docker/daemon.json [2024-06-24T07:38:18.233Z] { [2024-06-24T07:38:18.233Z] "registry-mirrors": [ [2024-06-24T07:38:18.233Z] "https://nexus3.edgexfoundry.org:10001" [2024-06-24T07:38:18.233Z] ], [2024-06-24T07:38:18.233Z] "bip": "10.250.0.254/24", [2024-06-24T07:38:18.233Z] "hosts": [ [2024-06-24T07:38:18.234Z] "tcp://0.0.0.0:5555", [2024-06-24T07:38:18.234Z] "unix:///var/run/docker.sock" [2024-06-24T07:38:18.234Z] ], [2024-06-24T07:38:18.234Z] "mtu": 1458, [2024-06-24T07:38:18.234Z] "selinux-enabled": true, [2024-06-24T07:38:18.234Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-06-24T07:38:18.234Z] } [Pipeline] sh [2024-06-24T07:38:18.565Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-06-24T07:38:18.900Z] + sudo service docker restart [2024-06-24T07:38:19.983Z] go vet ./... [2024-06-24T07:38:26.535Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-06-24T07:38:26.535Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-06-24T07:38:26.535Z] ./bin/test-attribution-txt.sh [2024-06-24T07:38:26.535Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-06-24T07:38:26.535Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-06-24T07:38:26.545Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-06-24T07:38:26.560Z] $ docker stop --time=1 e1a83b563b01058f72f063bd9fef3dca09fc4a2df6a9a700cedbdb185bf65516 [2024-06-24T07:38:28.354Z] $ docker rm -f --volumes e1a83b563b01058f72f063bd9fef3dca09fc4a2df6a9a700cedbdb185bf65516 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-24T07:38:28.891Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-06-24T07:38:28.952Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-06-24T07:38:29.473Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-06-24T07:38:29.756Z] + ls -al . [2024-06-24T07:38:29.756Z] total 312 [2024-06-24T07:38:29.756Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 24 07:37 . [2024-06-24T07:38:29.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:35 .. [2024-06-24T07:38:29.756Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 07:38 .git [2024-06-24T07:38:29.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 07:35 .github [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 493 Jun 24 07:35 .gitignore [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 24 07:35 .golangci.yml [2024-06-24T07:38:29.756Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 24 07:35 .semver [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 11155 Jun 24 07:35 Attribution.txt [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 17665 Jun 24 07:35 CHANGELOG.md [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 1683 Jun 24 07:35 Dockerfile [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 24 07:35 GOVERNANCE.md [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 739 Jun 24 07:35 Jenkinsfile [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 24 07:35 LICENSE [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 2883 Jun 24 07:35 Makefile [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 24 07:35 OWNERS.md [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 2620 Jun 24 07:35 README.md [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 24 07:35 VERSION [2024-06-24T07:38:29.756Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 07:35 bin [2024-06-24T07:38:29.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 07:35 cmd [2024-06-24T07:38:29.756Z] -rw-r--r-- 1 jenkins jenkins 78805 Jun 24 07:38 coverage.out [2024-06-24T07:38:29.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:35 doc [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 7387 Jun 24 07:35 go.mod [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 102689 Jun 24 07:35 go.sum [2024-06-24T07:38:29.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:35 internal [2024-06-24T07:38:29.756Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 24 07:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:38:30.074Z] + 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=2106e125979a086dec88e89ea60f58fe74ababf0 --label arch=amd64 --label version=3.2.0-dev.13 . [2024-06-24T07:38:30.074Z] Sending build context to Docker daemon 36.67MB [2024-06-24T07:38:30.074Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-06-24T07:38:30.074Z] Step 2/27 : FROM ${BASE} AS builder [2024-06-24T07:38:30.074Z] ---> da2f64626b57 [2024-06-24T07:38:30.074Z] Step 3/27 : ARG ADD_BUILD_TAGS="" [2024-06-24T07:38:30.643Z] ---> Running in 9c771700dd42 [2024-06-24T07:38:30.643Z] Removing intermediate container 9c771700dd42 [2024-06-24T07:38:30.643Z] ---> 2418216f39c8 [2024-06-24T07:38:30.643Z] Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-06-24T07:38:30.902Z] ---> Running in f647c69d258d [2024-06-24T07:38:30.902Z] Removing intermediate container f647c69d258d [2024-06-24T07:38:30.902Z] ---> 93ac1fa807c1 [2024-06-24T07:38:30.902Z] Step 5/27 : ARG ALPINE_PKG_BASE="make git" [2024-06-24T07:38:30.902Z] ---> Running in 1f7510c20b07 [2024-06-24T07:38:30.902Z] Removing intermediate container 1f7510c20b07 [2024-06-24T07:38:30.902Z] ---> dc45d59995c9 [2024-06-24T07:38:30.902Z] Step 6/27 : ARG ALPINE_PKG_EXTRA="" [2024-06-24T07:38:30.902Z] ---> Running in 2ebbcb64d5b7 [2024-06-24T07:38:31.163Z] Removing intermediate container 2ebbcb64d5b7 [2024-06-24T07:38:31.163Z] ---> 619ad678a4de [2024-06-24T07:38:31.163Z] Step 7/27 : LABEL Name=edgex-device-onvif-camera [2024-06-24T07:38:31.163Z] ---> Running in 7b91db3bd89d [2024-06-24T07:38:31.163Z] Removing intermediate container 7b91db3bd89d [2024-06-24T07:38:31.163Z] ---> 752b46f1f7bc [2024-06-24T07:38:31.163Z] Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-06-24T07:38:31.163Z] ---> Running in cfd8f6081b15 [2024-06-24T07:38:31.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-24T07:38:31.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-24T07:38:31.938Z] OK: 264 MiB in 52 packages [2024-06-24T07:38:32.874Z] Removing intermediate container cfd8f6081b15 [2024-06-24T07:38:32.874Z] ---> 17efd27698f3 [2024-06-24T07:38:32.874Z] Step 9/27 : WORKDIR /device-onvif-camera [2024-06-24T07:38:32.874Z] ---> Running in 0bf5b60d44de [2024-06-24T07:38:33.152Z] Removing intermediate container 0bf5b60d44de [2024-06-24T07:38:33.152Z] ---> ca13e87faadd [2024-06-24T07:38:33.152Z] Step 10/27 : COPY go.mod vendor* ./ [2024-06-24T07:38:33.411Z] ---> a2abcd0a7af7 [2024-06-24T07:38:33.411Z] Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-24T07:38:33.669Z] ---> Running in f4cae5ed505e [2024-06-24T07:38:35.054Z] Removing intermediate container f4cae5ed505e [2024-06-24T07:38:35.054Z] ---> 1f66fd9aa9bb [2024-06-24T07:38:35.054Z] Step 12/27 : COPY . . [2024-06-24T07:38:36.446Z] ---> 8d6a2aca54ac [2024-06-24T07:38:36.446Z] Step 13/27 : RUN ${MAKE} [2024-06-24T07:38:36.446Z] ---> Running in 505cc715faad [2024-06-24T07:38:37.013Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=3.2.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-24T07:38:37.185Z] provisioning config files... [2024-06-24T07:38:37.216Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/198@tmp/config13309228488667184143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:38:37.657Z] ---> ****-login.sh [2024-06-24T07:38:37.657Z] nexus3.edgexfoundry.org:10001 [2024-06-24T07:38:37.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:38:38.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:38:38.192Z] Configure a credential helper to remove this warning. See [2024-06-24T07:38:38.192Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:38:38.192Z] [2024-06-24T07:38:38.192Z] Login Succeeded [2024-06-24T07:38:38.192Z] nexus3.edgexfoundry.org:10002 [2024-06-24T07:38:38.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:38:38.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:38:38.457Z] Configure a credential helper to remove this warning. See [2024-06-24T07:38:38.457Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:38:38.457Z] [2024-06-24T07:38:38.457Z] Login Succeeded [2024-06-24T07:38:38.457Z] nexus3.edgexfoundry.org:10003 [2024-06-24T07:38:38.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:38:38.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:38:38.992Z] Configure a credential helper to remove this warning. See [2024-06-24T07:38:38.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:38:38.992Z] [2024-06-24T07:38:38.992Z] Login Succeeded [2024-06-24T07:38:38.992Z] nexus3.edgexfoundry.org:10004 [2024-06-24T07:38:38.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:38:39.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:38:39.261Z] Configure a credential helper to remove this warning. See [2024-06-24T07:38:39.261Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:38:39.261Z] [2024-06-24T07:38:39.261Z] Login Succeeded [2024-06-24T07:38:39.261Z] ****.io [2024-06-24T07:38:39.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:38:39.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:38:39.526Z] Configure a credential helper to remove this warning. See [2024-06-24T07:38:39.526Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:38:39.526Z] [2024-06-24T07:38:39.526Z] Login Succeeded [2024-06-24T07:38:39.791Z] ---> ****-login.sh ends [Pipeline] } [2024-06-24T07:38:39.802Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-06-24T07:38:40.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:38:40.120Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:38:40.141Z] ========================================================= [2024-06-24T07:38:40.141Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-06-24T07:38:40.141Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:38:40.502Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-06-24T07:38:41.086Z] Sending build context to Docker daemon 21.7MB [2024-06-24T07:38:41.086Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2024-06-24T07:38:41.086Z] Step 2/13 : FROM ${BASE} AS builder [2024-06-24T07:38:41.086Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-06-24T07:38:41.086Z] c6b39de5b339: Pulling fs layer [2024-06-24T07:38:41.086Z] a69c41024577: Pulling fs layer [2024-06-24T07:38:41.086Z] d6de4b400683: Pulling fs layer [2024-06-24T07:38:41.086Z] 35cb2a7552d0: Pulling fs layer [2024-06-24T07:38:41.086Z] 4f4fb700ef54: Pulling fs layer [2024-06-24T07:38:41.086Z] 464afbd9ba4c: Pulling fs layer [2024-06-24T07:38:41.086Z] 00f215d4a9da: Pulling fs layer [2024-06-24T07:38:41.086Z] d496ad576159: Pulling fs layer [2024-06-24T07:38:41.086Z] 35cb2a7552d0: Waiting [2024-06-24T07:38:41.086Z] 4f4fb700ef54: Waiting [2024-06-24T07:38:41.086Z] 464afbd9ba4c: Waiting [2024-06-24T07:38:41.086Z] 00f215d4a9da: Waiting [2024-06-24T07:38:41.086Z] d496ad576159: Waiting [2024-06-24T07:38:41.352Z] a69c41024577: Download complete [2024-06-24T07:38:41.352Z] 35cb2a7552d0: Verifying Checksum [2024-06-24T07:38:41.352Z] 35cb2a7552d0: Download complete [2024-06-24T07:38:41.352Z] 4f4fb700ef54: Verifying Checksum [2024-06-24T07:38:41.352Z] 4f4fb700ef54: Download complete [2024-06-24T07:38:41.352Z] 464afbd9ba4c: Verifying Checksum [2024-06-24T07:38:41.352Z] 464afbd9ba4c: Download complete [2024-06-24T07:38:41.352Z] c6b39de5b339: Download complete [2024-06-24T07:38:41.946Z] d496ad576159: Verifying Checksum [2024-06-24T07:38:41.946Z] d496ad576159: Download complete [2024-06-24T07:38:42.967Z] c6b39de5b339: Pull complete [2024-06-24T07:38:43.940Z] d6de4b400683: Verifying Checksum [2024-06-24T07:38:43.940Z] d6de4b400683: Download complete [2024-06-24T07:38:43.940Z] a69c41024577: Pull complete [2024-06-24T07:38:44.919Z] 00f215d4a9da: Verifying Checksum [2024-06-24T07:38:44.919Z] 00f215d4a9da: Download complete [2024-06-24T07:38:57.250Z] d6de4b400683: Pull complete [2024-06-24T07:38:57.250Z] 35cb2a7552d0: Pull complete [2024-06-24T07:38:57.250Z] 4f4fb700ef54: Pull complete [2024-06-24T07:38:57.250Z] 464afbd9ba4c: Pull complete [2024-06-24T07:39:05.488Z] 00f215d4a9da: Pull complete [2024-06-24T07:39:07.439Z] d496ad576159: Pull complete [2024-06-24T07:39:07.439Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-06-24T07:39:07.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-06-24T07:39:07.439Z] ---> f246e2811388 [2024-06-24T07:39:07.439Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2024-06-24T07:39:09.084Z] Removing intermediate container 505cc715faad [2024-06-24T07:39:09.084Z] ---> 9bbf2938095c [2024-06-24T07:39:09.084Z] Step 14/27 : FROM alpine:3.18 [2024-06-24T07:39:09.084Z] 3.18: Pulling from library/alpine [2024-06-24T07:39:09.084Z] 73baa7ef167e: Pulling fs layer [2024-06-24T07:39:09.084Z] 73baa7ef167e: Verifying Checksum [2024-06-24T07:39:09.084Z] 73baa7ef167e: Download complete [2024-06-24T07:39:09.084Z] 73baa7ef167e: Pull complete [2024-06-24T07:39:09.084Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-06-24T07:39:09.084Z] Status: Downloaded newer image for alpine:3.18 [2024-06-24T07:39:09.084Z] ---> 8fd7cac70a4a [2024-06-24T07:39:09.084Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2024-06-24T07:39:09.084Z] ---> Running in 8f06c4aea39a [2024-06-24T07:39:09.343Z] Removing intermediate container 8f06c4aea39a [2024-06-24T07:39:09.343Z] ---> efad9b614644 [2024-06-24T07:39:09.343Z] Step 16/27 : RUN apk add --update --no-cache dumb-init [2024-06-24T07:39:09.343Z] ---> Running in 6f76ce74ad11 [2024-06-24T07:39:09.380Z] ---> Running in 84edf3e24a2c [2024-06-24T07:39:09.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-24T07:39:09.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-24T07:39:09.646Z] Removing intermediate container 84edf3e24a2c [2024-06-24T07:39:09.646Z] ---> c44ddee010d1 [2024-06-24T07:39:09.646Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-06-24T07:39:09.646Z] ---> Running in be2c54aced9f [2024-06-24T07:39:09.864Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-06-24T07:39:09.864Z] Executing busybox-1.36.1-r7.trigger [2024-06-24T07:39:09.864Z] OK: 7 MiB in 16 packages [2024-06-24T07:39:09.913Z] Removing intermediate container be2c54aced9f [2024-06-24T07:39:09.913Z] ---> f2b614def6f0 [2024-06-24T07:39:09.913Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2024-06-24T07:39:09.913Z] ---> Running in 0516f9bd9390 [2024-06-24T07:39:10.122Z] Removing intermediate container 6f76ce74ad11 [2024-06-24T07:39:10.122Z] ---> 5df17a4ee5c5 [2024-06-24T07:39:10.122Z] Step 17/27 : RUN apk --no-cache upgrade [2024-06-24T07:39:10.122Z] ---> Running in a7cb038ad822 [2024-06-24T07:39:10.180Z] Removing intermediate container 0516f9bd9390 [2024-06-24T07:39:10.180Z] ---> 97a040d442e0 [2024-06-24T07:39:10.180Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2024-06-24T07:39:10.180Z] ---> Running in 38b85a3e97c9 [2024-06-24T07:39:10.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-24T07:39:10.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-24T07:39:10.449Z] Removing intermediate container 38b85a3e97c9 [2024-06-24T07:39:10.449Z] ---> bc2fd97dafc6 [2024-06-24T07:39:10.449Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2024-06-24T07:39:10.640Z] OK: 7 MiB in 16 packages [2024-06-24T07:39:10.714Z] ---> Running in 05c97600a2d9 [2024-06-24T07:39:10.898Z] Removing intermediate container a7cb038ad822 [2024-06-24T07:39:10.898Z] ---> b5835cbc7790 [2024-06-24T07:39:10.898Z] Step 18/27 : WORKDIR / [2024-06-24T07:39:10.980Z] Removing intermediate container 05c97600a2d9 [2024-06-24T07:39:10.980Z] ---> 07c191a27a3c [2024-06-24T07:39:10.980Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-06-24T07:39:10.980Z] ---> Running in 9ca17a648e72 [2024-06-24T07:39:11.156Z] ---> Running in f75462211ff4 [2024-06-24T07:39:11.156Z] Removing intermediate container f75462211ff4 [2024-06-24T07:39:11.156Z] ---> 19a541661ad3 [2024-06-24T07:39:11.156Z] Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / [2024-06-24T07:39:11.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-24T07:39:12.089Z] ---> bb5a71710736 [2024-06-24T07:39:12.089Z] Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / [2024-06-24T07:39:12.089Z] ---> 44b8c98723f4 [2024-06-24T07:39:12.089Z] Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2024-06-24T07:39:12.089Z] ---> 819c0031c9d1 [2024-06-24T07:39:12.089Z] Step 22/27 : EXPOSE 59984 [2024-06-24T07:39:12.347Z] ---> Running in c62e461b15a2 [2024-06-24T07:39:12.347Z] Removing intermediate container c62e461b15a2 [2024-06-24T07:39:12.347Z] ---> 64bbf462b1e4 [2024-06-24T07:39:12.347Z] Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] [2024-06-24T07:39:12.347Z] ---> Running in 7ae3e0ea41e5 [2024-06-24T07:39:12.347Z] Removing intermediate container 7ae3e0ea41e5 [2024-06-24T07:39:12.347Z] ---> b804acb192ff [2024-06-24T07:39:12.347Z] Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-06-24T07:39:12.347Z] ---> Running in 512752bd1139 [2024-06-24T07:39:12.347Z] Removing intermediate container 512752bd1139 [2024-06-24T07:39:12.347Z] ---> c82fe6cf6e12 [2024-06-24T07:39:12.347Z] Step 25/27 : LABEL arch=amd64 [2024-06-24T07:39:12.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-24T07:39:12.606Z] ---> Running in 532e44116a39 [2024-06-24T07:39:12.606Z] Removing intermediate container 532e44116a39 [2024-06-24T07:39:12.606Z] ---> 49fc2ac51e5a [2024-06-24T07:39:12.606Z] Step 26/27 : LABEL git_sha=2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:39:12.606Z] ---> Running in 656a96eb7214 [2024-06-24T07:39:12.606Z] Removing intermediate container 656a96eb7214 [2024-06-24T07:39:12.606Z] ---> 31717bea6e19 [2024-06-24T07:39:12.606Z] Step 27/27 : LABEL version=3.2.0-dev.13 [2024-06-24T07:39:12.606Z] ---> Running in 71fe0dc6a689 [2024-06-24T07:39:12.606Z] Removing intermediate container 71fe0dc6a689 [2024-06-24T07:39:12.606Z] ---> 54ffd2be1fbd [2024-06-24T07:39:12.606Z] [Warning] One or more build-args [ARCH] were not consumed [2024-06-24T07:39:12.606Z] Successfully built 54ffd2be1fbd [2024-06-24T07:39:12.606Z] 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 [2024-06-24T07:39:12.736Z] provisioning config files... [2024-06-24T07:39:12.747Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3044805794449561056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:39:13.049Z] ---> ****-login.sh [2024-06-24T07:39:13.049Z] nexus3.edgexfoundry.org:10001 [2024-06-24T07:39:13.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:39:13.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:39:13.049Z] Configure a credential helper to remove this warning. See [2024-06-24T07:39:13.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:39:13.049Z] [2024-06-24T07:39:13.049Z] Login Succeeded [2024-06-24T07:39:13.049Z] nexus3.edgexfoundry.org:10002 [2024-06-24T07:39:13.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:39:13.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:39:13.049Z] Configure a credential helper to remove this warning. See [2024-06-24T07:39:13.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:39:13.049Z] [2024-06-24T07:39:13.049Z] Login Succeeded [2024-06-24T07:39:13.049Z] nexus3.edgexfoundry.org:10003 [2024-06-24T07:39:13.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:39:13.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:39:13.309Z] Configure a credential helper to remove this warning. See [2024-06-24T07:39:13.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:39:13.309Z] [2024-06-24T07:39:13.309Z] Login Succeeded [2024-06-24T07:39:13.309Z] nexus3.edgexfoundry.org:10004 [2024-06-24T07:39:13.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:39:13.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:39:13.309Z] Configure a credential helper to remove this warning. See [2024-06-24T07:39:13.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:39:13.309Z] [2024-06-24T07:39:13.309Z] Login Succeeded [2024-06-24T07:39:13.309Z] ****.io [2024-06-24T07:39:13.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:39:13.509Z] OK: 266 MiB in 52 packages [2024-06-24T07:39:13.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:39:13.568Z] Configure a credential helper to remove this warning. See [2024-06-24T07:39:13.569Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:39:13.569Z] [2024-06-24T07:39:13.569Z] Login Succeeded [2024-06-24T07:39:13.827Z] ---> ****-login.sh ends [Pipeline] } [2024-06-24T07:39:13.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-24T07:39:13.896Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:39:13.927Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2024-06-24T07:39:13.927Z] 2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:39:13.927Z] latest [2024-06-24T07:39:13.927Z] 3.2.0-dev.13 [2024-06-24T07:39:13.927Z] 2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:39:13.927Z] main [2024-06-24T07:39:13.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:14.265Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:14.470Z] Removing intermediate container 9ca17a648e72 [2024-06-24T07:39:14.470Z] ---> 9d73a0b2499f [2024-06-24T07:39:14.470Z] Step 9/13 : WORKDIR /device-onvif-camera [2024-06-24T07:39:14.470Z] ---> Running in 21216175378f [2024-06-24T07:39:14.590Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:39:14.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2024-06-24T07:39:14.590Z] 2ced0d9699a8: Preparing [2024-06-24T07:39:14.590Z] 5844d6684cca: Preparing [2024-06-24T07:39:14.590Z] 2bb89f717b32: Preparing [2024-06-24T07:39:14.590Z] f48807b82a5e: Preparing [2024-06-24T07:39:14.590Z] 708a7d4e693b: Preparing [2024-06-24T07:39:14.590Z] 63ec0bd56cf3: Preparing [2024-06-24T07:39:14.591Z] 63ec0bd56cf3: Waiting [2024-06-24T07:39:14.591Z] 5844d6684cca: Pushed [2024-06-24T07:39:14.591Z] f48807b82a5e: Pushed [2024-06-24T07:39:14.591Z] 2ced0d9699a8: Pushed [2024-06-24T07:39:14.591Z] 708a7d4e693b: Pushed [2024-06-24T07:39:14.591Z] 63ec0bd56cf3: Layer already exists [2024-06-24T07:39:14.739Z] Removing intermediate container 21216175378f [2024-06-24T07:39:14.739Z] ---> 381e2b83cbea [2024-06-24T07:39:14.739Z] Step 10/13 : COPY go.mod vendor* ./ [2024-06-24T07:39:15.321Z] ---> dd999c600b8a [2024-06-24T07:39:15.321Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-24T07:39:15.589Z] ---> Running in 69f7be743da7 [2024-06-24T07:39:17.875Z] 2bb89f717b32: Pushed [2024-06-24T07:39:17.875Z] 2106e125979a086dec88e89ea60f58fe74ababf0: digest: sha256:e633d4ff5fecb23c50cbdb9bfcc2b40311c95dbd03954bcc489ec51b35e10177 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:18.214Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:18.540Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2024-06-24T07:39:18.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2024-06-24T07:39:18.540Z] 2ced0d9699a8: Preparing [2024-06-24T07:39:18.540Z] 5844d6684cca: Preparing [2024-06-24T07:39:18.540Z] 2bb89f717b32: Preparing [2024-06-24T07:39:18.540Z] f48807b82a5e: Preparing [2024-06-24T07:39:18.540Z] 708a7d4e693b: Preparing [2024-06-24T07:39:18.540Z] 63ec0bd56cf3: Preparing [2024-06-24T07:39:18.540Z] 63ec0bd56cf3: Waiting [2024-06-24T07:39:18.540Z] f48807b82a5e: Layer already exists [2024-06-24T07:39:18.540Z] 5844d6684cca: Layer already exists [2024-06-24T07:39:18.540Z] 708a7d4e693b: Layer already exists [2024-06-24T07:39:18.540Z] 2ced0d9699a8: Layer already exists [2024-06-24T07:39:18.540Z] 2bb89f717b32: Layer already exists [2024-06-24T07:39:18.540Z] 63ec0bd56cf3: Layer already exists [2024-06-24T07:39:18.540Z] latest: digest: sha256:e633d4ff5fecb23c50cbdb9bfcc2b40311c95dbd03954bcc489ec51b35e10177 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:18.862Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:19.198Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3.2.0-dev.13 [2024-06-24T07:39:19.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2024-06-24T07:39:19.198Z] 2ced0d9699a8: Preparing [2024-06-24T07:39:19.198Z] 5844d6684cca: Preparing [2024-06-24T07:39:19.198Z] 2bb89f717b32: Preparing [2024-06-24T07:39:19.198Z] f48807b82a5e: Preparing [2024-06-24T07:39:19.198Z] 708a7d4e693b: Preparing [2024-06-24T07:39:19.198Z] 63ec0bd56cf3: Preparing [2024-06-24T07:39:19.198Z] 63ec0bd56cf3: Waiting [2024-06-24T07:39:19.198Z] 5844d6684cca: Layer already exists [2024-06-24T07:39:19.198Z] 2bb89f717b32: Layer already exists [2024-06-24T07:39:19.198Z] 2ced0d9699a8: Layer already exists [2024-06-24T07:39:19.198Z] f48807b82a5e: Layer already exists [2024-06-24T07:39:19.198Z] 708a7d4e693b: Layer already exists [2024-06-24T07:39:19.198Z] 63ec0bd56cf3: Layer already exists [2024-06-24T07:39:19.198Z] 3.2.0-dev.13: digest: sha256:e633d4ff5fecb23c50cbdb9bfcc2b40311c95dbd03954bcc489ec51b35e10177 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:19.542Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:19.862Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:39:19.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2024-06-24T07:39:19.862Z] 2ced0d9699a8: Preparing [2024-06-24T07:39:19.862Z] 5844d6684cca: Preparing [2024-06-24T07:39:19.862Z] 2bb89f717b32: Preparing [2024-06-24T07:39:19.862Z] f48807b82a5e: Preparing [2024-06-24T07:39:19.862Z] 708a7d4e693b: Preparing [2024-06-24T07:39:19.862Z] 63ec0bd56cf3: Preparing [2024-06-24T07:39:19.862Z] 63ec0bd56cf3: Waiting [2024-06-24T07:39:19.862Z] 2ced0d9699a8: Layer already exists [2024-06-24T07:39:19.862Z] 2bb89f717b32: Layer already exists [2024-06-24T07:39:19.862Z] 5844d6684cca: Layer already exists [2024-06-24T07:39:19.862Z] 708a7d4e693b: Layer already exists [2024-06-24T07:39:19.862Z] f48807b82a5e: Layer already exists [2024-06-24T07:39:19.862Z] 63ec0bd56cf3: Layer already exists [2024-06-24T07:39:19.862Z] 2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13: digest: sha256:e633d4ff5fecb23c50cbdb9bfcc2b40311c95dbd03954bcc489ec51b35e10177 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:20.209Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:20.545Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2024-06-24T07:39:20.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2024-06-24T07:39:20.545Z] 2ced0d9699a8: Preparing [2024-06-24T07:39:20.545Z] 5844d6684cca: Preparing [2024-06-24T07:39:20.545Z] 2bb89f717b32: Preparing [2024-06-24T07:39:20.545Z] f48807b82a5e: Preparing [2024-06-24T07:39:20.545Z] 708a7d4e693b: Preparing [2024-06-24T07:39:20.545Z] 63ec0bd56cf3: Preparing [2024-06-24T07:39:20.545Z] 63ec0bd56cf3: Waiting [2024-06-24T07:39:20.545Z] 2bb89f717b32: Layer already exists [2024-06-24T07:39:20.545Z] 5844d6684cca: Layer already exists [2024-06-24T07:39:20.545Z] 708a7d4e693b: Layer already exists [2024-06-24T07:39:20.545Z] 2ced0d9699a8: Layer already exists [2024-06-24T07:39:20.545Z] f48807b82a5e: Layer already exists [2024-06-24T07:39:20.545Z] 63ec0bd56cf3: Layer already exists [2024-06-24T07:39:20.545Z] main: digest: sha256:e633d4ff5fecb23c50cbdb9bfcc2b40311c95dbd03954bcc489ec51b35e10177 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-24T07:39:20.617Z] ===================================================== [Pipeline] echo [2024-06-24T07:39:20.631Z] taggedImages: [2024-06-24T07:39:20.631Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:39:20.631Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2024-06-24T07:39:20.631Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3.2.0-dev.13 [2024-06-24T07:39:20.631Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:39:20.631Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:21.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-24T07:39:21.052Z] [2024-06-24T07:39:21.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:39:21.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-24T07:39:21.362Z] latest: Pulling from edgex-lftools-log-publisher [2024-06-24T07:39:21.362Z] 5eb5b503b376: Pulling fs layer [2024-06-24T07:39:21.362Z] 5c69ac0246d0: Pulling fs layer [2024-06-24T07:39:21.362Z] ec43610c2a17: Pulling fs layer [2024-06-24T07:39:21.362Z] 3a2ae6a8a46f: Pulling fs layer [2024-06-24T07:39:21.362Z] 33b1e0a273af: Pulling fs layer [2024-06-24T07:39:21.362Z] 5d3b04190fa2: Pulling fs layer [2024-06-24T07:39:21.362Z] 2f39f015ded8: Pulling fs layer [2024-06-24T07:39:21.362Z] 3a2ae6a8a46f: Waiting [2024-06-24T07:39:21.362Z] 33b1e0a273af: Waiting [2024-06-24T07:39:21.362Z] 5d3b04190fa2: Waiting [2024-06-24T07:39:21.362Z] 2f39f015ded8: Waiting [2024-06-24T07:39:21.362Z] 5c69ac0246d0: Download complete [2024-06-24T07:39:21.362Z] 3a2ae6a8a46f: Verifying Checksum [2024-06-24T07:39:21.362Z] 3a2ae6a8a46f: Download complete [2024-06-24T07:39:21.622Z] 33b1e0a273af: Verifying Checksum [2024-06-24T07:39:21.622Z] 33b1e0a273af: Download complete [2024-06-24T07:39:21.622Z] 5d3b04190fa2: Verifying Checksum [2024-06-24T07:39:21.622Z] 5d3b04190fa2: Download complete [2024-06-24T07:39:21.622Z] ec43610c2a17: Verifying Checksum [2024-06-24T07:39:21.622Z] 5eb5b503b376: Verifying Checksum [2024-06-24T07:39:21.622Z] 5eb5b503b376: Download complete [2024-06-24T07:39:22.188Z] 2f39f015ded8: Download complete [2024-06-24T07:39:23.123Z] 5eb5b503b376: Pull complete [2024-06-24T07:39:23.381Z] 5c69ac0246d0: Pull complete [2024-06-24T07:39:23.948Z] ec43610c2a17: Pull complete [2024-06-24T07:39:23.948Z] 3a2ae6a8a46f: Pull complete [2024-06-24T07:39:24.519Z] 33b1e0a273af: Pull complete [2024-06-24T07:39:24.519Z] 5d3b04190fa2: Pull complete [2024-06-24T07:39:29.802Z] 2f39f015ded8: Pull complete [2024-06-24T07:39:29.802Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-06-24T07:39:29.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-24T07:39:29.802Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:39:29.908Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:39:29.932Z] $ 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 [2024-06-24T07:39:34.949Z] $ docker top 8669910cc4beb04e6f3816918831b74dd296f9713bd16fa1e5fbd8492f06a703 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:39:35.332Z] ---> job-cost.sh [2024-06-24T07:39:35.333Z] lf-activate-venv: SKIPPING [2024-06-24T07:39:35.333Z] INFO: No Stack... [2024-06-24T07:39:35.667Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-06-24T07:39:35.924Z] INFO: Archiving Costs [Pipeline] sh [2024-06-24T07:39:36.208Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2024-06-24T07:39:36.208Z] + cut -d, -f6 [Pipeline] lock [2024-06-24T07:39:36.218Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [2024-06-24T07:39:36.231Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] did not exist. Created. [2024-06-24T07:39:36.241Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-06-24T07:39:36.540Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-06-24T07:39:36.570Z] Stashed 1 file(s) [Pipeline] } [2024-06-24T07:39:36.579Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [Pipeline] // lock [Pipeline] } [2024-06-24T07:39:36.601Z] $ docker stop --time=1 8669910cc4beb04e6f3816918831b74dd296f9713bd16fa1e5fbd8492f06a703 [2024-06-24T07:39:37.743Z] $ docker rm -f --volumes 8669910cc4beb04e6f3816918831b74dd296f9713bd16fa1e5fbd8492f06a703 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-06-24T07:41:07.271Z] Removing intermediate container 69f7be743da7 [2024-06-24T07:41:07.271Z] ---> c88196d9446c [2024-06-24T07:41:07.271Z] Step 12/13 : COPY . . [2024-06-24T07:41:07.271Z] ---> a70845230b8d [2024-06-24T07:41:07.271Z] Step 13/13 : RUN ${MAKE} [2024-06-24T07:41:07.271Z] ---> Running in b2edaaa62342 [2024-06-24T07:41:07.271Z] noop [2024-06-24T07:41:07.271Z] Removing intermediate container b2edaaa62342 [2024-06-24T07:41:07.271Z] ---> dba8121b4495 [2024-06-24T07:41:07.271Z] Successfully built dba8121b4495 [2024-06-24T07:41:07.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:41:07.653Z] + docker inspect -f . ci-base-image-arm64 [2024-06-24T07:41:07.653Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:41:07.860Z] prd-ubuntu20.04-docker-arm64-4c-16g-4229 does not seem to be running inside a container [2024-06-24T07:41:07.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/198 -v /w/workspace/device-onvif-camera/198:/w/workspace/device-onvif-camera/198:rw,z -v /w/workspace/device-onvif-camera/198@tmp:/w/workspace/device-onvif-camera/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-06-24T07:41:09.102Z] $ docker top 6c5c9111c102650cbf2a75f26d46695c1a08650d61690d20809f9ecd42e63b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:41:09.934Z] + go version [2024-06-24T07:41:09.934Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-06-24T07:41:09.953Z] $ docker stop --time=1 6c5c9111c102650cbf2a75f26d46695c1a08650d61690d20809f9ecd42e63b43 [2024-06-24T07:41:11.527Z] $ docker rm -f --volumes 6c5c9111c102650cbf2a75f26d46695c1a08650d61690d20809f9ecd42e63b43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:41:12.084Z] + docker inspect -f . ci-base-image-arm64 [2024-06-24T07:41:12.084Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:41:12.285Z] prd-ubuntu20.04-docker-arm64-4c-16g-4229 does not seem to be running inside a container [2024-06-24T07:41:12.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/198 -v /w/workspace/device-onvif-camera/198:/w/workspace/device-onvif-camera/198:rw,z -v /w/workspace/device-onvif-camera/198@tmp:/w/workspace/device-onvif-camera/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-06-24T07:41:13.559Z] $ docker top 64aff236a175f681d7ae334ba4bc369c110d3da414be743c9192545f2c20d325 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:41:14.407Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/198 [Pipeline] fileExists [Pipeline] sh [2024-06-24T07:41:15.074Z] + make test [2024-06-24T07:41:15.075Z] go test ./... -coverprofile=coverage.out ./... [2024-06-24T07:41:21.713Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2024-06-24T07:44:58.544Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2024-06-24T07:44:58.544Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2024-06-24T07:44:58.544Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.220s coverage: 31.4% of statements [2024-06-24T07:45:25.241Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 25.704s coverage: 86.5% of statements [2024-06-24T07:45:25.241Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-06-24T07:45:25.241Z] go vet ./... [2024-06-24T07:46:12.106Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-06-24T07:46:12.106Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-06-24T07:46:12.106Z] ./bin/test-attribution-txt.sh [2024-06-24T07:46:12.106Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-06-24T07:46:12.106Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-06-24T07:46:12.125Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-06-24T07:46:12.147Z] $ docker stop --time=1 64aff236a175f681d7ae334ba4bc369c110d3da414be743c9192545f2c20d325 [2024-06-24T07:46:14.180Z] $ docker rm -f --volumes 64aff236a175f681d7ae334ba4bc369c110d3da414be743c9192545f2c20d325 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-24T07:46:15.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-06-24T07:46:15.972Z] Warning: overwriting stash ‘coverage-report’ [2024-06-24T07:46:16.518Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-06-24T07:46:17.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-06-24T07:46:17.358Z] + ls -al . [2024-06-24T07:46:17.358Z] total 308 [2024-06-24T07:46:17.358Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 07:41 . [2024-06-24T07:46:17.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:38 .. [2024-06-24T07:46:17.358Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 24 07:38 .git [2024-06-24T07:46:17.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 07:38 .github [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 493 Jun 24 07:38 .gitignore [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 24 07:38 .golangci.yml [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 11155 Jun 24 07:38 Attribution.txt [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 17665 Jun 24 07:38 CHANGELOG.md [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 1683 Jun 24 07:38 Dockerfile [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 24 07:38 GOVERNANCE.md [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 739 Jun 24 07:38 Jenkinsfile [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 24 07:38 LICENSE [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 2883 Jun 24 07:38 Makefile [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 24 07:38 OWNERS.md [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 2620 Jun 24 07:38 README.md [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 12 Jun 24 07:35 VERSION [2024-06-24T07:46:17.358Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 24 07:38 bin [2024-06-24T07:46:17.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 24 07:38 cmd [2024-06-24T07:46:17.358Z] -rw-r--r-- 1 jenkins jenkins 78805 Jun 24 07:45 coverage.out [2024-06-24T07:46:17.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:38 doc [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 7387 Jun 24 07:38 go.mod [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 102689 Jun 24 07:38 go.sum [2024-06-24T07:46:17.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 24 07:38 internal [2024-06-24T07:46:17.358Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 24 07:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:46:17.731Z] + 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=2106e125979a086dec88e89ea60f58fe74ababf0 --label arch=arm64 --label version=3.2.0-dev.13 . [2024-06-24T07:46:18.341Z] Sending build context to Docker daemon 21.78MB [2024-06-24T07:46:18.341Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-06-24T07:46:18.341Z] Step 2/27 : FROM ${BASE} AS builder [2024-06-24T07:46:18.341Z] ---> dba8121b4495 [2024-06-24T07:46:18.341Z] Step 3/27 : ARG ADD_BUILD_TAGS="" [2024-06-24T07:46:18.617Z] ---> Running in 2525a015f1ee [2024-06-24T07:46:18.911Z] Removing intermediate container 2525a015f1ee [2024-06-24T07:46:18.911Z] ---> 4f9db6379382 [2024-06-24T07:46:18.911Z] Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-06-24T07:46:18.911Z] ---> Running in 1fca117dfe02 [2024-06-24T07:46:19.512Z] Removing intermediate container 1fca117dfe02 [2024-06-24T07:46:19.512Z] ---> dfd4aec1526b [2024-06-24T07:46:19.512Z] Step 5/27 : ARG ALPINE_PKG_BASE="make git" [2024-06-24T07:46:19.512Z] ---> Running in 2e9fc1dc67be [2024-06-24T07:46:19.779Z] Removing intermediate container 2e9fc1dc67be [2024-06-24T07:46:19.779Z] ---> 2e8ee5dc1b18 [2024-06-24T07:46:19.779Z] Step 6/27 : ARG ALPINE_PKG_EXTRA="" [2024-06-24T07:46:19.779Z] ---> Running in 6ffa63cf4ef8 [2024-06-24T07:46:20.055Z] Removing intermediate container 6ffa63cf4ef8 [2024-06-24T07:46:20.055Z] ---> 97a4d40fb74e [2024-06-24T07:46:20.055Z] Step 7/27 : LABEL Name=edgex-device-onvif-camera [2024-06-24T07:46:20.324Z] ---> Running in 8aaf27069a9c [2024-06-24T07:46:20.592Z] Removing intermediate container 8aaf27069a9c [2024-06-24T07:46:20.592Z] ---> 8dd3d8a62caf [2024-06-24T07:46:20.592Z] Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-06-24T07:46:20.592Z] ---> Running in 5db445d0f433 [2024-06-24T07:46:21.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-24T07:46:22.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-24T07:46:23.104Z] OK: 266 MiB in 52 packages [2024-06-24T07:46:24.068Z] Removing intermediate container 5db445d0f433 [2024-06-24T07:46:24.068Z] ---> 58b315f0282a [2024-06-24T07:46:24.068Z] Step 9/27 : WORKDIR /device-onvif-camera [2024-06-24T07:46:24.068Z] ---> Running in f35354872d1a [2024-06-24T07:46:24.334Z] Removing intermediate container f35354872d1a [2024-06-24T07:46:24.334Z] ---> 97bfe83d6e61 [2024-06-24T07:46:24.334Z] Step 10/27 : COPY go.mod vendor* ./ [2024-06-24T07:46:24.919Z] ---> b9c9d0d874ed [2024-06-24T07:46:24.920Z] Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-24T07:46:24.920Z] ---> Running in c4ba425ba874 [2024-06-24T07:46:27.507Z] Removing intermediate container c4ba425ba874 [2024-06-24T07:46:27.507Z] ---> 7a0d10782f50 [2024-06-24T07:46:27.507Z] Step 12/27 : COPY . . [2024-06-24T07:46:29.444Z] ---> 91faa9201f91 [2024-06-24T07:46:29.445Z] Step 13/27 : RUN ${MAKE} [2024-06-24T07:46:29.445Z] ---> Running in 4563a7f1484b [2024-06-24T07:46:30.401Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=3.2.0-dev.13 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2024-06-24T07:50:22.217Z] Removing intermediate container 4563a7f1484b [2024-06-24T07:50:22.217Z] ---> 32872044335e [2024-06-24T07:50:22.217Z] Step 14/27 : FROM alpine:3.18 [2024-06-24T07:50:22.217Z] 3.18: Pulling from library/alpine [2024-06-24T07:50:22.217Z] 5c905c7ebe2f: Pulling fs layer [2024-06-24T07:50:22.217Z] 5c905c7ebe2f: Verifying Checksum [2024-06-24T07:50:22.217Z] 5c905c7ebe2f: Download complete [2024-06-24T07:50:22.217Z] 5c905c7ebe2f: Pull complete [2024-06-24T07:50:22.217Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-06-24T07:50:22.217Z] Status: Downloaded newer image for alpine:3.18 [2024-06-24T07:50:22.217Z] ---> dec292d02e07 [2024-06-24T07:50:22.217Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2024-06-24T07:50:22.217Z] ---> Running in 03402ccce1f5 [2024-06-24T07:50:22.217Z] Removing intermediate container 03402ccce1f5 [2024-06-24T07:50:22.217Z] ---> 2c1c630689c0 [2024-06-24T07:50:22.217Z] Step 16/27 : RUN apk add --update --no-cache dumb-init [2024-06-24T07:50:22.217Z] ---> Running in cf265335f8f8 [2024-06-24T07:50:22.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-24T07:50:22.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-24T07:50:22.217Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-06-24T07:50:22.217Z] Executing busybox-1.36.1-r7.trigger [2024-06-24T07:50:22.217Z] OK: 8 MiB in 16 packages [2024-06-24T07:50:22.217Z] Removing intermediate container cf265335f8f8 [2024-06-24T07:50:22.217Z] ---> d38de1fc4fec [2024-06-24T07:50:22.217Z] Step 17/27 : RUN apk --no-cache upgrade [2024-06-24T07:50:22.217Z] ---> Running in 1b0354df6fae [2024-06-24T07:50:22.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-24T07:50:22.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-24T07:50:22.217Z] OK: 8 MiB in 16 packages [2024-06-24T07:50:22.217Z] Removing intermediate container 1b0354df6fae [2024-06-24T07:50:22.217Z] ---> 5aaee010b6b9 [2024-06-24T07:50:22.217Z] Step 18/27 : WORKDIR / [2024-06-24T07:50:22.217Z] ---> Running in b42dbbcf2252 [2024-06-24T07:50:22.217Z] Removing intermediate container b42dbbcf2252 [2024-06-24T07:50:22.217Z] ---> efdea5eaacc7 [2024-06-24T07:50:22.217Z] Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / [2024-06-24T07:50:22.486Z] ---> e7adc6764924 [2024-06-24T07:50:22.486Z] Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / [2024-06-24T07:50:23.069Z] ---> 2f55289ca384 [2024-06-24T07:50:23.069Z] Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2024-06-24T07:50:23.652Z] ---> ad15872a162b [2024-06-24T07:50:23.652Z] Step 22/27 : EXPOSE 59984 [2024-06-24T07:50:23.652Z] ---> Running in 5559900e45e1 [2024-06-24T07:50:23.920Z] Removing intermediate container 5559900e45e1 [2024-06-24T07:50:23.920Z] ---> 63efc4d66660 [2024-06-24T07:50:23.920Z] Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] [2024-06-24T07:50:24.190Z] ---> Running in eb8056fee6a6 [2024-06-24T07:50:24.456Z] Removing intermediate container eb8056fee6a6 [2024-06-24T07:50:24.456Z] ---> 41e627bb3fb1 [2024-06-24T07:50:24.456Z] Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-06-24T07:50:24.456Z] ---> Running in 7363da7804ab [2024-06-24T07:50:24.726Z] Removing intermediate container 7363da7804ab [2024-06-24T07:50:24.726Z] ---> 1003d7c36873 [2024-06-24T07:50:24.726Z] Step 25/27 : LABEL arch=arm64 [2024-06-24T07:50:24.998Z] ---> Running in 7f6ec24574be [2024-06-24T07:50:25.264Z] Removing intermediate container 7f6ec24574be [2024-06-24T07:50:25.265Z] ---> 58aab5c41978 [2024-06-24T07:50:25.265Z] Step 26/27 : LABEL git_sha=2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:50:25.265Z] ---> Running in 05a13ff247bc [2024-06-24T07:50:25.534Z] Removing intermediate container 05a13ff247bc [2024-06-24T07:50:25.534Z] ---> 860db9e8a506 [2024-06-24T07:50:25.534Z] Step 27/27 : LABEL version=3.2.0-dev.13 [2024-06-24T07:50:25.801Z] ---> Running in 0f227dcca7c1 [2024-06-24T07:50:26.068Z] Removing intermediate container 0f227dcca7c1 [2024-06-24T07:50:26.068Z] ---> ba086b7359e4 [2024-06-24T07:50:26.068Z] [Warning] One or more build-args [ARCH] were not consumed [2024-06-24T07:50:26.068Z] Successfully built ba086b7359e4 [2024-06-24T07:50:26.068Z] 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 [2024-06-24T07:50:26.204Z] provisioning config files... [2024-06-24T07:50:26.219Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/198@tmp/config7238434787166856571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:50:26.560Z] ---> ****-login.sh [2024-06-24T07:50:26.560Z] nexus3.edgexfoundry.org:10001 [2024-06-24T07:50:26.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:50:26.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:50:26.826Z] Configure a credential helper to remove this warning. See [2024-06-24T07:50:26.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:50:26.826Z] [2024-06-24T07:50:26.826Z] Login Succeeded [2024-06-24T07:50:26.826Z] nexus3.edgexfoundry.org:10002 [2024-06-24T07:50:27.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:50:27.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:50:27.094Z] Configure a credential helper to remove this warning. See [2024-06-24T07:50:27.094Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:50:27.094Z] [2024-06-24T07:50:27.094Z] Login Succeeded [2024-06-24T07:50:27.094Z] nexus3.edgexfoundry.org:10003 [2024-06-24T07:50:27.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:50:27.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:50:27.629Z] Configure a credential helper to remove this warning. See [2024-06-24T07:50:27.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:50:27.629Z] [2024-06-24T07:50:27.629Z] Login Succeeded [2024-06-24T07:50:27.629Z] nexus3.edgexfoundry.org:10004 [2024-06-24T07:50:27.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:50:27.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:50:27.897Z] Configure a credential helper to remove this warning. See [2024-06-24T07:50:27.897Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:50:27.897Z] [2024-06-24T07:50:27.897Z] Login Succeeded [2024-06-24T07:50:27.898Z] ****.io [2024-06-24T07:50:28.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-24T07:50:28.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-24T07:50:28.432Z] Configure a credential helper to remove this warning. See [2024-06-24T07:50:28.432Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-24T07:50:28.432Z] [2024-06-24T07:50:28.432Z] Login Succeeded [2024-06-24T07:50:28.432Z] ---> ****-login.sh ends [Pipeline] } [2024-06-24T07:50:28.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-24T07:50:28.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-24T07:50:28.528Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2024-06-24T07:50:28.528Z] 2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:50:28.528Z] latest [2024-06-24T07:50:28.528Z] 3.2.0-dev.13 [2024-06-24T07:50:28.528Z] 2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:50:28.528Z] main [2024-06-24T07:50:28.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:28.902Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:29.267Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:50:29.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2024-06-24T07:50:29.267Z] c4b8ac6a17bc: Preparing [2024-06-24T07:50:29.267Z] d7850a330f3c: Preparing [2024-06-24T07:50:29.267Z] 6f254fb96127: Preparing [2024-06-24T07:50:29.267Z] 77136c1897e2: Preparing [2024-06-24T07:50:29.267Z] 88c40eac79c5: Preparing [2024-06-24T07:50:29.267Z] da707bb00cb8: Preparing [2024-06-24T07:50:29.267Z] da707bb00cb8: Waiting [2024-06-24T07:50:29.541Z] d7850a330f3c: Pushed [2024-06-24T07:50:29.541Z] 77136c1897e2: Pushed [2024-06-24T07:50:29.541Z] c4b8ac6a17bc: Pushed [2024-06-24T07:50:29.541Z] da707bb00cb8: Layer already exists [2024-06-24T07:50:29.541Z] 88c40eac79c5: Pushed [2024-06-24T07:50:37.739Z] 6f254fb96127: Pushed [2024-06-24T07:50:37.739Z] 2106e125979a086dec88e89ea60f58fe74ababf0: digest: sha256:6b93999f8e171fef0ea165cd0fb56e748b6d8306e29d3665f90943fb4da73ec4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:38.115Z] + 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 [2024-06-24T07:50:38.481Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2024-06-24T07:50:38.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2024-06-24T07:50:38.482Z] c4b8ac6a17bc: Preparing [2024-06-24T07:50:38.482Z] d7850a330f3c: Preparing [2024-06-24T07:50:38.482Z] 6f254fb96127: Preparing [2024-06-24T07:50:38.482Z] 77136c1897e2: Preparing [2024-06-24T07:50:38.482Z] 88c40eac79c5: Preparing [2024-06-24T07:50:38.482Z] da707bb00cb8: Preparing [2024-06-24T07:50:38.482Z] da707bb00cb8: Waiting [2024-06-24T07:50:38.482Z] 88c40eac79c5: Layer already exists [2024-06-24T07:50:38.482Z] d7850a330f3c: Layer already exists [2024-06-24T07:50:38.482Z] 77136c1897e2: Layer already exists [2024-06-24T07:50:38.482Z] 6f254fb96127: Layer already exists [2024-06-24T07:50:38.482Z] c4b8ac6a17bc: Layer already exists [2024-06-24T07:50:38.482Z] da707bb00cb8: Layer already exists [2024-06-24T07:50:38.482Z] latest: digest: sha256:6b93999f8e171fef0ea165cd0fb56e748b6d8306e29d3665f90943fb4da73ec4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:39.103Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:39.467Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.2.0-dev.13 [2024-06-24T07:50:39.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2024-06-24T07:50:39.467Z] c4b8ac6a17bc: Preparing [2024-06-24T07:50:39.467Z] d7850a330f3c: Preparing [2024-06-24T07:50:39.467Z] 6f254fb96127: Preparing [2024-06-24T07:50:39.467Z] 77136c1897e2: Preparing [2024-06-24T07:50:39.467Z] 88c40eac79c5: Preparing [2024-06-24T07:50:39.467Z] da707bb00cb8: Preparing [2024-06-24T07:50:39.467Z] da707bb00cb8: Waiting [2024-06-24T07:50:39.467Z] 6f254fb96127: Layer already exists [2024-06-24T07:50:39.467Z] d7850a330f3c: Layer already exists [2024-06-24T07:50:39.467Z] 77136c1897e2: Layer already exists [2024-06-24T07:50:39.467Z] c4b8ac6a17bc: Layer already exists [2024-06-24T07:50:39.467Z] 88c40eac79c5: Layer already exists [2024-06-24T07:50:39.467Z] da707bb00cb8: Layer already exists [2024-06-24T07:50:39.733Z] 3.2.0-dev.13: digest: sha256:6b93999f8e171fef0ea165cd0fb56e748b6d8306e29d3665f90943fb4da73ec4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:40.098Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:40.454Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:50:40.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2024-06-24T07:50:40.454Z] c4b8ac6a17bc: Preparing [2024-06-24T07:50:40.454Z] d7850a330f3c: Preparing [2024-06-24T07:50:40.454Z] 6f254fb96127: Preparing [2024-06-24T07:50:40.454Z] 77136c1897e2: Preparing [2024-06-24T07:50:40.454Z] 88c40eac79c5: Preparing [2024-06-24T07:50:40.454Z] da707bb00cb8: Preparing [2024-06-24T07:50:40.454Z] da707bb00cb8: Waiting [2024-06-24T07:50:40.454Z] d7850a330f3c: Layer already exists [2024-06-24T07:50:40.454Z] c4b8ac6a17bc: Layer already exists [2024-06-24T07:50:40.454Z] 6f254fb96127: Layer already exists [2024-06-24T07:50:40.454Z] 77136c1897e2: Layer already exists [2024-06-24T07:50:40.454Z] da707bb00cb8: Layer already exists [2024-06-24T07:50:40.454Z] 88c40eac79c5: Layer already exists [2024-06-24T07:50:40.723Z] 2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13: digest: sha256:6b93999f8e171fef0ea165cd0fb56e748b6d8306e29d3665f90943fb4da73ec4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:41.086Z] + 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 [2024-06-24T07:50:41.442Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2024-06-24T07:50:41.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2024-06-24T07:50:41.443Z] c4b8ac6a17bc: Preparing [2024-06-24T07:50:41.443Z] d7850a330f3c: Preparing [2024-06-24T07:50:41.443Z] 6f254fb96127: Preparing [2024-06-24T07:50:41.443Z] 77136c1897e2: Preparing [2024-06-24T07:50:41.443Z] 88c40eac79c5: Preparing [2024-06-24T07:50:41.443Z] da707bb00cb8: Preparing [2024-06-24T07:50:41.443Z] da707bb00cb8: Waiting [2024-06-24T07:50:41.443Z] 6f254fb96127: Layer already exists [2024-06-24T07:50:41.443Z] 88c40eac79c5: Layer already exists [2024-06-24T07:50:41.443Z] c4b8ac6a17bc: Layer already exists [2024-06-24T07:50:41.443Z] 77136c1897e2: Layer already exists [2024-06-24T07:50:41.443Z] d7850a330f3c: Layer already exists [2024-06-24T07:50:41.443Z] da707bb00cb8: Layer already exists [2024-06-24T07:50:41.709Z] main: digest: sha256:6b93999f8e171fef0ea165cd0fb56e748b6d8306e29d3665f90943fb4da73ec4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-24T07:50:41.837Z] ===================================================== [Pipeline] echo [2024-06-24T07:50:41.854Z] taggedImages: [2024-06-24T07:50:41.854Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0 [2024-06-24T07:50:41.854Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2024-06-24T07:50:41.854Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.2.0-dev.13 [2024-06-24T07:50:41.854Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:2106e125979a086dec88e89ea60f58fe74ababf0-3.2.0-dev.13 [2024-06-24T07:50:41.854Z] - 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 [2024-06-24T07:50:42.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-24T07:50:42.270Z] [2024-06-24T07:50:42.270Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:50:42.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-24T07:50:42.611Z] arm64: Pulling from edgex-lftools-log-publisher [2024-06-24T07:50:42.611Z] 8998bd30e6a1: Pulling fs layer [2024-06-24T07:50:42.611Z] 04944245beec: Pulling fs layer [2024-06-24T07:50:42.611Z] 699f458cf7ca: Pulling fs layer [2024-06-24T07:50:42.611Z] 765212b225bb: Pulling fs layer [2024-06-24T07:50:42.611Z] f23df028b6ca: Pulling fs layer [2024-06-24T07:50:42.611Z] d65c8cfc05b1: Pulling fs layer [2024-06-24T07:50:42.611Z] 2437ff75d9bd: Pulling fs layer [2024-06-24T07:50:42.611Z] 765212b225bb: Waiting [2024-06-24T07:50:42.611Z] f23df028b6ca: Waiting [2024-06-24T07:50:42.611Z] d65c8cfc05b1: Waiting [2024-06-24T07:50:42.611Z] 2437ff75d9bd: Waiting [2024-06-24T07:50:42.878Z] 04944245beec: Verifying Checksum [2024-06-24T07:50:42.878Z] 04944245beec: Download complete [2024-06-24T07:50:42.878Z] 765212b225bb: Verifying Checksum [2024-06-24T07:50:42.878Z] 765212b225bb: Download complete [2024-06-24T07:50:42.878Z] f23df028b6ca: Verifying Checksum [2024-06-24T07:50:42.878Z] f23df028b6ca: Download complete [2024-06-24T07:50:42.878Z] d65c8cfc05b1: Verifying Checksum [2024-06-24T07:50:42.878Z] d65c8cfc05b1: Download complete [2024-06-24T07:50:43.145Z] 699f458cf7ca: Verifying Checksum [2024-06-24T07:50:43.145Z] 699f458cf7ca: Download complete [2024-06-24T07:50:43.411Z] 8998bd30e6a1: Verifying Checksum [2024-06-24T07:50:43.411Z] 8998bd30e6a1: Download complete [2024-06-24T07:50:45.993Z] 2437ff75d9bd: Verifying Checksum [2024-06-24T07:50:45.993Z] 2437ff75d9bd: Download complete [2024-06-24T07:50:47.937Z] 8998bd30e6a1: Pull complete [2024-06-24T07:50:48.523Z] 04944245beec: Pull complete [2024-06-24T07:50:49.932Z] 699f458cf7ca: Pull complete [2024-06-24T07:50:50.201Z] 765212b225bb: Pull complete [2024-06-24T07:50:51.161Z] f23df028b6ca: Pull complete [2024-06-24T07:50:51.428Z] d65c8cfc05b1: Pull complete [2024-06-24T07:51:09.627Z] 2437ff75d9bd: Pull complete [2024-06-24T07:51:09.627Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-06-24T07:51:09.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-24T07:51:09.627Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:51:09.847Z] prd-ubuntu20.04-docker-arm64-4c-16g-4229 does not seem to be running inside a container [2024-06-24T07:51:09.919Z] $ 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/198 -v /w/workspace/device-onvif-camera/198:/w/workspace/device-onvif-camera/198:rw,z -v /w/workspace/device-onvif-camera/198@tmp:/w/workspace/device-onvif-camera/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-06-24T07:51:12.861Z] $ docker top 51b9552dac1a4d3b16f89ecc1f799884e8a78f5e820dca10ce96bc22aab4dba3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:51:13.715Z] ---> job-cost.sh [2024-06-24T07:51:13.715Z] lf-activate-venv: SKIPPING [2024-06-24T07:51:13.715Z] INFO: No Stack... [2024-06-24T07:51:13.980Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-06-24T07:51:14.934Z] INFO: Archiving Costs [Pipeline] sh [2024-06-24T07:51:15.570Z] + cat /w/workspace/device-onvif-camera/198/archives/cost.csv [2024-06-24T07:51:15.570Z] + cut -d, -f6 [Pipeline] lock [2024-06-24T07:51:15.626Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [2024-06-24T07:51:15.637Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] did not exist. Created. [2024-06-24T07:51:15.646Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-06-24T07:51:16.307Z] /w/workspace/device-onvif-camera/198@tmp/durable-a7545408/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-06-24T07:51:16.948Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-06-24T07:51:16.975Z] Warning: overwriting stash ‘stack-cost’ [2024-06-24T07:51:17.058Z] Stashed 1 file(s) [Pipeline] } [2024-06-24T07:51:17.068Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-198-stack-cost] [Pipeline] // lock [Pipeline] } [2024-06-24T07:51:17.102Z] $ docker stop --time=1 51b9552dac1a4d3b16f89ecc1f799884e8a78f5e820dca10ce96bc22aab4dba3 [2024-06-24T07:51:18.630Z] $ docker rm -f --volumes 51b9552dac1a4d3b16f89ecc1f799884e8a78f5e820dca10ce96bc22aab4dba3 [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 [2024-06-24T07:51:19.179Z] provisioning config files... [2024-06-24T07:51:19.186Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4592658533612013476tmp [Pipeline] { [Pipeline] sh [2024-06-24T07:51:19.484Z] + set +x [2024-06-24T07:51:19.484Z] + bash -s -- [2024-06-24T07:51:19.484Z] + curl -s https://codecov.io/bash [2024-06-24T07:51:19.484Z] [2024-06-24T07:51:19.484Z] _____ _ [2024-06-24T07:51:19.484Z] / ____| | | [2024-06-24T07:51:19.484Z] | | ___ __| | ___ ___ _____ __ [2024-06-24T07:51:19.484Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-06-24T07:51:19.484Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-06-24T07:51:19.484Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-06-24T07:51:19.484Z] Bash-1.0.6 [2024-06-24T07:51:19.484Z] [2024-06-24T07:51:19.484Z] [2024-06-24T07:51:19.484Z] ==> git version 2.25.1 found [2024-06-24T07:51:19.485Z] ==> 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 [2024-06-24T07:51:19.485Z] Release-Date: 2020-01-08 [2024-06-24T07:51:19.485Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-06-24T07:51:19.485Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-06-24T07:51:19.485Z] ==> Jenkins CI detected. [2024-06-24T07:51:19.485Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2024-06-24T07:51:19.485Z] project root: . [2024-06-24T07:51:19.485Z] --> token set from env [2024-06-24T07:51:19.485Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-06-24T07:51:19.485Z] ==> Running gcov in . (disable via -X gcov) [2024-06-24T07:51:19.485Z] ==> Python coveragepy not found [2024-06-24T07:51:19.485Z] ==> Searching for coverage reports in: [2024-06-24T07:51:19.485Z] + . [2024-06-24T07:51:19.485Z] -> Found 1 reports [2024-06-24T07:51:19.485Z] ==> Detecting git/mercurial file structure [2024-06-24T07:51:19.485Z] ==> Reading reports [2024-06-24T07:51:19.485Z] + ./coverage.out bytes=78805 [2024-06-24T07:51:19.485Z] ==> Appending adjustments [2024-06-24T07:51:19.485Z] https://docs.codecov.io/docs/fixing-reports [2024-06-24T07:51:19.743Z] + Found adjustments [2024-06-24T07:51:19.743Z] ==> Gzipping contents [2024-06-24T07:51:19.743Z] 12K /tmp/codecov.JeGU9q.gz [2024-06-24T07:51:19.743Z] ==> Uploading reports [2024-06-24T07:51:19.743Z] url: https://codecov.io [2024-06-24T07:51:19.743Z] query: branch=main&commit=2106e125979a086dec88e89ea60f58fe74ababf0&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F198%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2024-06-24T07:51:19.743Z] -> Pinging Codecov [2024-06-24T07:51:19.743Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2106e125979a086dec88e89ea60f58fe74ababf0&build=198&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F198%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2024-06-24T07:51:19.743Z] -> Uploading to [2024-06-24T07:51:19.743Z] https://storage.googleapis.com/codecov/v4/raw/2024-06-24/F29A59C45E3A92E06B3E522C9905F8EF/2106e125979a086dec88e89ea60f58fe74ababf0/c5119b2b-347c-4ff1-92d5-933553532173.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240624%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240624T075119Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a4b041c9752b6aa1920a59400dcd8fdd4712a28775d063925d2b60f511d7696 [2024-06-24T07:51:19.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-24T07:51:19.743Z] Dload Upload Total Spent Left Speed [2024-06-24T07:51:20.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10400 0 0 100 10400 0 45217 --:--:-- --:--:-- --:--:-- 45217 [2024-06-24T07:51:20.003Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] } [2024-06-24T07:51:20.010Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-06-24T07:51:20.238Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-06-24T07:51:20.255Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:51:20.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-24T07:51:20.560Z] [2024-06-24T07:51:20.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:51:20.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-24T07:51:20.862Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-06-24T07:51:20.862Z] 619be1103602: Already exists [2024-06-24T07:51:20.862Z] f8ea3408117e: Pulling fs layer [2024-06-24T07:51:20.862Z] 91320369b822: Pulling fs layer [2024-06-24T07:51:20.862Z] 0406650e8295: Pulling fs layer [2024-06-24T07:51:20.862Z] 4f4fb700ef54: Pulling fs layer [2024-06-24T07:51:20.862Z] 96d80e3f36e1: Pulling fs layer [2024-06-24T07:51:20.862Z] bcf3aedb951c: Pulling fs layer [2024-06-24T07:51:20.862Z] 4f4fb700ef54: Waiting [2024-06-24T07:51:20.862Z] 96d80e3f36e1: Waiting [2024-06-24T07:51:20.862Z] bcf3aedb951c: Waiting [2024-06-24T07:51:20.862Z] 0406650e8295: Verifying Checksum [2024-06-24T07:51:20.862Z] 0406650e8295: Download complete [2024-06-24T07:51:20.862Z] f8ea3408117e: Download complete [2024-06-24T07:51:20.862Z] 4f4fb700ef54: Verifying Checksum [2024-06-24T07:51:20.862Z] 4f4fb700ef54: Download complete [2024-06-24T07:51:20.862Z] f8ea3408117e: Pull complete [2024-06-24T07:51:21.121Z] 96d80e3f36e1: Verifying Checksum [2024-06-24T07:51:21.121Z] 96d80e3f36e1: Download complete [2024-06-24T07:51:21.379Z] 91320369b822: Verifying Checksum [2024-06-24T07:51:21.379Z] 91320369b822: Download complete [2024-06-24T07:51:21.943Z] bcf3aedb951c: Verifying Checksum [2024-06-24T07:51:21.943Z] bcf3aedb951c: Download complete [2024-06-24T07:51:24.471Z] 91320369b822: Pull complete [2024-06-24T07:51:24.729Z] 0406650e8295: Pull complete [2024-06-24T07:51:24.729Z] 4f4fb700ef54: Pull complete [2024-06-24T07:51:24.985Z] 96d80e3f36e1: Pull complete [2024-06-24T07:51:28.265Z] bcf3aedb951c: Pull complete [2024-06-24T07:51:28.265Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-06-24T07:51:28.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-24T07:51:28.265Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:51:28.363Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:51:28.390Z] $ 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:latest cat [2024-06-24T07:51:32.247Z] $ docker top 3f06cd1793998b2f37641291ed5914db9ae94826efacacb5324f79f6ed70c779 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:51:32.605Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] echo [2024-06-24T07:51:32.615Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2024-06-24T07:51:32.894Z] + set -o pipefail [2024-06-24T07:51:32.894Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2024-06-24T07:51:42.967Z] [2024-06-24T07:51:42.967Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2024-06-24T07:51:42.967Z] [2024-06-24T07:51:42.967Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9e5df0b9-9c2f-4dae-8e10-c7dd76eb4add/history/80b89473-14b0-49cb-b161-e5b3cf3ef571 [2024-06-24T07:51:42.967Z] [2024-06-24T07:51:42.967Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2024-06-24T07:51:42.967Z] [2024-06-24T07:51:42.967Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-06-24T07:51:42.967Z] [Pipeline] } [2024-06-24T07:51:42.981Z] $ docker stop --time=1 3f06cd1793998b2f37641291ed5914db9ae94826efacacb5324f79f6ed70c779 [2024-06-24T07:51:47.704Z] $ docker rm -f --volumes 3f06cd1793998b2f37641291ed5914db9ae94826efacacb5324f79f6ed70c779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-06-24T07:51:48.294Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-24T07:51:48.317Z] provisioning config files... [2024-06-24T07:51:48.338Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config5522095965360591260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:51:48.696Z] --> edgex-publish-swagger.sh [2024-06-24T07:51:48.696Z] === Publish doc/openapi/v3 API === [2024-06-24T07:51:48.696Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v3] to Swagger [2024-06-24T07:51:48.696Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v3/device-onvif-camera.yaml] [2024-06-24T07:51:48.696Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-24T07:51:48.696Z] Dload Upload Total Spent Left Speed [2024-06-24T07:51:49.265Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 485k 100 156 100 485k 254 792k --:--:-- --:--:-- --:--:-- 792k [2024-06-24T07:51:49.265Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-06-24T07:51:49.265Z] [Pipeline] } [2024-06-24T07:51:49.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-06-24T07:51:49.726Z] + git log --format=format:%s -1 2106e125979a086dec88e89ea60f58fe74ababf0 [Pipeline] sh [2024-06-24T07:51:50.021Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-24T07:51:50.021Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:51:50.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:51:50.336Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:51:50.424Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:51:50.450Z] $ 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 [2024-06-24T07:51:51.009Z] $ docker top 9caed1efae864a2526cfcdcb160823ef9a82b78df7a5104231da29155d77e722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-24T07:51:51.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-24T07:51:51.130Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-24T07:51:51.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-24T07:51:51.243Z] $ docker exec 9caed1efae864a2526cfcdcb160823ef9a82b78df7a5104231da29155d77e722 ssh-agent [2024-06-24T07:51:51.360Z] SSH_AUTH_SOCK=/tmp/ssh-q6eLKb832GBk/agent.32 [2024-06-24T07:51:51.360Z] SSH_AGENT_PID=38 [2024-06-24T07:51:51.364Z] Running ssh-add (command line suppressed) [2024-06-24T07:51:51.473Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2446257144701235037.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2446257144701235037.key) [2024-06-24T07:51:51.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-24T07:51:51.784Z] + git semver tag [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,972 [run_tag] DEBUG tag force:False [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,972 [check_head_tag] DEBUG check head tag [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,973 [execute] INFO git cat-file --batch-check [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,978 [execute] INFO git cat-file --batch [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,978 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,993 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,993 [execute] INFO git tag -a v3.2.0-dev.13 -m v3.2.0-dev.13 [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,993 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.13', '-m', 'v3.2.0-dev.13'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2024-06-24T07:51:52.044Z] 2024-06-24 07:51:51,998 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:51:52.044Z] 3.2.0-dev.13 [Pipeline] } [2024-06-24T07:51:52.046Z] $ docker exec --env ******** --env ******** 9caed1efae864a2526cfcdcb160823ef9a82b78df7a5104231da29155d77e722 ssh-agent -k [2024-06-24T07:51:52.151Z] unset SSH_AUTH_SOCK; [2024-06-24T07:51:52.152Z] unset SSH_AGENT_PID; [2024-06-24T07:51:52.152Z] echo Agent pid 38 killed; [2024-06-24T07:51:52.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-24T07:51:52.494Z] + git semver [Pipeline] } [2024-06-24T07:51:52.758Z] $ docker stop --time=1 9caed1efae864a2526cfcdcb160823ef9a82b78df7a5104231da29155d77e722 [2024-06-24T07:51:54.063Z] $ docker rm -f --volumes 9caed1efae864a2526cfcdcb160823ef9a82b78df7a5104231da29155d77e722 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:51:54.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-24T07:51:54.483Z] [2024-06-24T07:51:54.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:51:54.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-24T07:51:54.789Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-06-24T07:51:54.789Z] ab5ef0e58194: Pulling fs layer [2024-06-24T07:51:54.789Z] 9712f1f96733: Pulling fs layer [2024-06-24T07:51:54.789Z] 63f879dbbcfc: Pulling fs layer [2024-06-24T07:51:54.789Z] 0d9ebad4ef96: Pulling fs layer [2024-06-24T07:51:54.789Z] e9a5061849ea: Pulling fs layer [2024-06-24T07:51:54.789Z] d747dcd14b5f: Pulling fs layer [2024-06-24T07:51:54.789Z] 2de7ff778b66: Pulling fs layer [2024-06-24T07:51:54.789Z] d747dcd14b5f: Waiting [2024-06-24T07:51:54.789Z] 2de7ff778b66: Waiting [2024-06-24T07:51:54.789Z] e9a5061849ea: Waiting [2024-06-24T07:51:54.789Z] 0d9ebad4ef96: Waiting [2024-06-24T07:51:54.789Z] 9712f1f96733: Verifying Checksum [2024-06-24T07:51:54.789Z] 9712f1f96733: Download complete [2024-06-24T07:51:55.048Z] 63f879dbbcfc: Verifying Checksum [2024-06-24T07:51:55.048Z] 63f879dbbcfc: Download complete [2024-06-24T07:51:55.306Z] e9a5061849ea: Verifying Checksum [2024-06-24T07:51:55.307Z] e9a5061849ea: Download complete [2024-06-24T07:51:55.307Z] d747dcd14b5f: Verifying Checksum [2024-06-24T07:51:55.307Z] d747dcd14b5f: Download complete [2024-06-24T07:51:55.307Z] ab5ef0e58194: Verifying Checksum [2024-06-24T07:51:55.307Z] ab5ef0e58194: Download complete [2024-06-24T07:51:55.307Z] 0d9ebad4ef96: Verifying Checksum [2024-06-24T07:51:55.307Z] 0d9ebad4ef96: Download complete [2024-06-24T07:51:55.307Z] 2de7ff778b66: Verifying Checksum [2024-06-24T07:51:55.307Z] 2de7ff778b66: Download complete [2024-06-24T07:51:58.590Z] ab5ef0e58194: Pull complete [2024-06-24T07:51:58.590Z] 9712f1f96733: Pull complete [2024-06-24T07:51:58.849Z] 63f879dbbcfc: Pull complete [2024-06-24T07:52:03.031Z] 0d9ebad4ef96: Pull complete [2024-06-24T07:52:03.597Z] e9a5061849ea: Pull complete [2024-06-24T07:52:03.597Z] d747dcd14b5f: Pull complete [2024-06-24T07:52:04.535Z] 2de7ff778b66: Pull complete [2024-06-24T07:52:04.535Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-06-24T07:52:04.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-24T07:52:04.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:52:04.901Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:52:04.926Z] $ 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 [2024-06-24T07:52:09.750Z] $ docker top 695fc2062de4c0db3fb97542433b7f0936fcda2444b5545ba07fab86517a6936 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-06-24T07:52:09.840Z] provisioning config files... [2024-06-24T07:52:09.846Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config12201643207136463519tmp [2024-06-24T07:52:09.855Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13088596056063289868tmp [2024-06-24T07:52:09.862Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config10471152889177465251tmp [Pipeline] { [Pipeline] echo [2024-06-24T07:52:09.893Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:52:10.187Z] ---> sigul-configuration.sh [2024-06-24T07:52:10.187Z] gpg: directory `/root/.gnupg' created [2024-06-24T07:52:10.187Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-06-24T07:52:10.187Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-06-24T07:52:10.187Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-06-24T07:52:10.187Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-06-24T07:52:10.187Z] gpg: CAST5 encrypted data [2024-06-24T07:52:10.187Z] gpg: encrypted with 1 passphrase [2024-06-24T07:52:10.187Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-06-24T07:52:10.482Z] + mkdir /home/jenkins [2024-06-24T07:52:10.482Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-06-24T07:52:10.780Z] + 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 [2024-06-24T07:52:10.795Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:52:11.098Z] ---> sigul-install.sh [2024-06-24T07:52:11.098Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-06-24T07:52:11.391Z] + git tag --list [2024-06-24T07:52:11.391Z] v0.0.0 [2024-06-24T07:52:11.391Z] v2.2.0 [2024-06-24T07:52:11.391Z] v2.3.0 [2024-06-24T07:52:11.391Z] v2.3.1 [2024-06-24T07:52:11.391Z] v3.0 [2024-06-24T07:52:11.391Z] v3.0.0 [2024-06-24T07:52:11.391Z] v3.1 [2024-06-24T07:52:11.391Z] v3.1.0 [2024-06-24T07:52:11.391Z] v3.1.0-dev.1 [2024-06-24T07:52:11.391Z] v3.1.0-dev.10 [2024-06-24T07:52:11.391Z] v3.1.0-dev.11 [2024-06-24T07:52:11.391Z] v3.1.0-dev.12 [2024-06-24T07:52:11.391Z] v3.1.0-dev.13 [2024-06-24T07:52:11.391Z] v3.1.0-dev.14 [2024-06-24T07:52:11.391Z] v3.1.0-dev.15 [2024-06-24T07:52:11.391Z] v3.1.0-dev.16 [2024-06-24T07:52:11.391Z] v3.1.0-dev.17 [2024-06-24T07:52:11.391Z] v3.1.0-dev.18 [2024-06-24T07:52:11.391Z] v3.1.0-dev.19 [2024-06-24T07:52:11.391Z] v3.1.0-dev.2 [2024-06-24T07:52:11.391Z] v3.1.0-dev.20 [2024-06-24T07:52:11.391Z] v3.1.0-dev.21 [2024-06-24T07:52:11.391Z] v3.1.0-dev.22 [2024-06-24T07:52:11.391Z] v3.1.0-dev.23 [2024-06-24T07:52:11.391Z] v3.1.0-dev.24 [2024-06-24T07:52:11.391Z] v3.1.0-dev.25 [2024-06-24T07:52:11.391Z] v3.1.0-dev.26 [2024-06-24T07:52:11.391Z] v3.1.0-dev.27 [2024-06-24T07:52:11.391Z] v3.1.0-dev.28 [2024-06-24T07:52:11.391Z] v3.1.0-dev.3 [2024-06-24T07:52:11.391Z] v3.1.0-dev.4 [2024-06-24T07:52:11.391Z] v3.1.0-dev.5 [2024-06-24T07:52:11.391Z] v3.1.0-dev.6 [2024-06-24T07:52:11.391Z] v3.1.0-dev.7 [2024-06-24T07:52:11.391Z] v3.1.0-dev.8 [2024-06-24T07:52:11.391Z] v3.1.0-dev.9 [2024-06-24T07:52:11.391Z] v3.1.1 [2024-06-24T07:52:11.391Z] v3.2.0-dev.1 [2024-06-24T07:52:11.391Z] v3.2.0-dev.10 [2024-06-24T07:52:11.391Z] v3.2.0-dev.11 [2024-06-24T07:52:11.391Z] v3.2.0-dev.12 [2024-06-24T07:52:11.391Z] v3.2.0-dev.13 [2024-06-24T07:52:11.391Z] v3.2.0-dev.2 [2024-06-24T07:52:11.391Z] v3.2.0-dev.3 [2024-06-24T07:52:11.391Z] v3.2.0-dev.4 [2024-06-24T07:52:11.391Z] v3.2.0-dev.5 [2024-06-24T07:52:11.391Z] v3.2.0-dev.6 [2024-06-24T07:52:11.391Z] v3.2.0-dev.7 [2024-06-24T07:52:11.391Z] v3.2.0-dev.8 [2024-06-24T07:52:11.391Z] v3.2.0-dev.9 [Pipeline] sh [2024-06-24T07:52:11.688Z] + lftools sign git-tag v3.2.0-dev.13 [2024-06-24T07:52:12.256Z] Signing Git tag with Sigul... [2024-06-24T07:52:12.256Z] Signing v3.2.0-dev.13 [2024-06-24T07:54:03.736Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2024-06-24T07:54:03.753Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:04.044Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-06-24T07:54:04.051Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-06-24T07:54:04.077Z] $ docker stop --time=1 695fc2062de4c0db3fb97542433b7f0936fcda2444b5545ba07fab86517a6936 [2024-06-24T07:54:05.385Z] $ docker rm -f --volumes 695fc2062de4c0db3fb97542433b7f0936fcda2444b5545ba07fab86517a6936 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-06-24T07:54:05.829Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-24T07:54:05.829Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:54:06.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:54:06.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:54:06.213Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:54:06.236Z] $ 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 [2024-06-24T07:54:06.584Z] $ docker top c0c8aecade3350091a196c88b3f502e4b9c26d32de14b8e77082e9a59a04b152 -eo pid,comm [2024-06-24T07:54:06.633Z] 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). [2024-06-24T07:54:06.633Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-24T07:54:06.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-24T07:54:06.685Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-24T07:54:06.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-24T07:54:06.810Z] $ docker exec c0c8aecade3350091a196c88b3f502e4b9c26d32de14b8e77082e9a59a04b152 ssh-agent [2024-06-24T07:54:06.908Z] SSH_AUTH_SOCK=/tmp/ssh-LYDiAm6xKYAZ/agent.32 [2024-06-24T07:54:06.908Z] SSH_AGENT_PID=38 [2024-06-24T07:54:06.912Z] Running ssh-add (command line suppressed) [2024-06-24T07:54:07.014Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17194701274800403725.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17194701274800403725.key) [2024-06-24T07:54:07.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-24T07:54:07.321Z] + git semver bump pre [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [bump_version] DEBUG bumping version:3.2.0-dev.13 on axis:pre with prefix:dev [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [bump_version] DEBUG bumped version:3.2.0-dev.14 [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [write_version] DEBUG write version:3.2.0-dev.14 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,478 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,481 [execute] INFO git cat-file --batch-check [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,481 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,486 [execute] INFO git cat-file --batch [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,487 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2024-06-24T07:54:07.580Z] 2024-06-24 07:54:07,492 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:54:07.580Z] 3.2.0-dev.14 [Pipeline] } [2024-06-24T07:54:07.584Z] $ docker exec --env ******** --env ******** c0c8aecade3350091a196c88b3f502e4b9c26d32de14b8e77082e9a59a04b152 ssh-agent -k [2024-06-24T07:54:07.680Z] unset SSH_AUTH_SOCK; [2024-06-24T07:54:07.680Z] unset SSH_AGENT_PID; [2024-06-24T07:54:07.680Z] echo Agent pid 38 killed; [2024-06-24T07:54:07.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-24T07:54:08.014Z] + git semver [Pipeline] } [2024-06-24T07:54:08.281Z] $ docker stop --time=1 c0c8aecade3350091a196c88b3f502e4b9c26d32de14b8e77082e9a59a04b152 [2024-06-24T07:54:09.571Z] $ docker rm -f --volumes c0c8aecade3350091a196c88b3f502e4b9c26d32de14b8e77082e9a59a04b152 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-24T07:54:09.932Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-24T07:54:09.932Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:54:10.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-24T07:54:10.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:54:10.306Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:54:10.326Z] $ 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 [2024-06-24T07:54:10.656Z] $ docker top 6b0a5f673db96469186b052fce69a888d9b576f069ea609ce5c6c63aaa455a1f -eo pid,comm [2024-06-24T07:54:10.710Z] 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). [2024-06-24T07:54:10.710Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-24T07:54:10.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-24T07:54:10.766Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-24T07:54:10.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-24T07:54:10.872Z] $ docker exec 6b0a5f673db96469186b052fce69a888d9b576f069ea609ce5c6c63aaa455a1f ssh-agent [2024-06-24T07:54:10.975Z] SSH_AUTH_SOCK=/tmp/ssh-nRYi9FfPq7mo/agent.31 [2024-06-24T07:54:10.975Z] SSH_AGENT_PID=37 [2024-06-24T07:54:10.979Z] Running ssh-add (command line suppressed) [2024-06-24T07:54:11.070Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_13459772826649353026.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_13459772826649353026.key) [2024-06-24T07:54:11.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-24T07:54:11.377Z] + git semver push [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,551 [run_push] DEBUG push [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,552 [execute] INFO git cat-file --batch-check [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,557 [execute] INFO git rev-list 8ccbe5b484a2ce6aadb298084f397a405a246957 -- [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,557 [execute] DEBUG Popen(['git', 'rev-list', '8ccbe5b484a2ce6aadb298084f397a405a246957', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,567 [execute] INFO git fetch -v origin [2024-06-24T07:54:11.636Z] 2024-06-24 07:54:11,567 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-06-24T07:54:12.206Z] 2024-06-24 07:54:12,025 [run_push] DEBUG no remote changes detected [2024-06-24T07:54:12.206Z] 2024-06-24 07:54:12,025 [execute] INFO git push origin semver [2024-06-24T07:54:12.206Z] 2024-06-24 07:54:12,026 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-06-24T07:54:12.775Z] 2024-06-24 07:54:12,759 [run_push] DEBUG push all version tags [2024-06-24T07:54:12.775Z] 2024-06-24 07:54:12,759 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-06-24T07:54:12.775Z] 2024-06-24 07:54:12,760 [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) [2024-06-24T07:54:13.715Z] 2024-06-24 07:54:13,381 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2024-06-24T07:54:13.715Z] 3.2.0-dev.14 [Pipeline] } [2024-06-24T07:54:13.720Z] $ docker exec --env ******** --env ******** 6b0a5f673db96469186b052fce69a888d9b576f069ea609ce5c6c63aaa455a1f ssh-agent -k [2024-06-24T07:54:13.821Z] unset SSH_AUTH_SOCK; [2024-06-24T07:54:13.821Z] unset SSH_AGENT_PID; [2024-06-24T07:54:13.821Z] echo Agent pid 37 killed; [2024-06-24T07:54:13.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-24T07:54:14.166Z] + git semver [Pipeline] } [2024-06-24T07:54:14.434Z] $ docker stop --time=1 6b0a5f673db96469186b052fce69a888d9b576f069ea609ce5c6c63aaa455a1f [2024-06-24T07:54:15.734Z] $ docker rm -f --volumes 6b0a5f673db96469186b052fce69a888d9b576f069ea609ce5c6c63aaa455a1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-06-24T07:54:16.347Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2024-06-24T07:54:16.347Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2024-06-24T07:54:16.347Z] total 16 [2024-06-24T07:54:16.347Z] drwxr-xr-x 3 root root 4096 Jun 24 07:39 . [2024-06-24T07:54:16.347Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 07:52 .. [2024-06-24T07:54:16.347Z] drwxr-xr-x 2 root root 4096 Jun 24 07:39 cost [2024-06-24T07:54:16.347Z] -rw-r--r-- 1 root root 91 Jun 24 07:39 cost.csv [2024-06-24T07:54:16.347Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2024-06-24T07:54:16.347Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2024-06-24T07:54:16.347Z] total 16 [2024-06-24T07:54:16.347Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 24 07:39 . [2024-06-24T07:54:16.347Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 24 07:52 .. [2024-06-24T07:54:16.347Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 24 07:39 cost [2024-06-24T07:54:16.347Z] -rw-r--r-- 1 jenkins jenkins 91 Jun 24 07:39 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:16.635Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:17.491Z] ---> package-listing.sh [2024-06-24T07:54:17.491Z] ++ facter osfamily [2024-06-24T07:54:17.491Z] ++ tr '[:upper:]' '[:lower:]' [2024-06-24T07:54:17.750Z] + OS_FAMILY=debian [2024-06-24T07:54:17.750Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2024-06-24T07:54:17.750Z] + START_PACKAGES=/tmp/packages_start.txt [2024-06-24T07:54:17.750Z] + END_PACKAGES=/tmp/packages_end.txt [2024-06-24T07:54:17.750Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-06-24T07:54:17.750Z] + PACKAGES=/tmp/packages_start.txt [2024-06-24T07:54:17.750Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2024-06-24T07:54:17.750Z] + PACKAGES=/tmp/packages_end.txt [2024-06-24T07:54:17.750Z] + case "${OS_FAMILY}" in [2024-06-24T07:54:17.750Z] + dpkg -l [2024-06-24T07:54:17.750Z] + grep '^ii' [2024-06-24T07:54:17.750Z] + '[' -f /tmp/packages_start.txt ']' [2024-06-24T07:54:17.750Z] + '[' -f /tmp/packages_end.txt ']' [2024-06-24T07:54:17.750Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-06-24T07:54:17.750Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2024-06-24T07:54:17.750Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2024-06-24T07:54:17.750Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo [2024-06-24T07:54:17.758Z] 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 [2024-06-24T07:54:18.032Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-24T07:54:18.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-24T07:54:18.606Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-24T07:54:18.682Z] prd-ubuntu20.04-docker-8c-8g-4227 does not seem to be running inside a container [2024-06-24T07:54:18.707Z] $ 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 [2024-06-24T07:54:18.938Z] $ docker top 6a05eceae6bb0d13c250fc3496bf566b51e1e47802da0965af369807b4b9da91 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-24T07:54:19.287Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-06-24T07:54:19.572Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-06-24T07:54:19.856Z] + ls /var/log/sa-host [2024-06-24T07:54:19.856Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-24T07:54:19.927Z] provisioning config files... [2024-06-24T07:54:19.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3356937746420230585tmp [Pipeline] { [Pipeline] echo [2024-06-24T07:54:19.957Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:20.242Z] ---> create-netrc.sh [Pipeline] } [2024-06-24T07:54:20.248Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:20.584Z] ---> python-tools-install.sh [Pipeline] echo [2024-06-24T07:54:20.592Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:20.875Z] ---> sudo-logs.sh [2024-06-24T07:54:20.875Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-06-24T07:54:20.908Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:21.188Z] ---> job-cost.sh [2024-06-24T07:54:21.188Z] lf-activate-venv: SKIPPING [2024-06-24T07:54:21.188Z] DEBUG: total: 0.2199999988079071 [2024-06-24T07:54:21.188Z] INFO: Retrieving Stack Cost... [2024-06-24T07:54:21.447Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-06-24T07:54:21.706Z] INFO: Archiving Costs [Pipeline] echo [2024-06-24T07:54:21.717Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-24T07:54:22.001Z] ---> logs-deploy.sh [2024-06-24T07:54:22.001Z] lf-activate-venv: SKIPPING [2024-06-24T07:54:22.001Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/198 [2024-06-24T07:54:22.001Z] INFO: archiving workspace using pattern(s): [2024-06-24T07:54:22.938Z] Archives upload complete. [2024-06-24T07:54:22.938Z] INFO: archiving logs to Nexus