Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fd5faddb6bef00999662222d4fecab10e289b007 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-ssh11777579852166070274.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh5956346806209517150.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-opc-ua/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-opc-ua/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12655275174241172499.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh14952508323245490190.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-opc-ua/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-opc-ua/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6521457776472381565.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-opc-ua] ========================================================= [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-opc-ua-settings PROJECT: device-opc-ua USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 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-opc-ua DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-5195’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5196 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-opc-ua.git > git init /w/workspace/edgexfoundry_device-opc-ua_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.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-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fd5faddb6bef00999662222d4fecab10e289b007 (main) Commit message: "Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22" > git config core.sparsecheckout # timeout=10 > git checkout -f fd5faddb6bef00999662222d4fecab10e289b007 # timeout=10 > git rev-list --no-walk 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-16T05:53:50.810Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-16T05:53:50.905Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-16T05:53:50.942Z] ========================================================= [2025-07-16T05:53:50.942Z] EdgeX Global Pipelines Version Info [2025-07-16T05:53:50.942Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:53:51.671Z] ------------------- [2025-07-16T05:53:51.671Z] stable info: [2025-07-16T05:53:51.671Z] ------------------- [2025-07-16T05:53:51.671Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-16T05:53:51.671Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-16T05:53:51.671Z] Message: update stable to v1.0.274 [2025-07-16T05:53:52.241Z] ------------------- [2025-07-16T05:53:52.241Z] experimental info: [2025-07-16T05:53:52.241Z] ------------------- [2025-07-16T05:53:52.241Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-16T05:53:52.241Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-16T05:53:52.241Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-16T05:53:52.335Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo [2025-07-16T05:53:52.359Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo [2025-07-16T05:53:52.390Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-16T05:53:52.417Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-16T05:53:52.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-16T05:53:52.474Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-16T05:53:52.502Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-16T05:53:52.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-16T05:53:52.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-16T05:53:52.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-16T05:53:52.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-16T05:53:52.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo [2025-07-16T05:53:52.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-16T05:53:52.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-16T05:53:52.747Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-16T05:53:52.771Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-16T05:53:52.797Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-16T05:53:52.821Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-16T05:53:52.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-16T05:53:52.872Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-16T05:53:52.897Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-16T05:53:52.924Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-16T05:53:52.951Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-16T05:53:52.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-16T05:53:53.002Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-16T05:53:53.028Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-16T05:53:53.052Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-16T05:53:53.082Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-16T05:53:53.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-16T05:53:53.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-16T05:53:53.161Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo [2025-07-16T05:53:53.189Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd5fadd [Pipeline] echo [2025-07-16T05:53:53.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T05:53:53.293Z] provisioning config files... [2025-07-16T05:53:53.311Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config2647672508343279923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:53:53.650Z] ---> ****-login.sh [2025-07-16T05:53:53.650Z] nexus3.edgexfoundry.org:10001 [2025-07-16T05:53:53.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:53:53.909Z] [2025-07-16T05:53:53.909Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-16T05:53:53.909Z] Configure a credential helper to remove this warning. See [2025-07-16T05:53:53.909Z] https://docs.****.com/go/credential-store/ [2025-07-16T05:53:53.909Z] [2025-07-16T05:53:53.909Z] Login Succeeded [2025-07-16T05:53:53.909Z] nexus3.edgexfoundry.org:10002 [2025-07-16T05:53:53.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:53:53.909Z] [2025-07-16T05:53:53.909Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-16T05:53:53.909Z] Configure a credential helper to remove this warning. See [2025-07-16T05:53:53.909Z] https://docs.****.com/go/credential-store/ [2025-07-16T05:53:53.909Z] [2025-07-16T05:53:53.909Z] Login Succeeded [2025-07-16T05:53:53.909Z] nexus3.edgexfoundry.org:10003 [2025-07-16T05:53:53.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:53:53.910Z] [2025-07-16T05:53:53.910Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-16T05:53:53.910Z] Configure a credential helper to remove this warning. See [2025-07-16T05:53:53.910Z] https://docs.****.com/go/credential-store/ [2025-07-16T05:53:53.910Z] [2025-07-16T05:53:53.910Z] Login Succeeded [2025-07-16T05:53:53.910Z] nexus3.edgexfoundry.org:10004 [2025-07-16T05:53:54.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:53:54.168Z] [2025-07-16T05:53:54.169Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-16T05:53:54.169Z] Configure a credential helper to remove this warning. See [2025-07-16T05:53:54.169Z] https://docs.****.com/go/credential-store/ [2025-07-16T05:53:54.169Z] [2025-07-16T05:53:54.169Z] Login Succeeded [2025-07-16T05:53:54.169Z] ****.io [2025-07-16T05:53:54.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:53:54.429Z] [2025-07-16T05:53:54.429Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-16T05:53:54.429Z] Configure a credential helper to remove this warning. See [2025-07-16T05:53:54.429Z] https://docs.****.com/go/credential-store/ [2025-07-16T05:53:54.429Z] [2025-07-16T05:53:54.429Z] Login Succeeded [2025-07-16T05:53:54.429Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T05:53:54.437Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-16T05:53:54.874Z] + git rev-list -1 --merges fd5faddb6bef00999662222d4fecab10e289b007~1..fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo [2025-07-16T05:53:54.907Z] -----------> git rev-list -1 --merges fd5faddb6bef00999662222d4fecab10e289b007~1..fd5faddb6bef00999662222d4fecab10e289b007 fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:53:54.907Z] fd5faddb6bef00999662222d4fecab10e289b007 [false] [Pipeline] sh [2025-07-16T05:53:55.198Z] + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo [2025-07-16T05:53:55.214Z] ========================================================= [2025-07-16T05:53:55.214Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-16T05:53:55.214Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-16T05:53:55.550Z] + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo [2025-07-16T05:53:55.562Z] [semverPrep] GIT_COMMIT: fd5faddb6bef00999662222d4fecab10e289b007, Commit Message: Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22 [Pipeline] echo [2025-07-16T05:53:55.580Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-16T05:53:56.580Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-16T05:53:56.580Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-16T05:53:56.580Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-16T05:53:56.580Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-16T05:53:56.580Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-16T05:53:56.580Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-16T05:53:56.580Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:53:56.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T05:53:56.972Z] [2025-07-16T05:53:56.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:53:57.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T05:53:57.283Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-16T05:53:57.283Z] 3dae71ba6b94: Pulling fs layer [2025-07-16T05:53:57.283Z] 6bf1a483ea7c: Pulling fs layer [2025-07-16T05:53:57.283Z] f5dfc541a4d3: Pulling fs layer [2025-07-16T05:53:57.283Z] 461d9e800cba: Pulling fs layer [2025-07-16T05:53:57.283Z] 80192f66455f: Pulling fs layer [2025-07-16T05:53:57.283Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-16T05:53:57.283Z] a29436f7fd5d: Pulling fs layer [2025-07-16T05:53:57.283Z] 923cac83aea3: Pulling fs layer [2025-07-16T05:53:57.283Z] 25ad8b0a4227: Pulling fs layer [2025-07-16T05:53:57.283Z] db01528c6b51: Pulling fs layer [2025-07-16T05:53:57.283Z] 28988de357af: Pulling fs layer [2025-07-16T05:53:57.283Z] 461d9e800cba: Waiting [2025-07-16T05:53:57.283Z] 80192f66455f: Waiting [2025-07-16T05:53:57.283Z] 2e8e34ca0e6c: Waiting [2025-07-16T05:53:57.283Z] 923cac83aea3: Waiting [2025-07-16T05:53:57.283Z] a29436f7fd5d: Waiting [2025-07-16T05:53:57.283Z] 25ad8b0a4227: Waiting [2025-07-16T05:53:57.283Z] 28988de357af: Waiting [2025-07-16T05:53:57.283Z] db01528c6b51: Waiting [2025-07-16T05:53:57.283Z] 6bf1a483ea7c: Verifying Checksum [2025-07-16T05:53:57.283Z] 6bf1a483ea7c: Download complete [2025-07-16T05:53:57.283Z] 461d9e800cba: Verifying Checksum [2025-07-16T05:53:57.283Z] 461d9e800cba: Download complete [2025-07-16T05:53:57.545Z] 80192f66455f: Verifying Checksum [2025-07-16T05:53:57.545Z] 80192f66455f: Download complete [2025-07-16T05:53:57.545Z] f5dfc541a4d3: Verifying Checksum [2025-07-16T05:53:57.545Z] f5dfc541a4d3: Download complete [2025-07-16T05:53:57.545Z] 3dae71ba6b94: Verifying Checksum [2025-07-16T05:53:57.545Z] 3dae71ba6b94: Download complete [2025-07-16T05:53:57.805Z] 923cac83aea3: Verifying Checksum [2025-07-16T05:53:57.805Z] 923cac83aea3: Download complete [2025-07-16T05:53:57.805Z] 25ad8b0a4227: Verifying Checksum [2025-07-16T05:53:57.805Z] 25ad8b0a4227: Download complete [2025-07-16T05:53:57.805Z] db01528c6b51: Download complete [2025-07-16T05:53:57.805Z] 28988de357af: Verifying Checksum [2025-07-16T05:53:57.805Z] 28988de357af: Download complete [2025-07-16T05:53:57.805Z] a29436f7fd5d: Verifying Checksum [2025-07-16T05:53:58.374Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-16T05:53:58.374Z] 2e8e34ca0e6c: Download complete [2025-07-16T05:53:59.310Z] 3dae71ba6b94: Pull complete [2025-07-16T05:53:59.310Z] 6bf1a483ea7c: Pull complete [2025-07-16T05:54:00.246Z] f5dfc541a4d3: Pull complete [2025-07-16T05:54:00.246Z] 461d9e800cba: Pull complete [2025-07-16T05:54:00.246Z] 80192f66455f: Pull complete [2025-07-16T05:54:04.486Z] 2e8e34ca0e6c: Pull complete [2025-07-16T05:54:05.424Z] a29436f7fd5d: Pull complete [2025-07-16T05:54:05.424Z] 923cac83aea3: Pull complete [2025-07-16T05:54:05.424Z] 25ad8b0a4227: Pull complete [2025-07-16T05:54:05.424Z] db01528c6b51: Pull complete [2025-07-16T05:54:05.684Z] 28988de357af: Pull complete [2025-07-16T05:54:05.684Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-16T05:54:05.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T05:54:05.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T05:54:05.836Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T05:54:05.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T05:54:07.595Z] $ docker top e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca -eo pid,comm [2025-07-16T05:54:07.646Z] 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). [2025-07-16T05:54:07.646Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-16T05:54:07.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-16T05:54:07.708Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-16T05:54:07.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-16T05:54:07.828Z] $ docker exec e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent [2025-07-16T05:54:07.937Z] SSH_AUTH_SOCK=/tmp/ssh-rUEvaBEjJdPL/agent.33 [2025-07-16T05:54:07.937Z] SSH_AGENT_PID=40 [2025-07-16T05:54:07.944Z] Running ssh-add (command line suppressed) [2025-07-16T05:54:08.046Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_13588656148352436450.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_13588656148352436450.key) [2025-07-16T05:54:08.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-16T05:54:08.358Z] + git tag --points-at HEAD [Pipeline] } [2025-07-16T05:54:08.367Z] $ docker exec --env ******** --env ******** e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent -k [2025-07-16T05:54:08.455Z] unset SSH_AUTH_SOCK; [2025-07-16T05:54:08.456Z] unset SSH_AGENT_PID; [2025-07-16T05:54:08.456Z] echo Agent pid 40 killed; [2025-07-16T05:54:08.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-16T05:54:08.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-16T05:54:08.507Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-16T05:54:08.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-16T05:54:08.626Z] $ docker exec e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent [2025-07-16T05:54:08.737Z] SSH_AUTH_SOCK=/tmp/ssh-eInVkqS77aay/agent.73 [2025-07-16T05:54:08.737Z] SSH_AGENT_PID=79 [2025-07-16T05:54:08.741Z] Running ssh-add (command line suppressed) [2025-07-16T05:54:08.840Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9737558781192310871.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9737558781192310871.key) [2025-07-16T05:54:08.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-16T05:54:09.148Z] + git semver init [2025-07-16T05:54:09.409Z] 2025-07-16 05:54:09,352 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-16T05:54:09.409Z] 2025-07-16 05:54:09,357 [run_init] DEBUG init version:0.0.0 force:False [2025-07-16T05:54:09.409Z] 2025-07-16 05:54:09,357 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver [2025-07-16T05:54:09.409Z] 2025-07-16 05:54:09,358 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-opc-ua.git /w/workspace/edgexfoundry_device-opc-ua_main/.semver [2025-07-16T05:54:09.409Z] 2025-07-16 05:54:09,358 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-opc-ua.git', '/w/workspace/edgexfoundry_device-opc-ua_main/.semver'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) [2025-07-16T05:54:10.787Z] 2025-07-16 05:54:10,347 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude [2025-07-16T05:54:10.787Z] 2025-07-16 05:54:10,347 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:False [2025-07-16T05:54:10.787Z] 2025-07-16 05:54:10,347 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T05:54:10.787Z] 2025-07-16 05:54:10,348 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T05:54:10.787Z] 4.1.0-dev.4 [Pipeline] } [2025-07-16T05:54:10.796Z] $ docker exec --env ******** --env ******** e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent -k [2025-07-16T05:54:10.892Z] unset SSH_AUTH_SOCK; [2025-07-16T05:54:10.893Z] unset SSH_AGENT_PID; [2025-07-16T05:54:10.893Z] echo Agent pid 79 killed; [2025-07-16T05:54:10.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-16T05:54:11.242Z] + git semver [Pipeline] } [2025-07-16T05:54:11.513Z] $ docker stop --time=1 e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca [2025-07-16T05:54:12.798Z] $ docker rm -f --volumes e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-16T05:54:13.159Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-16T05:54:13.397Z] Stashed 1 file(s) [Pipeline] echo [2025-07-16T05:54:13.400Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [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 [2025-07-16T05:54:13.600Z] provisioning config files... [2025-07-16T05:54:13.610Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12296284641634245912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:54:13.914Z] ---> ****-login.sh [2025-07-16T05:54:13.915Z] nexus3.edgexfoundry.org:10001 [2025-07-16T05:54:13.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:54:13.915Z] Login Succeeded [2025-07-16T05:54:13.915Z] nexus3.edgexfoundry.org:10002 [2025-07-16T05:54:13.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:54:13.915Z] Login Succeeded [2025-07-16T05:54:13.915Z] nexus3.edgexfoundry.org:10003 [2025-07-16T05:54:14.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:54:14.181Z] Login Succeeded [2025-07-16T05:54:14.181Z] nexus3.edgexfoundry.org:10004 [2025-07-16T05:54:14.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:54:14.181Z] Login Succeeded [2025-07-16T05:54:14.181Z] ****.io [2025-07-16T05:54:14.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:54:14.453Z] Login Succeeded [2025-07-16T05:54:14.453Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T05:54:14.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-16T05:54:14.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T05:54:14.592Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T05:54:14.614Z] ========================================================= [2025-07-16T05:54:14.614Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-16T05:54:14.614Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:54:14.966Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-07-16T05:54:15.535Z] #0 building with "default" instance using docker driver [2025-07-16T05:54:15.535Z] [2025-07-16T05:54:15.535Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:54:15.535Z] #1 transferring dockerfile: 1.28kB done [2025-07-16T05:54:15.535Z] #1 DONE 0.0s [2025-07-16T05:54:15.535Z] [2025-07-16T05:54:15.535Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-16T05:54:15.535Z] #2 DONE 0.1s [2025-07-16T05:54:15.793Z] [2025-07-16T05:54:15.793Z] #3 [internal] load .dockerignore [2025-07-16T05:54:15.793Z] #3 transferring context: 102B done [2025-07-16T05:54:15.793Z] #3 DONE 0.0s [2025-07-16T05:54:15.793Z] [2025-07-16T05:54:15.793Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-16T05:54:15.793Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-16T05:54:15.793Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-16T05:54:15.793Z] #4 ... [2025-07-16T05:54:15.793Z] [2025-07-16T05:54:15.793Z] #5 [internal] load build context [2025-07-16T05:54:15.793Z] #5 transferring context: 17.38MB 0.2s done [2025-07-16T05:54:15.793Z] #5 DONE 0.2s [2025-07-16T05:54:15.793Z] [2025-07-16T05:54:15.793Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-16T05:54:15.793Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-16T05:54:15.793Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-16T05:54:15.793Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-16T05:54:15.793Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-07-16T05:54:15.793Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-16T05:54:15.793Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-16T05:54:15.793Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s [2025-07-16T05:54:15.793Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-16T05:54:16.052Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-16T05:54:16.052Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 22.84MB / 74.06MB 0.3s [2025-07-16T05:54:16.052Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-16T05:54:16.052Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-16T05:54:16.052Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 7.34MB / 100.52MB 0.3s [2025-07-16T05:54:16.052Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-16T05:54:16.052Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-16T05:54:16.052Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 3.15MB / 13.29MB 0.3s [2025-07-16T05:54:16.052Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 35.65MB / 74.06MB 0.4s [2025-07-16T05:54:16.052Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 17.83MB / 100.52MB 0.4s [2025-07-16T05:54:16.052Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-16T05:54:16.052Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s [2025-07-16T05:54:16.318Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.6s [2025-07-16T05:54:16.318Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 46.14MB / 100.52MB 0.6s [2025-07-16T05:54:16.318Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s done [2025-07-16T05:54:16.318Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-16T05:54:16.318Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 60.82MB / 100.52MB 0.7s [2025-07-16T05:54:16.578Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 79.69MB / 100.52MB 0.8s [2025-07-16T05:54:16.578Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-16T05:54:16.578Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-07-16T05:54:16.578Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 98.57MB / 100.52MB 0.9s [2025-07-16T05:54:16.837Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done [2025-07-16T05:54:22.118Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.0s done [2025-07-16T05:54:22.118Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-16T05:54:22.118Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-16T05:54:22.118Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-16T05:54:22.118Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-16T05:54:22.118Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-16T05:54:22.118Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-16T05:54:22.118Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-16T05:54:26.302Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.5s done [2025-07-16T05:54:26.302Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-16T05:54:26.302Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done [2025-07-16T05:54:26.302Z] #4 DONE 10.6s [2025-07-16T05:54:26.561Z] [2025-07-16T05:54:26.561Z] #6 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-16T05:54:26.561Z] #6 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-16T05:54:26.561Z] #6 0.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-16T05:54:27.129Z] #6 0.684 OK: 248 MiB in 58 packages [2025-07-16T05:54:28.506Z] #6 DONE 2.2s [2025-07-16T05:54:28.560Z] Still waiting to schedule task [2025-07-16T05:54:28.560Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-16T05:54:28.765Z] [2025-07-16T05:54:28.766Z] #7 [builder 3/7] WORKDIR /device-opcua [2025-07-16T05:54:28.766Z] #7 DONE 0.0s [2025-07-16T05:54:28.766Z] [2025-07-16T05:54:28.766Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-16T05:54:28.766Z] #8 DONE 0.0s [2025-07-16T05:54:28.766Z] [2025-07-16T05:54:28.766Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-16T05:55:15.472Z] #9 DONE 40.7s [2025-07-16T05:55:15.473Z] [2025-07-16T05:55:15.473Z] #10 [builder 6/7] COPY . . [2025-07-16T05:55:15.473Z] #10 DONE 0.1s [2025-07-16T05:55:15.473Z] [2025-07-16T05:55:15.473Z] #11 [builder 7/7] RUN echo noop [2025-07-16T05:55:15.473Z] #11 0.197 noop [2025-07-16T05:55:15.473Z] #11 DONE 0.2s [2025-07-16T05:55:15.473Z] [2025-07-16T05:55:15.473Z] #12 exporting to image [2025-07-16T05:55:15.473Z] #12 exporting layers [2025-07-16T05:55:17.379Z] #12 exporting layers 7.8s done [2025-07-16T05:55:17.379Z] #12 writing image sha256:b2f040738c7757e8edcfc7462567f2ef05978ce4f7730d4c92b6d3ab8e723800 done [2025-07-16T05:55:17.379Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-16T05:55:17.379Z] #12 DONE 7.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:55:17.713Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-16T05:55:17.713Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T05:55:17.806Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T05:55:17.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T05:55:18.134Z] $ docker top ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T05:55:18.491Z] + go version [2025-07-16T05:55:18.491Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-16T05:55:18.501Z] $ docker stop --time=1 ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 [2025-07-16T05:55:19.769Z] $ docker rm -f --volumes ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:55:20.210Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-16T05:55:20.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T05:55:20.295Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T05:55:20.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T05:55:20.558Z] $ docker top b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T05:55:20.907Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh [2025-07-16T05:55:21.210Z] + make test [2025-07-16T05:55:21.210Z] go test ./... -coverprofile=coverage.out [2025-07-16T05:55:22.586Z] ? github.com/edgexfoundry/device-opc-ua [no test files] [2025-07-16T05:55:44.504Z] github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements [2025-07-16T05:55:44.504Z] github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements [2025-07-16T05:55:44.504Z] ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.017s coverage: 41.4% of statements [2025-07-16T05:55:56.717Z] go vet ./... [2025-07-16T05:56:01.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-16T05:56:01.983Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-16T05:56:01.983Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-16T05:56:01.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-16T05:56:02.019Z] $ docker stop --time=1 b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b [2025-07-16T05:56:03.817Z] $ docker rm -f --volumes b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-16T05:56:04.398Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-16T05:56:04.441Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-16T05:56:05.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-16T05:56:05.293Z] + ls -al . [2025-07-16T05:56:05.293Z] total 236 [2025-07-16T05:56:05.293Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 16 05:55 . [2025-07-16T05:56:05.293Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:53 .. [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 62 Jul 16 05:53 .dockerignore [2025-07-16T05:56:05.293Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 05:55 .git [2025-07-16T05:56:05.293Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 .github [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 101 Jul 16 05:53 .gitignore [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 218 Jul 16 05:53 .golangci.yml [2025-07-16T05:56:05.293Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 05:54 .semver [2025-07-16T05:56:05.293Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 .vscode [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 20452 Jul 16 05:53 Attribution.txt [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 2560 Jul 16 05:53 CHANGELOG.md [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 1242 Jul 16 05:53 Dockerfile [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 649 Jul 16 05:53 Jenkinsfile [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jul 16 05:53 LICENSE [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 2474 Jul 16 05:53 Makefile [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 4109 Jul 16 05:53 README.md [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 16 05:54 VERSION [2025-07-16T05:56:05.293Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 bin [2025-07-16T05:56:05.293Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 05:53 cmd [2025-07-16T05:56:05.293Z] -rw-r--r-- 1 jenkins jenkins 26136 Jul 16 05:55 coverage.out [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 6270 Jul 16 05:53 go.mod [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 86928 Jul 16 05:53 go.sum [2025-07-16T05:56:05.293Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:53 internal [2025-07-16T05:56:05.293Z] -rw-rw-r-- 1 jenkins jenkins 260 Jul 16 05:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:05.623Z] + docker build -t device-opc-ua -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=fd5faddb6bef00999662222d4fecab10e289b007 --label arch=amd64 --label version=4.1.0-dev.4 . [2025-07-16T05:56:05.882Z] #0 building with "default" instance using docker driver [2025-07-16T05:56:05.882Z] [2025-07-16T05:56:05.882Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:56:05.882Z] #1 transferring dockerfile: 1.28kB done [2025-07-16T05:56:05.882Z] #1 DONE 0.0s [2025-07-16T05:56:05.882Z] [2025-07-16T05:56:05.882Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-16T05:56:05.882Z] #2 DONE 0.0s [2025-07-16T05:56:05.882Z] [2025-07-16T05:56:05.882Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-16T05:56:06.451Z] #3 DONE 0.6s [2025-07-16T05:56:06.451Z] [2025-07-16T05:56:06.451Z] #4 [internal] load .dockerignore [2025-07-16T05:56:06.451Z] #4 transferring context: 102B done [2025-07-16T05:56:06.451Z] #4 DONE 0.0s [2025-07-16T05:56:06.451Z] [2025-07-16T05:56:06.451Z] #5 [internal] load build context [2025-07-16T05:56:06.451Z] #5 transferring context: 36.55kB 0.0s done [2025-07-16T05:56:06.451Z] #5 DONE 0.0s [2025-07-16T05:56:06.451Z] [2025-07-16T05:56:06.451Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-16T05:56:06.451Z] #6 DONE 0.1s [2025-07-16T05:56:06.451Z] [2025-07-16T05:56:06.451Z] #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-16T05:56:06.451Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d done [2025-07-16T05:56:06.451Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-16T05:56:06.451Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.1s [2025-07-16T05:56:06.451Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-16T05:56:06.451Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-16T05:56:06.710Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.3s done [2025-07-16T05:56:06.710Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-16T05:56:06.710Z] #7 DONE 0.4s [2025-07-16T05:56:06.710Z] [2025-07-16T05:56:06.710Z] #8 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-16T05:56:06.710Z] #8 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:06.969Z] #8 0.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:07.228Z] #8 0.719 OK: 248 MiB in 58 packages [2025-07-16T05:56:07.228Z] #8 DONE 0.9s [2025-07-16T05:56:07.228Z] [2025-07-16T05:56:07.228Z] #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init [2025-07-16T05:56:07.228Z] #9 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:07.228Z] #9 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:07.486Z] #9 ... [2025-07-16T05:56:07.486Z] [2025-07-16T05:56:07.486Z] #10 [builder 3/7] WORKDIR /device-opcua [2025-07-16T05:56:07.486Z] #10 DONE 0.0s [2025-07-16T05:56:07.486Z] [2025-07-16T05:56:07.486Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-16T05:56:07.486Z] #11 DONE 0.0s [2025-07-16T05:56:07.486Z] [2025-07-16T05:56:07.486Z] #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init [2025-07-16T05:56:07.486Z] #9 0.636 (1/6) Installing dumb-init (1.2.5-r3) [2025-07-16T05:56:07.486Z] #9 0.641 (2/6) Installing libgcc (13.2.1_git20240309-r1) [2025-07-16T05:56:07.486Z] #9 0.645 (3/6) Installing libsodium (1.0.19-r0) [2025-07-16T05:56:07.486Z] #9 0.654 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-16T05:56:07.486Z] #9 0.681 (5/6) Installing libzmq (4.3.5-r2) [2025-07-16T05:56:07.486Z] #9 0.689 (6/6) Installing zeromq (4.3.5-r2) [2025-07-16T05:56:07.486Z] #9 0.693 Executing busybox-1.36.1-r29.trigger [2025-07-16T05:56:07.486Z] #9 0.702 OK: 12 MiB in 20 packages [2025-07-16T05:56:07.486Z] #9 DONE 0.8s [2025-07-16T05:56:07.486Z] [2025-07-16T05:56:07.486Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-16T05:56:07.749Z] #12 DONE 0.5s [2025-07-16T05:56:07.749Z] [2025-07-16T05:56:07.749Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-16T05:56:08.007Z] #13 ... [2025-07-16T05:56:08.007Z] [2025-07-16T05:56:08.007Z] #14 [builder 6/7] COPY . . [2025-07-16T05:56:08.007Z] #14 DONE 0.1s [2025-07-16T05:56:08.264Z] [2025-07-16T05:56:08.264Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-16T05:56:08.264Z] #13 0.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:08.264Z] #13 0.403 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-16T05:56:08.264Z] #13 0.679 OK: 12 MiB in 20 packages [2025-07-16T05:56:08.264Z] #13 DONE 0.8s [2025-07-16T05:56:08.264Z] [2025-07-16T05:56:08.264Z] #15 [builder 7/7] RUN make build [2025-07-16T05:56:08.264Z] #15 0.241 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd [2025-07-16T05:56:34.839Z] #15 25.34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2025-07-16T05:56:34.839Z] #15 DONE 26.2s [2025-07-16T05:56:34.839Z] [2025-07-16T05:56:34.839Z] #16 [stage-1 4/6] COPY --from=builder /device-opcua/cmd / [2025-07-16T05:56:34.839Z] #16 DONE 0.2s [2025-07-16T05:56:34.839Z] [2025-07-16T05:56:34.839Z] #17 [stage-1 5/6] COPY --from=builder /device-opcua/LICENSE / [2025-07-16T05:56:34.839Z] #17 DONE 0.0s [2025-07-16T05:56:34.839Z] [2025-07-16T05:56:34.839Z] #18 [stage-1 6/6] COPY --from=builder /device-opcua/Attribution.txt / [2025-07-16T05:56:34.839Z] #18 DONE 0.0s [2025-07-16T05:56:34.839Z] [2025-07-16T05:56:34.839Z] #19 exporting to image [2025-07-16T05:56:34.839Z] #19 exporting layers [2025-07-16T05:56:34.839Z] #19 exporting layers 0.2s done [2025-07-16T05:56:34.839Z] #19 writing image sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:56:34.839Z] #19 naming to docker.io/library/device-opc-ua done [2025-07-16T05:56:34.839Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T05:56:34.982Z] provisioning config files... [2025-07-16T05:56:34.992Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12577968948479163867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:56:35.292Z] ---> ****-login.sh [2025-07-16T05:56:35.292Z] nexus3.edgexfoundry.org:10001 [2025-07-16T05:56:35.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:56:35.292Z] Login Succeeded [2025-07-16T05:56:35.292Z] nexus3.edgexfoundry.org:10002 [2025-07-16T05:56:35.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:56:35.292Z] Login Succeeded [2025-07-16T05:56:35.292Z] nexus3.edgexfoundry.org:10003 [2025-07-16T05:56:35.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:56:35.552Z] Login Succeeded [2025-07-16T05:56:35.552Z] nexus3.edgexfoundry.org:10004 [2025-07-16T05:56:35.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:56:35.552Z] Login Succeeded [2025-07-16T05:56:35.552Z] ****.io [2025-07-16T05:56:35.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:56:35.812Z] Login Succeeded [2025-07-16T05:56:35.812Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T05:56:35.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-16T05:56:35.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T05:56:35.926Z] [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: [2025-07-16T05:56:35.926Z] fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:56:35.926Z] latest [2025-07-16T05:56:35.926Z] 4.1.0-dev.4 [2025-07-16T05:56:35.926Z] fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:56:35.926Z] main [2025-07-16T05:56:35.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:36.285Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:36.614Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:56:36.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-16T05:56:36.614Z] 9b509ad7d1ee: Preparing [2025-07-16T05:56:36.614Z] 3e9aa9f1bc4f: Preparing [2025-07-16T05:56:36.614Z] 3924ffc3f284: Preparing [2025-07-16T05:56:36.614Z] f3de48892fd6: Preparing [2025-07-16T05:56:36.614Z] 988eb9575a15: Preparing [2025-07-16T05:56:36.614Z] 097100c76c15: Preparing [2025-07-16T05:56:36.614Z] 097100c76c15: Waiting [2025-07-16T05:56:36.614Z] 3e9aa9f1bc4f: Pushed [2025-07-16T05:56:36.614Z] f3de48892fd6: Pushed [2025-07-16T05:56:36.614Z] 9b509ad7d1ee: Pushed [2025-07-16T05:56:37.182Z] 988eb9575a15: Pushed [2025-07-16T05:56:37.747Z] 097100c76c15: Pushed [2025-07-16T05:56:41.935Z] 3924ffc3f284: Pushed [2025-07-16T05:56:42.194Z] fd5faddb6bef00999662222d4fecab10e289b007: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:42.522Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:42.856Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-16T05:56:42.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-16T05:56:42.856Z] 9b509ad7d1ee: Preparing [2025-07-16T05:56:42.857Z] 3e9aa9f1bc4f: Preparing [2025-07-16T05:56:42.857Z] 3924ffc3f284: Preparing [2025-07-16T05:56:42.857Z] f3de48892fd6: Preparing [2025-07-16T05:56:42.857Z] 988eb9575a15: Preparing [2025-07-16T05:56:42.857Z] 097100c76c15: Preparing [2025-07-16T05:56:42.857Z] 097100c76c15: Waiting [2025-07-16T05:56:42.857Z] 9b509ad7d1ee: Layer already exists [2025-07-16T05:56:42.857Z] 988eb9575a15: Layer already exists [2025-07-16T05:56:42.857Z] 3e9aa9f1bc4f: Layer already exists [2025-07-16T05:56:42.857Z] 3924ffc3f284: Layer already exists [2025-07-16T05:56:42.857Z] f3de48892fd6: Layer already exists [2025-07-16T05:56:42.857Z] 097100c76c15: Layer already exists [2025-07-16T05:56:42.857Z] latest: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:43.196Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:43.529Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [2025-07-16T05:56:43.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-16T05:56:43.529Z] 9b509ad7d1ee: Preparing [2025-07-16T05:56:43.529Z] 3e9aa9f1bc4f: Preparing [2025-07-16T05:56:43.529Z] 3924ffc3f284: Preparing [2025-07-16T05:56:43.529Z] f3de48892fd6: Preparing [2025-07-16T05:56:43.529Z] 988eb9575a15: Preparing [2025-07-16T05:56:43.529Z] 097100c76c15: Preparing [2025-07-16T05:56:43.529Z] 097100c76c15: Waiting [2025-07-16T05:56:43.529Z] 988eb9575a15: Layer already exists [2025-07-16T05:56:43.529Z] 9b509ad7d1ee: Layer already exists [2025-07-16T05:56:43.529Z] 3924ffc3f284: Layer already exists [2025-07-16T05:56:43.529Z] 3e9aa9f1bc4f: Layer already exists [2025-07-16T05:56:43.529Z] f3de48892fd6: Layer already exists [2025-07-16T05:56:43.529Z] 097100c76c15: Layer already exists [2025-07-16T05:56:43.529Z] 4.1.0-dev.4: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:43.869Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:44.193Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:56:44.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-16T05:56:44.193Z] 9b509ad7d1ee: Preparing [2025-07-16T05:56:44.193Z] 3e9aa9f1bc4f: Preparing [2025-07-16T05:56:44.193Z] 3924ffc3f284: Preparing [2025-07-16T05:56:44.193Z] f3de48892fd6: Preparing [2025-07-16T05:56:44.193Z] 988eb9575a15: Preparing [2025-07-16T05:56:44.193Z] 097100c76c15: Preparing [2025-07-16T05:56:44.193Z] 097100c76c15: Waiting [2025-07-16T05:56:44.193Z] 9b509ad7d1ee: Layer already exists [2025-07-16T05:56:44.193Z] 3e9aa9f1bc4f: Layer already exists [2025-07-16T05:56:44.193Z] 3924ffc3f284: Layer already exists [2025-07-16T05:56:44.193Z] 988eb9575a15: Layer already exists [2025-07-16T05:56:44.193Z] f3de48892fd6: Layer already exists [2025-07-16T05:56:44.193Z] 097100c76c15: Layer already exists [2025-07-16T05:56:44.193Z] fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:44.525Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:56:44.858Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-16T05:56:44.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-16T05:56:44.858Z] 9b509ad7d1ee: Preparing [2025-07-16T05:56:44.858Z] 3e9aa9f1bc4f: Preparing [2025-07-16T05:56:44.858Z] 3924ffc3f284: Preparing [2025-07-16T05:56:44.858Z] f3de48892fd6: Preparing [2025-07-16T05:56:44.858Z] 988eb9575a15: Preparing [2025-07-16T05:56:44.858Z] 097100c76c15: Preparing [2025-07-16T05:56:44.858Z] 097100c76c15: Waiting [2025-07-16T05:56:44.858Z] f3de48892fd6: Layer already exists [2025-07-16T05:56:44.858Z] 3924ffc3f284: Layer already exists [2025-07-16T05:56:44.858Z] 3e9aa9f1bc4f: Layer already exists [2025-07-16T05:56:44.858Z] 988eb9575a15: Layer already exists [2025-07-16T05:56:44.858Z] 9b509ad7d1ee: Layer already exists [2025-07-16T05:56:44.858Z] 097100c76c15: Layer already exists [2025-07-16T05:56:44.858Z] main: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-16T05:56:44.947Z] ===================================================== [Pipeline] echo [2025-07-16T05:56:44.963Z] taggedImages: [2025-07-16T05:56:44.963Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:56:44.963Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-16T05:56:44.963Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [2025-07-16T05:56:44.963Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:56:44.963Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] echo [2025-07-16T05:56:45.011Z] ========================================================= [2025-07-16T05:56:45.011Z] [edgeXBuildMultiArch] RAW Config: [2025-07-16T05:56:45.011Z] images: [2025-07-16T05:56:45.011Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:56:45.011Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-16T05:56:45.011Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [2025-07-16T05:56:45.011Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:56:45.011Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-16T05:56:45.011Z] settingsFile: [2025-07-16T05:56:45.011Z] device-opc-ua-settings [2025-07-16T05:56:45.011Z] ========================================================= [Pipeline] node [2025-07-16T05:56:45.636Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5198 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws [2025-07-16T05:56:45.661Z] Running in /w/workspace/device-opc-ua/16 [Pipeline] { [Pipeline] checkout [2025-07-16T05:56:46.729Z] Selected Git installation does not exist. Using Default [2025-07-16T05:56:46.729Z] The recommended git tool is: NONE [2025-07-16T05:56:51.390Z] using credential edgex-jenkins-ssh [2025-07-16T05:56:51.413Z] Cloning the remote Git repository [2025-07-16T05:56:51.447Z] Cloning repository git@github.com:edgexfoundry/device-opc-ua.git [2025-07-16T05:56:51.534Z] > git init /w/workspace/device-opc-ua/16 # timeout=10 [2025-07-16T05:56:51.659Z] Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git [2025-07-16T05:56:51.660Z] > git --version # timeout=10 [2025-07-16T05:56:51.691Z] > git --version # 'git version 2.25.1' [2025-07-16T05:56:51.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-16T05:56:51.837Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-16T05:56:53.645Z] > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 [2025-07-16T05:56:53.667Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-16T05:56:54.574Z] Avoid second fetch [2025-07-16T05:56:54.574Z] Checking out Revision fd5faddb6bef00999662222d4fecab10e289b007 (main) [2025-07-16T05:56:55.199Z] Commit message: "Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22" [2025-07-16T05:56:54.589Z] > git config core.sparsecheckout # timeout=10 [2025-07-16T05:56:54.655Z] > git checkout -f fd5faddb6bef00999662222d4fecab10e289b007 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-16T05:56:59.916Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-16T05:56:59.916Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-16T05:56:59.916Z] Dload Upload Total Spent Left Speed [2025-07-16T05:56:59.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 265k 0 --:--:-- --:--:-- --:--:-- 265k [Pipeline] sh [2025-07-16T05:57:00.014Z] Still waiting to schedule task [2025-07-16T05:57:00.014Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-16T05:57:00.260Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-16T05:57:00.586Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-16T05:57:00.586Z] + sudo tee /etc/docker/daemon.new [2025-07-16T05:57:00.586Z] { [2025-07-16T05:57:00.586Z] "registry-mirrors": [ [2025-07-16T05:57:00.586Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-16T05:57:00.586Z] ], [2025-07-16T05:57:00.586Z] "bip": "10.250.0.254/24", [2025-07-16T05:57:00.586Z] "hosts": [ [2025-07-16T05:57:00.586Z] "tcp://0.0.0.0:5555", [2025-07-16T05:57:00.586Z] "unix:///var/run/docker.sock" [2025-07-16T05:57:00.586Z] ], [2025-07-16T05:57:00.586Z] "mtu": 1458, [2025-07-16T05:57:00.586Z] "selinux-enabled": true, [2025-07-16T05:57:00.586Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-16T05:57:00.586Z] } [Pipeline] sh [2025-07-16T05:57:00.918Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-16T05:57:01.254Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T05:57:19.534Z] provisioning config files... [2025-07-16T05:57:19.559Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/16@tmp/config8652531494255977653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:57:19.984Z] ---> ****-login.sh [2025-07-16T05:57:19.984Z] nexus3.edgexfoundry.org:10001 [2025-07-16T05:57:20.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:57:20.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:57:20.526Z] Configure a credential helper to remove this warning. See [2025-07-16T05:57:20.526Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:57:20.526Z] [2025-07-16T05:57:20.526Z] Login Succeeded [2025-07-16T05:57:20.526Z] nexus3.edgexfoundry.org:10002 [2025-07-16T05:57:20.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:57:20.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:57:20.794Z] Configure a credential helper to remove this warning. See [2025-07-16T05:57:20.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:57:20.795Z] [2025-07-16T05:57:20.795Z] Login Succeeded [2025-07-16T05:57:21.075Z] nexus3.edgexfoundry.org:10003 [2025-07-16T05:57:21.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:57:21.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:57:21.347Z] Configure a credential helper to remove this warning. See [2025-07-16T05:57:21.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:57:21.347Z] [2025-07-16T05:57:21.347Z] Login Succeeded [2025-07-16T05:57:21.347Z] nexus3.edgexfoundry.org:10004 [2025-07-16T05:57:21.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:57:21.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:57:21.620Z] Configure a credential helper to remove this warning. See [2025-07-16T05:57:21.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:57:21.620Z] [2025-07-16T05:57:21.620Z] Login Succeeded [2025-07-16T05:57:21.620Z] ****.io [2025-07-16T05:57:21.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:57:22.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:57:22.158Z] Configure a credential helper to remove this warning. See [2025-07-16T05:57:22.158Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:57:22.158Z] [2025-07-16T05:57:22.158Z] Login Succeeded [2025-07-16T05:57:22.158Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T05:57:22.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-16T05:57:22.509Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T05:57:22.536Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T05:57:22.562Z] ========================================================= [2025-07-16T05:57:22.562Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-16T05:57:22.562Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:57:22.962Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-07-16T05:57:23.231Z] Sending build context to Docker daemon 8.87MB [2025-07-16T05:57:23.500Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-07-16T05:57:23.500Z] Step 2/10 : FROM ${BASE} AS builder [2025-07-16T05:57:23.500Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-16T05:57:23.500Z] 94e9d8af2201: Pulling fs layer [2025-07-16T05:57:23.500Z] a6c56e8762df: Pulling fs layer [2025-07-16T05:57:23.500Z] f0f3c8884826: Pulling fs layer [2025-07-16T05:57:23.500Z] c7e7622c144d: Pulling fs layer [2025-07-16T05:57:23.500Z] 4f4fb700ef54: Pulling fs layer [2025-07-16T05:57:23.500Z] e8859aadc426: Pulling fs layer [2025-07-16T05:57:23.500Z] b4813487a9f6: Pulling fs layer [2025-07-16T05:57:23.500Z] 502a3d64fb4b: Pulling fs layer [2025-07-16T05:57:23.500Z] c7e7622c144d: Waiting [2025-07-16T05:57:23.500Z] 4f4fb700ef54: Waiting [2025-07-16T05:57:23.500Z] e8859aadc426: Waiting [2025-07-16T05:57:23.500Z] b4813487a9f6: Waiting [2025-07-16T05:57:23.500Z] 502a3d64fb4b: Waiting [2025-07-16T05:57:23.500Z] a6c56e8762df: Verifying Checksum [2025-07-16T05:57:23.500Z] a6c56e8762df: Download complete [2025-07-16T05:57:23.500Z] c7e7622c144d: Verifying Checksum [2025-07-16T05:57:23.500Z] c7e7622c144d: Download complete [2025-07-16T05:57:23.769Z] 4f4fb700ef54: Verifying Checksum [2025-07-16T05:57:23.769Z] 4f4fb700ef54: Download complete [2025-07-16T05:57:23.769Z] e8859aadc426: Verifying Checksum [2025-07-16T05:57:23.769Z] e8859aadc426: Download complete [2025-07-16T05:57:23.769Z] 94e9d8af2201: Verifying Checksum [2025-07-16T05:57:23.769Z] 94e9d8af2201: Download complete [2025-07-16T05:57:24.360Z] 502a3d64fb4b: Verifying Checksum [2025-07-16T05:57:24.360Z] 502a3d64fb4b: Download complete [2025-07-16T05:57:24.629Z] 94e9d8af2201: Pull complete [2025-07-16T05:57:25.214Z] a6c56e8762df: Pull complete [2025-07-16T05:57:25.480Z] f0f3c8884826: Verifying Checksum [2025-07-16T05:57:25.747Z] f0f3c8884826: Download complete [2025-07-16T05:57:26.709Z] b4813487a9f6: Verifying Checksum [2025-07-16T05:57:26.709Z] b4813487a9f6: Download complete [2025-07-16T05:57:41.726Z] f0f3c8884826: Pull complete [2025-07-16T05:57:41.726Z] c7e7622c144d: Pull complete [2025-07-16T05:57:41.726Z] 4f4fb700ef54: Pull complete [2025-07-16T05:57:41.726Z] e8859aadc426: Pull complete [2025-07-16T05:57:48.374Z] b4813487a9f6: Pull complete [2025-07-16T05:57:50.319Z] 502a3d64fb4b: Pull complete [2025-07-16T05:57:50.319Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-16T05:57:50.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-16T05:57:50.584Z] ---> 3bb21d53e231 [2025-07-16T05:57:50.584Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2025-07-16T05:57:51.174Z] ---> Running in 555c2e0c3c5a [2025-07-16T05:57:51.441Z] Removing intermediate container 555c2e0c3c5a [2025-07-16T05:57:51.441Z] ---> 358f4dab1e7e [2025-07-16T05:57:51.441Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-16T05:57:51.705Z] ---> Running in 01bab7f23e57 [2025-07-16T05:57:51.971Z] Removing intermediate container 01bab7f23e57 [2025-07-16T05:57:51.971Z] ---> 6c90b94b459c [2025-07-16T05:57:51.971Z] Step 5/10 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-16T05:57:51.972Z] ---> Running in 5d25e5a41473 [2025-07-16T05:57:53.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-16T05:57:53.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-16T05:57:55.067Z] OK: 239 MiB in 58 packages [2025-07-16T05:57:55.673Z] Removing intermediate container 5d25e5a41473 [2025-07-16T05:57:55.673Z] ---> e31853006a81 [2025-07-16T05:57:55.673Z] Step 6/10 : WORKDIR /device-opcua [2025-07-16T05:57:55.673Z] ---> Running in c7c87f0c7457 [2025-07-16T05:57:56.257Z] Removing intermediate container c7c87f0c7457 [2025-07-16T05:57:56.257Z] ---> 15762f47a3ee [2025-07-16T05:57:56.257Z] Step 7/10 : COPY go.mod vendor* ./ [2025-07-16T05:57:56.524Z] ---> 505aff966c04 [2025-07-16T05:57:56.524Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-16T05:57:56.524Z] ---> Running in 8b706603cc2d [2025-07-16T05:58:27.253Z] Running on prd-centos7-docker-4c-2g-5199 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T05:58:27.315Z] provisioning config files... [2025-07-16T05:58:27.345Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config8529615403989766927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:58:28.333Z] ---> ****-login.sh [2025-07-16T05:58:28.333Z] nexus3.edgexfoundry.org:10001 [2025-07-16T05:58:28.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:58:28.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:58:28.610Z] Configure a credential helper to remove this warning. See [2025-07-16T05:58:28.610Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:58:28.610Z] [2025-07-16T05:58:28.610Z] Login Succeeded [2025-07-16T05:58:28.610Z] nexus3.edgexfoundry.org:10002 [2025-07-16T05:58:28.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:58:28.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:58:28.888Z] Configure a credential helper to remove this warning. See [2025-07-16T05:58:28.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:58:28.888Z] [2025-07-16T05:58:28.888Z] Login Succeeded [2025-07-16T05:58:28.888Z] nexus3.edgexfoundry.org:10003 [2025-07-16T05:58:28.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:58:28.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:58:28.888Z] Configure a credential helper to remove this warning. See [2025-07-16T05:58:28.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:58:28.889Z] [2025-07-16T05:58:28.889Z] Login Succeeded [2025-07-16T05:58:28.889Z] nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:28.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:58:28.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:58:28.889Z] Configure a credential helper to remove this warning. See [2025-07-16T05:58:28.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:58:28.889Z] [2025-07-16T05:58:28.889Z] Login Succeeded [2025-07-16T05:58:28.889Z] ****.io [2025-07-16T05:58:29.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T05:58:29.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T05:58:29.150Z] Configure a credential helper to remove this warning. See [2025-07-16T05:58:29.150Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T05:58:29.150Z] [2025-07-16T05:58:29.150Z] Login Succeeded [2025-07-16T05:58:29.150Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T05:58:29.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-16T05:58:29.515Z] + docker buildx ls [2025-07-16T05:58:29.777Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-16T05:58:29.777Z] default * docker [2025-07-16T05:58:29.777Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-16T05:58:30.074Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-16T05:58:30.074Z] edgex-builder [Pipeline] sh [2025-07-16T05:58:30.369Z] + docker buildx inspect --bootstrap [2025-07-16T05:58:30.369Z] #1 [internal] booting buildkit [2025-07-16T05:58:30.369Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-16T05:58:33.698Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-07-16T05:58:33.698Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-16T05:58:36.239Z] #1 creating container buildx_buildkit_edgex-builder0 3.2s done [2025-07-16T05:58:36.239Z] #1 DONE 6.0s [2025-07-16T05:58:36.502Z] Name: edgex-builder [2025-07-16T05:58:36.502Z] Driver: docker-container [2025-07-16T05:58:36.502Z] [2025-07-16T05:58:36.502Z] Nodes: [2025-07-16T05:58:36.502Z] Name: edgex-builder0 [2025-07-16T05:58:36.502Z] Endpoint: unix:///var/run/docker.sock [2025-07-16T05:58:36.502Z] Status: running [2025-07-16T05:58:36.502Z] Buildkit: v0.22.0 [2025-07-16T05:58:36.502Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-16T05:58:36.793Z] + docker buildx ls [2025-07-16T05:58:36.793Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-16T05:58:36.793Z] edgex-builder * docker-container [2025-07-16T05:58:36.793Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-16T05:58:36.793Z] default docker [2025-07-16T05:58:36.793Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-16T05:58:37.090Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007' [2025-07-16T05:58:37.090Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 --push - [2025-07-16T05:58:37.350Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:58:37.613Z] #1 transferring dockerfile: 198B done [2025-07-16T05:58:37.613Z] #1 DONE 0.1s [2025-07-16T05:58:37.613Z] [2025-07-16T05:58:37.613Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:58:37.872Z] #2 DONE 0.2s [2025-07-16T05:58:37.872Z] [2025-07-16T05:58:37.872Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T05:58:38.130Z] #3 DONE 0.4s [2025-07-16T05:58:38.130Z] [2025-07-16T05:58:38.130Z] #4 [internal] load .dockerignore [2025-07-16T05:58:38.130Z] #4 transferring context: 2B done [2025-07-16T05:58:38.130Z] #4 DONE 0.3s [2025-07-16T05:58:38.130Z] [2025-07-16T05:58:38.130Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:38.130Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:38.130Z] #5 DONE 0.1s [2025-07-16T05:58:38.130Z] [2025-07-16T05:58:38.130Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:38.130Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:38.393Z] #6 DONE 0.4s [2025-07-16T05:58:38.653Z] [2025-07-16T05:58:38.653Z] #7 exporting to image [2025-07-16T05:58:38.653Z] #7 exporting layers done [2025-07-16T05:58:38.653Z] #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 0.0s done [2025-07-16T05:58:38.653Z] #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:58:38.653Z] #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 0.0s done [2025-07-16T05:58:38.653Z] #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e 0.0s done [2025-07-16T05:58:38.653Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-16T05:58:38.653Z] #7 ... [2025-07-16T05:58:38.653Z] [2025-07-16T05:58:38.653Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:38.653Z] #8 DONE 0.0s [2025-07-16T05:58:38.653Z] [2025-07-16T05:58:38.653Z] #7 exporting to image [2025-07-16T05:58:38.653Z] #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.0s done [2025-07-16T05:58:38.653Z] #7 pushing layers 0.1s done [2025-07-16T05:58:38.653Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 [2025-07-16T05:58:38.912Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done [2025-07-16T05:58:38.912Z] #7 DONE 0.3s [2025-07-16T05:58:39.171Z] [2025-07-16T05:58:39.171Z] 1 warning found (use --debug to expand): [2025-07-16T05:58:39.171Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-16T05:58:39.467Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest' [2025-07-16T05:58:39.467Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:latest --push - [2025-07-16T05:58:39.726Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:58:39.726Z] #1 transferring dockerfile: 164B done [2025-07-16T05:58:39.726Z] #1 DONE 0.1s [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-16T05:58:39.726Z] #2 DONE 0.0s [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-16T05:58:39.726Z] #3 DONE 0.0s [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #4 [internal] load .dockerignore [2025-07-16T05:58:39.726Z] #4 transferring context: 2B done [2025-07-16T05:58:39.726Z] #4 DONE 0.0s [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:39.726Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:39.726Z] #5 CACHED [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:39.726Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:39.726Z] #6 CACHED [2025-07-16T05:58:39.726Z] [2025-07-16T05:58:39.726Z] #7 exporting to image [2025-07-16T05:58:39.726Z] #7 exporting layers done [2025-07-16T05:58:39.726Z] #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done [2025-07-16T05:58:39.726Z] #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:58:39.726Z] #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done [2025-07-16T05:58:39.726Z] #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done [2025-07-16T05:58:39.726Z] #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done [2025-07-16T05:58:39.726Z] #7 pushing layers 0.0s done [2025-07-16T05:58:39.727Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 [2025-07-16T05:58:39.727Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-16T05:58:39.985Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done [2025-07-16T05:58:39.985Z] #7 DONE 0.1s [2025-07-16T05:58:39.985Z] [2025-07-16T05:58:39.985Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:39.985Z] #8 DONE 0.0s [2025-07-16T05:58:39.985Z] [2025-07-16T05:58:39.985Z] 1 warning found (use --debug to expand): [2025-07-16T05:58:39.985Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-16T05:58:40.277Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 --push - [2025-07-16T05:58:40.277Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4' [2025-07-16T05:58:40.277Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:58:40.277Z] #1 transferring dockerfile: 169B done [2025-07-16T05:58:40.277Z] #1 DONE 0.0s [2025-07-16T05:58:40.277Z] [2025-07-16T05:58:40.277Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [2025-07-16T05:58:40.277Z] #2 DONE 0.0s [2025-07-16T05:58:40.277Z] [2025-07-16T05:58:40.277Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [2025-07-16T05:58:40.277Z] #3 DONE 0.0s [2025-07-16T05:58:40.277Z] [2025-07-16T05:58:40.277Z] #4 [internal] load .dockerignore [2025-07-16T05:58:40.277Z] #4 transferring context: 2B done [2025-07-16T05:58:40.277Z] #4 DONE 0.0s [2025-07-16T05:58:40.277Z] [2025-07-16T05:58:40.277Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:40.277Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:40.536Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:40.536Z] #5 CACHED [2025-07-16T05:58:40.536Z] [2025-07-16T05:58:40.536Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:40.536Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:40.536Z] #6 CACHED [2025-07-16T05:58:40.536Z] [2025-07-16T05:58:40.536Z] #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:40.536Z] #7 DONE 0.0s [2025-07-16T05:58:40.536Z] [2025-07-16T05:58:40.536Z] #8 exporting to image [2025-07-16T05:58:40.536Z] #8 exporting layers done [2025-07-16T05:58:40.536Z] #8 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done [2025-07-16T05:58:40.536Z] #8 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:58:40.536Z] #8 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done [2025-07-16T05:58:40.536Z] #8 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done [2025-07-16T05:58:40.536Z] #8 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done [2025-07-16T05:58:40.536Z] #8 pushing layers 0.0s done [2025-07-16T05:58:40.536Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 [2025-07-16T05:58:40.536Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-16T05:58:40.796Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done [2025-07-16T05:58:40.796Z] #8 DONE 0.1s [2025-07-16T05:58:40.796Z] [2025-07-16T05:58:40.796Z] 1 warning found (use --debug to expand): [2025-07-16T05:58:40.796Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-16T05:58:41.093Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 --push - [2025-07-16T05:58:41.093Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4' [2025-07-16T05:58:41.352Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:58:41.352Z] #1 transferring dockerfile: 210B done [2025-07-16T05:58:41.352Z] #1 DONE 0.1s [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:58:41.352Z] #2 DONE 0.0s [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T05:58:41.352Z] #3 DONE 0.0s [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #4 [internal] load .dockerignore [2025-07-16T05:58:41.352Z] #4 transferring context: 2B done [2025-07-16T05:58:41.352Z] #4 DONE 0.0s [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:41.352Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:41.352Z] #5 CACHED [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:41.352Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:41.352Z] #6 CACHED [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #7 exporting to image [2025-07-16T05:58:41.352Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-16T05:58:41.352Z] #7 exporting layers done [2025-07-16T05:58:41.352Z] #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done [2025-07-16T05:58:41.352Z] #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:58:41.352Z] #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done [2025-07-16T05:58:41.352Z] #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done [2025-07-16T05:58:41.352Z] #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done [2025-07-16T05:58:41.352Z] #7 pushing layers 0.0s done [2025-07-16T05:58:41.352Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done [2025-07-16T05:58:41.352Z] #7 DONE 0.1s [2025-07-16T05:58:41.352Z] [2025-07-16T05:58:41.352Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:41.352Z] #8 DONE 0.0s [2025-07-16T05:58:41.612Z] [2025-07-16T05:58:41.612Z] 1 warning found (use --debug to expand): [2025-07-16T05:58:41.612Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-16T05:58:41.902Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main' [2025-07-16T05:58:41.902Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:main --push - [2025-07-16T05:58:42.162Z] #1 [internal] load build definition from Dockerfile [2025-07-16T05:58:42.162Z] #1 transferring dockerfile: 162B done [2025-07-16T05:58:42.162Z] #1 DONE 0.0s [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-16T05:58:42.162Z] #2 DONE 0.0s [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-16T05:58:42.162Z] #3 DONE 0.1s [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #4 [internal] load .dockerignore [2025-07-16T05:58:42.162Z] #4 transferring context: 2B done [2025-07-16T05:58:42.162Z] #4 DONE 0.1s [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:42.162Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:42.162Z] #5 CACHED [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f [2025-07-16T05:58:42.162Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done [2025-07-16T05:58:42.162Z] #6 CACHED [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #7 exporting to image [2025-07-16T05:58:42.162Z] #7 exporting layers [2025-07-16T05:58:42.162Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-16T05:58:42.162Z] #7 exporting layers done [2025-07-16T05:58:42.162Z] #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done [2025-07-16T05:58:42.162Z] #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done [2025-07-16T05:58:42.162Z] #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done [2025-07-16T05:58:42.162Z] #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done [2025-07-16T05:58:42.162Z] #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done [2025-07-16T05:58:42.162Z] #7 pushing layers 0.0s done [2025-07-16T05:58:42.162Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done [2025-07-16T05:58:42.162Z] #7 DONE 0.1s [2025-07-16T05:58:42.162Z] [2025-07-16T05:58:42.162Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-16T05:58:42.162Z] #8 DONE 0.0s [2025-07-16T05:58:42.422Z] [2025-07-16T05:58:42.422Z] 1 warning found (use --debug to expand): [2025-07-16T05:58:42.422Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-16T05:58:42.831Z] + '[' -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:58:43.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:58:43.689Z] ---> package-listing.sh [2025-07-16T05:58:43.689Z] ++ facter osfamily [2025-07-16T05:58:43.689Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-16T05:58:43.948Z] + OS_FAMILY=redhat [2025-07-16T05:58:43.949Z] + workspace=/w/workspace/edgexfoundry_device-opc-ua_main [2025-07-16T05:58:43.949Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-16T05:58:43.949Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-16T05:58:43.949Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-16T05:58:43.949Z] + PACKAGES=/tmp/packages_start.txt [2025-07-16T05:58:43.949Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-16T05:58:43.949Z] + PACKAGES=/tmp/packages_end.txt [2025-07-16T05:58:43.949Z] + case "${OS_FAMILY}" in [2025-07-16T05:58:43.949Z] + rpm -qa [2025-07-16T05:58:43.949Z] + sort [2025-07-16T05:58:44.516Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-16T05:58:44.516Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-16T05:58:44.516Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-16T05:58:44.516Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-16T05:58:44.516Z] + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [2025-07-16T05:58:44.516Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo [2025-07-16T05:58:44.529Z] 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/edgexfoundry_device-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-16T05:58:44.810Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:58:45.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:58:45.383Z] [2025-07-16T05:58:45.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:58:45.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:58:45.701Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-16T05:58:45.701Z] 5eb5b503b376: Pulling fs layer [2025-07-16T05:58:45.701Z] 5c69ac0246d0: Pulling fs layer [2025-07-16T05:58:45.701Z] ec43610c2a17: Pulling fs layer [2025-07-16T05:58:45.701Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-16T05:58:45.701Z] 33b1e0a273af: Pulling fs layer [2025-07-16T05:58:45.701Z] 5d3b04190fa2: Pulling fs layer [2025-07-16T05:58:45.701Z] 2f39f015ded8: Pulling fs layer [2025-07-16T05:58:45.701Z] 3a2ae6a8a46f: Waiting [2025-07-16T05:58:45.701Z] 33b1e0a273af: Waiting [2025-07-16T05:58:45.701Z] 5d3b04190fa2: Waiting [2025-07-16T05:58:45.701Z] 2f39f015ded8: Waiting [2025-07-16T05:58:45.701Z] 5c69ac0246d0: Verifying Checksum [2025-07-16T05:58:45.701Z] 5c69ac0246d0: Download complete [2025-07-16T05:58:45.701Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-16T05:58:45.701Z] 3a2ae6a8a46f: Download complete [2025-07-16T05:58:45.958Z] ec43610c2a17: Verifying Checksum [2025-07-16T05:58:45.958Z] ec43610c2a17: Download complete [2025-07-16T05:58:45.958Z] 33b1e0a273af: Verifying Checksum [2025-07-16T05:58:45.958Z] 33b1e0a273af: Download complete [2025-07-16T05:58:45.958Z] 5d3b04190fa2: Verifying Checksum [2025-07-16T05:58:45.958Z] 5d3b04190fa2: Download complete [2025-07-16T05:58:45.958Z] 5eb5b503b376: Verifying Checksum [2025-07-16T05:58:45.958Z] 5eb5b503b376: Download complete [2025-07-16T05:58:46.529Z] 2f39f015ded8: Verifying Checksum [2025-07-16T05:58:46.529Z] 2f39f015ded8: Download complete [2025-07-16T05:58:47.915Z] 5eb5b503b376: Pull complete [2025-07-16T05:58:47.915Z] 5c69ac0246d0: Pull complete [2025-07-16T05:58:48.485Z] ec43610c2a17: Pull complete [2025-07-16T05:58:48.485Z] 3a2ae6a8a46f: Pull complete [2025-07-16T05:58:49.422Z] 33b1e0a273af: Pull complete [2025-07-16T05:58:49.691Z] 5d3b04190fa2: Pull complete [2025-07-16T05:58:53.898Z] 2f39f015ded8: Pull complete [2025-07-16T05:58:53.898Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-16T05:58:53.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:58:53.898Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T05:58:54.078Z] prd-centos7-docker-4c-2g-5199 does not seem to be running inside a container [2025-07-16T05:58:54.111Z] $ 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/edgexfoundry_device-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T05:59:04.989Z] $ docker top bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T05:59:05.348Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-16T05:59:05.640Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-16T05:59:05.951Z] + ls /var/log/sa-host [2025-07-16T05:59:05.951Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T05:59:06.111Z] provisioning config files... [2025-07-16T05:59:06.120Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config14397689439115161041tmp [Pipeline] { [Pipeline] echo [2025-07-16T05:59:06.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:06.432Z] ---> create-netrc.sh [Pipeline] } [2025-07-16T05:59:06.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:06.784Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-16T05:59:06.794Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:07.086Z] ---> sudo-logs.sh [2025-07-16T05:59:07.086Z] Archiving 'sudo' log.. [2025-07-16T05:59:07.086Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5199.novalocal: Name or service not known [2025-07-16T05:59:07.086Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5199.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-16T05:59:07.372Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:07.662Z] ---> job-cost.sh [2025-07-16T05:59:07.662Z] lf-activate-venv: SKIPPING [2025-07-16T05:59:07.662Z] INFO: No Stack... [2025-07-16T05:59:07.922Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-16T05:59:08.490Z] INFO: Archiving Costs [Pipeline] echo [2025-07-16T05:59:08.506Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:08.810Z] ---> logs-deploy.sh [2025-07-16T05:59:08.810Z] lf-activate-venv: SKIPPING [2025-07-16T05:59:08.810Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/16 [2025-07-16T05:59:08.810Z] INFO: archiving workspace using pattern(s): [2025-07-16T05:59:09.903Z] Archives upload complete. [2025-07-16T05:59:09.903Z] INFO: archiving logs to Nexus [2025-07-16T05:59:10.839Z] ---> uname -a: [2025-07-16T05:59:10.839Z] Linux prd-centos7-docker-4c-2g-5199.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] ---> lscpu: [2025-07-16T05:59:10.839Z] Architecture: x86_64 [2025-07-16T05:59:10.839Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-16T05:59:10.839Z] Byte Order: Little Endian [2025-07-16T05:59:10.839Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-16T05:59:10.839Z] CPU(s): 2 [2025-07-16T05:59:10.839Z] On-line CPU(s) list: 0,1 [2025-07-16T05:59:10.839Z] Thread(s) per core: 1 [2025-07-16T05:59:10.839Z] Core(s) per socket: 1 [2025-07-16T05:59:10.839Z] Socket(s): 2 [2025-07-16T05:59:10.839Z] NUMA node(s): 1 [2025-07-16T05:59:10.839Z] Vendor ID: AuthenticAMD [2025-07-16T05:59:10.839Z] CPU family: 23 [2025-07-16T05:59:10.839Z] Model: 49 [2025-07-16T05:59:10.839Z] Model name: AMD EPYC-Rome Processor [2025-07-16T05:59:10.839Z] Stepping: 0 [2025-07-16T05:59:10.839Z] CPU MHz: 2799.998 [2025-07-16T05:59:10.839Z] BogoMIPS: 5599.99 [2025-07-16T05:59:10.839Z] Virtualization: AMD-V [2025-07-16T05:59:10.839Z] Hypervisor vendor: KVM [2025-07-16T05:59:10.839Z] Virtualization type: full [2025-07-16T05:59:10.839Z] L1d cache: 64 KiB [2025-07-16T05:59:10.839Z] L1i cache: 64 KiB [2025-07-16T05:59:10.839Z] L2 cache: 1 MiB [2025-07-16T05:59:10.839Z] L3 cache: 32 MiB [2025-07-16T05:59:10.839Z] NUMA node0 CPU(s): 0,1 [2025-07-16T05:59:10.839Z] Vulnerability Itlb multihit: Not affected [2025-07-16T05:59:10.839Z] Vulnerability L1tf: Not affected [2025-07-16T05:59:10.839Z] Vulnerability Mds: Not affected [2025-07-16T05:59:10.839Z] Vulnerability Meltdown: Not affected [2025-07-16T05:59:10.839Z] Vulnerability Mmio stale data: Not affected [2025-07-16T05:59:10.839Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-16T05:59:10.839Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-16T05:59:10.839Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-16T05:59:10.839Z] Vulnerability Srbds: Not affected [2025-07-16T05:59:10.839Z] Vulnerability Tsx async abort: Not affected [2025-07-16T05:59:10.839Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] ---> nproc: [2025-07-16T05:59:10.839Z] 2 [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] ---> df -h: [2025-07-16T05:59:10.839Z] Filesystem Size Used Avail Use% Mounted on [2025-07-16T05:59:10.839Z] overlay 40G 7.3G 33G 19% / [2025-07-16T05:59:10.839Z] tmpfs 64M 0 64M 0% /dev [2025-07-16T05:59:10.839Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-16T05:59:10.839Z] shm 64M 0 64M 0% /dev/shm [2025-07-16T05:59:10.839Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] [2025-07-16T05:59:10.839Z] Cannot open /var/log/sysstat/sa16: No such file or directory [2025-07-16T05:59:10.839Z] Please check if data collecting is enabled [2025-07-16T05:59:10.839Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-16T05:59:10.884Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-16T05:59:10.889Z] $ docker stop --time=1 bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 [2025-07-16T05:59:12.102Z] $ docker rm -f --volumes bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-16T05:59:12.254Z] [WS-CLEANUP] Deleting project workspace... [2025-07-16T05:59:12.254Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-16T05:59:12.269Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [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 [2025-07-16T05:59:12.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:59:12.748Z] [2025-07-16T05:59:12.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T05:59:13.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:59:13.053Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-16T05:59:13.053Z] 5eb5b503b376: Pulling fs layer [2025-07-16T05:59:13.053Z] 5c69ac0246d0: Pulling fs layer [2025-07-16T05:59:13.053Z] ec43610c2a17: Pulling fs layer [2025-07-16T05:59:13.053Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-16T05:59:13.053Z] 33b1e0a273af: Pulling fs layer [2025-07-16T05:59:13.053Z] 5d3b04190fa2: Pulling fs layer [2025-07-16T05:59:13.053Z] 2f39f015ded8: Pulling fs layer [2025-07-16T05:59:13.053Z] 33b1e0a273af: Waiting [2025-07-16T05:59:13.053Z] 2f39f015ded8: Waiting [2025-07-16T05:59:13.053Z] 5d3b04190fa2: Waiting [2025-07-16T05:59:13.053Z] 3a2ae6a8a46f: Waiting [2025-07-16T05:59:13.053Z] 5c69ac0246d0: Verifying Checksum [2025-07-16T05:59:13.053Z] 5c69ac0246d0: Download complete [2025-07-16T05:59:13.053Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-16T05:59:13.053Z] 3a2ae6a8a46f: Download complete [2025-07-16T05:59:13.311Z] ec43610c2a17: Verifying Checksum [2025-07-16T05:59:13.312Z] ec43610c2a17: Download complete [2025-07-16T05:59:13.312Z] 33b1e0a273af: Verifying Checksum [2025-07-16T05:59:13.312Z] 33b1e0a273af: Download complete [2025-07-16T05:59:13.312Z] 5d3b04190fa2: Verifying Checksum [2025-07-16T05:59:13.312Z] 5d3b04190fa2: Download complete [2025-07-16T05:59:13.312Z] 5eb5b503b376: Verifying Checksum [2025-07-16T05:59:13.312Z] 5eb5b503b376: Download complete [2025-07-16T05:59:14.244Z] 2f39f015ded8: Download complete [2025-07-16T05:59:15.175Z] 5eb5b503b376: Pull complete [2025-07-16T05:59:15.175Z] 5c69ac0246d0: Pull complete [2025-07-16T05:59:15.739Z] ec43610c2a17: Pull complete [2025-07-16T05:59:15.739Z] 3a2ae6a8a46f: Pull complete [2025-07-16T05:59:15.998Z] 33b1e0a273af: Pull complete [2025-07-16T05:59:16.255Z] 5d3b04190fa2: Pull complete [2025-07-16T05:59:22.821Z] 2f39f015ded8: Pull complete [2025-07-16T05:59:22.821Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-16T05:59:22.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T05:59:22.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T05:59:22.938Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T05:59:22.967Z] $ 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/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T05:59:23.758Z] $ docker top ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T05:59:24.164Z] ---> job-cost.sh [2025-07-16T05:59:24.164Z] lf-activate-venv: SKIPPING [2025-07-16T05:59:24.164Z] INFO: No Stack... [2025-07-16T05:59:24.423Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-16T05:59:24.990Z] INFO: Archiving Costs [Pipeline] sh [2025-07-16T05:59:25.284Z] + cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv [2025-07-16T05:59:25.284Z] + cut -d, -f6 [Pipeline] lock [2025-07-16T05:59:25.301Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [2025-07-16T05:59:25.309Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] did not exist. Created. [2025-07-16T05:59:25.316Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-16T05:59:25.633Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-16T05:59:25.676Z] Stashed 1 file(s) [Pipeline] } [2025-07-16T05:59:25.683Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-16T05:59:25.713Z] $ docker stop --time=1 ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c [2025-07-16T05:59:26.856Z] $ docker rm -f --volumes ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-16T06:00:18.230Z] Removing intermediate container 8b706603cc2d [2025-07-16T06:00:18.230Z] ---> 94007fb34876 [2025-07-16T06:00:18.230Z] Step 9/10 : COPY . . [2025-07-16T06:00:18.230Z] ---> e0a13b9eb19d [2025-07-16T06:00:18.230Z] Step 10/10 : RUN ${MAKE} [2025-07-16T06:00:18.230Z] ---> Running in eb19927556dc [2025-07-16T06:00:18.230Z] noop [2025-07-16T06:00:18.230Z] Removing intermediate container eb19927556dc [2025-07-16T06:00:18.230Z] ---> 5b0e65ba2327 [2025-07-16T06:00:18.230Z] Successfully built 5b0e65ba2327 [2025-07-16T06:00:18.230Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:00:18.606Z] + docker inspect -f . ci-base-image-arm64 [2025-07-16T06:00:18.606Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:00:18.839Z] prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container [2025-07-16T06:00:18.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-opc-ua/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-16T06:00:20.128Z] $ docker top f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T06:00:21.001Z] + go version [2025-07-16T06:00:21.001Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-16T06:00:21.018Z] $ docker stop --time=1 f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 [2025-07-16T06:00:22.673Z] $ docker rm -f --volumes f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:00:23.286Z] + docker inspect -f . ci-base-image-arm64 [2025-07-16T06:00:23.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:00:23.488Z] prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container [2025-07-16T06:00:23.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-opc-ua/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-16T06:00:24.776Z] $ docker top a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T06:00:25.633Z] + git config --global --add safe.directory /w/workspace/device-opc-ua/16 [Pipeline] fileExists [Pipeline] sh [2025-07-16T06:00:26.292Z] + make test [2025-07-16T06:00:26.293Z] go test ./... -coverprofile=coverage.out [2025-07-16T06:00:31.659Z] ? github.com/edgexfoundry/device-opc-ua [no test files] [2025-07-16T06:04:38.674Z] github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements [2025-07-16T06:04:38.674Z] github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements [2025-07-16T06:04:38.674Z] ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.067s coverage: 41.4% of statements [2025-07-16T06:04:38.674Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-16T06:04:38.674Z] go vet ./... [2025-07-16T06:05:25.563Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-16T06:05:25.563Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-16T06:05:25.563Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-16T06:05:25.583Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-16T06:05:25.608Z] $ docker stop --time=1 a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 [2025-07-16T06:05:27.515Z] $ docker rm -f --volumes a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-16T06:05:29.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-16T06:05:29.113Z] Warning: overwriting stash ‘coverage-report’ [2025-07-16T06:05:29.607Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-16T06:05:30.039Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-16T06:05:30.367Z] + ls -al . [2025-07-16T06:05:30.367Z] total 232 [2025-07-16T06:05:30.367Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 06:00 . [2025-07-16T06:05:30.367Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:56 .. [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 62 Jul 16 05:56 .dockerignore [2025-07-16T06:05:30.367Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 05:56 .git [2025-07-16T06:05:30.367Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 .github [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 101 Jul 16 05:56 .gitignore [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 218 Jul 16 05:56 .golangci.yml [2025-07-16T06:05:30.367Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 .vscode [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 20452 Jul 16 05:56 Attribution.txt [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 2560 Jul 16 05:56 CHANGELOG.md [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 1242 Jul 16 05:56 Dockerfile [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 649 Jul 16 05:56 Jenkinsfile [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jul 16 05:56 LICENSE [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 2474 Jul 16 05:56 Makefile [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 4109 Jul 16 05:56 README.md [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 16 05:54 VERSION [2025-07-16T06:05:30.367Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 bin [2025-07-16T06:05:30.367Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 05:56 cmd [2025-07-16T06:05:30.367Z] -rw-r--r-- 1 jenkins jenkins 26136 Jul 16 06:04 coverage.out [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 6270 Jul 16 05:56 go.mod [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 86928 Jul 16 05:56 go.sum [2025-07-16T06:05:30.367Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:56 internal [2025-07-16T06:05:30.367Z] -rw-rw-r-- 1 jenkins jenkins 260 Jul 16 05:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:05:30.727Z] + docker build -t device-opc-ua-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fd5faddb6bef00999662222d4fecab10e289b007 --label arch=arm64 --label version=4.1.0-dev.4 . [2025-07-16T06:05:30.996Z] Sending build context to Docker daemon 8.897MB [2025-07-16T06:05:30.996Z] Step 1/23 : ARG BASE=golang:1.23-alpine3.20 [2025-07-16T06:05:30.996Z] Step 2/23 : FROM ${BASE} AS builder [2025-07-16T06:05:30.996Z] ---> 5b0e65ba2327 [2025-07-16T06:05:30.996Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2025-07-16T06:05:31.263Z] ---> Running in 8ec301f04a78 [2025-07-16T06:05:31.534Z] Removing intermediate container 8ec301f04a78 [2025-07-16T06:05:31.534Z] ---> 408c758a12a2 [2025-07-16T06:05:31.534Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-16T06:05:31.534Z] ---> Running in a97720879b9a [2025-07-16T06:05:32.134Z] Removing intermediate container a97720879b9a [2025-07-16T06:05:32.134Z] ---> a25428bb28d8 [2025-07-16T06:05:32.134Z] Step 5/23 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-16T06:05:32.134Z] ---> Running in 6c4d55b6d0bf [2025-07-16T06:05:33.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-16T06:05:33.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-16T06:05:34.778Z] OK: 239 MiB in 58 packages [2025-07-16T06:05:35.744Z] Removing intermediate container 6c4d55b6d0bf [2025-07-16T06:05:35.744Z] ---> 955ac747055b [2025-07-16T06:05:35.744Z] Step 6/23 : WORKDIR /device-opcua [2025-07-16T06:05:35.744Z] ---> Running in a606c64db8d1 [2025-07-16T06:05:36.010Z] Removing intermediate container a606c64db8d1 [2025-07-16T06:05:36.010Z] ---> 6b66793a6ab0 [2025-07-16T06:05:36.010Z] Step 7/23 : COPY go.mod vendor* ./ [2025-07-16T06:05:36.604Z] ---> a517060cc623 [2025-07-16T06:05:36.604Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-16T06:05:36.873Z] ---> Running in 11e3701f0a99 [2025-07-16T06:05:39.444Z] Removing intermediate container 11e3701f0a99 [2025-07-16T06:05:39.444Z] ---> 31e0139d1f57 [2025-07-16T06:05:39.444Z] Step 9/23 : COPY . . [2025-07-16T06:05:40.399Z] ---> dc77f67a11b4 [2025-07-16T06:05:40.399Z] Step 10/23 : RUN ${MAKE} [2025-07-16T06:05:40.399Z] ---> Running in 85fb5f999678 [2025-07-16T06:05:41.359Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd [2025-07-16T06:09:18.127Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2025-07-16T06:09:20.705Z] Removing intermediate container 85fb5f999678 [2025-07-16T06:09:20.705Z] ---> 65cfcb8afb31 [2025-07-16T06:09:20.705Z] Step 11/23 : FROM alpine:3.20 [2025-07-16T06:09:21.289Z] 3.20: Pulling from library/alpine [2025-07-16T06:09:21.289Z] 13e713f82565: Pulling fs layer [2025-07-16T06:09:21.556Z] 13e713f82565: Verifying Checksum [2025-07-16T06:09:21.556Z] 13e713f82565: Download complete [2025-07-16T06:09:22.141Z] 13e713f82565: Pull complete [2025-07-16T06:09:22.141Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-16T06:09:22.141Z] Status: Downloaded newer image for alpine:3.20 [2025-07-16T06:09:22.141Z] ---> c88e9dceb6cb [2025-07-16T06:09:22.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2025: IoTech Ltd' [2025-07-16T06:09:22.408Z] ---> Running in ec5038542291 [2025-07-16T06:09:22.676Z] Removing intermediate container ec5038542291 [2025-07-16T06:09:22.676Z] ---> 6fbf028c5ebf [2025-07-16T06:09:22.676Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2025-07-16T06:09:22.676Z] ---> Running in 312093210ab2 [2025-07-16T06:09:23.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-16T06:09:24.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-16T06:09:25.633Z] (1/6) Installing dumb-init (1.2.5-r3) [2025-07-16T06:09:25.633Z] (2/6) Installing libgcc (13.2.1_git20240309-r1) [2025-07-16T06:09:25.633Z] (3/6) Installing libsodium (1.0.19-r0) [2025-07-16T06:09:25.633Z] (4/6) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-16T06:09:25.633Z] (5/6) Installing libzmq (4.3.5-r2) [2025-07-16T06:09:25.633Z] (6/6) Installing zeromq (4.3.5-r2) [2025-07-16T06:09:25.903Z] Executing busybox-1.36.1-r29.trigger [2025-07-16T06:09:25.903Z] OK: 13 MiB in 20 packages [2025-07-16T06:09:26.865Z] Removing intermediate container 312093210ab2 [2025-07-16T06:09:26.865Z] ---> 96388430b931 [2025-07-16T06:09:26.865Z] Step 14/23 : RUN apk --no-cache upgrade [2025-07-16T06:09:27.133Z] ---> Running in 2c41ca09e72f [2025-07-16T06:09:28.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-16T06:09:28.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-16T06:09:29.773Z] OK: 13 MiB in 20 packages [2025-07-16T06:09:30.735Z] Removing intermediate container 2c41ca09e72f [2025-07-16T06:09:30.735Z] ---> 996a7d03762c [2025-07-16T06:09:30.735Z] Step 15/23 : COPY --from=builder /device-opcua/cmd / [2025-07-16T06:09:33.323Z] ---> c1da28178836 [2025-07-16T06:09:33.323Z] Step 16/23 : COPY --from=builder /device-opcua/LICENSE / [2025-07-16T06:09:33.590Z] ---> b1bbf789ad04 [2025-07-16T06:09:33.590Z] Step 17/23 : COPY --from=builder /device-opcua/Attribution.txt / [2025-07-16T06:09:34.178Z] ---> 8e2cb77f9022 [2025-07-16T06:09:34.178Z] Step 18/23 : EXPOSE 59997 [2025-07-16T06:09:34.178Z] ---> Running in 729581f80cd5 [2025-07-16T06:09:34.449Z] Removing intermediate container 729581f80cd5 [2025-07-16T06:09:34.449Z] ---> b70dff3ac202 [2025-07-16T06:09:34.449Z] Step 19/23 : ENTRYPOINT ["/device-opcua"] [2025-07-16T06:09:34.718Z] ---> Running in e3ad7ed613b2 [2025-07-16T06:09:34.986Z] Removing intermediate container e3ad7ed613b2 [2025-07-16T06:09:34.986Z] ---> ec3c41aae54d [2025-07-16T06:09:34.986Z] Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-16T06:09:34.986Z] ---> Running in 79ff0ae201d4 [2025-07-16T06:09:35.573Z] Removing intermediate container 79ff0ae201d4 [2025-07-16T06:09:35.573Z] ---> 3566d656242b [2025-07-16T06:09:35.573Z] Step 21/23 : LABEL arch=arm64 [2025-07-16T06:09:35.573Z] ---> Running in e6607daba062 [2025-07-16T06:09:35.842Z] Removing intermediate container e6607daba062 [2025-07-16T06:09:35.842Z] ---> 322b05471249 [2025-07-16T06:09:35.842Z] Step 22/23 : LABEL git_sha=fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T06:09:35.842Z] ---> Running in 5907e3c84214 [2025-07-16T06:09:36.109Z] Removing intermediate container 5907e3c84214 [2025-07-16T06:09:36.109Z] ---> 8a8a65128389 [2025-07-16T06:09:36.109Z] Step 23/23 : LABEL version=4.1.0-dev.4 [2025-07-16T06:09:36.378Z] ---> Running in 775fdda88ecd [2025-07-16T06:09:36.646Z] Removing intermediate container 775fdda88ecd [2025-07-16T06:09:36.646Z] ---> 159037042b8f [2025-07-16T06:09:36.646Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-16T06:09:36.646Z] Successfully built 159037042b8f [2025-07-16T06:09:36.646Z] Successfully tagged device-opc-ua-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T06:09:36.822Z] provisioning config files... [2025-07-16T06:09:36.837Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/16@tmp/config5558420452066590051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:09:37.195Z] ---> ****-login.sh [2025-07-16T06:09:37.195Z] nexus3.edgexfoundry.org:10001 [2025-07-16T06:09:37.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T06:09:37.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T06:09:37.462Z] Configure a credential helper to remove this warning. See [2025-07-16T06:09:37.462Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T06:09:37.462Z] [2025-07-16T06:09:37.462Z] Login Succeeded [2025-07-16T06:09:37.462Z] nexus3.edgexfoundry.org:10002 [2025-07-16T06:09:37.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T06:09:37.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T06:09:37.729Z] Configure a credential helper to remove this warning. See [2025-07-16T06:09:37.729Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T06:09:37.729Z] [2025-07-16T06:09:37.729Z] Login Succeeded [2025-07-16T06:09:38.002Z] nexus3.edgexfoundry.org:10003 [2025-07-16T06:09:38.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T06:09:38.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T06:09:38.270Z] Configure a credential helper to remove this warning. See [2025-07-16T06:09:38.270Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T06:09:38.270Z] [2025-07-16T06:09:38.270Z] Login Succeeded [2025-07-16T06:09:38.270Z] nexus3.edgexfoundry.org:10004 [2025-07-16T06:09:38.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T06:09:38.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T06:09:38.538Z] Configure a credential helper to remove this warning. See [2025-07-16T06:09:38.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T06:09:38.538Z] [2025-07-16T06:09:38.538Z] Login Succeeded [2025-07-16T06:09:38.538Z] ****.io [2025-07-16T06:09:38.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-16T06:09:39.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-16T06:09:39.074Z] Configure a credential helper to remove this warning. See [2025-07-16T06:09:39.074Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-16T06:09:39.074Z] [2025-07-16T06:09:39.074Z] Login Succeeded [2025-07-16T06:09:39.074Z] ---> ****-login.sh ends [Pipeline] } [2025-07-16T06:09:39.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-16T06:09:39.156Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-16T06:09:39.194Z] [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: [2025-07-16T06:09:39.194Z] fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T06:09:39.194Z] latest [2025-07-16T06:09:39.194Z] 4.1.0-dev.4 [2025-07-16T06:09:39.194Z] fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T06:09:39.194Z] main [2025-07-16T06:09:39.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:39.579Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:39.949Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T06:09:39.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-16T06:09:39.949Z] e0d932a869ad: Preparing [2025-07-16T06:09:39.949Z] 8d65a7e306b4: Preparing [2025-07-16T06:09:39.949Z] 1b959d082279: Preparing [2025-07-16T06:09:39.949Z] b9eea0348a98: Preparing [2025-07-16T06:09:39.949Z] e3222c511d85: Preparing [2025-07-16T06:09:39.949Z] 1e890da81ec9: Preparing [2025-07-16T06:09:39.949Z] 1e890da81ec9: Waiting [2025-07-16T06:09:40.215Z] b9eea0348a98: Pushed [2025-07-16T06:09:40.215Z] 8d65a7e306b4: Pushed [2025-07-16T06:09:40.215Z] e0d932a869ad: Pushed [2025-07-16T06:09:41.173Z] e3222c511d85: Pushed [2025-07-16T06:09:42.128Z] 1e890da81ec9: Pushed [2025-07-16T06:09:50.325Z] 1b959d082279: Pushed [2025-07-16T06:09:50.325Z] fd5faddb6bef00999662222d4fecab10e289b007: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:50.698Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:51.065Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2025-07-16T06:09:51.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-16T06:09:51.066Z] e0d932a869ad: Preparing [2025-07-16T06:09:51.066Z] 8d65a7e306b4: Preparing [2025-07-16T06:09:51.066Z] 1b959d082279: Preparing [2025-07-16T06:09:51.066Z] b9eea0348a98: Preparing [2025-07-16T06:09:51.066Z] e3222c511d85: Preparing [2025-07-16T06:09:51.066Z] 1e890da81ec9: Preparing [2025-07-16T06:09:51.066Z] 1e890da81ec9: Waiting [2025-07-16T06:09:51.066Z] e0d932a869ad: Layer already exists [2025-07-16T06:09:51.066Z] 8d65a7e306b4: Layer already exists [2025-07-16T06:09:51.066Z] b9eea0348a98: Layer already exists [2025-07-16T06:09:51.066Z] e3222c511d85: Layer already exists [2025-07-16T06:09:51.066Z] 1b959d082279: Layer already exists [2025-07-16T06:09:51.066Z] 1e890da81ec9: Layer already exists [2025-07-16T06:09:51.332Z] latest: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:51.692Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:52.062Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [2025-07-16T06:09:52.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-16T06:09:52.062Z] e0d932a869ad: Preparing [2025-07-16T06:09:52.062Z] 8d65a7e306b4: Preparing [2025-07-16T06:09:52.062Z] 1b959d082279: Preparing [2025-07-16T06:09:52.062Z] b9eea0348a98: Preparing [2025-07-16T06:09:52.062Z] e3222c511d85: Preparing [2025-07-16T06:09:52.062Z] 1e890da81ec9: Preparing [2025-07-16T06:09:52.062Z] 1e890da81ec9: Waiting [2025-07-16T06:09:52.062Z] e0d932a869ad: Layer already exists [2025-07-16T06:09:52.062Z] 8d65a7e306b4: Layer already exists [2025-07-16T06:09:52.062Z] b9eea0348a98: Layer already exists [2025-07-16T06:09:52.062Z] e3222c511d85: Layer already exists [2025-07-16T06:09:52.062Z] 1b959d082279: Layer already exists [2025-07-16T06:09:52.062Z] 1e890da81ec9: Layer already exists [2025-07-16T06:09:52.329Z] 4.1.0-dev.4: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:52.700Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:53.055Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T06:09:53.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-16T06:09:53.055Z] e0d932a869ad: Preparing [2025-07-16T06:09:53.055Z] 8d65a7e306b4: Preparing [2025-07-16T06:09:53.055Z] 1b959d082279: Preparing [2025-07-16T06:09:53.055Z] b9eea0348a98: Preparing [2025-07-16T06:09:53.055Z] e3222c511d85: Preparing [2025-07-16T06:09:53.055Z] 1e890da81ec9: Preparing [2025-07-16T06:09:53.055Z] 1e890da81ec9: Waiting [2025-07-16T06:09:53.055Z] b9eea0348a98: Layer already exists [2025-07-16T06:09:53.055Z] 8d65a7e306b4: Layer already exists [2025-07-16T06:09:53.055Z] e0d932a869ad: Layer already exists [2025-07-16T06:09:53.055Z] 1b959d082279: Layer already exists [2025-07-16T06:09:53.055Z] e3222c511d85: Layer already exists [2025-07-16T06:09:53.055Z] 1e890da81ec9: Layer already exists [2025-07-16T06:09:53.321Z] fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:53.689Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:54.044Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [2025-07-16T06:09:54.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-16T06:09:54.044Z] e0d932a869ad: Preparing [2025-07-16T06:09:54.044Z] 8d65a7e306b4: Preparing [2025-07-16T06:09:54.044Z] 1b959d082279: Preparing [2025-07-16T06:09:54.044Z] b9eea0348a98: Preparing [2025-07-16T06:09:54.044Z] e3222c511d85: Preparing [2025-07-16T06:09:54.044Z] 1e890da81ec9: Preparing [2025-07-16T06:09:54.044Z] 1e890da81ec9: Waiting [2025-07-16T06:09:54.044Z] e3222c511d85: Layer already exists [2025-07-16T06:09:54.044Z] e0d932a869ad: Layer already exists [2025-07-16T06:09:54.044Z] 8d65a7e306b4: Layer already exists [2025-07-16T06:09:54.044Z] b9eea0348a98: Layer already exists [2025-07-16T06:09:54.044Z] 1b959d082279: Layer already exists [2025-07-16T06:09:54.044Z] 1e890da81ec9: Layer already exists [2025-07-16T06:09:54.310Z] main: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-16T06:09:54.405Z] ===================================================== [Pipeline] echo [2025-07-16T06:09:54.427Z] taggedImages: [2025-07-16T06:09:54.427Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [2025-07-16T06:09:54.427Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2025-07-16T06:09:54.427Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [2025-07-16T06:09:54.427Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [2025-07-16T06:09:54.427Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] echo [2025-07-16T06:09:54.447Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo [2025-07-16T06:09:54.464Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] echo [2025-07-16T06:09:54.481Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [Pipeline] echo [2025-07-16T06:09:54.494Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] echo [2025-07-16T06:09:54.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:54.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-16T06:09:54.906Z] [2025-07-16T06:09:54.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:09:55.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-16T06:09:55.308Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-16T06:09:55.308Z] 8998bd30e6a1: Pulling fs layer [2025-07-16T06:09:55.308Z] 04944245beec: Pulling fs layer [2025-07-16T06:09:55.308Z] 699f458cf7ca: Pulling fs layer [2025-07-16T06:09:55.308Z] 765212b225bb: Pulling fs layer [2025-07-16T06:09:55.308Z] f23df028b6ca: Pulling fs layer [2025-07-16T06:09:55.308Z] d65c8cfc05b1: Pulling fs layer [2025-07-16T06:09:55.308Z] 2437ff75d9bd: Pulling fs layer [2025-07-16T06:09:55.308Z] d65c8cfc05b1: Waiting [2025-07-16T06:09:55.308Z] f23df028b6ca: Waiting [2025-07-16T06:09:55.308Z] 2437ff75d9bd: Waiting [2025-07-16T06:09:55.308Z] 765212b225bb: Waiting [2025-07-16T06:09:55.308Z] 04944245beec: Verifying Checksum [2025-07-16T06:09:55.308Z] 04944245beec: Download complete [2025-07-16T06:09:55.574Z] 765212b225bb: Verifying Checksum [2025-07-16T06:09:55.574Z] 765212b225bb: Download complete [2025-07-16T06:09:55.574Z] f23df028b6ca: Download complete [2025-07-16T06:09:55.574Z] d65c8cfc05b1: Verifying Checksum [2025-07-16T06:09:55.574Z] d65c8cfc05b1: Download complete [2025-07-16T06:09:55.574Z] 699f458cf7ca: Verifying Checksum [2025-07-16T06:09:55.574Z] 699f458cf7ca: Download complete [2025-07-16T06:09:56.158Z] 8998bd30e6a1: Verifying Checksum [2025-07-16T06:09:56.158Z] 8998bd30e6a1: Download complete [2025-07-16T06:09:58.736Z] 2437ff75d9bd: Download complete [2025-07-16T06:10:00.686Z] 8998bd30e6a1: Pull complete [2025-07-16T06:10:01.270Z] 04944245beec: Pull complete [2025-07-16T06:10:03.209Z] 699f458cf7ca: Pull complete [2025-07-16T06:10:03.209Z] 765212b225bb: Pull complete [2025-07-16T06:10:04.167Z] f23df028b6ca: Pull complete [2025-07-16T06:10:04.167Z] d65c8cfc05b1: Pull complete [2025-07-16T06:10:22.360Z] 2437ff75d9bd: Pull complete [2025-07-16T06:10:22.360Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-16T06:10:22.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-16T06:10:22.360Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:10:22.579Z] prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container [2025-07-16T06:10:22.633Z] $ 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-opc-ua/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-16T06:10:26.645Z] $ docker top 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:10:27.503Z] ---> job-cost.sh [2025-07-16T06:10:27.503Z] lf-activate-venv: SKIPPING [2025-07-16T06:10:27.503Z] INFO: No Stack... [2025-07-16T06:10:27.769Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-16T06:10:28.725Z] INFO: Archiving Costs [Pipeline] sh [2025-07-16T06:10:29.359Z] + cat /w/workspace/device-opc-ua/16/archives/cost.csv [2025-07-16T06:10:29.359Z] + cut -d, -f6 [Pipeline] lock [2025-07-16T06:10:29.416Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [2025-07-16T06:10:29.423Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] did not exist. Created. [2025-07-16T06:10:29.428Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-16T06:10:30.097Z] /w/workspace/device-opc-ua/16@tmp/durable-cf05c8bd/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-16T06:10:30.732Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-16T06:10:30.762Z] Warning: overwriting stash ‘stack-cost’ [2025-07-16T06:10:30.816Z] Stashed 1 file(s) [Pipeline] } [2025-07-16T06:10:30.823Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-16T06:10:30.847Z] $ docker stop --time=1 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb [2025-07-16T06:10:32.375Z] $ docker rm -f --volumes 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb [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 [2025-07-16T06:10:32.993Z] provisioning config files... [2025-07-16T06:10:32.999Z] copy managed file [device-opc-ua-codecov-token] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config11242449527007409408tmp [Pipeline] { [Pipeline] sh [2025-07-16T06:10:33.303Z] + set +x [2025-07-16T06:10:33.303Z] + curl -s https://codecov.io/bash [2025-07-16T06:10:33.303Z] + bash -s -- [2025-07-16T06:10:33.303Z] [2025-07-16T06:10:33.303Z] _____ _ [2025-07-16T06:10:33.303Z] / ____| | | [2025-07-16T06:10:33.303Z] | | ___ __| | ___ ___ _____ __ [2025-07-16T06:10:33.303Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-16T06:10:33.303Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-16T06:10:33.303Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-16T06:10:33.303Z] Bash-1.0.6 [2025-07-16T06:10:33.303Z] [2025-07-16T06:10:33.303Z] [2025-07-16T06:10:33.303Z] ==> git version 2.25.1 found [2025-07-16T06:10:33.303Z] ==> 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 [2025-07-16T06:10:33.303Z] Release-Date: 2020-01-08 [2025-07-16T06:10:33.303Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-16T06:10:33.303Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-16T06:10:33.303Z] ==> Jenkins CI detected. [2025-07-16T06:10:33.303Z] current dir:  /w/workspace/edgexfoundry_device-opc-ua_main [2025-07-16T06:10:33.303Z] project root: . [2025-07-16T06:10:33.303Z] --> token set from env [2025-07-16T06:10:33.303Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-16T06:10:33.303Z] ==> Running gcov in . (disable via -X gcov) [2025-07-16T06:10:33.303Z] ==> Python coveragepy not found [2025-07-16T06:10:33.303Z] ==> Searching for coverage reports in: [2025-07-16T06:10:33.303Z] + . [2025-07-16T06:10:33.303Z] -> Found 1 reports [2025-07-16T06:10:33.303Z] ==> Detecting git/mercurial file structure [2025-07-16T06:10:33.303Z] ==> Reading reports [2025-07-16T06:10:33.562Z] + ./coverage.out bytes=26136 [2025-07-16T06:10:33.562Z] ==> Appending adjustments [2025-07-16T06:10:33.562Z] https://docs.codecov.io/docs/fixing-reports [2025-07-16T06:10:33.562Z] + Found adjustments [2025-07-16T06:10:33.562Z] ==> Gzipping contents [2025-07-16T06:10:33.562Z] 4.0K /tmp/codecov.vgvoN7.gz [2025-07-16T06:10:33.562Z] ==> Uploading reports [2025-07-16T06:10:33.562Z] url: https://codecov.io [2025-07-16T06:10:33.562Z] query: branch=main&commit=fd5faddb6bef00999662222d4fecab10e289b007&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-16T06:10:33.562Z] -> Pinging Codecov [2025-07-16T06:10:33.562Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fd5faddb6bef00999662222d4fecab10e289b007&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-16T06:10:33.820Z] -> Uploading to [2025-07-16T06:10:33.820Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-opc-ua/fd5faddb6bef00999662222d4fecab10e289b007/8d47d46b-f4e5-4803-a3c1-1ad422be7b92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250716%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250716T061033Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=6916d4f7ee3bd7f7772c08c606e7ac603311e9ae792163e450eeb8136a42b884 [2025-07-16T06:10:33.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-16T06:10:33.820Z] Dload Upload Total Spent Left Speed [2025-07-16T06:10:34.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4018 0 0 100 4018 0 19410 --:--:-- --:--:-- --:--:-- 19317 100 4018 0 0 100 4018 0 17244 --:--:-- --:--:-- --:--:-- 17170 [2025-07-16T06:10:34.079Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-opc-ua/commit/fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } [2025-07-16T06:10:34.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-16T06:10:34.347Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-16T06:10:34.369Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:10:34.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-16T06:10:34.675Z] [2025-07-16T06:10:34.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:10:34.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-16T06:10:34.986Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-16T06:10:34.986Z] 0a9a5dfd008f: Already exists [2025-07-16T06:10:34.986Z] 36466aa92d05: Already exists [2025-07-16T06:10:34.986Z] e10405b45d13: Already exists [2025-07-16T06:10:34.986Z] 096b7ceb2af7: Already exists [2025-07-16T06:10:34.986Z] 4f4fb700ef54: Already exists [2025-07-16T06:10:34.986Z] e50aa161e22a: Pulling fs layer [2025-07-16T06:10:34.986Z] d3c8db5fb9df: Pulling fs layer [2025-07-16T06:10:35.245Z] e50aa161e22a: Verifying Checksum [2025-07-16T06:10:35.245Z] e50aa161e22a: Download complete [2025-07-16T06:10:35.504Z] e50aa161e22a: Pull complete [2025-07-16T06:10:36.881Z] d3c8db5fb9df: Verifying Checksum [2025-07-16T06:10:36.881Z] d3c8db5fb9df: Download complete [2025-07-16T06:10:40.168Z] d3c8db5fb9df: Pull complete [2025-07-16T06:10:40.168Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-16T06:10:40.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-16T06:10:40.168Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:10:40.274Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:10:40.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:10:41.268Z] $ docker top 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T06:10:41.621Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] echo [2025-07-16T06:10:41.632Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-opc-ua:main' [Pipeline] sh [2025-07-16T06:10:41.912Z] + set -o pipefail [2025-07-16T06:10:41.912Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-opc-ua:main' [2025-07-16T06:10:51.896Z] [2025-07-16T06:10:51.896Z] Monitoring /w/workspace/edgexfoundry_device-opc-ua_main (github.com/edgexfoundry/device-opc-ua)... [2025-07-16T06:10:51.896Z] [2025-07-16T06:10:51.896Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3cf99318-0193-4c3c-b62c-841d5a6b07bf/history/919e6923-954a-4b5c-b25e-330802ad6b03 [2025-07-16T06:10:51.896Z] [2025-07-16T06:10:51.896Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-16T06:10:51.896Z] [2025-07-16T06:10:51.896Z] [2025-07-16T06:10:51.896Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-07-16T06:10:51.896Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-07-16T06:10:51.903Z] $ docker stop --time=1 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 [2025-07-16T06:10:54.137Z] $ docker rm -f --volumes 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-16T06:10:55.060Z] + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] sh [2025-07-16T06:10:55.354Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-16T06:10:55.354Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:10:55.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T06:10:55.669Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:10:55.752Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:10:55.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:10:56.025Z] $ docker top 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 -eo pid,comm [2025-07-16T06:10:56.076Z] 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). [2025-07-16T06:10:56.076Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-16T06:10:56.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-16T06:10:56.132Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-16T06:10:56.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-16T06:10:56.240Z] $ docker exec 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 ssh-agent [2025-07-16T06:10:56.359Z] SSH_AUTH_SOCK=/tmp/ssh-9KJScFBxS5eh/agent.34 [2025-07-16T06:10:56.359Z] SSH_AGENT_PID=40 [2025-07-16T06:10:56.364Z] Running ssh-add (command line suppressed) [2025-07-16T06:10:56.465Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11977722277000579304.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11977722277000579304.key) [2025-07-16T06:10:56.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-16T06:10:56.778Z] + git semver tag [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,981 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,985 [run_tag] DEBUG tag force:False [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,985 [check_head_tag] DEBUG check head tag [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,986 [execute] INFO git cat-file --batch-check [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,986 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,988 [execute] INFO git cat-file --batch [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,988 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,992 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,993 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,993 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) [2025-07-16T06:10:57.038Z] 2025-07-16 06:10:56,996 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:10:57.038Z] 4.1.0-dev.4 [Pipeline] } [2025-07-16T06:10:57.044Z] $ docker exec --env ******** --env ******** 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 ssh-agent -k [2025-07-16T06:10:57.135Z] unset SSH_AUTH_SOCK; [2025-07-16T06:10:57.136Z] unset SSH_AGENT_PID; [2025-07-16T06:10:57.136Z] echo Agent pid 40 killed; [2025-07-16T06:10:57.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-16T06:10:57.495Z] + git semver [Pipeline] } [2025-07-16T06:10:57.762Z] $ docker stop --time=1 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 [2025-07-16T06:10:59.013Z] $ docker rm -f --volumes 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:10:59.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-16T06:10:59.429Z] [2025-07-16T06:10:59.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:10:59.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-16T06:10:59.735Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-16T06:10:59.735Z] ab5ef0e58194: Pulling fs layer [2025-07-16T06:10:59.735Z] 9712f1f96733: Pulling fs layer [2025-07-16T06:10:59.735Z] 63f879dbbcfc: Pulling fs layer [2025-07-16T06:10:59.735Z] 0d9ebad4ef96: Pulling fs layer [2025-07-16T06:10:59.735Z] e9a5061849ea: Pulling fs layer [2025-07-16T06:10:59.735Z] d747dcd14b5f: Pulling fs layer [2025-07-16T06:10:59.735Z] 2de7ff778b66: Pulling fs layer [2025-07-16T06:10:59.735Z] d747dcd14b5f: Waiting [2025-07-16T06:10:59.735Z] 2de7ff778b66: Waiting [2025-07-16T06:10:59.735Z] e9a5061849ea: Waiting [2025-07-16T06:10:59.735Z] 9712f1f96733: Verifying Checksum [2025-07-16T06:10:59.735Z] 9712f1f96733: Download complete [2025-07-16T06:10:59.994Z] 63f879dbbcfc: Verifying Checksum [2025-07-16T06:10:59.994Z] 63f879dbbcfc: Download complete [2025-07-16T06:11:00.252Z] e9a5061849ea: Verifying Checksum [2025-07-16T06:11:00.252Z] e9a5061849ea: Download complete [2025-07-16T06:11:00.252Z] d747dcd14b5f: Verifying Checksum [2025-07-16T06:11:00.252Z] d747dcd14b5f: Download complete [2025-07-16T06:11:00.252Z] ab5ef0e58194: Verifying Checksum [2025-07-16T06:11:00.252Z] ab5ef0e58194: Download complete [2025-07-16T06:11:00.252Z] 0d9ebad4ef96: Verifying Checksum [2025-07-16T06:11:00.252Z] 0d9ebad4ef96: Download complete [2025-07-16T06:11:00.510Z] 2de7ff778b66: Verifying Checksum [2025-07-16T06:11:00.510Z] 2de7ff778b66: Download complete [2025-07-16T06:11:04.693Z] ab5ef0e58194: Pull complete [2025-07-16T06:11:04.693Z] 9712f1f96733: Pull complete [2025-07-16T06:11:05.626Z] 63f879dbbcfc: Pull complete [2025-07-16T06:11:12.222Z] 0d9ebad4ef96: Pull complete [2025-07-16T06:11:12.222Z] e9a5061849ea: Pull complete [2025-07-16T06:11:12.222Z] d747dcd14b5f: Pull complete [2025-07-16T06:11:13.221Z] 2de7ff778b66: Pull complete [2025-07-16T06:11:13.221Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-16T06:11:13.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-16T06:11:13.221Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:11:13.362Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:11:13.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:11:14.902Z] $ docker top 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-16T06:11:14.991Z] provisioning config files... [2025-07-16T06:11:14.997Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4974958919822292244tmp [2025-07-16T06:11:15.006Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1920407338701670434tmp [2025-07-16T06:11:15.014Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config13439669461263671626tmp [Pipeline] { [Pipeline] echo [2025-07-16T06:11:15.103Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:15.420Z] ---> sigul-configuration.sh [2025-07-16T06:11:15.420Z] gpg: directory `/root/.gnupg' created [2025-07-16T06:11:15.420Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-16T06:11:15.420Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-16T06:11:15.420Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-16T06:11:15.420Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-16T06:11:15.420Z] gpg: CAST5 encrypted data [2025-07-16T06:11:15.420Z] gpg: encrypted with 1 passphrase [2025-07-16T06:11:15.420Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-16T06:11:15.725Z] + mkdir /home/jenkins [2025-07-16T06:11:15.725Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-16T06:11:16.020Z] + 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 [2025-07-16T06:11:16.033Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:16.328Z] ---> sigul-install.sh [2025-07-16T06:11:16.328Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-16T06:11:16.626Z] + git tag --list [2025-07-16T06:11:16.626Z] v4.0 [2025-07-16T06:11:16.626Z] v4.0.0 [2025-07-16T06:11:16.626Z] v4.1.0-dev.1 [2025-07-16T06:11:16.626Z] v4.1.0-dev.2 [2025-07-16T06:11:16.626Z] v4.1.0-dev.3 [2025-07-16T06:11:16.626Z] v4.1.0-dev.4 [Pipeline] sh [2025-07-16T06:11:16.923Z] + lftools sign git-tag v4.1.0-dev.4 [2025-07-16T06:11:17.492Z] Signing Git tag with Sigul... [2025-07-16T06:11:17.492Z] Signing v4.1.0-dev.4 [Pipeline] echo [2025-07-16T06:11:17.766Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:18.061Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-16T06:11:18.069Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-16T06:11:18.100Z] $ docker stop --time=1 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 [2025-07-16T06:11:19.392Z] $ docker rm -f --volumes 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-16T06:11:19.841Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-16T06:11:19.841Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:11:20.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T06:11:20.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:11:20.220Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:11:20.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:11:20.484Z] $ docker top c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 -eo pid,comm [2025-07-16T06:11:20.528Z] 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). [2025-07-16T06:11:20.528Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-16T06:11:20.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-16T06:11:20.583Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-16T06:11:20.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-16T06:11:20.703Z] $ docker exec c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 ssh-agent [2025-07-16T06:11:20.822Z] SSH_AUTH_SOCK=/tmp/ssh-zCqtzlxQoRW6/agent.32 [2025-07-16T06:11:20.822Z] SSH_AGENT_PID=38 [2025-07-16T06:11:20.826Z] Running ssh-add (command line suppressed) [2025-07-16T06:11:20.920Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_80961984054153270.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_80961984054153270.key) [2025-07-16T06:11:20.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-16T06:11:21.231Z] + git semver bump pre [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,437 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [bump_version] DEBUG bumped version:4.1.0-dev.5 [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:True [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,440 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,442 [execute] INFO git cat-file --batch-check [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,446 [execute] INFO git cat-file --batch [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,446 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-16T06:11:21.490Z] 2025-07-16 06:11:21,449 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:11:21.490Z] 4.1.0-dev.5 [Pipeline] } [2025-07-16T06:11:21.496Z] $ docker exec --env ******** --env ******** c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 ssh-agent -k [2025-07-16T06:11:21.597Z] unset SSH_AUTH_SOCK; [2025-07-16T06:11:21.597Z] unset SSH_AGENT_PID; [2025-07-16T06:11:21.597Z] echo Agent pid 38 killed; [2025-07-16T06:11:21.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-16T06:11:21.943Z] + git semver [Pipeline] } [2025-07-16T06:11:22.213Z] $ docker stop --time=1 c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 [2025-07-16T06:11:23.483Z] $ docker rm -f --volumes c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-16T06:11:23.847Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-16T06:11:23.847Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:11:24.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-16T06:11:24.149Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:11:24.232Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:11:24.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:11:24.478Z] $ docker top ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 -eo pid,comm [2025-07-16T06:11:24.526Z] 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). [2025-07-16T06:11:24.526Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-16T06:11:24.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-16T06:11:24.582Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-16T06:11:24.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-16T06:11:24.703Z] $ docker exec ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 ssh-agent [2025-07-16T06:11:24.826Z] SSH_AUTH_SOCK=/tmp/ssh-hx3opxPOCS5B/agent.32 [2025-07-16T06:11:24.826Z] SSH_AGENT_PID=38 [2025-07-16T06:11:24.830Z] Running ssh-add (command line suppressed) [2025-07-16T06:11:24.910Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2174699297351790066.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2174699297351790066.key) [2025-07-16T06:11:24.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-16T06:11:25.216Z] + git semver push [2025-07-16T06:11:25.474Z] 2025-07-16 06:11:25,406 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-16T06:11:25.474Z] 2025-07-16 06:11:25,410 [run_push] DEBUG push [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,410 [execute] INFO git cat-file --batch-check [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,411 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,413 [execute] INFO git rev-list 24e416963fd15f003199cdb178c72d5ec8fec0b0 -- [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,413 [execute] DEBUG Popen(['git', 'rev-list', '24e416963fd15f003199cdb178c72d5ec8fec0b0', '--'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,417 [execute] INFO git fetch -v -- origin [2025-07-16T06:11:25.475Z] 2025-07-16 06:11:25,417 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-16T06:11:26.043Z] 2025-07-16 06:11:25,864 [run_push] DEBUG no remote changes detected [2025-07-16T06:11:26.043Z] 2025-07-16 06:11:25,864 [execute] INFO git push origin semver [2025-07-16T06:11:26.043Z] 2025-07-16 06:11:25,865 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-16T06:11:26.979Z] 2025-07-16 06:11:26,696 [run_push] DEBUG push all version tags [2025-07-16T06:11:26.979Z] 2025-07-16 06:11:26,696 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-16T06:11:26.979Z] 2025-07-16 06:11:26,697 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) [2025-07-16T06:11:27.546Z] 2025-07-16 06:11:27,355 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-16T06:11:27.546Z] 4.1.0-dev.5 [Pipeline] } [2025-07-16T06:11:27.552Z] $ docker exec --env ******** --env ******** ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 ssh-agent -k [2025-07-16T06:11:27.651Z] unset SSH_AUTH_SOCK; [2025-07-16T06:11:27.651Z] unset SSH_AGENT_PID; [2025-07-16T06:11:27.651Z] echo Agent pid 38 killed; [2025-07-16T06:11:27.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-16T06:11:28.004Z] + git semver [Pipeline] } [2025-07-16T06:11:28.270Z] $ docker stop --time=1 ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 [2025-07-16T06:11:29.557Z] $ docker rm -f --volumes ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 [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 [2025-07-16T06:11:30.211Z] + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] [2025-07-16T06:11:30.211Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-16T06:11:30.211Z] total 16 [2025-07-16T06:11:30.211Z] drwxr-xr-x 3 root root 4096 Jul 16 05:59 . [2025-07-16T06:11:30.211Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 16 06:11 .. [2025-07-16T06:11:30.211Z] drwxr-xr-x 2 root root 4096 Jul 16 05:59 cost [2025-07-16T06:11:30.211Z] -rw-r--r-- 1 root root 84 Jul 16 05:59 cost.csv [2025-07-16T06:11:30.211Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-16T06:11:30.211Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-16T06:11:30.211Z] total 16 [2025-07-16T06:11:30.211Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 05:59 . [2025-07-16T06:11:30.211Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 16 06:11 .. [2025-07-16T06:11:30.211Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 16 05:59 cost [2025-07-16T06:11:30.211Z] -rw-r--r-- 1 jenkins jenkins 84 Jul 16 05:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:30.507Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:31.367Z] ---> package-listing.sh [2025-07-16T06:11:31.367Z] ++ facter osfamily [2025-07-16T06:11:31.367Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-16T06:11:31.626Z] + OS_FAMILY=debian [2025-07-16T06:11:31.626Z] + workspace=/w/workspace/edgexfoundry_device-opc-ua_main [2025-07-16T06:11:31.626Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-16T06:11:31.626Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-16T06:11:31.626Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-16T06:11:31.626Z] + PACKAGES=/tmp/packages_start.txt [2025-07-16T06:11:31.626Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-16T06:11:31.626Z] + PACKAGES=/tmp/packages_end.txt [2025-07-16T06:11:31.626Z] + case "${OS_FAMILY}" in [2025-07-16T06:11:31.626Z] + dpkg -l [2025-07-16T06:11:31.626Z] + grep '^ii' [2025-07-16T06:11:31.626Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-16T06:11:31.626Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-16T06:11:31.626Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-16T06:11:31.626Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-16T06:11:31.626Z] + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [2025-07-16T06:11:31.626Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo [2025-07-16T06:11:31.638Z] 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/edgexfoundry_device-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-16T06:11:31.918Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-16T06:11:32.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-16T06:11:32.490Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-16T06:11:32.576Z] prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container [2025-07-16T06:11:32.604Z] $ 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/edgexfoundry_device-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 [2025-07-16T06:11:32.806Z] $ docker top 1ce2dbab702e7efe9aac126870fd9d7d74f2694dec3a4fa7ba2dcc8efce504c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-16T06:11:33.157Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-16T06:11:33.450Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-16T06:11:33.730Z] + ls /var/log/sa-host [2025-07-16T06:11:33.731Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-16T06:11:33.769Z] provisioning config files... [2025-07-16T06:11:33.777Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config705323195677669570tmp [Pipeline] { [Pipeline] echo [2025-07-16T06:11:33.798Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:34.079Z] ---> create-netrc.sh [Pipeline] } [2025-07-16T06:11:34.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:34.403Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-16T06:11:34.413Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:34.696Z] ---> sudo-logs.sh [2025-07-16T06:11:34.696Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-16T06:11:34.731Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:35.012Z] ---> job-cost.sh [2025-07-16T06:11:35.012Z] lf-activate-venv: SKIPPING [2025-07-16T06:11:35.012Z] DEBUG: total: 0.2199999988079071 [2025-07-16T06:11:35.012Z] INFO: Retrieving Stack Cost... [2025-07-16T06:11:35.580Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-16T06:11:35.840Z] INFO: Archiving Costs [Pipeline] echo [2025-07-16T06:11:35.855Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-16T06:11:36.145Z] ---> logs-deploy.sh [2025-07-16T06:11:36.145Z] lf-activate-venv: SKIPPING [2025-07-16T06:11:36.145Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/16 [2025-07-16T06:11:36.145Z] INFO: archiving workspace using pattern(s): [2025-07-16T06:11:37.082Z] Archives upload complete. [2025-07-16T06:11:37.082Z] INFO: archiving logs to Nexus