Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 165b80fb05d57052a3c15902199294117d426607 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-ssh6454722429666204385.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-ssh1084887829219992252.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-s7/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-s7/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8331988402143156113.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-ssh13226066028769204400.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-s7/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-s7/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17734007094179844192.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-s7] ========================================================= [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-s7-settings PROJECT: device-s7 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-s7 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5710 in /w/workspace/edgexfoundry_device-s7_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-s7.git > git init /w/workspace/edgexfoundry_device-s7_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.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-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 165b80fb05d57052a3c15902199294117d426607 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-s7.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 165b80fb05d57052a3c15902199294117d426607 # timeout=10 Commit message: "Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25" > git rev-list --no-walk e1862347d00f273def1a97e6f73e9a42acdfa982 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-25T06:01:55.138Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-25T06:01:55.225Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-25T06:01:55.253Z] ========================================================= [2025-07-25T06:01:55.253Z] EdgeX Global Pipelines Version Info [2025-07-25T06:01:55.253Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:01:56.429Z] ------------------- [2025-07-25T06:01:56.429Z] stable info: [2025-07-25T06:01:56.429Z] ------------------- [2025-07-25T06:01:56.429Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-25T06:01:56.429Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-25T06:01:56.429Z] Message: update stable to v1.0.274 [2025-07-25T06:01:56.691Z] ------------------- [2025-07-25T06:01:56.691Z] experimental info: [2025-07-25T06:01:56.691Z] ------------------- [2025-07-25T06:01:56.691Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-07-25T06:01:56.691Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-07-25T06:01:56.691Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-25T06:01:56.768Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo [2025-07-25T06:01:56.788Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo [2025-07-25T06:01:56.807Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-25T06:01:56.829Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-25T06:01:56.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-25T06:01:56.875Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-25T06:01:56.898Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-25T06:01:56.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-25T06:01:56.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-25T06:01:56.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-25T06:01:56.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-25T06:01:57.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo [2025-07-25T06:01:57.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-25T06:01:57.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-25T06:01:57.081Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-25T06:01:57.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-25T06:01:57.129Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-25T06:01:57.151Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-25T06:01:57.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-25T06:01:57.202Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-25T06:01:57.224Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-25T06:01:57.245Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-25T06:01:57.268Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-25T06:01:57.284Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-25T06:01:57.304Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-25T06:01:57.325Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-25T06:01:57.346Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-25T06:01:57.363Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-25T06:01:57.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-25T06:01:57.406Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-25T06:01:57.425Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo [2025-07-25T06:01:57.445Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 165b80f [Pipeline] echo [2025-07-25T06:01:57.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:01:57.531Z] provisioning config files... [2025-07-25T06:01:57.546Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13972479613536154347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:01:57.879Z] ---> ****-login.sh [2025-07-25T06:01:57.879Z] nexus3.edgexfoundry.org:10001 [2025-07-25T06:01:57.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:01:58.141Z] [2025-07-25T06:01:58.141Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-25T06:01:58.141Z] Configure a credential helper to remove this warning. See [2025-07-25T06:01:58.141Z] https://docs.****.com/go/credential-store/ [2025-07-25T06:01:58.141Z] [2025-07-25T06:01:58.141Z] Login Succeeded [2025-07-25T06:01:58.141Z] nexus3.edgexfoundry.org:10002 [2025-07-25T06:01:58.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:01:58.403Z] [2025-07-25T06:01:58.403Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-25T06:01:58.403Z] Configure a credential helper to remove this warning. See [2025-07-25T06:01:58.403Z] https://docs.****.com/go/credential-store/ [2025-07-25T06:01:58.403Z] [2025-07-25T06:01:58.403Z] Login Succeeded [2025-07-25T06:01:58.403Z] nexus3.edgexfoundry.org:10003 [2025-07-25T06:01:58.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:01:58.403Z] [2025-07-25T06:01:58.403Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-25T06:01:58.404Z] Configure a credential helper to remove this warning. See [2025-07-25T06:01:58.404Z] https://docs.****.com/go/credential-store/ [2025-07-25T06:01:58.404Z] [2025-07-25T06:01:58.404Z] Login Succeeded [2025-07-25T06:01:58.404Z] nexus3.edgexfoundry.org:10004 [2025-07-25T06:01:58.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:01:58.404Z] [2025-07-25T06:01:58.404Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-25T06:01:58.404Z] Configure a credential helper to remove this warning. See [2025-07-25T06:01:58.404Z] https://docs.****.com/go/credential-store/ [2025-07-25T06:01:58.404Z] [2025-07-25T06:01:58.404Z] Login Succeeded [2025-07-25T06:01:58.404Z] ****.io [2025-07-25T06:01:58.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:01:58.664Z] [2025-07-25T06:01:58.664Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-25T06:01:58.664Z] Configure a credential helper to remove this warning. See [2025-07-25T06:01:58.664Z] https://docs.****.com/go/credential-store/ [2025-07-25T06:01:58.664Z] [2025-07-25T06:01:58.664Z] Login Succeeded [2025-07-25T06:01:58.664Z] ---> ****-login.sh ends [Pipeline] } [2025-07-25T06:01:58.671Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-25T06:01:59.101Z] + git rev-list -1 --merges 165b80fb05d57052a3c15902199294117d426607~1..165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo [2025-07-25T06:01:59.131Z] -----------> git rev-list -1 --merges 165b80fb05d57052a3c15902199294117d426607~1..165b80fb05d57052a3c15902199294117d426607 165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:01:59.131Z] 165b80fb05d57052a3c15902199294117d426607 [false] [Pipeline] sh [2025-07-25T06:01:59.430Z] + git log --format=format:%s -1 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo [2025-07-25T06:01:59.452Z] ========================================================= [2025-07-25T06:01:59.452Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-25T06:01:59.452Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-25T06:01:59.801Z] + git log --format=format:%s -1 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo [2025-07-25T06:01:59.814Z] [semverPrep] GIT_COMMIT: 165b80fb05d57052a3c15902199294117d426607, Commit Message: Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25 [Pipeline] echo [2025-07-25T06:01:59.828Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-25T06:02:00.208Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-25T06:02:00.208Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-25T06:02:00.208Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-25T06:02:00.208Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-25T06:02:00.208Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-25T06:02:00.208Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-25T06:02:00.208Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:02:00.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-25T06:02:00.656Z] [2025-07-25T06:02:00.656Z] 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-25T06:02:00.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-25T06:02:00.960Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-25T06:02:00.960Z] 3dae71ba6b94: Pulling fs layer [2025-07-25T06:02:00.960Z] 6bf1a483ea7c: Pulling fs layer [2025-07-25T06:02:00.960Z] f5dfc541a4d3: Pulling fs layer [2025-07-25T06:02:00.960Z] 461d9e800cba: Pulling fs layer [2025-07-25T06:02:00.960Z] 80192f66455f: Pulling fs layer [2025-07-25T06:02:00.960Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-25T06:02:00.960Z] a29436f7fd5d: Pulling fs layer [2025-07-25T06:02:00.960Z] 923cac83aea3: Pulling fs layer [2025-07-25T06:02:00.960Z] 25ad8b0a4227: Pulling fs layer [2025-07-25T06:02:00.960Z] db01528c6b51: Pulling fs layer [2025-07-25T06:02:00.960Z] 28988de357af: Pulling fs layer [2025-07-25T06:02:00.960Z] 80192f66455f: Waiting [2025-07-25T06:02:00.960Z] 923cac83aea3: Waiting [2025-07-25T06:02:00.960Z] 25ad8b0a4227: Waiting [2025-07-25T06:02:00.960Z] db01528c6b51: Waiting [2025-07-25T06:02:00.960Z] 461d9e800cba: Waiting [2025-07-25T06:02:00.960Z] 2e8e34ca0e6c: Waiting [2025-07-25T06:02:00.960Z] a29436f7fd5d: Waiting [2025-07-25T06:02:00.960Z] 28988de357af: Waiting [2025-07-25T06:02:00.960Z] 6bf1a483ea7c: Verifying Checksum [2025-07-25T06:02:00.960Z] 6bf1a483ea7c: Download complete [2025-07-25T06:02:00.960Z] 461d9e800cba: Verifying Checksum [2025-07-25T06:02:00.960Z] 461d9e800cba: Download complete [2025-07-25T06:02:01.221Z] 80192f66455f: Verifying Checksum [2025-07-25T06:02:01.221Z] 80192f66455f: Download complete [2025-07-25T06:02:01.221Z] f5dfc541a4d3: Verifying Checksum [2025-07-25T06:02:01.221Z] f5dfc541a4d3: Download complete [2025-07-25T06:02:01.221Z] 3dae71ba6b94: Verifying Checksum [2025-07-25T06:02:01.221Z] 3dae71ba6b94: Download complete [2025-07-25T06:02:01.221Z] 923cac83aea3: Verifying Checksum [2025-07-25T06:02:01.221Z] 923cac83aea3: Download complete [2025-07-25T06:02:01.481Z] 25ad8b0a4227: Verifying Checksum [2025-07-25T06:02:01.481Z] 25ad8b0a4227: Download complete [2025-07-25T06:02:01.481Z] db01528c6b51: Verifying Checksum [2025-07-25T06:02:01.481Z] db01528c6b51: Download complete [2025-07-25T06:02:01.481Z] 28988de357af: Verifying Checksum [2025-07-25T06:02:01.481Z] 28988de357af: Download complete [2025-07-25T06:02:01.481Z] a29436f7fd5d: Verifying Checksum [2025-07-25T06:02:01.481Z] a29436f7fd5d: Download complete [2025-07-25T06:02:01.740Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-25T06:02:01.740Z] 2e8e34ca0e6c: Download complete [2025-07-25T06:02:02.676Z] 3dae71ba6b94: Pull complete [2025-07-25T06:02:02.676Z] 6bf1a483ea7c: Pull complete [2025-07-25T06:02:03.247Z] f5dfc541a4d3: Pull complete [2025-07-25T06:02:03.510Z] 461d9e800cba: Pull complete [2025-07-25T06:02:03.510Z] 80192f66455f: Pull complete [2025-07-25T06:02:07.724Z] 2e8e34ca0e6c: Pull complete [2025-07-25T06:02:08.663Z] a29436f7fd5d: Pull complete [2025-07-25T06:02:08.663Z] 923cac83aea3: Pull complete [2025-07-25T06:02:08.663Z] 25ad8b0a4227: Pull complete [2025-07-25T06:02:08.663Z] db01528c6b51: Pull complete [2025-07-25T06:02:08.663Z] 28988de357af: Pull complete [2025-07-25T06:02:08.663Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-25T06:02:08.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-25T06:02:08.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:02:08.798Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2025-07-25T06:02:08.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-25T06:02:11.143Z] $ docker top 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f -eo pid,comm [2025-07-25T06:02:11.195Z] 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-25T06:02:11.195Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-25T06:02:11.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-25T06:02:11.255Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-25T06:02:11.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-25T06:02:11.370Z] $ docker exec 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent [2025-07-25T06:02:11.473Z] SSH_AUTH_SOCK=/tmp/ssh-tP2QbDio9MkL/agent.32 [2025-07-25T06:02:11.473Z] SSH_AGENT_PID=38 [2025-07-25T06:02:11.479Z] Running ssh-add (command line suppressed) [2025-07-25T06:02:11.578Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4979018980847550301.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4979018980847550301.key) [2025-07-25T06:02:11.594Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-25T06:02:11.890Z] + git tag --points-at HEAD [Pipeline] } [2025-07-25T06:02:11.902Z] $ docker exec --env ******** --env ******** 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent -k [2025-07-25T06:02:11.998Z] unset SSH_AUTH_SOCK; [2025-07-25T06:02:11.999Z] unset SSH_AGENT_PID; [2025-07-25T06:02:11.999Z] echo Agent pid 38 killed; [2025-07-25T06:02:12.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-25T06:02:12.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-25T06:02:12.051Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-25T06:02:12.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-25T06:02:12.165Z] $ docker exec 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent [2025-07-25T06:02:12.268Z] SSH_AUTH_SOCK=/tmp/ssh-ng14orlDgbvQ/agent.71 [2025-07-25T06:02:12.268Z] SSH_AGENT_PID=77 [2025-07-25T06:02:12.276Z] Running ssh-add (command line suppressed) [2025-07-25T06:02:12.372Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_724069734974747070.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_724069734974747070.key) [2025-07-25T06:02:12.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-25T06:02:12.680Z] + git semver init [2025-07-25T06:02:12.939Z] 2025-07-25 06:02:12,894 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-25T06:02:12.939Z] 2025-07-25 06:02:12,898 [run_init] DEBUG init version:0.0.0 force:False [2025-07-25T06:02:12.939Z] 2025-07-25 06:02:12,899 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver [2025-07-25T06:02:12.939Z] 2025-07-25 06:02:12,899 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver [2025-07-25T06:02:12.939Z] 2025-07-25 06:02:12,899 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-s7.git', '/w/workspace/edgexfoundry_device-s7_main/.semver'], cwd=/w/workspace/edgexfoundry_device-s7_main, stdin=None, shell=False, universal_newlines=False) [2025-07-25T06:02:13.881Z] 2025-07-25 06:02:13,871 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude [2025-07-25T06:02:13.881Z] 2025-07-25 06:02:13,872 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False [2025-07-25T06:02:13.881Z] 2025-07-25 06:02:13,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-07-25T06:02:13.881Z] 2025-07-25 06:02:13,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-07-25T06:02:13.881Z] 4.1.0-dev.3 [Pipeline] } [2025-07-25T06:02:14.157Z] $ docker exec --env ******** --env ******** 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent -k [2025-07-25T06:02:14.257Z] unset SSH_AUTH_SOCK; [2025-07-25T06:02:14.258Z] unset SSH_AGENT_PID; [2025-07-25T06:02:14.258Z] echo Agent pid 77 killed; [2025-07-25T06:02:14.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-25T06:02:14.586Z] + git semver [Pipeline] } [2025-07-25T06:02:14.874Z] $ docker stop --time=1 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f [2025-07-25T06:02:16.171Z] $ docker rm -f --volumes 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-25T06:02:16.513Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-25T06:02:16.805Z] Stashed 1 file(s) [Pipeline] echo [2025-07-25T06:02:16.811Z] [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-25T06:02:17.097Z] provisioning config files... [2025-07-25T06:02:17.116Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14226385168118886058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:02:17.442Z] ---> ****-login.sh [2025-07-25T06:02:17.442Z] nexus3.edgexfoundry.org:10001 [2025-07-25T06:02:17.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:02:17.442Z] Login Succeeded [2025-07-25T06:02:17.442Z] nexus3.edgexfoundry.org:10002 [2025-07-25T06:02:17.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:02:17.442Z] Login Succeeded [2025-07-25T06:02:17.442Z] nexus3.edgexfoundry.org:10003 [2025-07-25T06:02:17.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:02:17.442Z] Login Succeeded [2025-07-25T06:02:17.442Z] nexus3.edgexfoundry.org:10004 [2025-07-25T06:02:17.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:02:17.701Z] Login Succeeded [2025-07-25T06:02:17.701Z] ****.io [2025-07-25T06:02:17.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:02:17.960Z] Login Succeeded [2025-07-25T06:02:17.960Z] ---> ****-login.sh ends [Pipeline] } [2025-07-25T06:02:17.967Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-25T06:02:18.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-25T06:02:18.069Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-25T06:02:18.100Z] ========================================================= [2025-07-25T06:02:18.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-25T06:02:18.100Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:02:18.439Z] + 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-25T06:02:19.008Z] #0 building with "default" instance using docker driver [2025-07-25T06:02:19.008Z] [2025-07-25T06:02:19.008Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:02:19.008Z] #1 transferring dockerfile: 1.62kB done [2025-07-25T06:02:19.008Z] #1 DONE 0.0s [2025-07-25T06:02:19.008Z] [2025-07-25T06:02:19.008Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-25T06:02:19.008Z] #2 DONE 0.1s [2025-07-25T06:02:19.266Z] [2025-07-25T06:02:19.266Z] #3 [internal] load .dockerignore [2025-07-25T06:02:19.266Z] #3 transferring context: 2B done [2025-07-25T06:02:19.266Z] #3 DONE 0.0s [2025-07-25T06:02:19.266Z] [2025-07-25T06:02:19.266Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-25T06:02:19.266Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-25T06:02:19.266Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-25T06:02:19.266Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-07-25T06:02:19.266Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 6.29MB / 74.06MB 0.1s [2025-07-25T06:02:19.266Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-25T06:02:19.266Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-25T06:02:19.266Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-25T06:02:19.266Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 2.10MB / 3.63MB 0.1s [2025-07-25T06:02:19.266Z] #4 ... [2025-07-25T06:02:19.266Z] [2025-07-25T06:02:19.266Z] #5 [internal] load build context [2025-07-25T06:02:19.266Z] #5 transferring context: 15.85MB 0.1s done [2025-07-25T06:02:19.266Z] #5 DONE 0.2s [2025-07-25T06:02:19.266Z] [2025-07-25T06:02:19.266Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-25T06:02:19.266Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 18.87MB / 74.06MB 0.2s [2025-07-25T06:02:19.266Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-25T06:02:19.266Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-25T06:02:19.266Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-25T06:02:19.266Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s [2025-07-25T06:02:19.266Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-25T06:02:19.266Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-07-25T06:02:19.524Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 36.70MB / 74.06MB 0.3s [2025-07-25T06:02:19.524Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-25T06:02:19.524Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s [2025-07-25T06:02:19.524Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-25T06:02:19.783Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 68.24MB / 74.06MB 0.5s [2025-07-25T06:02:19.783Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 18.87MB / 100.52MB 0.5s [2025-07-25T06:02:19.783Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.5s [2025-07-25T06:02:19.783Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-25T06:02:19.783Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 32.51MB / 100.52MB 0.6s [2025-07-25T06:02:19.783Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s [2025-07-25T06:02:20.041Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 53.48MB / 100.52MB 0.7s [2025-07-25T06:02:20.041Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-25T06:02:20.041Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-07-25T06:02:20.041Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 75.50MB / 100.52MB 0.8s [2025-07-25T06:02:20.041Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done [2025-07-25T06:02:20.041Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s [2025-07-25T06:02:20.606Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.2s done [2025-07-25T06:02:24.788Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done [2025-07-25T06:02:24.788Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-25T06:02:24.788Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-25T06:02:24.788Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-25T06:02:24.788Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-25T06:02:24.788Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-25T06:02:25.048Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-25T06:02:25.048Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-25T06:02:28.340Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done [2025-07-25T06:02:28.340Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-25T06:02:28.599Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.8s done [2025-07-25T06:02:28.599Z] #4 DONE 9.4s [2025-07-25T06:02:28.599Z] [2025-07-25T06:02:28.599Z] #6 [builder 2/7] WORKDIR /device-s7 [2025-07-25T06:02:30.508Z] #6 DONE 2.0s [2025-07-25T06:02:30.768Z] [2025-07-25T06:02:30.768Z] #7 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev [2025-07-25T06:02:30.768Z] #7 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-25T06:02:31.027Z] #7 0.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-25T06:02:31.287Z] #7 0.728 OK: 248 MiB in 58 packages [2025-07-25T06:02:31.547Z] #7 DONE 0.8s [2025-07-25T06:02:31.547Z] [2025-07-25T06:02:31.547Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-25T06:02:31.547Z] #8 DONE 0.0s [2025-07-25T06:02:31.547Z] [2025-07-25T06:02:31.547Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-25T06:02:31.968Z] Still waiting to schedule task [2025-07-25T06:02:31.969Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-25T06:03:03.628Z] #9 DONE 29.0s [2025-07-25T06:03:03.629Z] [2025-07-25T06:03:03.629Z] #10 [builder 6/7] COPY . . [2025-07-25T06:03:03.629Z] #10 DONE 0.1s [2025-07-25T06:03:03.629Z] [2025-07-25T06:03:03.629Z] #11 [builder 7/7] RUN echo noop [2025-07-25T06:03:03.629Z] #11 0.186 noop [2025-07-25T06:03:03.629Z] #11 DONE 0.2s [2025-07-25T06:03:03.629Z] [2025-07-25T06:03:03.629Z] #12 exporting to image [2025-07-25T06:03:03.629Z] #12 exporting layers [2025-07-25T06:03:07.809Z] #12 exporting layers 6.8s done [2025-07-25T06:03:07.809Z] #12 writing image sha256:16b481234e83d548e28cc20ce892fad84f8e0c3296b1796d620dcbb2316a99a3 done [2025-07-25T06:03:07.809Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-25T06:03:07.809Z] #12 DONE 6.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:03:08.141Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-25T06:03:08.141Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:03:08.208Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2025-07-25T06:03:08.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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 ******** ci-base-image-x86_64 cat [2025-07-25T06:03:08.558Z] $ docker top 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-25T06:03:08.902Z] + go version [2025-07-25T06:03:08.902Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-25T06:03:08.912Z] $ docker stop --time=1 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a [2025-07-25T06:03:10.189Z] $ docker rm -f --volumes 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:03:10.654Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-25T06:03:10.654Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:03:10.729Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2025-07-25T06:03:10.757Z] $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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 ******** ci-base-image-x86_64 cat [2025-07-25T06:03:11.051Z] $ docker top 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-25T06:03:11.383Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh [2025-07-25T06:03:11.678Z] + make test [2025-07-25T06:03:11.678Z] go test -race -coverprofile=coverage.out ./... [2025-07-25T06:03:19.786Z] ? github.com/edgexfoundry/device-s7 [no test files] [2025-07-25T06:03:41.710Z] github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements [2025-07-25T06:03:41.970Z] ok github.com/edgexfoundry/device-s7/internal/driver 1.030s coverage: 6.8% of statements [2025-07-25T06:04:15.051Z] go vet ./... [2025-07-25T06:04:15.311Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-25T06:04:15.311Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-25T06:04:15.311Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-07-25T06:04:15.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-25T06:04:15.600Z] $ docker stop --time=1 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b [2025-07-25T06:04:18.310Z] $ docker rm -f --volumes 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-25T06:04:18.932Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-25T06:04:18.992Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-25T06:04:19.574Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-25T06:04:19.866Z] + ls -al . [2025-07-25T06:04:19.867Z] total 220 [2025-07-25T06:04:19.867Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 06:03 . [2025-07-25T06:04:19.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 25 06:01 .. [2025-07-25T06:04:19.867Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 06:03 .git [2025-07-25T06:04:19.867Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 06:01 .github [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 237 Jul 25 06:01 .gitignore [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 25 06:01 .golangci.yml [2025-07-25T06:04:19.867Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 06:02 .semver [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 20318 Jul 25 06:01 Attribution.txt [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 1668 Jul 25 06:01 CHANGLOG.md [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 1579 Jul 25 06:01 Dockerfile [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 643 Jul 25 06:01 Jenkinsfile [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 10947 Jul 25 06:01 LICENSE [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 1903 Jul 25 06:01 Makefile [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 614 Jul 25 06:01 OWNERS.md [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 2393 Jul 25 06:01 README.md [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 25 06:02 VERSION [2025-07-25T06:04:19.867Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 06:01 bin [2025-07-25T06:04:19.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 06:01 cmd [2025-07-25T06:04:19.867Z] -rw-r--r-- 1 jenkins jenkins 19094 Jul 25 06:03 coverage.out [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 6103 Jul 25 06:01 go.mod [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 86990 Jul 25 06:01 go.sum [2025-07-25T06:04:19.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 06:01 internal [2025-07-25T06:04:19.867Z] -rw-rw-r-- 1 jenkins jenkins 223 Jul 25 06:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:20.184Z] + docker build -t device-s7 -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=165b80fb05d57052a3c15902199294117d426607 --label arch=amd64 --label version=4.1.0-dev.3 . [2025-07-25T06:04:20.445Z] #0 building with "default" instance using docker driver [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:04:20.445Z] #1 transferring dockerfile: 1.62kB done [2025-07-25T06:04:20.445Z] #1 DONE 0.0s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-25T06:04:20.445Z] #2 DONE 0.0s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-25T06:04:20.445Z] #3 DONE 0.1s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #4 [internal] load .dockerignore [2025-07-25T06:04:20.445Z] #4 transferring context: 2B done [2025-07-25T06:04:20.445Z] #4 DONE 0.0s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #5 [internal] load build context [2025-07-25T06:04:20.445Z] #5 transferring context: 27.56kB 0.0s done [2025-07-25T06:04:20.445Z] #5 DONE 0.0s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-25T06:04:20.445Z] #6 DONE 0.1s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #7 [builder 2/7] WORKDIR /device-s7 [2025-07-25T06:04:20.445Z] #7 DONE 0.0s [2025-07-25T06:04:20.445Z] [2025-07-25T06:04:20.445Z] #8 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-25T06:04:20.445Z] #8 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-25T06:04:20.445Z] #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-07-25T06:04:20.445Z] #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-25T06:04:20.445Z] #8 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-25T06:04:20.445Z] #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-25T06:04:20.445Z] #8 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-25T06:04:20.445Z] #8 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-25T06:04:20.704Z] #8 DONE 0.3s [2025-07-25T06:04:20.704Z] [2025-07-25T06:04:20.704Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-25T06:04:20.968Z] #9 0.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:20.968Z] #9 0.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:21.228Z] #9 ... [2025-07-25T06:04:21.228Z] [2025-07-25T06:04:21.228Z] #10 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev [2025-07-25T06:04:21.228Z] #10 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:21.228Z] #10 0.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:21.228Z] #10 0.566 OK: 248 MiB in 58 packages [2025-07-25T06:04:21.228Z] #10 DONE 0.7s [2025-07-25T06:04:21.228Z] [2025-07-25T06:04:21.228Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-25T06:04:21.228Z] #11 DONE 0.0s [2025-07-25T06:04:21.228Z] [2025-07-25T06:04:21.228Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-25T06:04:21.228Z] #9 0.613 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-25T06:04:21.228Z] #9 0.618 Executing busybox-1.36.1-r29.trigger [2025-07-25T06:04:21.489Z] #9 0.624 OK: 8 MiB in 15 packages [2025-07-25T06:04:21.489Z] #9 DONE 0.7s [2025-07-25T06:04:21.489Z] [2025-07-25T06:04:21.489Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-25T06:04:22.056Z] #12 DONE 0.6s [2025-07-25T06:04:22.056Z] [2025-07-25T06:04:22.056Z] #13 [builder 6/7] COPY . . [2025-07-25T06:04:22.056Z] #13 DONE 0.1s [2025-07-25T06:04:22.056Z] [2025-07-25T06:04:22.056Z] #14 [stage-1 3/7] RUN apk --no-cache upgrade [2025-07-25T06:04:22.056Z] #14 0.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:22.056Z] #14 0.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-25T06:04:22.314Z] #14 0.760 OK: 8 MiB in 15 packages [2025-07-25T06:04:22.314Z] #14 DONE 0.9s [2025-07-25T06:04:22.314Z] [2025-07-25T06:04:22.314Z] #15 [builder 7/7] RUN make build [2025-07-25T06:04:22.314Z] #15 0.189 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.25" -trimpath -mod=readonly -o cmd/device-s7 ./cmd [2025-07-25T06:04:48.881Z] #15 DONE 23.2s [2025-07-25T06:04:48.881Z] [2025-07-25T06:04:48.881Z] #16 [stage-1 4/7] COPY --from=builder /device-s7/Attribution.txt /Attribution.txt [2025-07-25T06:04:48.881Z] #16 DONE 0.0s [2025-07-25T06:04:48.881Z] [2025-07-25T06:04:48.881Z] #17 [stage-1 5/7] COPY --from=builder /device-s7/cmd/device-s7 /device-s7 [2025-07-25T06:04:48.881Z] #17 DONE 0.2s [2025-07-25T06:04:48.881Z] [2025-07-25T06:04:48.881Z] #18 [stage-1 6/7] COPY --from=builder /device-s7/cmd/res /res [2025-07-25T06:04:48.881Z] #18 DONE 0.0s [2025-07-25T06:04:48.881Z] [2025-07-25T06:04:48.881Z] #19 exporting to image [2025-07-25T06:04:48.881Z] #19 exporting layers 0.1s done [2025-07-25T06:04:48.881Z] #19 writing image sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:04:48.881Z] #19 naming to docker.io/library/device-s7 done [2025-07-25T06:04:48.881Z] #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:04:49.027Z] provisioning config files... [2025-07-25T06:04:49.037Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config8215182348889045172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:04:49.343Z] ---> ****-login.sh [2025-07-25T06:04:49.343Z] nexus3.edgexfoundry.org:10001 [2025-07-25T06:04:49.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:04:49.343Z] Login Succeeded [2025-07-25T06:04:49.343Z] nexus3.edgexfoundry.org:10002 [2025-07-25T06:04:49.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:04:49.343Z] Login Succeeded [2025-07-25T06:04:49.343Z] nexus3.edgexfoundry.org:10003 [2025-07-25T06:04:49.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:04:49.601Z] Login Succeeded [2025-07-25T06:04:49.601Z] nexus3.edgexfoundry.org:10004 [2025-07-25T06:04:49.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:04:49.601Z] Login Succeeded [2025-07-25T06:04:49.601Z] ****.io [2025-07-25T06:04:49.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:04:49.860Z] Login Succeeded [2025-07-25T06:04:49.860Z] ---> ****-login.sh ends [Pipeline] } [2025-07-25T06:04:49.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-25T06:04:49.917Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-25T06:04:49.957Z] [edgeXDocker.push] Tagging docker image device-s7 with the following tags: [2025-07-25T06:04:49.957Z] 165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:04:49.957Z] latest [2025-07-25T06:04:49.957Z] 4.1.0-dev.3 [2025-07-25T06:04:49.957Z] 165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:04:49.957Z] main [2025-07-25T06:04:49.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:50.322Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:50.648Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:04:50.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-07-25T06:04:50.648Z] 5a9fccc90ae3: Preparing [2025-07-25T06:04:50.648Z] 9c9b5d9e2b99: Preparing [2025-07-25T06:04:50.648Z] 0fe6f7bab56e: Preparing [2025-07-25T06:04:50.648Z] bcdd6fb46cee: Preparing [2025-07-25T06:04:50.648Z] b6138765f4d0: Preparing [2025-07-25T06:04:50.648Z] 097100c76c15: Preparing [2025-07-25T06:04:50.648Z] 097100c76c15: Waiting [2025-07-25T06:04:50.648Z] 0fe6f7bab56e: Pushed [2025-07-25T06:04:50.648Z] 5a9fccc90ae3: Pushed [2025-07-25T06:04:50.648Z] bcdd6fb46cee: Pushed [2025-07-25T06:04:50.648Z] b6138765f4d0: Pushed [2025-07-25T06:04:50.648Z] 097100c76c15: Layer already exists [2025-07-25T06:04:53.589Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5713 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws [2025-07-25T06:04:53.607Z] Running in /w/workspace/device-s7/24 [Pipeline] { [Pipeline] checkout [2025-07-25T06:04:54.840Z] 9c9b5d9e2b99: Pushed [2025-07-25T06:04:55.102Z] 165b80fb05d57052a3c15902199294117d426607: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [2025-07-25T06:04:56.663Z] Selected Git installation does not exist. Using Default [2025-07-25T06:04:56.663Z] The recommended git tool is: NONE [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:56.986Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:57.314Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:latest [2025-07-25T06:04:57.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-07-25T06:04:57.314Z] 5a9fccc90ae3: Preparing [2025-07-25T06:04:57.314Z] 9c9b5d9e2b99: Preparing [2025-07-25T06:04:57.314Z] 0fe6f7bab56e: Preparing [2025-07-25T06:04:57.314Z] bcdd6fb46cee: Preparing [2025-07-25T06:04:57.314Z] b6138765f4d0: Preparing [2025-07-25T06:04:57.314Z] 097100c76c15: Preparing [2025-07-25T06:04:57.314Z] 097100c76c15: Waiting [2025-07-25T06:04:57.314Z] 9c9b5d9e2b99: Layer already exists [2025-07-25T06:04:57.314Z] 5a9fccc90ae3: Layer already exists [2025-07-25T06:04:57.314Z] bcdd6fb46cee: Layer already exists [2025-07-25T06:04:57.314Z] 0fe6f7bab56e: Layer already exists [2025-07-25T06:04:57.314Z] b6138765f4d0: Layer already exists [2025-07-25T06:04:57.314Z] 097100c76c15: Layer already exists [2025-07-25T06:04:57.314Z] latest: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:57.641Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:57.966Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-07-25T06:04:57.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-07-25T06:04:57.966Z] 5a9fccc90ae3: Preparing [2025-07-25T06:04:57.966Z] 9c9b5d9e2b99: Preparing [2025-07-25T06:04:57.966Z] 0fe6f7bab56e: Preparing [2025-07-25T06:04:57.966Z] bcdd6fb46cee: Preparing [2025-07-25T06:04:57.966Z] b6138765f4d0: Preparing [2025-07-25T06:04:57.966Z] 097100c76c15: Preparing [2025-07-25T06:04:57.966Z] 097100c76c15: Waiting [2025-07-25T06:04:57.966Z] bcdd6fb46cee: Layer already exists [2025-07-25T06:04:57.966Z] 9c9b5d9e2b99: Layer already exists [2025-07-25T06:04:57.966Z] b6138765f4d0: Layer already exists [2025-07-25T06:04:57.966Z] 0fe6f7bab56e: Layer already exists [2025-07-25T06:04:57.966Z] 5a9fccc90ae3: Layer already exists [2025-07-25T06:04:57.966Z] 097100c76c15: Layer already exists [2025-07-25T06:04:57.966Z] 4.1.0-dev.3: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:58.292Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:58.616Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:04:58.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-07-25T06:04:58.616Z] 5a9fccc90ae3: Preparing [2025-07-25T06:04:58.616Z] 9c9b5d9e2b99: Preparing [2025-07-25T06:04:58.616Z] 0fe6f7bab56e: Preparing [2025-07-25T06:04:58.616Z] bcdd6fb46cee: Preparing [2025-07-25T06:04:58.616Z] b6138765f4d0: Preparing [2025-07-25T06:04:58.616Z] 097100c76c15: Preparing [2025-07-25T06:04:58.616Z] 097100c76c15: Waiting [2025-07-25T06:04:58.616Z] bcdd6fb46cee: Layer already exists [2025-07-25T06:04:58.616Z] 5a9fccc90ae3: Layer already exists [2025-07-25T06:04:58.616Z] 9c9b5d9e2b99: Layer already exists [2025-07-25T06:04:58.616Z] b6138765f4d0: Layer already exists [2025-07-25T06:04:58.616Z] 0fe6f7bab56e: Layer already exists [2025-07-25T06:04:58.616Z] 097100c76c15: Layer already exists [2025-07-25T06:04:58.616Z] 165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:58.951Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:04:59.277Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:main [2025-07-25T06:04:59.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-07-25T06:04:59.277Z] 5a9fccc90ae3: Preparing [2025-07-25T06:04:59.277Z] 9c9b5d9e2b99: Preparing [2025-07-25T06:04:59.277Z] 0fe6f7bab56e: Preparing [2025-07-25T06:04:59.277Z] bcdd6fb46cee: Preparing [2025-07-25T06:04:59.277Z] b6138765f4d0: Preparing [2025-07-25T06:04:59.277Z] 097100c76c15: Preparing [2025-07-25T06:04:59.277Z] 097100c76c15: Waiting [2025-07-25T06:04:59.277Z] 0fe6f7bab56e: Layer already exists [2025-07-25T06:04:59.277Z] bcdd6fb46cee: Layer already exists [2025-07-25T06:04:59.277Z] 9c9b5d9e2b99: Layer already exists [2025-07-25T06:04:59.277Z] 5a9fccc90ae3: Layer already exists [2025-07-25T06:04:59.277Z] b6138765f4d0: Layer already exists [2025-07-25T06:04:59.277Z] 097100c76c15: Layer already exists [2025-07-25T06:04:59.277Z] main: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-25T06:04:59.348Z] ===================================================== [Pipeline] echo [2025-07-25T06:04:59.366Z] taggedImages: [2025-07-25T06:04:59.366Z] - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:04:59.366Z] - nexus3.edgexfoundry.org:10004/device-s7:latest [2025-07-25T06:04:59.366Z] - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-07-25T06:04:59.366Z] - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:04:59.366Z] - nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] echo [2025-07-25T06:04:59.413Z] ========================================================= [2025-07-25T06:04:59.413Z] [edgeXBuildMultiArch] RAW Config: [2025-07-25T06:04:59.413Z] images: [2025-07-25T06:04:59.413Z] - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:04:59.413Z] - nexus3.edgexfoundry.org:10004/device-s7:latest [2025-07-25T06:04:59.413Z] - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-07-25T06:04:59.413Z] - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:04:59.413Z] - nexus3.edgexfoundry.org:10004/device-s7:main [2025-07-25T06:04:59.413Z] settingsFile: [2025-07-25T06:04:59.413Z] device-s7-settings [2025-07-25T06:04:59.413Z] ========================================================= [Pipeline] node [2025-07-25T06:05:03.486Z] using credential edgex-jenkins-ssh [2025-07-25T06:05:03.508Z] Cloning the remote Git repository [2025-07-25T06:05:03.555Z] Cloning repository git@github.com:edgexfoundry/device-s7.git [2025-07-25T06:05:03.646Z] > git init /w/workspace/device-s7/24 # timeout=10 [2025-07-25T06:05:03.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git [2025-07-25T06:05:03.794Z] > git --version # timeout=10 [2025-07-25T06:05:03.816Z] > git --version # 'git version 2.25.1' [2025-07-25T06:05:03.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-25T06:05:03.984Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-25T06:05:06.593Z] Avoid second fetch [2025-07-25T06:05:06.594Z] Checking out Revision 165b80fb05d57052a3c15902199294117d426607 (main) [2025-07-25T06:05:05.649Z] > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 [2025-07-25T06:05:05.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-25T06:05:06.608Z] > git config core.sparsecheckout # timeout=10 [2025-07-25T06:05:06.677Z] > git checkout -f 165b80fb05d57052a3c15902199294117d426607 # timeout=10 [2025-07-25T06:05:07.211Z] Commit message: "Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-25T06:05:12.204Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-25T06:05:12.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-25T06:05:12.204Z] Dload Upload Total Spent Left Speed [2025-07-25T06:05:12.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 120 0 --:--:-- --:--:-- --:--:-- 120 [Pipeline] sh [2025-07-25T06:05:12.550Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-25T06:05:12.879Z] + sudo tee /etc/docker/daemon.new [2025-07-25T06:05:12.879Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-25T06:05:12.879Z] { [2025-07-25T06:05:12.879Z] "registry-mirrors": [ [2025-07-25T06:05:12.879Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-25T06:05:12.879Z] ], [2025-07-25T06:05:12.879Z] "bip": "10.250.0.254/24", [2025-07-25T06:05:12.879Z] "hosts": [ [2025-07-25T06:05:12.879Z] "tcp://0.0.0.0:5555", [2025-07-25T06:05:12.879Z] "unix:///var/run/docker.sock" [2025-07-25T06:05:12.879Z] ], [2025-07-25T06:05:12.879Z] "mtu": 1458, [2025-07-25T06:05:12.879Z] "selinux-enabled": true, [2025-07-25T06:05:12.879Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-25T06:05:12.879Z] } [Pipeline] sh [2025-07-25T06:05:13.210Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-25T06:05:13.541Z] + sudo service docker restart [2025-07-25T06:05:14.416Z] Still waiting to schedule task [2025-07-25T06:05:14.417Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:05:31.825Z] provisioning config files... [2025-07-25T06:05:31.857Z] copy managed file [device-s7-settings] to file:/w/workspace/device-s7/24@tmp/config9060213741681742708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:05:32.341Z] ---> ****-login.sh [2025-07-25T06:05:32.341Z] nexus3.edgexfoundry.org:10001 [2025-07-25T06:05:32.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:05:32.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:05:32.935Z] Configure a credential helper to remove this warning. See [2025-07-25T06:05:32.935Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:05:32.935Z] [2025-07-25T06:05:32.935Z] Login Succeeded [2025-07-25T06:05:32.935Z] nexus3.edgexfoundry.org:10002 [2025-07-25T06:05:33.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:05:33.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:05:33.476Z] Configure a credential helper to remove this warning. See [2025-07-25T06:05:33.476Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:05:33.476Z] [2025-07-25T06:05:33.476Z] Login Succeeded [2025-07-25T06:05:33.476Z] nexus3.edgexfoundry.org:10003 [2025-07-25T06:05:33.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:05:33.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:05:33.749Z] Configure a credential helper to remove this warning. See [2025-07-25T06:05:33.749Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:05:33.749Z] [2025-07-25T06:05:33.749Z] Login Succeeded [2025-07-25T06:05:33.749Z] nexus3.edgexfoundry.org:10004 [2025-07-25T06:05:34.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:05:34.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:05:34.306Z] Configure a credential helper to remove this warning. See [2025-07-25T06:05:34.306Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:05:34.306Z] [2025-07-25T06:05:34.306Z] Login Succeeded [2025-07-25T06:05:34.306Z] ****.io [2025-07-25T06:05:34.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:05:34.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:05:34.846Z] Configure a credential helper to remove this warning. See [2025-07-25T06:05:34.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:05:34.846Z] [2025-07-25T06:05:34.846Z] Login Succeeded [2025-07-25T06:05:34.846Z] ---> ****-login.sh ends [Pipeline] } [2025-07-25T06:05:34.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-25T06:05:35.244Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-25T06:05:35.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-25T06:05:35.276Z] ========================================================= [2025-07-25T06:05:35.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-25T06:05:35.276Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:05:35.660Z] + 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-25T06:05:35.928Z] Sending build context to Docker daemon 8.069MB [2025-07-25T06:05:36.204Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-07-25T06:05:36.204Z] Step 2/10 : FROM ${BASE} AS builder [2025-07-25T06:05:36.204Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-25T06:05:36.204Z] 94e9d8af2201: Pulling fs layer [2025-07-25T06:05:36.204Z] a6c56e8762df: Pulling fs layer [2025-07-25T06:05:36.204Z] f0f3c8884826: Pulling fs layer [2025-07-25T06:05:36.204Z] c7e7622c144d: Pulling fs layer [2025-07-25T06:05:36.204Z] 4f4fb700ef54: Pulling fs layer [2025-07-25T06:05:36.204Z] e8859aadc426: Pulling fs layer [2025-07-25T06:05:36.204Z] b4813487a9f6: Pulling fs layer [2025-07-25T06:05:36.204Z] 502a3d64fb4b: Pulling fs layer [2025-07-25T06:05:36.204Z] c7e7622c144d: Waiting [2025-07-25T06:05:36.204Z] 4f4fb700ef54: Waiting [2025-07-25T06:05:36.204Z] e8859aadc426: Waiting [2025-07-25T06:05:36.204Z] b4813487a9f6: Waiting [2025-07-25T06:05:36.204Z] 502a3d64fb4b: Waiting [2025-07-25T06:05:36.204Z] a6c56e8762df: Verifying Checksum [2025-07-25T06:05:36.204Z] a6c56e8762df: Download complete [2025-07-25T06:05:36.204Z] c7e7622c144d: Verifying Checksum [2025-07-25T06:05:36.204Z] c7e7622c144d: Download complete [2025-07-25T06:05:36.204Z] 4f4fb700ef54: Verifying Checksum [2025-07-25T06:05:36.204Z] 4f4fb700ef54: Download complete [2025-07-25T06:05:36.474Z] e8859aadc426: Verifying Checksum [2025-07-25T06:05:36.474Z] e8859aadc426: Download complete [2025-07-25T06:05:36.474Z] 94e9d8af2201: Verifying Checksum [2025-07-25T06:05:36.474Z] 94e9d8af2201: Download complete [2025-07-25T06:05:37.072Z] 502a3d64fb4b: Verifying Checksum [2025-07-25T06:05:37.072Z] 502a3d64fb4b: Download complete [2025-07-25T06:05:37.351Z] 94e9d8af2201: Pull complete [2025-07-25T06:05:38.325Z] f0f3c8884826: Verifying Checksum [2025-07-25T06:05:38.325Z] f0f3c8884826: Download complete [2025-07-25T06:05:38.916Z] b4813487a9f6: Verifying Checksum [2025-07-25T06:05:38.916Z] b4813487a9f6: Download complete [2025-07-25T06:05:39.505Z] a6c56e8762df: Pull complete [2025-07-25T06:05:54.553Z] f0f3c8884826: Pull complete [2025-07-25T06:05:54.553Z] c7e7622c144d: Pull complete [2025-07-25T06:05:54.553Z] 4f4fb700ef54: Pull complete [2025-07-25T06:05:54.553Z] e8859aadc426: Pull complete [2025-07-25T06:06:02.795Z] b4813487a9f6: Pull complete [2025-07-25T06:06:05.383Z] 502a3d64fb4b: Pull complete [2025-07-25T06:06:05.383Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-25T06:06:05.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-25T06:06:05.383Z] ---> 3bb21d53e231 [2025-07-25T06:06:05.383Z] Step 3/10 : ARG MAKE=make build [2025-07-25T06:06:06.792Z] ---> Running in e67ba53c33d4 [2025-07-25T06:06:06.792Z] Removing intermediate container e67ba53c33d4 [2025-07-25T06:06:06.792Z] ---> aece2bdadcb4 [2025-07-25T06:06:06.792Z] Step 4/10 : WORKDIR /device-s7 [2025-07-25T06:06:07.064Z] ---> Running in 2e0027bc3976 [2025-07-25T06:06:07.339Z] Removing intermediate container 2e0027bc3976 [2025-07-25T06:06:07.339Z] ---> f7f22ce0176c [2025-07-25T06:06:07.339Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-07-25T06:06:07.339Z] ---> Running in 95dcb90edb06 [2025-07-25T06:06:07.929Z] Removing intermediate container 95dcb90edb06 [2025-07-25T06:06:07.929Z] ---> 56f2c32e4e90 [2025-07-25T06:06:07.929Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev [2025-07-25T06:06:07.929Z] ---> Running in c6c781f05b8a [2025-07-25T06:06:08.196Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:06:08.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-25T06:06:08.915Z] [2025-07-25T06:06:08.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:06:09.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-25T06:06:09.537Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-25T06:06:09.538Z] 8998bd30e6a1: Pulling fs layer [2025-07-25T06:06:09.538Z] 04944245beec: Pulling fs layer [2025-07-25T06:06:09.538Z] 699f458cf7ca: Pulling fs layer [2025-07-25T06:06:09.538Z] 765212b225bb: Pulling fs layer [2025-07-25T06:06:09.538Z] f23df028b6ca: Pulling fs layer [2025-07-25T06:06:09.538Z] d65c8cfc05b1: Pulling fs layer [2025-07-25T06:06:09.538Z] 2437ff75d9bd: Pulling fs layer [2025-07-25T06:06:09.538Z] 765212b225bb: Waiting [2025-07-25T06:06:09.538Z] f23df028b6ca: Waiting [2025-07-25T06:06:09.538Z] d65c8cfc05b1: Waiting [2025-07-25T06:06:09.538Z] 2437ff75d9bd: Waiting [2025-07-25T06:06:09.538Z] 04944245beec: Verifying Checksum [2025-07-25T06:06:09.538Z] 04944245beec: Download complete [2025-07-25T06:06:09.538Z] 765212b225bb: Verifying Checksum [2025-07-25T06:06:09.538Z] 765212b225bb: Download complete [2025-07-25T06:06:09.538Z] f23df028b6ca: Verifying Checksum [2025-07-25T06:06:09.538Z] f23df028b6ca: Download complete [2025-07-25T06:06:09.538Z] d65c8cfc05b1: Verifying Checksum [2025-07-25T06:06:09.538Z] d65c8cfc05b1: Download complete [2025-07-25T06:06:09.808Z] 699f458cf7ca: Verifying Checksum [2025-07-25T06:06:09.808Z] 699f458cf7ca: Download complete [2025-07-25T06:06:10.412Z] 8998bd30e6a1: Verifying Checksum [2025-07-25T06:06:10.412Z] 8998bd30e6a1: Download complete [2025-07-25T06:06:13.019Z] 2437ff75d9bd: Verifying Checksum [2025-07-25T06:06:13.019Z] 2437ff75d9bd: Download complete [2025-07-25T06:06:14.973Z] 8998bd30e6a1: Pull complete [2025-07-25T06:06:15.559Z] 04944245beec: Pull complete [2025-07-25T06:06:17.501Z] 699f458cf7ca: Pull complete [2025-07-25T06:06:17.501Z] 765212b225bb: Pull complete [2025-07-25T06:06:18.091Z] f23df028b6ca: Pull complete [2025-07-25T06:06:18.360Z] d65c8cfc05b1: Pull complete [2025-07-25T06:06:36.603Z] 2437ff75d9bd: Pull complete [2025-07-25T06:06:36.603Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-25T06:06:36.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-25T06:06:36.603Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:06:36.870Z] prd-ubuntu20.04-docker-arm64-4c-16g-5713 does not seem to be running inside a container [2025-07-25T06:06:36.948Z] $ 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-s7/24 -v /w/workspace/device-s7/24:/w/workspace/device-s7/24:rw,z -v /w/workspace/device-s7/24@tmp:/w/workspace/device-s7/24@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-25T06:06:37.422Z] Running on prd-centos7-docker-4c-2g-5718 in /w/workspace/edgexfoundry_device-s7_main [2025-07-25T06:06:39.902Z] $ docker top 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:06:40.265Z] provisioning config files... [2025-07-25T06:06:40.339Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config5736207726196863485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:06:40.816Z] ---> job-cost.sh [2025-07-25T06:06:40.816Z] lf-activate-venv: SKIPPING [2025-07-25T06:06:40.816Z] INFO: No Stack... [2025-07-25T06:06:41.245Z] ---> ****-login.sh [2025-07-25T06:06:41.245Z] nexus3.edgexfoundry.org:10001 [2025-07-25T06:06:41.402Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-25T06:06:41.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:06:41.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:06:41.510Z] Configure a credential helper to remove this warning. See [2025-07-25T06:06:41.510Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:06:41.510Z] [2025-07-25T06:06:41.510Z] Login Succeeded [2025-07-25T06:06:41.510Z] nexus3.edgexfoundry.org:10002 [2025-07-25T06:06:41.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:06:41.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:06:41.779Z] Configure a credential helper to remove this warning. See [2025-07-25T06:06:41.779Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:06:41.779Z] [2025-07-25T06:06:41.779Z] Login Succeeded [2025-07-25T06:06:41.779Z] nexus3.edgexfoundry.org:10003 [2025-07-25T06:06:41.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:06:41.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:06:41.779Z] Configure a credential helper to remove this warning. See [2025-07-25T06:06:41.779Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:06:41.779Z] [2025-07-25T06:06:41.779Z] Login Succeeded [2025-07-25T06:06:41.779Z] nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:41.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:06:41.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:06:41.779Z] Configure a credential helper to remove this warning. See [2025-07-25T06:06:41.779Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:06:41.779Z] [2025-07-25T06:06:41.779Z] Login Succeeded [2025-07-25T06:06:41.779Z] ****.io [2025-07-25T06:06:41.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-25T06:06:42.018Z] INFO: Archiving Costs [2025-07-25T06:06:42.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-25T06:06:42.039Z] Configure a credential helper to remove this warning. See [2025-07-25T06:06:42.039Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-25T06:06:42.039Z] [2025-07-25T06:06:42.039Z] Login Succeeded [2025-07-25T06:06:42.039Z] ---> ****-login.sh ends [Pipeline] sh [Pipeline] } [2025-07-25T06:06:42.104Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-25T06:06:42.476Z] + docker buildx ls [2025-07-25T06:06:42.677Z] + cat /w/workspace/device-s7/24/archives/cost.csv [2025-07-25T06:06:42.677Z] + cut -d, -f6 [Pipeline] lock [2025-07-25T06:06:42.745Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [2025-07-25T06:06:42.752Z] Resource [jenkins-edgexfoundry-device-s7-main-24-stack-cost] did not exist. Created. [2025-07-25T06:06:42.757Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-25T06:06:43.057Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-25T06:06:43.057Z] default * docker [2025-07-25T06:06:43.057Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-25T06:06:43.351Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-25T06:06:43.351Z] edgex-builder [Pipeline] sh [2025-07-25T06:06:43.415Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-25T06:06:43.648Z] + docker buildx inspect --bootstrap [2025-07-25T06:06:43.648Z] #1 [internal] booting buildkit [2025-07-25T06:06:43.648Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-25T06:06:43.922Z] Stashed 1 file(s) [Pipeline] } [2025-07-25T06:06:43.930Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-25T06:06:43.966Z] $ docker stop --time=1 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 [2025-07-25T06:06:45.558Z] $ docker rm -f --volumes 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-25T06:06:45.872Z] Failed in branch arm64 [2025-07-25T06:06:46.943Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-07-25T06:06:46.943Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-25T06:06:49.489Z] #1 creating container buildx_buildkit_edgex-builder0 2.7s done [2025-07-25T06:06:49.489Z] #1 DONE 5.5s [2025-07-25T06:06:49.489Z] Name: edgex-builder [2025-07-25T06:06:49.489Z] Driver: docker-container [2025-07-25T06:06:49.489Z] [2025-07-25T06:06:49.489Z] Nodes: [2025-07-25T06:06:49.489Z] Name: edgex-builder0 [2025-07-25T06:06:49.489Z] Endpoint: unix:///var/run/docker.sock [2025-07-25T06:06:49.489Z] Status: running [2025-07-25T06:06:49.489Z] Buildkit: v0.22.0 [2025-07-25T06:06:49.489Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-25T06:06:49.801Z] + docker buildx ls [2025-07-25T06:06:49.801Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-25T06:06:49.801Z] edgex-builder * docker-container [2025-07-25T06:06:49.801Z] 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-25T06:06:49.801Z] default docker [2025-07-25T06:06:49.801Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-25T06:06:50.097Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607' [2025-07-25T06:06:50.098Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 --push - [2025-07-25T06:06:50.356Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:06:50.356Z] #1 transferring dockerfile: 194B done [2025-07-25T06:06:50.356Z] #1 DONE 0.0s [2025-07-25T06:06:50.356Z] [2025-07-25T06:06:50.356Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:06:50.356Z] #2 DONE 0.2s [2025-07-25T06:06:50.356Z] [2025-07-25T06:06:50.356Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [2025-07-25T06:06:50.356Z] #3 DONE 0.2s [2025-07-25T06:06:50.356Z] [2025-07-25T06:06:50.356Z] #4 [internal] load .dockerignore [2025-07-25T06:06:50.615Z] #4 transferring context: 2B done [2025-07-25T06:06:50.615Z] #4 DONE 0.0s [2025-07-25T06:06:50.615Z] [2025-07-25T06:06:50.615Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:50.615Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:50.615Z] #5 DONE 0.0s [2025-07-25T06:06:50.615Z] [2025-07-25T06:06:50.615Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:50.615Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:50.615Z] #6 DONE 0.1s [2025-07-25T06:06:50.615Z] [2025-07-25T06:06:50.615Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:50.615Z] #7 DONE 0.0s [2025-07-25T06:06:50.615Z] [2025-07-25T06:06:50.615Z] #8 exporting to image [2025-07-25T06:06:50.615Z] #8 exporting layers done [2025-07-25T06:06:50.615Z] #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d 0.0s done [2025-07-25T06:06:50.615Z] #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:06:50.615Z] #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done [2025-07-25T06:06:50.615Z] #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done [2025-07-25T06:06:50.615Z] #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.0s done [2025-07-25T06:06:50.615Z] #8 pushing layers [2025-07-25T06:06:50.615Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-25T06:06:50.875Z] #8 pushing layers 0.1s done [2025-07-25T06:06:50.875Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done [2025-07-25T06:06:50.875Z] #8 DONE 0.2s [2025-07-25T06:06:50.875Z] [2025-07-25T06:06:50.875Z] 1 warning found (use --debug to expand): [2025-07-25T06:06:50.875Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-25T06:06:51.174Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:latest' [2025-07-25T06:06:51.174Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:latest --push - [2025-07-25T06:06:51.174Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:06:51.174Z] #1 transferring dockerfile: 160B done [2025-07-25T06:06:51.174Z] #1 DONE 0.0s [2025-07-25T06:06:51.174Z] [2025-07-25T06:06:51.174Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest [2025-07-25T06:06:51.174Z] #2 DONE 0.0s [2025-07-25T06:06:51.174Z] [2025-07-25T06:06:51.174Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest [2025-07-25T06:06:51.174Z] #3 DONE 0.0s [2025-07-25T06:06:51.174Z] [2025-07-25T06:06:51.174Z] #4 [internal] load .dockerignore [2025-07-25T06:06:51.174Z] #4 transferring context: 2B done [2025-07-25T06:06:51.174Z] #4 DONE 0.0s [2025-07-25T06:06:51.174Z] [2025-07-25T06:06:51.174Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:51.174Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:51.174Z] #5 DONE 0.0s [2025-07-25T06:06:51.174Z] [2025-07-25T06:06:51.174Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:51.434Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:51.434Z] #6 CACHED [2025-07-25T06:06:51.434Z] [2025-07-25T06:06:51.434Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:51.434Z] #5 CACHED [2025-07-25T06:06:51.434Z] [2025-07-25T06:06:51.434Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:51.434Z] #7 DONE 0.0s [2025-07-25T06:06:51.434Z] [2025-07-25T06:06:51.434Z] #8 exporting to image [2025-07-25T06:06:51.434Z] #8 exporting layers done [2025-07-25T06:06:51.434Z] #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done [2025-07-25T06:06:51.434Z] #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:06:51.434Z] #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done [2025-07-25T06:06:51.434Z] #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done [2025-07-25T06:06:51.434Z] #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done [2025-07-25T06:06:51.434Z] #8 pushing layers 0.0s done [2025-07-25T06:06:51.434Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done [2025-07-25T06:06:51.434Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-25T06:06:51.434Z] #8 DONE 0.1s [2025-07-25T06:06:51.434Z] [2025-07-25T06:06:51.434Z] 1 warning found (use --debug to expand): [2025-07-25T06:06:51.434Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-25T06:06:51.747Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 --push - [2025-07-25T06:06:51.747Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3' [2025-07-25T06:06:51.747Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:06:51.747Z] #1 transferring dockerfile: 165B done [2025-07-25T06:06:51.747Z] #1 DONE 0.0s [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-07-25T06:06:51.747Z] #2 DONE 0.0s [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-07-25T06:06:51.747Z] #3 DONE 0.0s [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #4 [internal] load .dockerignore [2025-07-25T06:06:51.747Z] #4 transferring context: 2B done [2025-07-25T06:06:51.747Z] #4 DONE 0.0s [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:51.747Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:51.747Z] #5 CACHED [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:51.747Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:51.747Z] #6 CACHED [2025-07-25T06:06:51.747Z] [2025-07-25T06:06:51.747Z] #7 exporting to image [2025-07-25T06:06:51.747Z] #7 exporting layers done [2025-07-25T06:06:51.747Z] #7 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done [2025-07-25T06:06:51.747Z] #7 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:06:51.747Z] #7 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done [2025-07-25T06:06:51.747Z] #7 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done [2025-07-25T06:06:51.747Z] #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 [2025-07-25T06:06:51.747Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-25T06:06:52.008Z] #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done [2025-07-25T06:06:52.008Z] #7 pushing layers 0.0s done [2025-07-25T06:06:52.008Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done [2025-07-25T06:06:52.008Z] #7 DONE 0.1s [2025-07-25T06:06:52.008Z] [2025-07-25T06:06:52.008Z] #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:52.008Z] #8 DONE 0.0s [2025-07-25T06:06:52.008Z] [2025-07-25T06:06:52.008Z] 1 warning found (use --debug to expand): [2025-07-25T06:06:52.008Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-25T06:06:52.304Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3' [2025-07-25T06:06:52.304Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 --push - [2025-07-25T06:06:52.566Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:06:52.566Z] #1 transferring dockerfile: 206B done [2025-07-25T06:06:52.566Z] #1 DONE 0.0s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:06:52.566Z] #2 DONE 0.0s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [2025-07-25T06:06:52.566Z] #3 DONE 0.0s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #4 [internal] load .dockerignore [2025-07-25T06:06:52.566Z] #4 transferring context: 2B done [2025-07-25T06:06:52.566Z] #4 DONE 0.0s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:52.566Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:52.566Z] #5 CACHED [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:52.566Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:52.566Z] #6 CACHED [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #7 exporting to image [2025-07-25T06:06:52.566Z] #7 exporting layers [2025-07-25T06:06:52.566Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-25T06:06:52.566Z] #7 exporting layers done [2025-07-25T06:06:52.566Z] #7 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done [2025-07-25T06:06:52.566Z] #7 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:06:52.566Z] #7 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done [2025-07-25T06:06:52.566Z] #7 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done [2025-07-25T06:06:52.566Z] #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done [2025-07-25T06:06:52.566Z] #7 pushing layers 0.0s done [2025-07-25T06:06:52.566Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done [2025-07-25T06:06:52.566Z] #7 DONE 0.1s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:52.566Z] #8 DONE 0.0s [2025-07-25T06:06:52.566Z] [2025-07-25T06:06:52.566Z] 1 warning found (use --debug to expand): [2025-07-25T06:06:52.566Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-25T06:06:52.869Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:main' [2025-07-25T06:06:52.869Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:main --push - [2025-07-25T06:06:53.139Z] #1 [internal] load build definition from Dockerfile [2025-07-25T06:06:53.139Z] #1 transferring dockerfile: 158B done [2025-07-25T06:06:53.139Z] #1 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main [2025-07-25T06:06:53.139Z] #2 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main [2025-07-25T06:06:53.139Z] #3 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #4 [internal] load .dockerignore [2025-07-25T06:06:53.139Z] #4 transferring context: 2B done [2025-07-25T06:06:53.139Z] #4 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:53.139Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:53.139Z] #5 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:53.139Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done [2025-07-25T06:06:53.139Z] #6 CACHED [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 [2025-07-25T06:06:53.139Z] #5 CACHED [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-25T06:06:53.139Z] #7 DONE 0.0s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] #8 exporting to image [2025-07-25T06:06:53.139Z] #8 exporting layers done [2025-07-25T06:06:53.139Z] #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done [2025-07-25T06:06:53.139Z] #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done [2025-07-25T06:06:53.139Z] #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done [2025-07-25T06:06:53.139Z] #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done [2025-07-25T06:06:53.139Z] #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done [2025-07-25T06:06:53.139Z] #8 pushing layers 0.0s done [2025-07-25T06:06:53.139Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:main@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done [2025-07-25T06:06:53.139Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-25T06:06:53.139Z] #8 DONE 0.1s [2025-07-25T06:06:53.139Z] [2025-07-25T06:06:53.139Z] 1 warning found (use --debug to expand): [2025-07-25T06:06:53.139Z]  - 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-25T06:06:53.550Z] + '[' -d /w/workspace/edgexfoundry_device-s7_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:06:53.847Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:06:54.401Z] ---> package-listing.sh [2025-07-25T06:06:54.401Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-25T06:06:54.401Z] ++ facter osfamily [2025-07-25T06:06:54.661Z] + OS_FAMILY=redhat [2025-07-25T06:06:54.661Z] + workspace=/w/workspace/edgexfoundry_device-s7_main [2025-07-25T06:06:54.661Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-25T06:06:54.661Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-25T06:06:54.661Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-25T06:06:54.661Z] + PACKAGES=/tmp/packages_start.txt [2025-07-25T06:06:54.661Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-07-25T06:06:54.661Z] + PACKAGES=/tmp/packages_end.txt [2025-07-25T06:06:54.661Z] + case "${OS_FAMILY}" in [2025-07-25T06:06:54.661Z] + rpm -qa [2025-07-25T06:06:54.661Z] + sort [2025-07-25T06:06:55.598Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-25T06:06:55.598Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-25T06:06:55.598Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-25T06:06:55.598Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-07-25T06:06:55.598Z] + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ [2025-07-25T06:06:55.598Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo [2025-07-25T06:06:55.608Z] 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-s7_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-25T06:06:55.884Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:06:56.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:06:56.456Z] [2025-07-25T06:06:56.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:06:56.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:06:56.767Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-25T06:06:56.767Z] 5eb5b503b376: Pulling fs layer [2025-07-25T06:06:56.767Z] 5c69ac0246d0: Pulling fs layer [2025-07-25T06:06:56.767Z] ec43610c2a17: Pulling fs layer [2025-07-25T06:06:56.767Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-25T06:06:56.767Z] 33b1e0a273af: Pulling fs layer [2025-07-25T06:06:56.767Z] 5d3b04190fa2: Pulling fs layer [2025-07-25T06:06:56.767Z] 2f39f015ded8: Pulling fs layer [2025-07-25T06:06:56.767Z] 3a2ae6a8a46f: Waiting [2025-07-25T06:06:56.767Z] 33b1e0a273af: Waiting [2025-07-25T06:06:56.767Z] 5d3b04190fa2: Waiting [2025-07-25T06:06:56.767Z] 2f39f015ded8: Waiting [2025-07-25T06:06:56.767Z] 5c69ac0246d0: Verifying Checksum [2025-07-25T06:06:56.767Z] 5c69ac0246d0: Download complete [2025-07-25T06:06:56.767Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-25T06:06:56.767Z] 3a2ae6a8a46f: Download complete [2025-07-25T06:06:56.767Z] 33b1e0a273af: Verifying Checksum [2025-07-25T06:06:56.767Z] 33b1e0a273af: Download complete [2025-07-25T06:06:56.767Z] 5d3b04190fa2: Verifying Checksum [2025-07-25T06:06:56.767Z] 5d3b04190fa2: Download complete [2025-07-25T06:06:56.767Z] ec43610c2a17: Verifying Checksum [2025-07-25T06:06:56.767Z] ec43610c2a17: Download complete [2025-07-25T06:06:57.026Z] 5eb5b503b376: Verifying Checksum [2025-07-25T06:06:57.026Z] 5eb5b503b376: Download complete [2025-07-25T06:06:57.599Z] 2f39f015ded8: Verifying Checksum [2025-07-25T06:06:57.599Z] 2f39f015ded8: Download complete [2025-07-25T06:06:58.539Z] 5eb5b503b376: Pull complete [2025-07-25T06:06:58.539Z] 5c69ac0246d0: Pull complete [2025-07-25T06:06:59.131Z] ec43610c2a17: Pull complete [2025-07-25T06:06:59.131Z] 3a2ae6a8a46f: Pull complete [2025-07-25T06:06:59.131Z] 33b1e0a273af: Pull complete [2025-07-25T06:06:59.394Z] 5d3b04190fa2: Pull complete [2025-07-25T06:07:03.605Z] 2f39f015ded8: Pull complete [2025-07-25T06:07:03.605Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-25T06:07:03.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:07:03.605Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:07:03.767Z] prd-centos7-docker-4c-2g-5718 does not seem to be running inside a container [2025-07-25T06:07:03.802Z] $ 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-s7_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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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-25T06:07:08.625Z] $ docker top ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-25T06:07:09.001Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-25T06:07:09.352Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-25T06:07:09.648Z] + ls /var/log/sa-host [2025-07-25T06:07:09.648Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:07:09.810Z] provisioning config files... [2025-07-25T06:07:09.819Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13415029029726948887tmp [Pipeline] { [Pipeline] echo [2025-07-25T06:07:09.840Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:10.127Z] ---> create-netrc.sh [Pipeline] } [2025-07-25T06:07:10.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:10.472Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-25T06:07:10.482Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:10.773Z] ---> sudo-logs.sh [2025-07-25T06:07:10.773Z] Archiving 'sudo' log.. [2025-07-25T06:07:10.773Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5718.novalocal: Name or service not known [2025-07-25T06:07:10.773Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5718.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-25T06:07:10.884Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:11.188Z] ---> job-cost.sh [2025-07-25T06:07:11.188Z] lf-activate-venv: SKIPPING [2025-07-25T06:07:11.188Z] DEBUG: total: 0.10999999940395355 [2025-07-25T06:07:11.188Z] INFO: Retrieving Stack Cost... [2025-07-25T06:07:11.452Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-25T06:07:11.711Z] INFO: Archiving Costs [Pipeline] echo [2025-07-25T06:07:11.725Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:12.024Z] ---> logs-deploy.sh [2025-07-25T06:07:12.024Z] lf-activate-venv: SKIPPING [2025-07-25T06:07:12.024Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/24 [2025-07-25T06:07:12.024Z] INFO: archiving workspace using pattern(s): [2025-07-25T06:07:12.978Z] Archives upload complete. [2025-07-25T06:07:12.978Z] INFO: archiving logs to Nexus [2025-07-25T06:07:13.924Z] ---> uname -a: [2025-07-25T06:07:13.924Z] Linux prd-centos7-docker-4c-2g-5718.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-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] ---> lscpu: [2025-07-25T06:07:13.924Z] Architecture: x86_64 [2025-07-25T06:07:13.924Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-25T06:07:13.924Z] Byte Order: Little Endian [2025-07-25T06:07:13.924Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-25T06:07:13.924Z] CPU(s): 2 [2025-07-25T06:07:13.924Z] On-line CPU(s) list: 0,1 [2025-07-25T06:07:13.924Z] Thread(s) per core: 1 [2025-07-25T06:07:13.924Z] Core(s) per socket: 1 [2025-07-25T06:07:13.924Z] Socket(s): 2 [2025-07-25T06:07:13.924Z] NUMA node(s): 1 [2025-07-25T06:07:13.924Z] Vendor ID: AuthenticAMD [2025-07-25T06:07:13.924Z] CPU family: 23 [2025-07-25T06:07:13.924Z] Model: 49 [2025-07-25T06:07:13.924Z] Model name: AMD EPYC-Rome Processor [2025-07-25T06:07:13.924Z] Stepping: 0 [2025-07-25T06:07:13.924Z] CPU MHz: 2800.000 [2025-07-25T06:07:13.924Z] BogoMIPS: 5600.00 [2025-07-25T06:07:13.924Z] Virtualization: AMD-V [2025-07-25T06:07:13.924Z] Hypervisor vendor: KVM [2025-07-25T06:07:13.924Z] Virtualization type: full [2025-07-25T06:07:13.924Z] L1d cache: 64 KiB [2025-07-25T06:07:13.924Z] L1i cache: 64 KiB [2025-07-25T06:07:13.924Z] L2 cache: 1 MiB [2025-07-25T06:07:13.924Z] L3 cache: 32 MiB [2025-07-25T06:07:13.924Z] NUMA node0 CPU(s): 0,1 [2025-07-25T06:07:13.924Z] Vulnerability Itlb multihit: Not affected [2025-07-25T06:07:13.924Z] Vulnerability L1tf: Not affected [2025-07-25T06:07:13.924Z] Vulnerability Mds: Not affected [2025-07-25T06:07:13.924Z] Vulnerability Meltdown: Not affected [2025-07-25T06:07:13.924Z] Vulnerability Mmio stale data: Not affected [2025-07-25T06:07:13.924Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-25T06:07:13.924Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-25T06:07:13.924Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-25T06:07:13.924Z] Vulnerability Srbds: Not affected [2025-07-25T06:07:13.924Z] Vulnerability Tsx async abort: Not affected [2025-07-25T06:07:13.924Z] 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-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] ---> nproc: [2025-07-25T06:07:13.924Z] 2 [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] ---> df -h: [2025-07-25T06:07:13.924Z] Filesystem Size Used Avail Use% Mounted on [2025-07-25T06:07:13.924Z] overlay 40G 7.3G 33G 19% / [2025-07-25T06:07:13.924Z] tmpfs 64M 0 64M 0% /dev [2025-07-25T06:07:13.924Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-25T06:07:13.924Z] shm 64M 0 64M 0% /dev/shm [2025-07-25T06:07:13.924Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] [2025-07-25T06:07:13.924Z] Cannot open /var/log/sysstat/sa25: No such file or directory [2025-07-25T06:07:13.924Z] Please check if data collecting is enabled [2025-07-25T06:07:13.924Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-25T06:07:13.960Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-25T06:07:13.965Z] $ docker stop --time=1 ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 [2025-07-25T06:07:15.112Z] $ docker rm -f --volumes ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-25T06:07:15.210Z] [WS-CLEANUP] Deleting project workspace... [2025-07-25T06:07:15.210Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-25T06:07:15.228Z] [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-25T06:07:15.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:07:15.671Z] [2025-07-25T06:07:15.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:07:15.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:07:15.986Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-25T06:07:15.986Z] 5eb5b503b376: Pulling fs layer [2025-07-25T06:07:15.986Z] 5c69ac0246d0: Pulling fs layer [2025-07-25T06:07:15.986Z] ec43610c2a17: Pulling fs layer [2025-07-25T06:07:15.986Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-25T06:07:15.986Z] 33b1e0a273af: Pulling fs layer [2025-07-25T06:07:15.986Z] 5d3b04190fa2: Pulling fs layer [2025-07-25T06:07:15.986Z] 2f39f015ded8: Pulling fs layer [2025-07-25T06:07:15.986Z] 2f39f015ded8: Waiting [2025-07-25T06:07:15.986Z] 33b1e0a273af: Waiting [2025-07-25T06:07:15.986Z] 5d3b04190fa2: Waiting [2025-07-25T06:07:15.986Z] 3a2ae6a8a46f: Waiting [2025-07-25T06:07:15.986Z] 5c69ac0246d0: Verifying Checksum [2025-07-25T06:07:15.986Z] 5c69ac0246d0: Download complete [2025-07-25T06:07:15.986Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-25T06:07:15.986Z] 3a2ae6a8a46f: Download complete [2025-07-25T06:07:15.986Z] 33b1e0a273af: Verifying Checksum [2025-07-25T06:07:15.986Z] 33b1e0a273af: Download complete [2025-07-25T06:07:15.986Z] 5d3b04190fa2: Verifying Checksum [2025-07-25T06:07:15.986Z] 5d3b04190fa2: Download complete [2025-07-25T06:07:15.986Z] ec43610c2a17: Verifying Checksum [2025-07-25T06:07:15.986Z] ec43610c2a17: Download complete [2025-07-25T06:07:16.245Z] 5eb5b503b376: Download complete [2025-07-25T06:07:16.812Z] 2f39f015ded8: Verifying Checksum [2025-07-25T06:07:16.812Z] 2f39f015ded8: Download complete [2025-07-25T06:07:17.747Z] 5eb5b503b376: Pull complete [2025-07-25T06:07:17.747Z] 5c69ac0246d0: Pull complete [2025-07-25T06:07:18.316Z] ec43610c2a17: Pull complete [2025-07-25T06:07:18.316Z] 3a2ae6a8a46f: Pull complete [2025-07-25T06:07:18.574Z] 33b1e0a273af: Pull complete [2025-07-25T06:07:18.574Z] 5d3b04190fa2: Pull complete [2025-07-25T06:07:23.843Z] 2f39f015ded8: Pull complete [2025-07-25T06:07:23.843Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-25T06:07:23.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:07:23.843Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:07:23.933Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2025-07-25T06:07:23.957Z] $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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-25T06:07:25.229Z] $ docker top 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:25.589Z] ---> job-cost.sh [2025-07-25T06:07:25.589Z] lf-activate-venv: SKIPPING [2025-07-25T06:07:25.589Z] INFO: No Stack... [2025-07-25T06:07:25.848Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-25T06:07:26.415Z] INFO: Archiving Costs [Pipeline] sh [2025-07-25T06:07:26.699Z] + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv [2025-07-25T06:07:26.700Z] + cut -d, -f6 [Pipeline] lock [2025-07-25T06:07:26.712Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [2025-07-25T06:07:26.718Z] Resource [jenkins-edgexfoundry-device-s7-main-24-stack-cost] did not exist. Created. [2025-07-25T06:07:26.723Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-25T06:07:27.038Z] /w/workspace/edgexfoundry_device-s7_main@tmp/durable-b3f33fff/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-25T06:07:27.327Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-25T06:07:27.338Z] Warning: overwriting stash ‘stack-cost’ [2025-07-25T06:07:27.350Z] Stashed 1 file(s) [Pipeline] } [2025-07-25T06:07:27.361Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-25T06:07:27.389Z] $ docker stop --time=1 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 [2025-07-25T06:07:28.519Z] $ docker rm -f --volumes 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-25T06:07:30.607Z] + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] [2025-07-25T06:07:30.607Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-07-25T06:07:30.607Z] total 16 [2025-07-25T06:07:30.607Z] drwxr-xr-x 3 root root 4096 Jul 25 06:07 . [2025-07-25T06:07:30.607Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 06:07 .. [2025-07-25T06:07:30.607Z] drwxr-xr-x 2 root root 4096 Jul 25 06:07 cost [2025-07-25T06:07:30.607Z] -rw-r--r-- 1 root root 80 Jul 25 06:07 cost.csv [2025-07-25T06:07:30.607Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives [2025-07-25T06:07:30.607Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-07-25T06:07:30.607Z] total 16 [2025-07-25T06:07:30.607Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 06:07 . [2025-07-25T06:07:30.607Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 06:07 .. [2025-07-25T06:07:30.607Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 25 06:07 cost [2025-07-25T06:07:30.607Z] -rw-r--r-- 1 jenkins jenkins 80 Jul 25 06:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:30.906Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:31.767Z] ---> package-listing.sh [2025-07-25T06:07:31.767Z] ++ facter osfamily [2025-07-25T06:07:31.767Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-25T06:07:32.027Z] + OS_FAMILY=debian [2025-07-25T06:07:32.027Z] + workspace=/w/workspace/edgexfoundry_device-s7_main [2025-07-25T06:07:32.027Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-25T06:07:32.027Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-25T06:07:32.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-25T06:07:32.027Z] + PACKAGES=/tmp/packages_start.txt [2025-07-25T06:07:32.027Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-07-25T06:07:32.027Z] + PACKAGES=/tmp/packages_end.txt [2025-07-25T06:07:32.027Z] + case "${OS_FAMILY}" in [2025-07-25T06:07:32.027Z] + dpkg -l [2025-07-25T06:07:32.027Z] + grep '^ii' [2025-07-25T06:07:32.027Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-25T06:07:32.027Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-25T06:07:32.027Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-25T06:07:32.027Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-07-25T06:07:32.027Z] + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ [2025-07-25T06:07:32.027Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo [2025-07-25T06:07:32.042Z] 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-s7_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-25T06:07:32.321Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-25T06:07:32.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-25T06:07:32.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-25T06:07:32.974Z] prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container [2025-07-25T06:07:33.006Z] $ 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-s7_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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-25T06:07:33.212Z] $ docker top f79a687993a777db6005d50499691a17b73824c98e8c0ae20692df1977433817 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-25T06:07:33.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-25T06:07:33.857Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-25T06:07:34.146Z] + ls /var/log/sa-host [2025-07-25T06:07:34.146Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-25T06:07:34.184Z] provisioning config files... [2025-07-25T06:07:34.192Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13341337983867185292tmp [Pipeline] { [Pipeline] echo [2025-07-25T06:07:34.213Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:34.496Z] ---> create-netrc.sh [Pipeline] } [2025-07-25T06:07:34.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:34.815Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-25T06:07:34.826Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:35.116Z] ---> sudo-logs.sh [2025-07-25T06:07:35.116Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-25T06:07:35.149Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:35.437Z] ---> job-cost.sh [2025-07-25T06:07:35.437Z] lf-activate-venv: SKIPPING [2025-07-25T06:07:35.437Z] DEBUG: total: 0.2199999988079071 [2025-07-25T06:07:35.437Z] INFO: Retrieving Stack Cost... [2025-07-25T06:07:35.437Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-25T06:07:36.004Z] INFO: Archiving Costs [Pipeline] echo [2025-07-25T06:07:36.016Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-25T06:07:36.297Z] ---> logs-deploy.sh [2025-07-25T06:07:36.297Z] lf-activate-venv: SKIPPING [2025-07-25T06:07:36.297Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/24 [2025-07-25T06:07:36.297Z] INFO: archiving workspace using pattern(s): [2025-07-25T06:07:37.883Z] Archives upload complete. [2025-07-25T06:07:37.883Z] INFO: archiving logs to Nexus