Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 83aed419838c95e88690884805deb3001cd714b8 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-ssh9371099095538254429.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-ssh6545359015952643147.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-ssh8924284674341542501.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-ssh4634671186462841172.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-ssh13657363243843281276.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4839’ Running on prd-ubuntu20.04-docker-8c-8g-4846 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 Avoid second fetch Checking out Revision 83aed419838c95e88690884805deb3001cd714b8 (main) Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#122)" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 > git rev-list --no-walk a5029f0d5120205bfe8d99e98bdad9c40e898795 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-09T10:53:00.607Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-09T10:53:00.679Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-09T10:53:00.706Z] ========================================================= [2025-07-09T10:53:00.706Z] EdgeX Global Pipelines Version Info [2025-07-09T10:53:00.706Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:01.792Z] ------------------- [2025-07-09T10:53:01.792Z] stable info: [2025-07-09T10:53:01.792Z] ------------------- [2025-07-09T10:53:01.792Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-09T10:53:01.792Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-09T10:53:01.792Z] Message: update stable to v1.0.274 [2025-07-09T10:53:02.360Z] ------------------- [2025-07-09T10:53:02.360Z] experimental info: [2025-07-09T10:53:02.360Z] ------------------- [2025-07-09T10:53:02.360Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-09T10:53:02.360Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-09T10:53:02.360Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-09T10:53:02.432Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo [2025-07-09T10:53:02.450Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo [2025-07-09T10:53:02.467Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-09T10:53:02.491Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-09T10:53:02.515Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-09T10:53:02.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-09T10:53:02.564Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-09T10:53:02.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-09T10:53:02.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-09T10:53:02.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-09T10:53:02.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-09T10:53:02.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo [2025-07-09T10:53:02.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-09T10:53:02.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-09T10:53:02.742Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-09T10:53:02.765Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-09T10:53:02.786Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-09T10:53:02.807Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-09T10:53:02.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-09T10:53:02.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-09T10:53:02.877Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-09T10:53:02.903Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-09T10:53:02.922Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-09T10:53:02.940Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-09T10:53:02.956Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-09T10:53:02.975Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-09T10:53:02.995Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-09T10:53:03.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-09T10:53:03.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-09T10:53:03.058Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-09T10:53:03.075Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo [2025-07-09T10:53:03.092Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83aed41 [Pipeline] echo [2025-07-09T10:53:03.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:53:03.170Z] provisioning config files... [2025-07-09T10:53:03.184Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1564150981073054986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:03.516Z] ---> ****-login.sh [2025-07-09T10:53:03.516Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:53:03.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:03.780Z] [2025-07-09T10:53:03.781Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:03.781Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:03.781Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:03.781Z] [2025-07-09T10:53:03.781Z] Login Succeeded [2025-07-09T10:53:03.781Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:53:03.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:03.781Z] [2025-07-09T10:53:03.781Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:03.781Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:03.781Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:03.781Z] [2025-07-09T10:53:03.781Z] Login Succeeded [2025-07-09T10:53:03.781Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:53:03.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:03.781Z] [2025-07-09T10:53:03.781Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:03.781Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:03.781Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:03.781Z] [2025-07-09T10:53:03.781Z] Login Succeeded [2025-07-09T10:53:03.781Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:53:04.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:04.040Z] [2025-07-09T10:53:04.040Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:04.040Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:04.040Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:04.040Z] [2025-07-09T10:53:04.040Z] Login Succeeded [2025-07-09T10:53:04.040Z] ****.io [2025-07-09T10:53:04.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:04.305Z] [2025-07-09T10:53:04.305Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-09T10:53:04.305Z] Configure a credential helper to remove this warning. See [2025-07-09T10:53:04.305Z] https://docs.****.com/go/credential-store/ [2025-07-09T10:53:04.305Z] [2025-07-09T10:53:04.305Z] Login Succeeded [2025-07-09T10:53:04.305Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:53:04.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-09T10:53:04.728Z] + git rev-list -1 --merges 83aed419838c95e88690884805deb3001cd714b8~1..83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo [2025-07-09T10:53:04.760Z] -----------> git rev-list -1 --merges 83aed419838c95e88690884805deb3001cd714b8~1..83aed419838c95e88690884805deb3001cd714b8 83aed419838c95e88690884805deb3001cd714b8 [false] [Pipeline] sh [2025-07-09T10:53:05.063Z] + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo [2025-07-09T10:53:05.076Z] ========================================================= [2025-07-09T10:53:05.076Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-09T10:53:05.076Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T10:53:05.408Z] + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo [2025-07-09T10:53:05.421Z] [semverPrep] GIT_COMMIT: 83aed419838c95e88690884805deb3001cd714b8, Commit Message: build: Upgrade SDK to v4.1.0-dev.21 (#122) [Pipeline] echo [2025-07-09T10:53:05.434Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-09T10:53:05.790Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T10:53:05.790Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-09T10:53:05.790Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-09T10:53:05.790Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-09T10:53:05.790Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-09T10:53:05.790Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-09T10:53:05.790Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:53:06.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:06.147Z] [2025-07-09T10:53:06.147Z] 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-09T10:53:06.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:06.453Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-09T10:53:06.453Z] 3dae71ba6b94: Pulling fs layer [2025-07-09T10:53:06.453Z] 6bf1a483ea7c: Pulling fs layer [2025-07-09T10:53:06.453Z] f5dfc541a4d3: Pulling fs layer [2025-07-09T10:53:06.453Z] 461d9e800cba: Pulling fs layer [2025-07-09T10:53:06.453Z] 80192f66455f: Pulling fs layer [2025-07-09T10:53:06.453Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-09T10:53:06.453Z] a29436f7fd5d: Pulling fs layer [2025-07-09T10:53:06.453Z] 923cac83aea3: Pulling fs layer [2025-07-09T10:53:06.453Z] 25ad8b0a4227: Pulling fs layer [2025-07-09T10:53:06.453Z] db01528c6b51: Pulling fs layer [2025-07-09T10:53:06.453Z] 28988de357af: Pulling fs layer [2025-07-09T10:53:06.453Z] a29436f7fd5d: Waiting [2025-07-09T10:53:06.453Z] 923cac83aea3: Waiting [2025-07-09T10:53:06.453Z] 25ad8b0a4227: Waiting [2025-07-09T10:53:06.453Z] 461d9e800cba: Waiting [2025-07-09T10:53:06.453Z] 80192f66455f: Waiting [2025-07-09T10:53:06.453Z] 2e8e34ca0e6c: Waiting [2025-07-09T10:53:06.453Z] db01528c6b51: Waiting [2025-07-09T10:53:06.453Z] 28988de357af: Waiting [2025-07-09T10:53:06.453Z] 6bf1a483ea7c: Verifying Checksum [2025-07-09T10:53:06.453Z] 6bf1a483ea7c: Download complete [2025-07-09T10:53:06.453Z] 461d9e800cba: Verifying Checksum [2025-07-09T10:53:06.453Z] 461d9e800cba: Download complete [2025-07-09T10:53:06.712Z] 80192f66455f: Verifying Checksum [2025-07-09T10:53:06.712Z] 80192f66455f: Download complete [2025-07-09T10:53:06.712Z] f5dfc541a4d3: Verifying Checksum [2025-07-09T10:53:06.712Z] f5dfc541a4d3: Download complete [2025-07-09T10:53:06.712Z] 3dae71ba6b94: Verifying Checksum [2025-07-09T10:53:06.712Z] 3dae71ba6b94: Download complete [2025-07-09T10:53:06.712Z] 923cac83aea3: Download complete [2025-07-09T10:53:06.969Z] 25ad8b0a4227: Verifying Checksum [2025-07-09T10:53:06.970Z] 25ad8b0a4227: Download complete [2025-07-09T10:53:06.970Z] db01528c6b51: Verifying Checksum [2025-07-09T10:53:06.970Z] db01528c6b51: Download complete [2025-07-09T10:53:06.970Z] 28988de357af: Verifying Checksum [2025-07-09T10:53:06.970Z] 28988de357af: Download complete [2025-07-09T10:53:06.970Z] a29436f7fd5d: Verifying Checksum [2025-07-09T10:53:06.970Z] a29436f7fd5d: Download complete [2025-07-09T10:53:07.537Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-09T10:53:07.537Z] 2e8e34ca0e6c: Download complete [2025-07-09T10:53:08.104Z] 3dae71ba6b94: Pull complete [2025-07-09T10:53:08.364Z] 6bf1a483ea7c: Pull complete [2025-07-09T10:53:09.304Z] f5dfc541a4d3: Pull complete [2025-07-09T10:53:09.304Z] 461d9e800cba: Pull complete [2025-07-09T10:53:09.304Z] 80192f66455f: Pull complete [2025-07-09T10:53:13.496Z] 2e8e34ca0e6c: Pull complete [2025-07-09T10:53:14.065Z] a29436f7fd5d: Pull complete [2025-07-09T10:53:14.065Z] 923cac83aea3: Pull complete [2025-07-09T10:53:14.065Z] 25ad8b0a4227: Pull complete [2025-07-09T10:53:14.065Z] db01528c6b51: Pull complete [2025-07-09T10:53:14.065Z] 28988de357af: Pull complete [2025-07-09T10:53:14.065Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-09T10:53:14.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T10:53:14.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:53:14.200Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T10:53:14.231Z] $ 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-09T10:53:17.068Z] $ docker top f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 -eo pid,comm [2025-07-09T10:53:17.115Z] 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-09T10:53:17.115Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T10:53:17.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T10:53:17.169Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T10:53:17.270Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T10:53:17.270Z] $ docker exec f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent [2025-07-09T10:53:17.381Z] SSH_AUTH_SOCK=/tmp/ssh-ECxP86jmXrEe/agent.32 [2025-07-09T10:53:17.381Z] SSH_AGENT_PID=38 [2025-07-09T10:53:17.388Z] Running ssh-add (command line suppressed) [2025-07-09T10:53:17.474Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_16812996403992299961.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_16812996403992299961.key) [2025-07-09T10:53:17.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T10:53:17.778Z] + git tag --points-at HEAD [Pipeline] } [2025-07-09T10:53:17.785Z] $ docker exec --env ******** --env ******** f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent -k [2025-07-09T10:53:17.883Z] unset SSH_AUTH_SOCK; [2025-07-09T10:53:17.883Z] unset SSH_AGENT_PID; [2025-07-09T10:53:17.883Z] echo Agent pid 38 killed; [2025-07-09T10:53:17.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-09T10:53:17.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T10:53:17.942Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T10:53:18.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T10:53:18.053Z] $ docker exec f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent [2025-07-09T10:53:18.159Z] SSH_AUTH_SOCK=/tmp/ssh-jG7YLKm2RsT6/agent.71 [2025-07-09T10:53:18.159Z] SSH_AGENT_PID=77 [2025-07-09T10:53:18.162Z] Running ssh-add (command line suppressed) [2025-07-09T10:53:18.251Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9927589454779867270.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9927589454779867270.key) [2025-07-09T10:53:18.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T10:53:18.652Z] + git semver init [2025-07-09T10:53:18.912Z] 2025-07-09 10:53:18,750 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T10:53:18.912Z] 2025-07-09 10:53:18,753 [run_init] DEBUG init version:0.0.0 force:False [2025-07-09T10:53:18.912Z] 2025-07-09 10:53:18,753 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver [2025-07-09T10:53:18.912Z] 2025-07-09 10:53:18,754 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-opc-ua.git /w/workspace/edgexfoundry_device-opc-ua_main/.semver [2025-07-09T10:53:18.912Z] 2025-07-09 10:53:18,754 [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-09T10:53:19.850Z] 2025-07-09 10:53:19,796 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude [2025-07-09T10:53:19.850Z] 2025-07-09 10:53:19,796 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:False [2025-07-09T10:53:19.850Z] 2025-07-09 10:53:19,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T10:53:19.850Z] 2025-07-09 10:53:19,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T10:53:19.850Z] 4.1.0-dev.3 [Pipeline] } [2025-07-09T10:53:19.856Z] $ docker exec --env ******** --env ******** f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent -k [2025-07-09T10:53:19.942Z] unset SSH_AUTH_SOCK; [2025-07-09T10:53:19.944Z] unset SSH_AGENT_PID; [2025-07-09T10:53:19.944Z] echo Agent pid 77 killed; [2025-07-09T10:53:19.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T10:53:20.270Z] + git semver [Pipeline] } [2025-07-09T10:53:20.541Z] $ docker stop --time=1 f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 [2025-07-09T10:53:21.828Z] $ docker rm -f --volumes f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T10:53:22.176Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-09T10:53:22.400Z] Stashed 1 file(s) [Pipeline] echo [2025-07-09T10:53:22.404Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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-09T10:53:22.549Z] provisioning config files... [2025-07-09T10:53:22.556Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config3128947951395191883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:53:22.858Z] ---> ****-login.sh [2025-07-09T10:53:22.858Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:53:22.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:22.858Z] Login Succeeded [2025-07-09T10:53:22.858Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:53:22.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:22.858Z] Login Succeeded [2025-07-09T10:53:22.858Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:53:23.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:23.117Z] Login Succeeded [2025-07-09T10:53:23.117Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:53:23.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:23.117Z] Login Succeeded [2025-07-09T10:53:23.117Z] ****.io [2025-07-09T10:53:23.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:53:23.380Z] Login Succeeded [2025-07-09T10:53:23.380Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:53:23.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-09T10:53:23.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:53:23.532Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:53:23.546Z] ========================================================= [2025-07-09T10:53:23.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-09T10:53:23.546Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:53:23.879Z] + 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-09T10:53:24.446Z] #0 building with "default" instance using docker driver [2025-07-09T10:53:24.446Z] [2025-07-09T10:53:24.446Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:53:24.446Z] #1 transferring dockerfile: 1.28kB done [2025-07-09T10:53:24.446Z] #1 DONE 0.0s [2025-07-09T10:53:24.446Z] [2025-07-09T10:53:24.446Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-09T10:53:24.446Z] #2 DONE 0.1s [2025-07-09T10:53:24.706Z] [2025-07-09T10:53:24.706Z] #3 [internal] load .dockerignore [2025-07-09T10:53:24.706Z] #3 transferring context: 102B done [2025-07-09T10:53:24.706Z] #3 DONE 0.0s [2025-07-09T10:53:24.706Z] [2025-07-09T10:53:24.706Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-09T10:53:24.706Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-09T10:53:24.706Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-09T10:53:24.706Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-09T10:53:24.706Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-09T10:53:24.706Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-07-09T10:53:24.706Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-09T10:53:24.706Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-07-09T10:53:24.706Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-09T10:53:24.706Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-09T10:53:24.706Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 11.53MB / 74.06MB 0.2s [2025-07-09T10:53:24.706Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-09T10:53:24.706Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-09T10:53:24.706Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.10MB / 2.38MB 0.2s [2025-07-09T10:53:24.706Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-09T10:53:24.706Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-07-09T10:53:24.965Z] #4 ... [2025-07-09T10:53:24.965Z] [2025-07-09T10:53:24.965Z] #5 [internal] load build context [2025-07-09T10:53:24.965Z] #5 transferring context: 17.37MB 0.2s done [2025-07-09T10:53:24.965Z] #5 DONE 0.2s [2025-07-09T10:53:24.965Z] [2025-07-09T10:53:24.965Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-09T10:53:24.965Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s [2025-07-09T10:53:24.965Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-09T10:53:24.965Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-09T10:53:24.965Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.3s [2025-07-09T10:53:24.965Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 2.10MB / 13.29MB 0.3s [2025-07-09T10:53:24.965Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-09T10:53:24.965Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.5s [2025-07-09T10:53:24.965Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 30.51MB / 100.52MB 0.5s [2025-07-09T10:53:24.965Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-07-09T10:53:24.965Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-09T10:53:25.223Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-09T10:53:25.223Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 44.04MB / 100.52MB 0.6s [2025-07-09T10:53:25.480Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-07-09T10:53:25.480Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 90.17MB / 100.52MB 0.8s [2025-07-09T10:53:25.480Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s [2025-07-09T10:53:25.480Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-09T10:53:25.737Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done [2025-07-09T10:53:29.913Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.3s done [2025-07-09T10:53:29.913Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-09T10:53:30.169Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-09T10:53:30.169Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-09T10:53:30.169Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-09T10:53:30.169Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-09T10:53:30.169Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-09T10:53:30.169Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-09T10:53:32.701Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.3s done [2025-07-09T10:53:32.701Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 [2025-07-09T10:53:33.266Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done [2025-07-09T10:53:33.266Z] #4 DONE 8.7s [2025-07-09T10:53:33.524Z] [2025-07-09T10:53:33.524Z] #6 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-09T10:53:33.524Z] #6 0.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:53:33.524Z] #6 0.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:53:34.088Z] #6 0.665 OK: 248 MiB in 58 packages [2025-07-09T10:53:37.370Z] #6 DONE 3.5s [2025-07-09T10:53:37.370Z] [2025-07-09T10:53:37.370Z] #7 [builder 3/7] WORKDIR /device-opcua [2025-07-09T10:53:37.370Z] #7 DONE 0.0s [2025-07-09T10:53:37.370Z] [2025-07-09T10:53:37.370Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-09T10:53:37.370Z] #8 DONE 0.0s [2025-07-09T10:53:37.370Z] [2025-07-09T10:53:37.370Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:53:37.513Z] Still waiting to schedule task [2025-07-09T10:53:37.513Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-09T10:54:24.074Z] #9 DONE 41.6s [2025-07-09T10:54:24.074Z] [2025-07-09T10:54:24.074Z] #10 [builder 6/7] COPY . . [2025-07-09T10:54:24.074Z] #10 DONE 0.2s [2025-07-09T10:54:24.074Z] [2025-07-09T10:54:24.074Z] #11 [builder 7/7] RUN echo noop [2025-07-09T10:54:24.074Z] #11 0.192 noop [2025-07-09T10:54:24.074Z] #11 DONE 0.2s [2025-07-09T10:54:24.074Z] [2025-07-09T10:54:24.074Z] #12 exporting to image [2025-07-09T10:54:24.074Z] #12 exporting layers [2025-07-09T10:54:26.602Z] #12 exporting layers 7.4s done [2025-07-09T10:54:26.602Z] #12 writing image sha256:055e90b34177d11759ff6d907420a2c6432c5d3145859c61f77d6153afa4a0b6 done [2025-07-09T10:54:26.602Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-09T10:54:26.602Z] #12 DONE 7.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:54:26.926Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-09T10:54:26.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:54:27.000Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T10:54:27.026Z] $ 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-09T10:54:27.367Z] $ docker top 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:54:27.712Z] + go version [2025-07-09T10:54:27.712Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-09T10:54:27.720Z] $ docker stop --time=1 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b [2025-07-09T10:54:28.956Z] $ docker rm -f --volumes 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:54:29.393Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-09T10:54:29.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:54:29.468Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T10:54:29.494Z] $ 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-09T10:54:29.721Z] $ docker top e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:54:30.060Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh [2025-07-09T10:54:30.358Z] + make test [2025-07-09T10:54:30.358Z] go test ./... -coverprofile=coverage.out [2025-07-09T10:54:31.732Z] ? github.com/edgexfoundry/device-opc-ua [no test files] [2025-07-09T10:54:49.804Z] github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements [2025-07-09T10:54:49.804Z] github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements [2025-07-09T10:54:49.804Z] ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.017s coverage: 41.4% of statements [2025-07-09T10:54:59.767Z] go vet ./... [2025-07-09T10:55:03.950Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-09T10:55:03.950Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-09T10:55:03.950Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-09T10:55:04.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-09T10:55:04.236Z] $ docker stop --time=1 e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 [2025-07-09T10:55:07.596Z] $ docker rm -f --volumes e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T10:55:08.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-09T10:55:08.199Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-09T10:55:08.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-09T10:55:08.960Z] + ls -al . [2025-07-09T10:55:08.960Z] total 236 [2025-07-09T10:55:08.960Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 9 10:54 . [2025-07-09T10:55:08.960Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:52 .. [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 62 Jul 9 10:52 .dockerignore [2025-07-09T10:55:08.960Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:54 .git [2025-07-09T10:55:08.960Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 .github [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 101 Jul 9 10:52 .gitignore [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 218 Jul 9 10:52 .golangci.yml [2025-07-09T10:55:08.960Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:53 .semver [2025-07-09T10:55:08.960Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 .vscode [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 20452 Jul 9 10:52 Attribution.txt [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 2560 Jul 9 10:52 CHANGELOG.md [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 1242 Jul 9 10:52 Dockerfile [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 649 Jul 9 10:52 Jenkinsfile [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jul 9 10:52 LICENSE [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 2474 Jul 9 10:52 Makefile [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 4109 Jul 9 10:52 README.md [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION [2025-07-09T10:55:08.960Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 bin [2025-07-09T10:55:08.960Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:52 cmd [2025-07-09T10:55:08.960Z] -rw-r--r-- 1 jenkins jenkins 26136 Jul 9 10:54 coverage.out [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 6270 Jul 9 10:52 go.mod [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 86928 Jul 9 10:52 go.sum [2025-07-09T10:55:08.960Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:52 internal [2025-07-09T10:55:08.960Z] -rw-rw-r-- 1 jenkins jenkins 260 Jul 9 10:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:09.277Z] + 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=83aed419838c95e88690884805deb3001cd714b8 --label arch=amd64 --label version=4.1.0-dev.3 . [2025-07-09T10:55:09.535Z] #0 building with "default" instance using docker driver [2025-07-09T10:55:09.535Z] [2025-07-09T10:55:09.535Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:55:09.535Z] #1 transferring dockerfile: 1.28kB done [2025-07-09T10:55:09.535Z] #1 DONE 0.0s [2025-07-09T10:55:09.535Z] [2025-07-09T10:55:09.535Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-09T10:55:09.535Z] #2 DONE 0.0s [2025-07-09T10:55:09.535Z] [2025-07-09T10:55:09.535Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-09T10:55:09.535Z] #3 DONE 0.1s [2025-07-09T10:55:09.535Z] [2025-07-09T10:55:09.535Z] #4 [internal] load .dockerignore [2025-07-09T10:55:09.535Z] #4 transferring context: 102B done [2025-07-09T10:55:09.535Z] #4 DONE 0.0s [2025-07-09T10:55:09.794Z] [2025-07-09T10:55:09.794Z] #5 [internal] load build context [2025-07-09T10:55:09.794Z] #5 transferring context: 36.50kB 0.0s done [2025-07-09T10:55:09.794Z] #5 DONE 0.0s [2025-07-09T10:55:09.794Z] [2025-07-09T10:55:09.794Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-09T10:55:09.794Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-09T10:55:09.794Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-09T10:55:09.794Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-09T10:55:09.794Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-09T10:55:09.794Z] #6 DONE 0.0s [2025-07-09T10:55:09.794Z] [2025-07-09T10:55:09.794Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-09T10:55:09.794Z] #7 DONE 0.1s [2025-07-09T10:55:09.794Z] [2025-07-09T10:55:09.794Z] #8 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-09T10:55:09.794Z] #8 0.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:09.794Z] #8 0.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:10.360Z] #8 0.677 OK: 248 MiB in 58 packages [2025-07-09T10:55:10.360Z] #8 DONE 0.8s [2025-07-09T10:55:10.360Z] [2025-07-09T10:55:10.360Z] #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init [2025-07-09T10:55:10.360Z] #9 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:10.360Z] #9 0.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:10.360Z] #9 0.711 (1/6) Installing dumb-init (1.2.5-r3) [2025-07-09T10:55:10.360Z] #9 0.716 (2/6) Installing libgcc (13.2.1_git20240309-r1) [2025-07-09T10:55:10.360Z] #9 0.720 (3/6) Installing libsodium (1.0.19-r0) [2025-07-09T10:55:10.360Z] #9 0.727 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-09T10:55:10.360Z] #9 ... [2025-07-09T10:55:10.360Z] [2025-07-09T10:55:10.360Z] #10 [builder 3/7] WORKDIR /device-opcua [2025-07-09T10:55:10.360Z] #10 DONE 0.0s [2025-07-09T10:55:10.360Z] [2025-07-09T10:55:10.360Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-09T10:55:10.360Z] #11 DONE 0.0s [2025-07-09T10:55:10.360Z] [2025-07-09T10:55:10.360Z] #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init [2025-07-09T10:55:10.360Z] #9 0.987 (5/6) Installing libzmq (4.3.5-r2) [2025-07-09T10:55:10.623Z] #9 0.997 (6/6) Installing zeromq (4.3.5-r2) [2025-07-09T10:55:10.623Z] #9 1.000 Executing busybox-1.36.1-r29.trigger [2025-07-09T10:55:10.623Z] #9 1.004 OK: 12 MiB in 20 packages [2025-07-09T10:55:10.623Z] #9 DONE 1.1s [2025-07-09T10:55:10.623Z] [2025-07-09T10:55:10.623Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:55:10.881Z] #12 DONE 0.4s [2025-07-09T10:55:10.881Z] [2025-07-09T10:55:10.881Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-09T10:55:11.138Z] #13 ... [2025-07-09T10:55:11.138Z] [2025-07-09T10:55:11.138Z] #14 [builder 6/7] COPY . . [2025-07-09T10:55:11.138Z] #14 DONE 0.2s [2025-07-09T10:55:11.138Z] [2025-07-09T10:55:11.138Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-09T10:55:11.138Z] #13 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:11.138Z] #13 0.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-09T10:55:11.397Z] #13 0.747 OK: 12 MiB in 20 packages [2025-07-09T10:55:11.654Z] #13 DONE 0.8s [2025-07-09T10:55:11.654Z] [2025-07-09T10:55:11.654Z] #15 [builder 7/7] RUN make build [2025-07-09T10:55:11.654Z] #15 0.242 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd [2025-07-09T10:55:33.590Z] #15 21.59 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2025-07-09T10:55:34.156Z] #15 DONE 23.1s [2025-07-09T10:55:34.414Z] [2025-07-09T10:55:34.414Z] #16 [stage-1 4/6] COPY --from=builder /device-opcua/cmd / [2025-07-09T10:55:34.414Z] #16 DONE 0.3s [2025-07-09T10:55:34.673Z] [2025-07-09T10:55:34.673Z] #17 [stage-1 5/6] COPY --from=builder /device-opcua/LICENSE / [2025-07-09T10:55:34.673Z] #17 DONE 0.0s [2025-07-09T10:55:34.673Z] [2025-07-09T10:55:34.673Z] #18 [stage-1 6/6] COPY --from=builder /device-opcua/Attribution.txt / [2025-07-09T10:55:34.673Z] #18 DONE 0.0s [2025-07-09T10:55:34.673Z] [2025-07-09T10:55:34.673Z] #19 exporting to image [2025-07-09T10:55:34.673Z] #19 exporting layers 0.1s done [2025-07-09T10:55:34.673Z] #19 writing image sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:55:34.673Z] #19 naming to docker.io/library/device-opc-ua done [2025-07-09T10:55:34.673Z] #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-09T10:55:34.797Z] provisioning config files... [2025-07-09T10:55:34.804Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config13289642931520238386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:55:35.113Z] ---> ****-login.sh [2025-07-09T10:55:35.113Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:55:35.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:35.114Z] Login Succeeded [2025-07-09T10:55:35.114Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:55:35.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:35.114Z] Login Succeeded [2025-07-09T10:55:35.114Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:55:35.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:35.374Z] Login Succeeded [2025-07-09T10:55:35.374Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:55:35.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:35.374Z] Login Succeeded [2025-07-09T10:55:35.374Z] ****.io [2025-07-09T10:55:35.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:55:35.632Z] Login Succeeded [2025-07-09T10:55:35.632Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:55:35.640Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:55:35.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:55:35.729Z] [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: [2025-07-09T10:55:35.729Z] 83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:55:35.729Z] latest [2025-07-09T10:55:35.729Z] 4.1.0-dev.3 [2025-07-09T10:55:35.729Z] 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:55:35.729Z] main [2025-07-09T10:55:35.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:36.079Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:36.398Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:55:36.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-09T10:55:36.398Z] c6f4ca448b03: Preparing [2025-07-09T10:55:36.398Z] baa1241c0699: Preparing [2025-07-09T10:55:36.398Z] ec68542eecac: Preparing [2025-07-09T10:55:36.398Z] 8e52097ffbf6: Preparing [2025-07-09T10:55:36.398Z] e99822ceb0d5: Preparing [2025-07-09T10:55:36.398Z] 994456c4fd7b: Preparing [2025-07-09T10:55:36.398Z] 994456c4fd7b: Waiting [2025-07-09T10:55:36.398Z] baa1241c0699: Pushed [2025-07-09T10:55:36.398Z] 8e52097ffbf6: Pushed [2025-07-09T10:55:36.398Z] c6f4ca448b03: Pushed [2025-07-09T10:55:36.398Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:36.962Z] e99822ceb0d5: Pushed [2025-07-09T10:55:41.166Z] ec68542eecac: Pushed [2025-07-09T10:55:41.166Z] 83aed419838c95e88690884805deb3001cd714b8: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:41.504Z] + 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-09T10:55:41.829Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-09T10:55:41.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-09T10:55:41.829Z] c6f4ca448b03: Preparing [2025-07-09T10:55:41.829Z] baa1241c0699: Preparing [2025-07-09T10:55:41.829Z] ec68542eecac: Preparing [2025-07-09T10:55:41.829Z] 8e52097ffbf6: Preparing [2025-07-09T10:55:41.829Z] e99822ceb0d5: Preparing [2025-07-09T10:55:41.829Z] 994456c4fd7b: Preparing [2025-07-09T10:55:41.829Z] 994456c4fd7b: Waiting [2025-07-09T10:55:41.829Z] 8e52097ffbf6: Layer already exists [2025-07-09T10:55:41.829Z] c6f4ca448b03: Layer already exists [2025-07-09T10:55:41.829Z] e99822ceb0d5: Layer already exists [2025-07-09T10:55:41.829Z] ec68542eecac: Layer already exists [2025-07-09T10:55:41.829Z] baa1241c0699: Layer already exists [2025-07-09T10:55:41.829Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:41.829Z] latest: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:42.152Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:42.484Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [2025-07-09T10:55:42.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-09T10:55:42.485Z] c6f4ca448b03: Preparing [2025-07-09T10:55:42.485Z] baa1241c0699: Preparing [2025-07-09T10:55:42.485Z] ec68542eecac: Preparing [2025-07-09T10:55:42.485Z] 8e52097ffbf6: Preparing [2025-07-09T10:55:42.485Z] e99822ceb0d5: Preparing [2025-07-09T10:55:42.485Z] 994456c4fd7b: Preparing [2025-07-09T10:55:42.485Z] 994456c4fd7b: Waiting [2025-07-09T10:55:42.485Z] baa1241c0699: Layer already exists [2025-07-09T10:55:42.485Z] ec68542eecac: Layer already exists [2025-07-09T10:55:42.485Z] e99822ceb0d5: Layer already exists [2025-07-09T10:55:42.485Z] c6f4ca448b03: Layer already exists [2025-07-09T10:55:42.485Z] 8e52097ffbf6: Layer already exists [2025-07-09T10:55:42.485Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:42.485Z] 4.1.0-dev.3: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:42.805Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:43.119Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:55:43.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-09T10:55:43.119Z] c6f4ca448b03: Preparing [2025-07-09T10:55:43.119Z] baa1241c0699: Preparing [2025-07-09T10:55:43.119Z] ec68542eecac: Preparing [2025-07-09T10:55:43.119Z] 8e52097ffbf6: Preparing [2025-07-09T10:55:43.119Z] e99822ceb0d5: Preparing [2025-07-09T10:55:43.119Z] 994456c4fd7b: Preparing [2025-07-09T10:55:43.119Z] 994456c4fd7b: Waiting [2025-07-09T10:55:43.119Z] 8e52097ffbf6: Layer already exists [2025-07-09T10:55:43.119Z] baa1241c0699: Layer already exists [2025-07-09T10:55:43.119Z] c6f4ca448b03: Layer already exists [2025-07-09T10:55:43.119Z] e99822ceb0d5: Layer already exists [2025-07-09T10:55:43.119Z] ec68542eecac: Layer already exists [2025-07-09T10:55:43.119Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:43.119Z] 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:55:43.450Z] + 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-09T10:55:43.768Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-09T10:55:43.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2025-07-09T10:55:43.768Z] c6f4ca448b03: Preparing [2025-07-09T10:55:43.768Z] baa1241c0699: Preparing [2025-07-09T10:55:43.768Z] ec68542eecac: Preparing [2025-07-09T10:55:43.768Z] 8e52097ffbf6: Preparing [2025-07-09T10:55:43.768Z] e99822ceb0d5: Preparing [2025-07-09T10:55:43.768Z] 994456c4fd7b: Preparing [2025-07-09T10:55:43.768Z] 994456c4fd7b: Waiting [2025-07-09T10:55:43.768Z] ec68542eecac: Layer already exists [2025-07-09T10:55:43.768Z] 8e52097ffbf6: Layer already exists [2025-07-09T10:55:43.768Z] baa1241c0699: Layer already exists [2025-07-09T10:55:43.768Z] e99822ceb0d5: Layer already exists [2025-07-09T10:55:43.768Z] c6f4ca448b03: Layer already exists [2025-07-09T10:55:43.768Z] 994456c4fd7b: Layer already exists [2025-07-09T10:55:43.768Z] main: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:55:43.840Z] ===================================================== [Pipeline] echo [2025-07-09T10:55:43.852Z] taggedImages: [2025-07-09T10:55:43.852Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:55:43.852Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-09T10:55:43.852Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [2025-07-09T10:55:43.852Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:55:43.852Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] echo [2025-07-09T10:55:43.887Z] ========================================================= [2025-07-09T10:55:43.887Z] [edgeXBuildMultiArch] RAW Config: [2025-07-09T10:55:43.887Z] images: [2025-07-09T10:55:43.887Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:55:43.887Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-09T10:55:43.887Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [2025-07-09T10:55:43.887Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:55:43.887Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-09T10:55:43.887Z] settingsFile: [2025-07-09T10:55:43.887Z] device-opc-ua-settings [2025-07-09T10:55:43.887Z] ========================================================= [Pipeline] node [2025-07-09T10:55:58.890Z] Still waiting to schedule task [2025-07-09T10:55:58.890Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4843’ [2025-07-09T10:56:06.189Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4853 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws [2025-07-09T10:56:06.206Z] Running in /w/workspace/device-opc-ua/15 [Pipeline] { [Pipeline] checkout [2025-07-09T10:56:09.279Z] Selected Git installation does not exist. Using Default [2025-07-09T10:56:09.279Z] The recommended git tool is: NONE [2025-07-09T10:56:16.177Z] using credential edgex-jenkins-ssh [2025-07-09T10:56:16.203Z] Cloning the remote Git repository [2025-07-09T10:56:16.257Z] Cloning repository git@github.com:edgexfoundry/device-opc-ua.git [2025-07-09T10:56:16.379Z] > git init /w/workspace/device-opc-ua/15 # timeout=10 [2025-07-09T10:56:16.579Z] Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git [2025-07-09T10:56:16.581Z] > git --version # timeout=10 [2025-07-09T10:56:16.612Z] > git --version # 'git version 2.25.1' [2025-07-09T10:56:16.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-09T10:56:16.813Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-09T10:56:18.834Z] > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 [2025-07-09T10:56:18.862Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-09T10:56:19.905Z] Avoid second fetch [2025-07-09T10:56:19.906Z] Checking out Revision 83aed419838c95e88690884805deb3001cd714b8 (main) [2025-07-09T10:56:20.930Z] Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#122)" [2025-07-09T10:56:19.933Z] > git config core.sparsecheckout # timeout=10 [2025-07-09T10:56:20.007Z] > git checkout -f 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T10:56:25.993Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-09T10:56:25.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-09T10:56:25.993Z] Dload Upload Total Spent Left Speed [2025-07-09T10:56:25.993Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2025-07-09T10:56:26.349Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-09T10:56:26.695Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-09T10:56:26.695Z] + sudo tee /etc/docker/daemon.new [2025-07-09T10:56:26.695Z] { [2025-07-09T10:56:26.695Z] "registry-mirrors": [ [2025-07-09T10:56:26.695Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-09T10:56:26.695Z] ], [2025-07-09T10:56:26.695Z] "bip": "10.250.0.254/24", [2025-07-09T10:56:26.695Z] "hosts": [ [2025-07-09T10:56:26.695Z] "tcp://0.0.0.0:5555", [2025-07-09T10:56:26.695Z] "unix:///var/run/docker.sock" [2025-07-09T10:56:26.695Z] ], [2025-07-09T10:56:26.695Z] "mtu": 1458, [2025-07-09T10:56:26.695Z] "selinux-enabled": true, [2025-07-09T10:56:26.695Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-09T10:56:26.695Z] } [Pipeline] sh [2025-07-09T10:56:27.046Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-09T10:56:27.400Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:56:45.961Z] provisioning config files... [2025-07-09T10:56:45.996Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/15@tmp/config15346082613321630957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:56:46.471Z] ---> ****-login.sh [2025-07-09T10:56:46.471Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:56:47.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:56:47.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:56:47.065Z] Configure a credential helper to remove this warning. See [2025-07-09T10:56:47.065Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:56:47.065Z] [2025-07-09T10:56:47.065Z] Login Succeeded [2025-07-09T10:56:47.065Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:56:47.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:56:47.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:56:47.618Z] Configure a credential helper to remove this warning. See [2025-07-09T10:56:47.618Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:56:47.618Z] [2025-07-09T10:56:47.618Z] Login Succeeded [2025-07-09T10:56:47.618Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:56:47.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:56:47.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:56:47.900Z] Configure a credential helper to remove this warning. See [2025-07-09T10:56:47.900Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:56:47.900Z] [2025-07-09T10:56:47.900Z] Login Succeeded [2025-07-09T10:56:48.173Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:56:48.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:56:48.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:56:48.447Z] Configure a credential helper to remove this warning. See [2025-07-09T10:56:48.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:56:48.447Z] [2025-07-09T10:56:48.447Z] Login Succeeded [2025-07-09T10:56:48.447Z] ****.io [2025-07-09T10:56:48.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:56:48.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:56:48.993Z] Configure a credential helper to remove this warning. See [2025-07-09T10:56:48.993Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:56:48.993Z] [2025-07-09T10:56:48.993Z] Login Succeeded [2025-07-09T10:56:48.993Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:56:49.011Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-09T10:56:49.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:56:49.366Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T10:56:49.378Z] ========================================================= [2025-07-09T10:56:49.378Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-09T10:56:49.378Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:56:49.771Z] + 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-09T10:56:50.365Z] Sending build context to Docker daemon 8.863MB [2025-07-09T10:56:50.365Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-07-09T10:56:50.365Z] Step 2/10 : FROM ${BASE} AS builder [2025-07-09T10:56:50.365Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-09T10:56:50.365Z] 94e9d8af2201: Pulling fs layer [2025-07-09T10:56:50.365Z] a6c56e8762df: Pulling fs layer [2025-07-09T10:56:50.365Z] f0f3c8884826: Pulling fs layer [2025-07-09T10:56:50.365Z] c7e7622c144d: Pulling fs layer [2025-07-09T10:56:50.365Z] 4f4fb700ef54: Pulling fs layer [2025-07-09T10:56:50.365Z] e8859aadc426: Pulling fs layer [2025-07-09T10:56:50.365Z] b4813487a9f6: Pulling fs layer [2025-07-09T10:56:50.365Z] 502a3d64fb4b: Pulling fs layer [2025-07-09T10:56:50.365Z] c7e7622c144d: Waiting [2025-07-09T10:56:50.365Z] e8859aadc426: Waiting [2025-07-09T10:56:50.365Z] 4f4fb700ef54: Waiting [2025-07-09T10:56:50.365Z] b4813487a9f6: Waiting [2025-07-09T10:56:50.365Z] a6c56e8762df: Verifying Checksum [2025-07-09T10:56:50.365Z] a6c56e8762df: Download complete [2025-07-09T10:56:50.639Z] c7e7622c144d: Verifying Checksum [2025-07-09T10:56:50.639Z] c7e7622c144d: Download complete [2025-07-09T10:56:50.639Z] 4f4fb700ef54: Verifying Checksum [2025-07-09T10:56:50.639Z] 4f4fb700ef54: Download complete [2025-07-09T10:56:50.639Z] e8859aadc426: Verifying Checksum [2025-07-09T10:56:50.639Z] e8859aadc426: Download complete [2025-07-09T10:56:50.639Z] 94e9d8af2201: Verifying Checksum [2025-07-09T10:56:50.639Z] 94e9d8af2201: Download complete [2025-07-09T10:56:51.239Z] 502a3d64fb4b: Verifying Checksum [2025-07-09T10:56:51.239Z] 502a3d64fb4b: Download complete [2025-07-09T10:56:51.541Z] 94e9d8af2201: Pull complete [2025-07-09T10:56:52.522Z] a6c56e8762df: Pull complete [2025-07-09T10:56:52.793Z] f0f3c8884826: Verifying Checksum [2025-07-09T10:56:52.793Z] f0f3c8884826: Download complete [2025-07-09T10:56:53.769Z] b4813487a9f6: Verifying Checksum [2025-07-09T10:56:53.769Z] b4813487a9f6: Download complete [2025-07-09T10:57:08.813Z] f0f3c8884826: Pull complete [2025-07-09T10:57:08.813Z] c7e7622c144d: Pull complete [2025-07-09T10:57:08.813Z] 4f4fb700ef54: Pull complete [2025-07-09T10:57:08.813Z] e8859aadc426: Pull complete [2025-07-09T10:57:17.048Z] b4813487a9f6: Pull complete [2025-07-09T10:57:18.395Z] 502a3d64fb4b: Pull complete [2025-07-09T10:57:18.664Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-09T10:57:18.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-09T10:57:18.664Z] ---> 3bb21d53e231 [2025-07-09T10:57:18.664Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2025-07-09T10:57:20.089Z] ---> Running in c95e36deed09 [2025-07-09T10:57:20.358Z] Removing intermediate container c95e36deed09 [2025-07-09T10:57:20.358Z] ---> 9625e9a38513 [2025-07-09T10:57:20.358Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-09T10:57:20.358Z] ---> Running in 025454ac2dc5 [2025-07-09T10:57:20.628Z] Removing intermediate container 025454ac2dc5 [2025-07-09T10:57:20.628Z] ---> 4cdc90af6b59 [2025-07-09T10:57:20.628Z] Step 5/10 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-09T10:57:20.899Z] ---> Running in d44a77ea2a93 [2025-07-09T10:57:21.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T10:57:22.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T10:57:23.871Z] OK: 239 MiB in 58 packages [2025-07-09T10:57:25.294Z] Removing intermediate container d44a77ea2a93 [2025-07-09T10:57:25.294Z] ---> 64149a3641b9 [2025-07-09T10:57:25.294Z] Step 6/10 : WORKDIR /device-opcua [2025-07-09T10:57:25.294Z] ---> Running in f4cd753c6129 [2025-07-09T10:57:25.563Z] Removing intermediate container f4cd753c6129 [2025-07-09T10:57:25.563Z] ---> 7980a110d670 [2025-07-09T10:57:25.563Z] Step 7/10 : COPY go.mod vendor* ./ [2025-07-09T10:57:25.832Z] ---> 84fdac6d24de [2025-07-09T10:57:25.832Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T10:57:26.101Z] ---> Running in a22999f66a63 [2025-07-09T10:57:33.780Z] Running on prd-centos7-docker-4c-2g-4859 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:57:33.828Z] provisioning config files... [2025-07-09T10:57:33.851Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4210976046172464602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:34.748Z] ---> ****-login.sh [2025-07-09T10:57:34.748Z] nexus3.edgexfoundry.org:10001 [2025-07-09T10:57:34.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:35.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:35.011Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:35.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:35.011Z] [2025-07-09T10:57:35.011Z] Login Succeeded [2025-07-09T10:57:35.011Z] nexus3.edgexfoundry.org:10002 [2025-07-09T10:57:35.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:35.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:35.011Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:35.011Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:35.011Z] [2025-07-09T10:57:35.011Z] Login Succeeded [2025-07-09T10:57:35.011Z] nexus3.edgexfoundry.org:10003 [2025-07-09T10:57:35.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:35.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:35.272Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:35.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:35.272Z] [2025-07-09T10:57:35.272Z] Login Succeeded [2025-07-09T10:57:35.272Z] nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:35.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:35.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:35.272Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:35.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:35.272Z] [2025-07-09T10:57:35.272Z] Login Succeeded [2025-07-09T10:57:35.272Z] ****.io [2025-07-09T10:57:35.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T10:57:35.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T10:57:35.532Z] Configure a credential helper to remove this warning. See [2025-07-09T10:57:35.532Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T10:57:35.532Z] [2025-07-09T10:57:35.532Z] Login Succeeded [2025-07-09T10:57:35.532Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T10:57:35.541Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T10:57:35.903Z] + docker buildx ls [2025-07-09T10:57:35.903Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-09T10:57:35.903Z] default * docker [2025-07-09T10:57:35.903Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-09T10:57:36.202Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-09T10:57:36.202Z] edgex-builder [Pipeline] sh [2025-07-09T10:57:36.495Z] + docker buildx inspect --bootstrap [2025-07-09T10:57:36.495Z] #1 [internal] booting buildkit [2025-07-09T10:57:36.495Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-09T10:57:39.800Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-07-09T10:57:39.800Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-09T10:57:41.188Z] #1 creating container buildx_buildkit_edgex-builder0 1.7s done [2025-07-09T10:57:41.188Z] #1 DONE 4.7s [2025-07-09T10:57:41.188Z] Name: edgex-builder [2025-07-09T10:57:41.188Z] Driver: docker-container [2025-07-09T10:57:41.188Z] [2025-07-09T10:57:41.188Z] Nodes: [2025-07-09T10:57:41.188Z] Name: edgex-builder0 [2025-07-09T10:57:41.188Z] Endpoint: unix:///var/run/docker.sock [2025-07-09T10:57:41.188Z] Status: running [2025-07-09T10:57:41.188Z] Buildkit: v0.22.0 [2025-07-09T10:57:41.188Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-09T10:57:41.479Z] + docker buildx ls [2025-07-09T10:57:41.479Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-09T10:57:41.479Z] edgex-builder * docker-container [2025-07-09T10:57:41.479Z] 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-09T10:57:41.479Z] default docker [2025-07-09T10:57:41.479Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-09T10:57:41.770Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 --push - [2025-07-09T10:57:41.770Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8' [2025-07-09T10:57:41.770Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:57:41.770Z] #1 transferring dockerfile: 198B done [2025-07-09T10:57:41.770Z] #1 DONE 0.0s [2025-07-09T10:57:41.770Z] [2025-07-09T10:57:41.770Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:57:41.770Z] #2 DONE 0.1s [2025-07-09T10:57:41.770Z] [2025-07-09T10:57:41.770Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T10:57:42.028Z] #3 DONE 0.1s [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #4 [internal] load .dockerignore [2025-07-09T10:57:42.028Z] #4 transferring context: 2B done [2025-07-09T10:57:42.028Z] #4 DONE 0.0s [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:42.028Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:42.028Z] #5 DONE 0.0s [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:42.028Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:42.028Z] #6 DONE 0.1s [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #7 exporting to image [2025-07-09T10:57:42.028Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:57:42.028Z] #7 ... [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:42.028Z] #8 DONE 0.0s [2025-07-09T10:57:42.028Z] [2025-07-09T10:57:42.028Z] #7 exporting to image [2025-07-09T10:57:42.028Z] #7 exporting layers done [2025-07-09T10:57:42.028Z] #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done [2025-07-09T10:57:42.028Z] #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:57:42.028Z] #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done [2025-07-09T10:57:42.028Z] #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done [2025-07-09T10:57:42.028Z] #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done [2025-07-09T10:57:42.028Z] #7 pushing layers 0.1s done [2025-07-09T10:57:42.028Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 [2025-07-09T10:57:42.288Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done [2025-07-09T10:57:42.288Z] #7 DONE 0.2s [2025-07-09T10:57:42.288Z] [2025-07-09T10:57:42.288Z] 1 warning found (use --debug to expand): [2025-07-09T10:57:42.288Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:57:42.576Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest' [2025-07-09T10:57:42.576Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:latest --push - [2025-07-09T10:57:42.576Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:57:42.576Z] #1 transferring dockerfile: 164B done [2025-07-09T10:57:42.576Z] #1 DONE 0.0s [2025-07-09T10:57:42.576Z] [2025-07-09T10:57:42.577Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-09T10:57:42.577Z] #2 DONE 0.0s [2025-07-09T10:57:42.577Z] [2025-07-09T10:57:42.577Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2025-07-09T10:57:42.577Z] #3 DONE 0.0s [2025-07-09T10:57:42.577Z] [2025-07-09T10:57:42.577Z] #4 [internal] load .dockerignore [2025-07-09T10:57:42.577Z] #4 transferring context: 2B done [2025-07-09T10:57:42.577Z] #4 DONE 0.0s [2025-07-09T10:57:42.577Z] [2025-07-09T10:57:42.577Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:42.577Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:42.577Z] #5 CACHED [2025-07-09T10:57:42.577Z] [2025-07-09T10:57:42.577Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:42.577Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:42.577Z] #6 CACHED [2025-07-09T10:57:42.577Z] [2025-07-09T10:57:42.577Z] #7 exporting to image [2025-07-09T10:57:42.577Z] #7 exporting layers [2025-07-09T10:57:42.577Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:57:42.835Z] #7 exporting layers done [2025-07-09T10:57:42.835Z] #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done [2025-07-09T10:57:42.835Z] #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:57:42.835Z] #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done [2025-07-09T10:57:42.835Z] #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done [2025-07-09T10:57:42.835Z] #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done [2025-07-09T10:57:42.835Z] #7 pushing layers 0.0s done [2025-07-09T10:57:42.835Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done [2025-07-09T10:57:42.835Z] #7 DONE 0.1s [2025-07-09T10:57:42.835Z] [2025-07-09T10:57:42.835Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:42.835Z] #8 DONE 0.0s [2025-07-09T10:57:42.835Z] [2025-07-09T10:57:42.835Z] 1 warning found (use --debug to expand): [2025-07-09T10:57:42.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:57:43.122Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 --push - [2025-07-09T10:57:43.122Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3' [2025-07-09T10:57:43.381Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:57:43.381Z] #1 transferring dockerfile: 169B done [2025-07-09T10:57:43.381Z] #1 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [2025-07-09T10:57:43.381Z] #2 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [2025-07-09T10:57:43.381Z] #3 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #4 [internal] load .dockerignore [2025-07-09T10:57:43.381Z] #4 transferring context: 2B done [2025-07-09T10:57:43.381Z] #4 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.381Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:43.381Z] #5 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.381Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:43.381Z] #6 CACHED [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.381Z] #5 CACHED [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:43.381Z] #7 DONE 0.0s [2025-07-09T10:57:43.381Z] [2025-07-09T10:57:43.381Z] #8 exporting to image [2025-07-09T10:57:43.382Z] #8 exporting layers done [2025-07-09T10:57:43.382Z] #8 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done [2025-07-09T10:57:43.382Z] #8 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:57:43.382Z] #8 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done [2025-07-09T10:57:43.382Z] #8 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done [2025-07-09T10:57:43.382Z] #8 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done [2025-07-09T10:57:43.382Z] #8 pushing layers 0.0s done [2025-07-09T10:57:43.382Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done [2025-07-09T10:57:43.382Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:57:43.382Z] #8 DONE 0.1s [2025-07-09T10:57:43.382Z] [2025-07-09T10:57:43.382Z] 1 warning found (use --debug to expand): [2025-07-09T10:57:43.382Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:57:43.664Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3' [2025-07-09T10:57:43.664Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 --push - [2025-07-09T10:57:43.664Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:57:43.664Z] #1 transferring dockerfile: 210B done [2025-07-09T10:57:43.664Z] #1 DONE 0.0s [2025-07-09T10:57:43.664Z] [2025-07-09T10:57:43.664Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:57:43.664Z] #2 DONE 0.0s [2025-07-09T10:57:43.664Z] [2025-07-09T10:57:43.664Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T10:57:43.664Z] #3 DONE 0.0s [2025-07-09T10:57:43.664Z] [2025-07-09T10:57:43.664Z] #4 [internal] load .dockerignore [2025-07-09T10:57:43.664Z] #4 transferring context: 2B done [2025-07-09T10:57:43.664Z] #4 DONE 0.0s [2025-07-09T10:57:43.664Z] [2025-07-09T10:57:43.664Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.664Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:43.664Z] #5 CACHED [2025-07-09T10:57:43.664Z] [2025-07-09T10:57:43.664Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.664Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:43.664Z] #6 DONE 0.0s [2025-07-09T10:57:43.923Z] [2025-07-09T10:57:43.923Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:43.923Z] #6 CACHED [2025-07-09T10:57:43.923Z] [2025-07-09T10:57:43.923Z] #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:43.923Z] #7 DONE 0.0s [2025-07-09T10:57:43.923Z] [2025-07-09T10:57:43.923Z] #8 exporting to image [2025-07-09T10:57:43.923Z] #8 exporting layers done [2025-07-09T10:57:43.923Z] #8 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done [2025-07-09T10:57:43.923Z] #8 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:57:43.923Z] #8 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done [2025-07-09T10:57:43.923Z] #8 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done [2025-07-09T10:57:43.923Z] #8 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done [2025-07-09T10:57:43.923Z] #8 pushing layers 0.0s done [2025-07-09T10:57:43.923Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done [2025-07-09T10:57:43.923Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:57:43.923Z] #8 DONE 0.1s [2025-07-09T10:57:43.923Z] [2025-07-09T10:57:43.923Z] 1 warning found (use --debug to expand): [2025-07-09T10:57:43.923Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-09T10:57:44.215Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:main --push - [2025-07-09T10:57:44.215Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main' [2025-07-09T10:57:44.215Z] #1 [internal] load build definition from Dockerfile [2025-07-09T10:57:44.215Z] #1 transferring dockerfile: 162B done [2025-07-09T10:57:44.215Z] #1 DONE 0.0s [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-09T10:57:44.215Z] #2 DONE 0.0s [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main [2025-07-09T10:57:44.215Z] #3 DONE 0.0s [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #4 [internal] load .dockerignore [2025-07-09T10:57:44.215Z] #4 transferring context: 2B done [2025-07-09T10:57:44.215Z] #4 DONE 0.0s [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:44.215Z] #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:44.215Z] #5 CACHED [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 [2025-07-09T10:57:44.215Z] #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done [2025-07-09T10:57:44.215Z] #6 CACHED [2025-07-09T10:57:44.215Z] [2025-07-09T10:57:44.215Z] #7 exporting to image [2025-07-09T10:57:44.215Z] #7 exporting layers done [2025-07-09T10:57:44.215Z] #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done [2025-07-09T10:57:44.215Z] #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done [2025-07-09T10:57:44.215Z] #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done [2025-07-09T10:57:44.215Z] #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done [2025-07-09T10:57:44.215Z] #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done [2025-07-09T10:57:44.215Z] #7 pushing layers 0.0s done [2025-07-09T10:57:44.215Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 [2025-07-09T10:57:44.215Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-09T10:57:44.473Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done [2025-07-09T10:57:44.473Z] #7 DONE 0.1s [2025-07-09T10:57:44.473Z] [2025-07-09T10:57:44.473Z] #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-09T10:57:44.473Z] #8 DONE 0.0s [2025-07-09T10:57:44.473Z] [2025-07-09T10:57:44.473Z] 1 warning found (use --debug to expand): [2025-07-09T10:57:44.473Z]  - 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-09T10:57:44.832Z] + '[' -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:45.135Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:45.819Z] ---> package-listing.sh [2025-07-09T10:57:45.819Z] ++ facter osfamily [2025-07-09T10:57:45.819Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-09T10:57:45.819Z] + OS_FAMILY=redhat [2025-07-09T10:57:45.819Z] + workspace=/w/workspace/edgexfoundry_device-opc-ua_main [2025-07-09T10:57:45.819Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-09T10:57:45.819Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-09T10:57:45.819Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-09T10:57:45.819Z] + PACKAGES=/tmp/packages_start.txt [2025-07-09T10:57:45.819Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-09T10:57:45.819Z] + PACKAGES=/tmp/packages_end.txt [2025-07-09T10:57:45.819Z] + case "${OS_FAMILY}" in [2025-07-09T10:57:45.819Z] + rpm -qa [2025-07-09T10:57:45.819Z] + sort [2025-07-09T10:57:46.809Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-09T10:57:46.809Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-09T10:57:46.809Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-09T10:57:46.809Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-09T10:57:46.809Z] + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [2025-07-09T10:57:46.809Z] + 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-09T10:57:46.822Z] 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-09T10:57:47.108Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:57:47.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:57:47.664Z] [2025-07-09T10:57:47.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:57:47.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:57:47.967Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-09T10:57:47.967Z] 5eb5b503b376: Pulling fs layer [2025-07-09T10:57:47.967Z] 5c69ac0246d0: Pulling fs layer [2025-07-09T10:57:47.967Z] ec43610c2a17: Pulling fs layer [2025-07-09T10:57:47.967Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-09T10:57:47.967Z] 33b1e0a273af: Pulling fs layer [2025-07-09T10:57:47.967Z] 5d3b04190fa2: Pulling fs layer [2025-07-09T10:57:47.967Z] 2f39f015ded8: Pulling fs layer [2025-07-09T10:57:47.967Z] 33b1e0a273af: Waiting [2025-07-09T10:57:47.967Z] 5d3b04190fa2: Waiting [2025-07-09T10:57:47.967Z] 2f39f015ded8: Waiting [2025-07-09T10:57:47.967Z] 3a2ae6a8a46f: Waiting [2025-07-09T10:57:47.967Z] 5c69ac0246d0: Verifying Checksum [2025-07-09T10:57:47.967Z] 5c69ac0246d0: Download complete [2025-07-09T10:57:47.967Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-09T10:57:47.967Z] 3a2ae6a8a46f: Download complete [2025-07-09T10:57:47.967Z] 33b1e0a273af: Verifying Checksum [2025-07-09T10:57:47.967Z] 33b1e0a273af: Download complete [2025-07-09T10:57:47.967Z] ec43610c2a17: Verifying Checksum [2025-07-09T10:57:47.967Z] ec43610c2a17: Download complete [2025-07-09T10:57:47.967Z] 5d3b04190fa2: Verifying Checksum [2025-07-09T10:57:47.967Z] 5d3b04190fa2: Download complete [2025-07-09T10:57:48.232Z] 5eb5b503b376: Verifying Checksum [2025-07-09T10:57:48.232Z] 5eb5b503b376: Download complete [2025-07-09T10:57:48.818Z] 2f39f015ded8: Verifying Checksum [2025-07-09T10:57:48.818Z] 2f39f015ded8: Download complete [2025-07-09T10:57:49.390Z] 5eb5b503b376: Pull complete [2025-07-09T10:57:49.659Z] 5c69ac0246d0: Pull complete [2025-07-09T10:57:49.920Z] ec43610c2a17: Pull complete [2025-07-09T10:57:50.182Z] 3a2ae6a8a46f: Pull complete [2025-07-09T10:57:50.182Z] 33b1e0a273af: Pull complete [2025-07-09T10:57:50.443Z] 5d3b04190fa2: Pull complete [2025-07-09T10:57:53.783Z] 2f39f015ded8: Pull complete [2025-07-09T10:57:53.783Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-09T10:57:53.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:57:53.783Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:57:53.927Z] prd-centos7-docker-4c-2g-4859 does not seem to be running inside a container [2025-07-09T10:57:53.959Z] $ 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-09T10:57:57.340Z] $ docker top ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T10:57:57.689Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-09T10:57:57.978Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-09T10:57:58.266Z] + ls /var/log/sa-host [2025-07-09T10:57:58.266Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T10:57:58.352Z] provisioning config files... [2025-07-09T10:57:58.359Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12352492431304223770tmp [Pipeline] { [Pipeline] echo [2025-07-09T10:57:58.377Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:58.676Z] ---> create-netrc.sh [Pipeline] } [2025-07-09T10:57:58.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:59.028Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-09T10:57:59.037Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:59.422Z] ---> sudo-logs.sh [2025-07-09T10:57:59.422Z] Archiving 'sudo' log.. [2025-07-09T10:57:59.422Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4859.novalocal: Name or service not known [2025-07-09T10:57:59.422Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4859.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-09T10:57:59.445Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:57:59.731Z] ---> job-cost.sh [2025-07-09T10:57:59.731Z] lf-activate-venv: SKIPPING [2025-07-09T10:57:59.731Z] INFO: No Stack... [2025-07-09T10:57:59.989Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-09T10:58:00.247Z] INFO: Archiving Costs [Pipeline] echo [2025-07-09T10:58:00.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:00.556Z] ---> logs-deploy.sh [2025-07-09T10:58:00.556Z] lf-activate-venv: SKIPPING [2025-07-09T10:58:00.556Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/15 [2025-07-09T10:58:00.556Z] INFO: archiving workspace using pattern(s): [2025-07-09T10:58:01.512Z] Archives upload complete. [2025-07-09T10:58:01.512Z] INFO: archiving logs to Nexus [2025-07-09T10:58:02.078Z] ---> uname -a: [2025-07-09T10:58:02.078Z] Linux prd-centos7-docker-4c-2g-4859.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-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] ---> lscpu: [2025-07-09T10:58:02.078Z] Architecture: x86_64 [2025-07-09T10:58:02.078Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-09T10:58:02.078Z] Byte Order: Little Endian [2025-07-09T10:58:02.078Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-09T10:58:02.078Z] CPU(s): 2 [2025-07-09T10:58:02.078Z] On-line CPU(s) list: 0,1 [2025-07-09T10:58:02.078Z] Thread(s) per core: 1 [2025-07-09T10:58:02.078Z] Core(s) per socket: 1 [2025-07-09T10:58:02.078Z] Socket(s): 2 [2025-07-09T10:58:02.078Z] NUMA node(s): 1 [2025-07-09T10:58:02.078Z] Vendor ID: AuthenticAMD [2025-07-09T10:58:02.078Z] CPU family: 23 [2025-07-09T10:58:02.078Z] Model: 49 [2025-07-09T10:58:02.078Z] Model name: AMD EPYC-Rome Processor [2025-07-09T10:58:02.078Z] Stepping: 0 [2025-07-09T10:58:02.078Z] CPU MHz: 2800.000 [2025-07-09T10:58:02.078Z] BogoMIPS: 5600.00 [2025-07-09T10:58:02.078Z] Virtualization: AMD-V [2025-07-09T10:58:02.078Z] Hypervisor vendor: KVM [2025-07-09T10:58:02.078Z] Virtualization type: full [2025-07-09T10:58:02.078Z] L1d cache: 64 KiB [2025-07-09T10:58:02.078Z] L1i cache: 64 KiB [2025-07-09T10:58:02.078Z] L2 cache: 1 MiB [2025-07-09T10:58:02.078Z] L3 cache: 32 MiB [2025-07-09T10:58:02.078Z] NUMA node0 CPU(s): 0,1 [2025-07-09T10:58:02.078Z] Vulnerability Itlb multihit: Not affected [2025-07-09T10:58:02.078Z] Vulnerability L1tf: Not affected [2025-07-09T10:58:02.078Z] Vulnerability Mds: Not affected [2025-07-09T10:58:02.078Z] Vulnerability Meltdown: Not affected [2025-07-09T10:58:02.078Z] Vulnerability Mmio stale data: Not affected [2025-07-09T10:58:02.078Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-09T10:58:02.078Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-09T10:58:02.078Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-09T10:58:02.078Z] Vulnerability Srbds: Not affected [2025-07-09T10:58:02.078Z] Vulnerability Tsx async abort: Not affected [2025-07-09T10:58:02.078Z] 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-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] ---> nproc: [2025-07-09T10:58:02.078Z] 2 [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] ---> df -h: [2025-07-09T10:58:02.078Z] Filesystem Size Used Avail Use% Mounted on [2025-07-09T10:58:02.078Z] overlay 40G 7.3G 33G 19% / [2025-07-09T10:58:02.078Z] tmpfs 64M 0 64M 0% /dev [2025-07-09T10:58:02.078Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-09T10:58:02.078Z] shm 64M 0 64M 0% /dev/shm [2025-07-09T10:58:02.078Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] [2025-07-09T10:58:02.078Z] Cannot open /var/log/sysstat/sa09: No such file or directory [2025-07-09T10:58:02.078Z] Please check if data collecting is enabled [2025-07-09T10:58:02.078Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T10:58:02.371Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-09T10:58:02.375Z] $ docker stop --time=1 ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a [2025-07-09T10:58:03.529Z] $ docker rm -f --volumes ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-09T10:58:03.621Z] [WS-CLEANUP] Deleting project workspace... [2025-07-09T10:58:03.621Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-09T10:58:03.642Z] [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-09T10:58:04.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:04.077Z] [2025-07-09T10:58:04.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T10:58:04.380Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:04.380Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-09T10:58:04.380Z] 5eb5b503b376: Pulling fs layer [2025-07-09T10:58:04.380Z] 5c69ac0246d0: Pulling fs layer [2025-07-09T10:58:04.380Z] ec43610c2a17: Pulling fs layer [2025-07-09T10:58:04.380Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-09T10:58:04.380Z] 33b1e0a273af: Pulling fs layer [2025-07-09T10:58:04.380Z] 3a2ae6a8a46f: Waiting [2025-07-09T10:58:04.380Z] 33b1e0a273af: Waiting [2025-07-09T10:58:04.380Z] 5d3b04190fa2: Pulling fs layer [2025-07-09T10:58:04.380Z] 2f39f015ded8: Pulling fs layer [2025-07-09T10:58:04.380Z] 5d3b04190fa2: Waiting [2025-07-09T10:58:04.380Z] 2f39f015ded8: Waiting [2025-07-09T10:58:04.380Z] 5c69ac0246d0: Download complete [2025-07-09T10:58:04.380Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-09T10:58:04.380Z] 3a2ae6a8a46f: Download complete [2025-07-09T10:58:04.380Z] 33b1e0a273af: Verifying Checksum [2025-07-09T10:58:04.380Z] 33b1e0a273af: Download complete [2025-07-09T10:58:04.380Z] 5d3b04190fa2: Verifying Checksum [2025-07-09T10:58:04.380Z] 5d3b04190fa2: Download complete [2025-07-09T10:58:04.380Z] ec43610c2a17: Verifying Checksum [2025-07-09T10:58:04.380Z] ec43610c2a17: Download complete [2025-07-09T10:58:04.638Z] 5eb5b503b376: Verifying Checksum [2025-07-09T10:58:04.638Z] 5eb5b503b376: Download complete [2025-07-09T10:58:05.205Z] 2f39f015ded8: Download complete [2025-07-09T10:58:06.138Z] 5eb5b503b376: Pull complete [2025-07-09T10:58:06.138Z] 5c69ac0246d0: Pull complete [2025-07-09T10:58:06.703Z] ec43610c2a17: Pull complete [2025-07-09T10:58:06.703Z] 3a2ae6a8a46f: Pull complete [2025-07-09T10:58:06.961Z] 33b1e0a273af: Pull complete [2025-07-09T10:58:06.961Z] 5d3b04190fa2: Pull complete [2025-07-09T10:58:12.227Z] 2f39f015ded8: Pull complete [2025-07-09T10:58:12.227Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-09T10:58:12.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T10:58:12.227Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T10:58:12.321Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T10:58:12.361Z] $ 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-09T10:58:14.650Z] $ docker top 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T10:58:15.025Z] ---> job-cost.sh [2025-07-09T10:58:15.025Z] lf-activate-venv: SKIPPING [2025-07-09T10:58:15.025Z] INFO: No Stack... [2025-07-09T10:58:15.592Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-09T10:58:15.849Z] INFO: Archiving Costs [Pipeline] sh [2025-07-09T10:58:16.138Z] + cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv [2025-07-09T10:58:16.138Z] + cut -d, -f6 [Pipeline] lock [2025-07-09T10:58:16.151Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [2025-07-09T10:58:16.159Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] did not exist. Created. [2025-07-09T10:58:16.165Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-09T10:58:16.472Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-09T10:58:16.494Z] Stashed 1 file(s) [Pipeline] } [2025-07-09T10:58:16.501Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-09T10:58:16.522Z] $ docker stop --time=1 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 [2025-07-09T10:58:17.661Z] $ docker rm -f --volumes 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-09T11:00:02.876Z] Removing intermediate container a22999f66a63 [2025-07-09T11:00:02.876Z] ---> de179d862966 [2025-07-09T11:00:02.876Z] Step 9/10 : COPY . . [2025-07-09T11:00:02.876Z] ---> 97fffe1a8a4a [2025-07-09T11:00:02.876Z] Step 10/10 : RUN ${MAKE} [2025-07-09T11:00:02.876Z] ---> Running in 9e40b64c35ed [2025-07-09T11:00:02.876Z] noop [2025-07-09T11:00:02.876Z] Removing intermediate container 9e40b64c35ed [2025-07-09T11:00:02.876Z] ---> e2470434ff74 [2025-07-09T11:00:02.876Z] Successfully built e2470434ff74 [2025-07-09T11:00:02.876Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:00:03.263Z] + docker inspect -f . ci-base-image-arm64 [2025-07-09T11:00:03.263Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:00:03.501Z] prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container [2025-07-09T11:00:03.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-opc-ua/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@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-09T11:00:05.054Z] $ docker top 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:00:05.952Z] + go version [2025-07-09T11:00:05.952Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-09T11:00:05.967Z] $ docker stop --time=1 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be [2025-07-09T11:00:07.726Z] $ docker rm -f --volumes 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:00:08.445Z] + docker inspect -f . ci-base-image-arm64 [2025-07-09T11:00:08.445Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:00:08.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container [2025-07-09T11:00:08.779Z] $ 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/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@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-09T11:00:10.223Z] $ docker top d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:00:11.141Z] + git config --global --add safe.directory /w/workspace/device-opc-ua/15 [Pipeline] fileExists [Pipeline] sh [2025-07-09T11:00:11.813Z] + make test [2025-07-09T11:00:11.813Z] go test ./... -coverprofile=coverage.out [2025-07-09T11:00:18.475Z] ? github.com/edgexfoundry/device-opc-ua [no test files] [2025-07-09T11:04:40.735Z] github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements [2025-07-09T11:04:40.735Z] github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements [2025-07-09T11:04:40.735Z] ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.078s coverage: 41.4% of statements [2025-07-09T11:04:40.735Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-09T11:04:40.735Z] go vet ./... [2025-07-09T11:05:48.695Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-09T11:05:48.695Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-09T11:05:48.695Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-09T11:05:48.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-09T11:05:48.733Z] $ docker stop --time=1 d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e [2025-07-09T11:05:51.274Z] $ docker rm -f --volumes d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T11:05:53.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-09T11:05:53.414Z] Warning: overwriting stash ‘coverage-report’ [2025-07-09T11:05:54.082Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-09T11:05:54.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-09T11:05:54.879Z] + ls -al . [2025-07-09T11:05:54.879Z] total 232 [2025-07-09T11:05:54.879Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 11:00 . [2025-07-09T11:05:54.879Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 .. [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 62 Jul 9 10:56 .dockerignore [2025-07-09T11:05:54.879Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:56 .git [2025-07-09T11:05:54.879Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 .github [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 101 Jul 9 10:56 .gitignore [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 218 Jul 9 10:56 .golangci.yml [2025-07-09T11:05:54.879Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 .vscode [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 20452 Jul 9 10:56 Attribution.txt [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 2560 Jul 9 10:56 CHANGELOG.md [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 1242 Jul 9 10:56 Dockerfile [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 649 Jul 9 10:56 Jenkinsfile [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jul 9 10:56 LICENSE [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 2474 Jul 9 10:56 Makefile [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 4109 Jul 9 10:56 README.md [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION [2025-07-09T11:05:54.879Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 bin [2025-07-09T11:05:54.879Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 cmd [2025-07-09T11:05:54.879Z] -rw-r--r-- 1 jenkins jenkins 26136 Jul 9 11:04 coverage.out [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 6270 Jul 9 10:56 go.mod [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 86928 Jul 9 10:56 go.sum [2025-07-09T11:05:54.879Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 internal [2025-07-09T11:05:54.879Z] -rw-rw-r-- 1 jenkins jenkins 260 Jul 9 10:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:05:55.259Z] + 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=83aed419838c95e88690884805deb3001cd714b8 --label arch=arm64 --label version=4.1.0-dev.3 . [2025-07-09T11:05:55.864Z] Sending build context to Docker daemon 8.89MB [2025-07-09T11:05:55.864Z] Step 1/23 : ARG BASE=golang:1.23-alpine3.20 [2025-07-09T11:05:55.864Z] Step 2/23 : FROM ${BASE} AS builder [2025-07-09T11:05:55.864Z] ---> e2470434ff74 [2025-07-09T11:05:55.864Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2025-07-09T11:05:56.149Z] ---> Running in f45e4812f641 [2025-07-09T11:05:56.418Z] Removing intermediate container f45e4812f641 [2025-07-09T11:05:56.418Z] ---> 8f7a50f9a14f [2025-07-09T11:05:56.418Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-09T11:05:56.418Z] ---> Running in e05245a78282 [2025-07-09T11:05:57.005Z] Removing intermediate container e05245a78282 [2025-07-09T11:05:57.005Z] ---> f30acc4a3038 [2025-07-09T11:05:57.005Z] Step 5/23 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2025-07-09T11:05:57.005Z] ---> Running in fe2e1d021b37 [2025-07-09T11:05:58.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:05:58.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:06:00.656Z] OK: 239 MiB in 58 packages [2025-07-09T11:06:02.071Z] Removing intermediate container fe2e1d021b37 [2025-07-09T11:06:02.071Z] ---> a0b75f7e4e0f [2025-07-09T11:06:02.071Z] Step 6/23 : WORKDIR /device-opcua [2025-07-09T11:06:02.071Z] ---> Running in 23e36bf57ea3 [2025-07-09T11:06:02.338Z] Removing intermediate container 23e36bf57ea3 [2025-07-09T11:06:02.338Z] ---> 931d7e96cf49 [2025-07-09T11:06:02.338Z] Step 7/23 : COPY go.mod vendor* ./ [2025-07-09T11:06:02.925Z] ---> 1eb6274dcab9 [2025-07-09T11:06:02.925Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-09T11:06:02.925Z] ---> Running in 094fe8ac5d42 [2025-07-09T11:06:06.276Z] Removing intermediate container 094fe8ac5d42 [2025-07-09T11:06:06.276Z] ---> c42d1d48ead2 [2025-07-09T11:06:06.276Z] Step 9/23 : COPY . . [2025-07-09T11:06:06.874Z] ---> 6daac6fe8910 [2025-07-09T11:06:06.874Z] Step 10/23 : RUN ${MAKE} [2025-07-09T11:06:06.874Z] ---> Running in 5ed4cd4061f9 [2025-07-09T11:06:08.318Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd [2025-07-09T11:10:31.366Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2025-07-09T11:10:33.977Z] Removing intermediate container 5ed4cd4061f9 [2025-07-09T11:10:33.977Z] ---> 0cbaf7fde5bc [2025-07-09T11:10:33.977Z] Step 11/23 : FROM alpine:3.20 [2025-07-09T11:10:34.245Z] 3.20: Pulling from library/alpine [2025-07-09T11:10:34.245Z] 94e9d8af2201: Already exists [2025-07-09T11:10:34.514Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-09T11:10:34.514Z] Status: Downloaded newer image for alpine:3.20 [2025-07-09T11:10:34.514Z] ---> 7aab056cecc6 [2025-07-09T11:10:34.514Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2025: IoTech Ltd' [2025-07-09T11:10:34.514Z] ---> Running in 42e5f6d80d6a [2025-07-09T11:10:35.102Z] Removing intermediate container 42e5f6d80d6a [2025-07-09T11:10:35.102Z] ---> 007f78adead9 [2025-07-09T11:10:35.102Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2025-07-09T11:10:35.102Z] ---> Running in a4d4cb7eaf8b [2025-07-09T11:10:36.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:36.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:38.623Z] (1/6) Installing dumb-init (1.2.5-r3) [2025-07-09T11:10:38.623Z] (2/6) Installing libgcc (13.2.1_git20240309-r1) [2025-07-09T11:10:38.623Z] (3/6) Installing libsodium (1.0.19-r0) [2025-07-09T11:10:38.623Z] (4/6) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-09T11:10:38.623Z] (5/6) Installing libzmq (4.3.5-r2) [2025-07-09T11:10:38.623Z] (6/6) Installing zeromq (4.3.5-r2) [2025-07-09T11:10:38.623Z] Executing busybox-1.36.1-r29.trigger [2025-07-09T11:10:38.623Z] OK: 13 MiB in 20 packages [2025-07-09T11:10:40.046Z] Removing intermediate container a4d4cb7eaf8b [2025-07-09T11:10:40.046Z] ---> 3703048d0b93 [2025-07-09T11:10:40.046Z] Step 14/23 : RUN apk --no-cache upgrade [2025-07-09T11:10:40.046Z] ---> Running in 0c727555e0dc [2025-07-09T11:10:41.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:41.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-09T11:10:43.556Z] OK: 13 MiB in 20 packages [2025-07-09T11:10:44.521Z] Removing intermediate container 0c727555e0dc [2025-07-09T11:10:44.521Z] ---> 39070397c2ac [2025-07-09T11:10:44.521Z] Step 15/23 : COPY --from=builder /device-opcua/cmd / [2025-07-09T11:10:47.119Z] ---> 9c49a7a54390 [2025-07-09T11:10:47.119Z] Step 16/23 : COPY --from=builder /device-opcua/LICENSE / [2025-07-09T11:10:48.081Z] ---> 7370a3860394 [2025-07-09T11:10:48.081Z] Step 17/23 : COPY --from=builder /device-opcua/Attribution.txt / [2025-07-09T11:10:48.352Z] ---> 40bbbccad341 [2025-07-09T11:10:48.352Z] Step 18/23 : EXPOSE 59997 [2025-07-09T11:10:48.621Z] ---> Running in babb64a14703 [2025-07-09T11:10:48.889Z] Removing intermediate container babb64a14703 [2025-07-09T11:10:48.889Z] ---> 8303b87b6825 [2025-07-09T11:10:48.889Z] Step 19/23 : ENTRYPOINT ["/device-opcua"] [2025-07-09T11:10:48.889Z] ---> Running in 97940269a31c [2025-07-09T11:10:49.475Z] Removing intermediate container 97940269a31c [2025-07-09T11:10:49.475Z] ---> 491045c1dc03 [2025-07-09T11:10:49.475Z] Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-09T11:10:49.475Z] ---> Running in 11d8eda41590 [2025-07-09T11:10:49.745Z] Removing intermediate container 11d8eda41590 [2025-07-09T11:10:49.745Z] ---> c820bbe012a3 [2025-07-09T11:10:49.745Z] Step 21/23 : LABEL arch=arm64 [2025-07-09T11:10:49.745Z] ---> Running in 8f155564c24e [2025-07-09T11:10:50.329Z] Removing intermediate container 8f155564c24e [2025-07-09T11:10:50.329Z] ---> 2baffa2aa5c5 [2025-07-09T11:10:50.329Z] Step 22/23 : LABEL git_sha=83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T11:10:50.329Z] ---> Running in 562de37a2186 [2025-07-09T11:10:50.600Z] Removing intermediate container 562de37a2186 [2025-07-09T11:10:50.600Z] ---> db7d8c6c4327 [2025-07-09T11:10:50.600Z] Step 23/23 : LABEL version=4.1.0-dev.3 [2025-07-09T11:10:50.872Z] ---> Running in d41c976cec07 [2025-07-09T11:10:51.142Z] Removing intermediate container d41c976cec07 [2025-07-09T11:10:51.142Z] ---> 0ddc4e404b16 [2025-07-09T11:10:51.142Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-09T11:10:51.142Z] Successfully built 0ddc4e404b16 [2025-07-09T11:10:51.142Z] 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-09T11:10:51.289Z] provisioning config files... [2025-07-09T11:10:51.306Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/15@tmp/config16283413800193951550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:10:51.669Z] ---> ****-login.sh [2025-07-09T11:10:51.669Z] nexus3.edgexfoundry.org:10001 [2025-07-09T11:10:51.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:51.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:51.947Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:51.947Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:51.947Z] [2025-07-09T11:10:51.947Z] Login Succeeded [2025-07-09T11:10:51.947Z] nexus3.edgexfoundry.org:10002 [2025-07-09T11:10:52.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:52.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:52.536Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:52.536Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:52.536Z] [2025-07-09T11:10:52.536Z] Login Succeeded [2025-07-09T11:10:52.536Z] nexus3.edgexfoundry.org:10003 [2025-07-09T11:10:52.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:53.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:53.074Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:53.074Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:53.074Z] [2025-07-09T11:10:53.074Z] Login Succeeded [2025-07-09T11:10:53.074Z] nexus3.edgexfoundry.org:10004 [2025-07-09T11:10:53.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:53.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:53.341Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:53.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:53.341Z] [2025-07-09T11:10:53.341Z] Login Succeeded [2025-07-09T11:10:53.341Z] ****.io [2025-07-09T11:10:53.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-09T11:10:53.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-09T11:10:53.875Z] Configure a credential helper to remove this warning. See [2025-07-09T11:10:53.875Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-09T11:10:53.875Z] [2025-07-09T11:10:53.875Z] Login Succeeded [2025-07-09T11:10:53.875Z] ---> ****-login.sh ends [Pipeline] } [2025-07-09T11:10:53.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T11:10:53.938Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-09T11:10:53.971Z] [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: [2025-07-09T11:10:53.971Z] 83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T11:10:53.971Z] latest [2025-07-09T11:10:53.971Z] 4.1.0-dev.3 [2025-07-09T11:10:53.971Z] 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T11:10:53.971Z] main [2025-07-09T11:10:53.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:10:54.342Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:10:54.698Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T11:10:54.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-09T11:10:54.698Z] 6cddcd247db4: Preparing [2025-07-09T11:10:54.698Z] 17a680b1719f: Preparing [2025-07-09T11:10:54.698Z] b7a567223d98: Preparing [2025-07-09T11:10:54.698Z] 0765e0c3b124: Preparing [2025-07-09T11:10:54.698Z] 848d007ecf3d: Preparing [2025-07-09T11:10:54.698Z] dd9c8f8612c8: Preparing [2025-07-09T11:10:54.698Z] dd9c8f8612c8: Waiting [2025-07-09T11:10:54.964Z] 6cddcd247db4: Pushed [2025-07-09T11:10:54.964Z] 17a680b1719f: Pushed [2025-07-09T11:10:54.964Z] 0765e0c3b124: Pushed [2025-07-09T11:10:54.964Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:10:55.924Z] 848d007ecf3d: Pushed [2025-07-09T11:11:06.013Z] b7a567223d98: Pushed [2025-07-09T11:11:06.283Z] 83aed419838c95e88690884805deb3001cd714b8: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:06.669Z] + 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-09T11:11:07.027Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2025-07-09T11:11:07.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-09T11:11:07.027Z] 6cddcd247db4: Preparing [2025-07-09T11:11:07.027Z] 17a680b1719f: Preparing [2025-07-09T11:11:07.027Z] b7a567223d98: Preparing [2025-07-09T11:11:07.027Z] 0765e0c3b124: Preparing [2025-07-09T11:11:07.027Z] 848d007ecf3d: Preparing [2025-07-09T11:11:07.027Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:07.027Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:07.027Z] 848d007ecf3d: Layer already exists [2025-07-09T11:11:07.027Z] 0765e0c3b124: Layer already exists [2025-07-09T11:11:07.027Z] 17a680b1719f: Layer already exists [2025-07-09T11:11:07.027Z] b7a567223d98: Layer already exists [2025-07-09T11:11:07.027Z] 6cddcd247db4: Layer already exists [2025-07-09T11:11:07.027Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:07.294Z] latest: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:07.664Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:08.026Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [2025-07-09T11:11:08.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-09T11:11:08.026Z] 6cddcd247db4: Preparing [2025-07-09T11:11:08.026Z] 17a680b1719f: Preparing [2025-07-09T11:11:08.026Z] b7a567223d98: Preparing [2025-07-09T11:11:08.026Z] 0765e0c3b124: Preparing [2025-07-09T11:11:08.026Z] 848d007ecf3d: Preparing [2025-07-09T11:11:08.026Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:08.026Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:08.026Z] 17a680b1719f: Layer already exists [2025-07-09T11:11:08.026Z] b7a567223d98: Layer already exists [2025-07-09T11:11:08.026Z] 0765e0c3b124: Layer already exists [2025-07-09T11:11:08.026Z] 848d007ecf3d: Layer already exists [2025-07-09T11:11:08.026Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:08.615Z] 6cddcd247db4: Layer already exists [2025-07-09T11:11:08.883Z] 4.1.0-dev.3: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:09.258Z] + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:09.628Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T11:11:09.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-09T11:11:09.628Z] 6cddcd247db4: Preparing [2025-07-09T11:11:09.628Z] 17a680b1719f: Preparing [2025-07-09T11:11:09.628Z] b7a567223d98: Preparing [2025-07-09T11:11:09.628Z] 0765e0c3b124: Preparing [2025-07-09T11:11:09.628Z] 848d007ecf3d: Preparing [2025-07-09T11:11:09.628Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:09.628Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:09.628Z] 848d007ecf3d: Layer already exists [2025-07-09T11:11:09.628Z] b7a567223d98: Layer already exists [2025-07-09T11:11:09.628Z] 0765e0c3b124: Layer already exists [2025-07-09T11:11:09.628Z] 17a680b1719f: Layer already exists [2025-07-09T11:11:09.628Z] 6cddcd247db4: Layer already exists [2025-07-09T11:11:09.628Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:09.897Z] 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:10.270Z] + 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-09T11:11:10.642Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [2025-07-09T11:11:10.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2025-07-09T11:11:10.642Z] 6cddcd247db4: Preparing [2025-07-09T11:11:10.642Z] 17a680b1719f: Preparing [2025-07-09T11:11:10.642Z] b7a567223d98: Preparing [2025-07-09T11:11:10.642Z] 0765e0c3b124: Preparing [2025-07-09T11:11:10.642Z] 848d007ecf3d: Preparing [2025-07-09T11:11:10.642Z] dd9c8f8612c8: Preparing [2025-07-09T11:11:10.642Z] dd9c8f8612c8: Waiting [2025-07-09T11:11:10.642Z] b7a567223d98: Layer already exists [2025-07-09T11:11:10.642Z] 848d007ecf3d: Layer already exists [2025-07-09T11:11:10.642Z] 17a680b1719f: Layer already exists [2025-07-09T11:11:10.642Z] 6cddcd247db4: Layer already exists [2025-07-09T11:11:10.642Z] 0765e0c3b124: Layer already exists [2025-07-09T11:11:10.642Z] dd9c8f8612c8: Layer already exists [2025-07-09T11:11:10.910Z] main: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-09T11:11:10.998Z] ===================================================== [Pipeline] echo [2025-07-09T11:11:11.014Z] taggedImages: [2025-07-09T11:11:11.014Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [2025-07-09T11:11:11.014Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2025-07-09T11:11:11.014Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [2025-07-09T11:11:11.014Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [2025-07-09T11:11:11.014Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] echo [2025-07-09T11:11:11.027Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo [2025-07-09T11:11:11.042Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] echo [2025-07-09T11:11:11.055Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [Pipeline] echo [2025-07-09T11:11:11.067Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] echo [2025-07-09T11:11:11.082Z] 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-09T11:11:11.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:11.490Z] [2025-07-09T11:11:11.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:11.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:12.107Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-09T11:11:12.107Z] 8998bd30e6a1: Pulling fs layer [2025-07-09T11:11:12.107Z] 04944245beec: Pulling fs layer [2025-07-09T11:11:12.107Z] 699f458cf7ca: Pulling fs layer [2025-07-09T11:11:12.107Z] 765212b225bb: Pulling fs layer [2025-07-09T11:11:12.107Z] 765212b225bb: Waiting [2025-07-09T11:11:12.107Z] f23df028b6ca: Pulling fs layer [2025-07-09T11:11:12.107Z] d65c8cfc05b1: Pulling fs layer [2025-07-09T11:11:12.107Z] 2437ff75d9bd: Pulling fs layer [2025-07-09T11:11:12.107Z] f23df028b6ca: Waiting [2025-07-09T11:11:12.107Z] d65c8cfc05b1: Waiting [2025-07-09T11:11:12.107Z] 2437ff75d9bd: Waiting [2025-07-09T11:11:12.107Z] 04944245beec: Verifying Checksum [2025-07-09T11:11:12.107Z] 04944245beec: Download complete [2025-07-09T11:11:12.107Z] 765212b225bb: Verifying Checksum [2025-07-09T11:11:12.107Z] 765212b225bb: Download complete [2025-07-09T11:11:12.107Z] f23df028b6ca: Verifying Checksum [2025-07-09T11:11:12.107Z] f23df028b6ca: Download complete [2025-07-09T11:11:12.107Z] d65c8cfc05b1: Verifying Checksum [2025-07-09T11:11:12.107Z] d65c8cfc05b1: Download complete [2025-07-09T11:11:12.376Z] 699f458cf7ca: Verifying Checksum [2025-07-09T11:11:12.376Z] 699f458cf7ca: Download complete [2025-07-09T11:11:12.965Z] 8998bd30e6a1: Verifying Checksum [2025-07-09T11:11:12.965Z] 8998bd30e6a1: Download complete [2025-07-09T11:11:15.558Z] 2437ff75d9bd: Verifying Checksum [2025-07-09T11:11:15.558Z] 2437ff75d9bd: Download complete [2025-07-09T11:11:17.508Z] 8998bd30e6a1: Pull complete [2025-07-09T11:11:18.094Z] 04944245beec: Pull complete [2025-07-09T11:11:20.064Z] 699f458cf7ca: Pull complete [2025-07-09T11:11:20.064Z] 765212b225bb: Pull complete [2025-07-09T11:11:21.027Z] f23df028b6ca: Pull complete [2025-07-09T11:11:21.297Z] d65c8cfc05b1: Pull complete [2025-07-09T11:11:39.651Z] 2437ff75d9bd: Pull complete [2025-07-09T11:11:39.651Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-09T11:11:39.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-09T11:11:39.651Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:11:39.910Z] prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container [2025-07-09T11:11:39.989Z] $ 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/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@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-09T11:11:43.222Z] $ docker top d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:11:44.108Z] ---> job-cost.sh [2025-07-09T11:11:44.108Z] lf-activate-venv: SKIPPING [2025-07-09T11:11:44.108Z] INFO: No Stack... [2025-07-09T11:11:44.693Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-09T11:11:45.278Z] INFO: Archiving Costs [Pipeline] sh [2025-07-09T11:11:45.922Z] + cat /w/workspace/device-opc-ua/15/archives/cost.csv [2025-07-09T11:11:45.923Z] + cut -d, -f6 [Pipeline] lock [2025-07-09T11:11:45.960Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [2025-07-09T11:11:45.966Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] did not exist. Created. [2025-07-09T11:11:45.971Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-09T11:11:46.635Z] /w/workspace/device-opc-ua/15@tmp/durable-6c2b8c45/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-09T11:11:47.282Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-09T11:11:47.313Z] Warning: overwriting stash ‘stack-cost’ [2025-07-09T11:11:47.373Z] Stashed 1 file(s) [Pipeline] } [2025-07-09T11:11:47.380Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-09T11:11:47.399Z] $ docker stop --time=1 d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd [2025-07-09T11:11:49.098Z] $ docker rm -f --volumes d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd [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-09T11:11:49.609Z] provisioning config files... [2025-07-09T11:11:49.614Z] copy managed file [device-opc-ua-codecov-token] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config18139097291113241694tmp [Pipeline] { [Pipeline] sh [2025-07-09T11:11:49.912Z] + set +x [2025-07-09T11:11:49.912Z] + curl -s https://codecov.io/bash [2025-07-09T11:11:49.912Z] + bash -s -- [2025-07-09T11:11:49.912Z] [2025-07-09T11:11:49.912Z] _____ _ [2025-07-09T11:11:49.912Z] / ____| | | [2025-07-09T11:11:49.912Z] | | ___ __| | ___ ___ _____ __ [2025-07-09T11:11:49.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-09T11:11:49.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-09T11:11:49.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-09T11:11:49.912Z] Bash-1.0.6 [2025-07-09T11:11:49.912Z] [2025-07-09T11:11:49.912Z] [2025-07-09T11:11:49.912Z] ==> git version 2.25.1 found [2025-07-09T11:11:49.912Z] ==> 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-09T11:11:49.912Z] Release-Date: 2020-01-08 [2025-07-09T11:11:49.912Z] 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-09T11:11:49.912Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-09T11:11:49.912Z] ==> Jenkins CI detected. [2025-07-09T11:11:49.912Z] current dir:  /w/workspace/edgexfoundry_device-opc-ua_main [2025-07-09T11:11:49.912Z] project root: . [2025-07-09T11:11:49.912Z] --> token set from env [2025-07-09T11:11:49.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-09T11:11:49.912Z] ==> Running gcov in . (disable via -X gcov) [2025-07-09T11:11:49.912Z] ==> Python coveragepy not found [2025-07-09T11:11:49.912Z] ==> Searching for coverage reports in: [2025-07-09T11:11:49.912Z] + . [2025-07-09T11:11:49.912Z] -> Found 1 reports [2025-07-09T11:11:49.912Z] ==> Detecting git/mercurial file structure [2025-07-09T11:11:49.912Z] ==> Reading reports [2025-07-09T11:11:49.912Z] + ./coverage.out bytes=26136 [2025-07-09T11:11:49.912Z] ==> Appending adjustments [2025-07-09T11:11:49.912Z] https://docs.codecov.io/docs/fixing-reports [2025-07-09T11:11:50.170Z] + Found adjustments [2025-07-09T11:11:50.170Z] ==> Gzipping contents [2025-07-09T11:11:50.170Z] 4.0K /tmp/codecov.hipNZR.gz [2025-07-09T11:11:50.170Z] ==> Uploading reports [2025-07-09T11:11:50.170Z] url: https://codecov.io [2025-07-09T11:11:50.170Z] query: branch=main&commit=83aed419838c95e88690884805deb3001cd714b8&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-09T11:11:50.170Z] -> Pinging Codecov [2025-07-09T11:11:50.170Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=83aed419838c95e88690884805deb3001cd714b8&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-09T11:11:50.428Z] -> Uploading to [2025-07-09T11:11:50.428Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-opc-ua/83aed419838c95e88690884805deb3001cd714b8/970991b3-6a88-4c2a-9b19-860be392a9f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250709%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250709T111150Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=088798ef12f559d91af94c89e03bcaf1400c43e8e0fd6faccfeb2078f47d3bf0 [2025-07-09T11:11:50.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-09T11:11:50.428Z] Dload Upload Total Spent Left Speed [2025-07-09T11:11:50.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4018 0 0 100 4018 0 13348 --:--:-- --:--:-- --:--:-- 13348 [2025-07-09T11:11:50.686Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-opc-ua/commit/83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } [2025-07-09T11:11:50.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-09T11:11:50.836Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-09T11:11:50.852Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:51.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:51.159Z] [2025-07-09T11:11:51.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:11:51.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:51.459Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-09T11:11:51.459Z] 0a9a5dfd008f: Already exists [2025-07-09T11:11:51.459Z] 36466aa92d05: Already exists [2025-07-09T11:11:51.459Z] e10405b45d13: Already exists [2025-07-09T11:11:51.459Z] 096b7ceb2af7: Already exists [2025-07-09T11:11:51.459Z] 4f4fb700ef54: Already exists [2025-07-09T11:11:51.459Z] e50aa161e22a: Pulling fs layer [2025-07-09T11:11:51.459Z] d3c8db5fb9df: Pulling fs layer [2025-07-09T11:11:51.718Z] e50aa161e22a: Verifying Checksum [2025-07-09T11:11:51.718Z] e50aa161e22a: Download complete [2025-07-09T11:11:51.976Z] e50aa161e22a: Pull complete [2025-07-09T11:11:52.910Z] d3c8db5fb9df: Verifying Checksum [2025-07-09T11:11:52.910Z] d3c8db5fb9df: Download complete [2025-07-09T11:11:56.191Z] d3c8db5fb9df: Pull complete [2025-07-09T11:11:56.191Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-09T11:11:56.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-09T11:11:56.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:11:56.271Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:11:56.298Z] $ 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-09T11:11:57.707Z] $ docker top f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:11:58.056Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] echo [2025-07-09T11:11:58.068Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-opc-ua:main' [Pipeline] sh [2025-07-09T11:11:58.352Z] + set -o pipefail [2025-07-09T11:11:58.352Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-opc-ua:main' [2025-07-09T11:12:06.470Z] [2025-07-09T11:12:06.470Z] Monitoring /w/workspace/edgexfoundry_device-opc-ua_main (github.com/edgexfoundry/device-opc-ua)... [2025-07-09T11:12:06.470Z] [2025-07-09T11:12:06.470Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3cf99318-0193-4c3c-b62c-841d5a6b07bf/history/60b5a679-e4f7-47c1-b049-c95f9f973799 [2025-07-09T11:12:06.470Z] [2025-07-09T11:12:06.470Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-09T11:12:06.470Z] [Pipeline] } [2025-07-09T11:12:06.733Z] $ docker stop --time=1 f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb [2025-07-09T11:12:09.682Z] $ docker rm -f --volumes f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb [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-09T11:12:10.503Z] + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] sh [2025-07-09T11:12:10.792Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:10.793Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:11.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:11.091Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:11.169Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:12:11.194Z] $ 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-09T11:12:11.494Z] $ docker top 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df -eo pid,comm [2025-07-09T11:12:11.542Z] 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-09T11:12:11.542Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:11.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:11.596Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:11.715Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:11.715Z] $ docker exec 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df ssh-agent [2025-07-09T11:12:11.830Z] SSH_AUTH_SOCK=/tmp/ssh-y1aODoXmwRrq/agent.32 [2025-07-09T11:12:11.830Z] SSH_AGENT_PID=38 [2025-07-09T11:12:11.834Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:11.935Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_18391614423250014170.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_18391614423250014170.key) [2025-07-09T11:12:11.950Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:12.239Z] + git semver tag [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,455 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,460 [run_tag] DEBUG tag force:False [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,460 [check_head_tag] DEBUG check head tag [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,460 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,462 [execute] INFO git cat-file --batch [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,465 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,465 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) [2025-07-09T11:12:12.497Z] 2025-07-09 11:12:12,468 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:12.497Z] 4.1.0-dev.3 [Pipeline] } [2025-07-09T11:12:12.502Z] $ docker exec --env ******** --env ******** 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df ssh-agent -k [2025-07-09T11:12:12.602Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:12.603Z] unset SSH_AGENT_PID; [2025-07-09T11:12:12.603Z] echo Agent pid 38 killed; [2025-07-09T11:12:12.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:12.941Z] + git semver [Pipeline] } [2025-07-09T11:12:13.211Z] $ docker stop --time=1 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df [2025-07-09T11:12:14.467Z] $ docker rm -f --volumes 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:14.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:14.879Z] [2025-07-09T11:12:14.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:15.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:15.177Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-09T11:12:15.177Z] ab5ef0e58194: Pulling fs layer [2025-07-09T11:12:15.177Z] 9712f1f96733: Pulling fs layer [2025-07-09T11:12:15.177Z] 63f879dbbcfc: Pulling fs layer [2025-07-09T11:12:15.177Z] 0d9ebad4ef96: Pulling fs layer [2025-07-09T11:12:15.177Z] e9a5061849ea: Pulling fs layer [2025-07-09T11:12:15.177Z] d747dcd14b5f: Pulling fs layer [2025-07-09T11:12:15.177Z] 2de7ff778b66: Pulling fs layer [2025-07-09T11:12:15.177Z] 0d9ebad4ef96: Waiting [2025-07-09T11:12:15.177Z] d747dcd14b5f: Waiting [2025-07-09T11:12:15.177Z] e9a5061849ea: Waiting [2025-07-09T11:12:15.177Z] 2de7ff778b66: Waiting [2025-07-09T11:12:15.177Z] 9712f1f96733: Verifying Checksum [2025-07-09T11:12:15.177Z] 9712f1f96733: Download complete [2025-07-09T11:12:15.435Z] 63f879dbbcfc: Verifying Checksum [2025-07-09T11:12:15.435Z] 63f879dbbcfc: Download complete [2025-07-09T11:12:15.692Z] 0d9ebad4ef96: Verifying Checksum [2025-07-09T11:12:15.692Z] 0d9ebad4ef96: Download complete [2025-07-09T11:12:15.692Z] e9a5061849ea: Verifying Checksum [2025-07-09T11:12:15.692Z] e9a5061849ea: Download complete [2025-07-09T11:12:15.692Z] d747dcd14b5f: Verifying Checksum [2025-07-09T11:12:15.692Z] d747dcd14b5f: Download complete [2025-07-09T11:12:15.692Z] 2de7ff778b66: Verifying Checksum [2025-07-09T11:12:15.692Z] 2de7ff778b66: Download complete [2025-07-09T11:12:15.692Z] ab5ef0e58194: Verifying Checksum [2025-07-09T11:12:15.692Z] ab5ef0e58194: Download complete [2025-07-09T11:12:19.874Z] ab5ef0e58194: Pull complete [2025-07-09T11:12:19.874Z] 9712f1f96733: Pull complete [2025-07-09T11:12:20.131Z] 63f879dbbcfc: Pull complete [2025-07-09T11:12:25.391Z] 0d9ebad4ef96: Pull complete [2025-07-09T11:12:25.391Z] e9a5061849ea: Pull complete [2025-07-09T11:12:25.391Z] d747dcd14b5f: Pull complete [2025-07-09T11:12:26.767Z] 2de7ff778b66: Pull complete [2025-07-09T11:12:26.767Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-09T11:12:26.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-09T11:12:26.767Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:26.856Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:12:26.881Z] $ 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-09T11:12:29.472Z] $ docker top 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-09T11:12:29.535Z] provisioning config files... [2025-07-09T11:12:29.540Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1636793886026874684tmp [2025-07-09T11:12:29.560Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config46684286000955944tmp [2025-07-09T11:12:29.578Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config17716376892942857637tmp [Pipeline] { [Pipeline] echo [2025-07-09T11:12:29.608Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:29.937Z] ---> sigul-configuration.sh [2025-07-09T11:12:29.937Z] gpg: directory `/root/.gnupg' created [2025-07-09T11:12:29.937Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-09T11:12:29.938Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-09T11:12:29.938Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-09T11:12:29.938Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-09T11:12:29.938Z] gpg: CAST5 encrypted data [2025-07-09T11:12:29.938Z] gpg: encrypted with 1 passphrase [2025-07-09T11:12:29.938Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-09T11:12:30.251Z] + mkdir /home/jenkins [2025-07-09T11:12:30.251Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-09T11:12:30.541Z] + 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-09T11:12:30.553Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:30.841Z] ---> sigul-install.sh [2025-07-09T11:12:30.842Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-09T11:12:31.133Z] + git tag --list [2025-07-09T11:12:31.133Z] v4.0 [2025-07-09T11:12:31.133Z] v4.0.0 [2025-07-09T11:12:31.133Z] v4.1.0-dev.1 [2025-07-09T11:12:31.133Z] v4.1.0-dev.2 [2025-07-09T11:12:31.133Z] v4.1.0-dev.3 [Pipeline] sh [2025-07-09T11:12:31.425Z] + lftools sign git-tag v4.1.0-dev.3 [2025-07-09T11:12:31.991Z] Signing Git tag with Sigul... [2025-07-09T11:12:31.991Z] Signing v4.1.0-dev.3 [Pipeline] echo [2025-07-09T11:12:32.264Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:32.554Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-09T11:12:32.562Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-09T11:12:32.582Z] $ docker stop --time=1 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da [2025-07-09T11:12:33.869Z] $ docker rm -f --volumes 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-09T11:12:34.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:34.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:34.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:34.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:34.711Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:12:34.740Z] $ 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-09T11:12:34.984Z] $ docker top 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 -eo pid,comm [2025-07-09T11:12:35.026Z] 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-09T11:12:35.026Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:35.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:35.082Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:35.186Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:35.187Z] $ docker exec 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 ssh-agent [2025-07-09T11:12:35.285Z] SSH_AUTH_SOCK=/tmp/ssh-bBIJ95zzvy8D/agent.32 [2025-07-09T11:12:35.285Z] SSH_AGENT_PID=38 [2025-07-09T11:12:35.290Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:35.392Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2874631459427083844.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2874631459427083844.key) [2025-07-09T11:12:35.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:35.699Z] + git semver bump pre [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,904 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [bump_version] DEBUG bumped version:4.1.0-dev.4 [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:True [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,909 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,911 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,911 [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-09T11:12:35.958Z] 2025-07-09 11:12:35,915 [execute] INFO git cat-file --batch [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-09T11:12:35.958Z] 2025-07-09 11:12:35,919 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:35.958Z] 4.1.0-dev.4 [Pipeline] } [2025-07-09T11:12:35.965Z] $ docker exec --env ******** --env ******** 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 ssh-agent -k [2025-07-09T11:12:36.063Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:36.063Z] unset SSH_AGENT_PID; [2025-07-09T11:12:36.063Z] echo Agent pid 38 killed; [2025-07-09T11:12:36.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:36.393Z] + git semver [Pipeline] } [2025-07-09T11:12:36.660Z] $ docker stop --time=1 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 [2025-07-09T11:12:37.951Z] $ docker rm -f --volumes 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-09T11:12:38.313Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-09T11:12:38.313Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:38.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-09T11:12:38.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:38.689Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:12:38.716Z] $ 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-09T11:12:38.973Z] $ docker top 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 -eo pid,comm [2025-07-09T11:12:39.019Z] 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-09T11:12:39.019Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-09T11:12:39.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-09T11:12:39.074Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-09T11:12:39.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-09T11:12:39.188Z] $ docker exec 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 ssh-agent [2025-07-09T11:12:39.289Z] SSH_AUTH_SOCK=/tmp/ssh-SMrbZ3tkv22P/agent.32 [2025-07-09T11:12:39.289Z] SSH_AGENT_PID=38 [2025-07-09T11:12:39.293Z] Running ssh-add (command line suppressed) [2025-07-09T11:12:39.403Z] Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9260460571697288108.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9260460571697288108.key) [2025-07-09T11:12:39.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-09T11:12:39.709Z] + git semver push [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,935 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,939 [run_push] DEBUG push [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,939 [execute] INFO git cat-file --batch-check [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,940 [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-09T11:12:39.968Z] 2025-07-09 11:12:39,941 [execute] INFO git rev-list 0ad18697a2aa4a6001cb93b60ef6f9d6c4b1d9d4 -- [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,942 [execute] DEBUG Popen(['git', 'rev-list', '0ad18697a2aa4a6001cb93b60ef6f9d6c4b1d9d4', '--'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,945 [execute] INFO git fetch -v -- origin [2025-07-09T11:12:39.968Z] 2025-07-09 11:12:39,945 [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-09T11:12:40.536Z] 2025-07-09 11:12:40,421 [run_push] DEBUG no remote changes detected [2025-07-09T11:12:40.536Z] 2025-07-09 11:12:40,421 [execute] INFO git push origin semver [2025-07-09T11:12:40.536Z] 2025-07-09 11:12:40,422 [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-09T11:12:41.472Z] 2025-07-09 11:12:41,285 [run_push] DEBUG push all version tags [2025-07-09T11:12:41.472Z] 2025-07-09 11:12:41,285 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-09T11:12:41.472Z] 2025-07-09 11:12:41,286 [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-09T11:12:42.038Z] 2025-07-09 11:12:41,985 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2025-07-09T11:12:42.038Z] 4.1.0-dev.4 [Pipeline] } [2025-07-09T11:12:42.045Z] $ docker exec --env ******** --env ******** 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 ssh-agent -k [2025-07-09T11:12:42.143Z] unset SSH_AUTH_SOCK; [2025-07-09T11:12:42.143Z] unset SSH_AGENT_PID; [2025-07-09T11:12:42.143Z] echo Agent pid 38 killed; [2025-07-09T11:12:42.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-09T11:12:42.482Z] + git semver [Pipeline] } [2025-07-09T11:12:42.749Z] $ docker stop --time=1 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 [2025-07-09T11:12:43.992Z] $ docker rm -f --volumes 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 [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-09T11:12:44.576Z] + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] [2025-07-09T11:12:44.576Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-09T11:12:44.576Z] total 16 [2025-07-09T11:12:44.576Z] drwxr-xr-x 3 root root 4096 Jul 9 10:58 . [2025-07-09T11:12:44.576Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. [2025-07-09T11:12:44.576Z] drwxr-xr-x 2 root root 4096 Jul 9 10:58 cost [2025-07-09T11:12:44.576Z] -rw-r--r-- 1 root root 84 Jul 9 10:58 cost.csv [2025-07-09T11:12:44.576Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-09T11:12:44.576Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2025-07-09T11:12:44.576Z] total 16 [2025-07-09T11:12:44.576Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:58 . [2025-07-09T11:12:44.576Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. [2025-07-09T11:12:44.576Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 9 10:58 cost [2025-07-09T11:12:44.576Z] -rw-r--r-- 1 jenkins jenkins 84 Jul 9 10:58 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:44.870Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:45.724Z] ---> package-listing.sh [2025-07-09T11:12:45.724Z] ++ facter osfamily [2025-07-09T11:12:45.724Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-09T11:12:45.983Z] + OS_FAMILY=debian [2025-07-09T11:12:45.983Z] + workspace=/w/workspace/edgexfoundry_device-opc-ua_main [2025-07-09T11:12:45.983Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-09T11:12:45.983Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-09T11:12:45.983Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-09T11:12:45.983Z] + PACKAGES=/tmp/packages_start.txt [2025-07-09T11:12:45.983Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-09T11:12:45.983Z] + PACKAGES=/tmp/packages_end.txt [2025-07-09T11:12:45.983Z] + case "${OS_FAMILY}" in [2025-07-09T11:12:45.983Z] + dpkg -l [2025-07-09T11:12:45.983Z] + grep '^ii' [2025-07-09T11:12:45.983Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-09T11:12:45.983Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-09T11:12:45.983Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-09T11:12:45.983Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2025-07-09T11:12:45.983Z] + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [2025-07-09T11:12:45.983Z] + 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-09T11:12:45.995Z] 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-09T11:12:46.273Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-09T11:12:46.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-09T11:12:46.836Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-09T11:12:46.909Z] prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container [2025-07-09T11:12:46.938Z] $ 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-09T11:12:47.151Z] $ docker top 8ee7d20718f52a2865f590b7098e05c1a636f336446cdc72d4e0b3abe69fd49b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-09T11:12:47.491Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-09T11:12:47.778Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-09T11:12:48.063Z] + ls /var/log/sa-host [2025-07-09T11:12:48.064Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-09T11:12:48.096Z] provisioning config files... [2025-07-09T11:12:48.104Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config14089089527665869016tmp [Pipeline] { [Pipeline] echo [2025-07-09T11:12:48.125Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:48.406Z] ---> create-netrc.sh [Pipeline] } [2025-07-09T11:12:48.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:48.720Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-09T11:12:48.729Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:49.014Z] ---> sudo-logs.sh [2025-07-09T11:12:49.014Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-09T11:12:49.042Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:49.318Z] ---> job-cost.sh [2025-07-09T11:12:49.318Z] lf-activate-venv: SKIPPING [2025-07-09T11:12:49.318Z] DEBUG: total: 0.2199999988079071 [2025-07-09T11:12:49.318Z] INFO: Retrieving Stack Cost... [2025-07-09T11:12:49.885Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-09T11:12:50.146Z] INFO: Archiving Costs [Pipeline] echo [2025-07-09T11:12:50.156Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-09T11:12:50.437Z] ---> logs-deploy.sh [2025-07-09T11:12:50.437Z] lf-activate-venv: SKIPPING [2025-07-09T11:12:50.437Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/15 [2025-07-09T11:12:50.437Z] INFO: archiving workspace using pattern(s): [2025-07-09T11:12:51.370Z] Archives upload complete. [2025-07-09T11:12:51.370Z] INFO: archiving logs to Nexus