Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 65edf8a757f1f5a62012993d005a31caf2899e12 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-ssh2358564029416991317.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-ssh17204625862686722311.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-ssh4834422886143614675.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-ssh8865921376672164203.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-ssh3966737017834442.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6055’ Running on prd-ubuntu20.04-docker-8c-8g-6061 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 65edf8a757f1f5a62012993d005a31caf2899e12 (main) Commit message: "Merge pull request #57 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.26" > 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 65edf8a757f1f5a62012993d005a31caf2899e12 # timeout=10 > git rev-list --no-walk 165b80fb05d57052a3c15902199294117d426607 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-01T01:22:12.592Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-01T01:22:12.668Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-01T01:22:12.699Z] ========================================================= [2025-08-01T01:22:12.699Z] EdgeX Global Pipelines Version Info [2025-08-01T01:22:12.699Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:22:13.803Z] ------------------- [2025-08-01T01:22:13.803Z] stable info: [2025-08-01T01:22:13.803Z] ------------------- [2025-08-01T01:22:13.803Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-08-01T01:22:13.803Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-08-01T01:22:13.803Z] Message: update stable to v1.0.274 [2025-08-01T01:22:14.373Z] ------------------- [2025-08-01T01:22:14.373Z] experimental info: [2025-08-01T01:22:14.373Z] ------------------- [2025-08-01T01:22:14.373Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-01T01:22:14.373Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-01T01:22:14.373Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-01T01:22:14.449Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo [2025-08-01T01:22:14.469Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo [2025-08-01T01:22:14.492Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-01T01:22:14.517Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-01T01:22:14.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-01T01:22:14.562Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-01T01:22:14.588Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-01T01:22:14.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-01T01:22:14.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-01T01:22:14.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-01T01:22:14.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-01T01:22:14.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo [2025-08-01T01:22:14.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-01T01:22:14.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-01T01:22:14.781Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:22:14.806Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-01T01:22:14.832Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-01T01:22:14.856Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-01T01:22:14.880Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-01T01:22:14.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-01T01:22:14.924Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-08-01T01:22:14.949Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-08-01T01:22:14.973Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-01T01:22:14.993Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-01T01:22:15.013Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-01T01:22:15.034Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-01T01:22:15.053Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-01T01:22:15.070Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-01T01:22:15.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-01T01:22:15.114Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-01T01:22:15.136Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 65edf8a757f1f5a62012993d005a31caf2899e12 [Pipeline] echo [2025-08-01T01:22:15.158Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 65edf8a [Pipeline] echo [2025-08-01T01:22:15.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:22:15.235Z] provisioning config files... [2025-08-01T01:22:15.248Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config16251866763438174778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:22:15.584Z] ---> ****-login.sh [2025-08-01T01:22:15.585Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:22:15.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:15.844Z] [2025-08-01T01:22:15.844Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:15.844Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:15.844Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:15.844Z] [2025-08-01T01:22:15.844Z] Login Succeeded [2025-08-01T01:22:15.845Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:22:15.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:16.104Z] [2025-08-01T01:22:16.104Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:16.104Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:16.104Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:16.104Z] [2025-08-01T01:22:16.104Z] Login Succeeded [2025-08-01T01:22:16.104Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:22:16.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:16.104Z] [2025-08-01T01:22:16.104Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:16.104Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:16.104Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:16.104Z] [2025-08-01T01:22:16.104Z] Login Succeeded [2025-08-01T01:22:16.104Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:22:16.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:16.104Z] [2025-08-01T01:22:16.105Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:16.105Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:16.105Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:16.105Z] [2025-08-01T01:22:16.105Z] Login Succeeded [2025-08-01T01:22:16.105Z] ****.io [2025-08-01T01:22:16.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:16.364Z] [2025-08-01T01:22:16.365Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-01T01:22:16.365Z] Configure a credential helper to remove this warning. See [2025-08-01T01:22:16.365Z] https://docs.****.com/go/credential-store/ [2025-08-01T01:22:16.365Z] [2025-08-01T01:22:16.365Z] Login Succeeded [2025-08-01T01:22:16.365Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:22:16.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-01T01:22:16.769Z] + git rev-list -1 --merges 65edf8a757f1f5a62012993d005a31caf2899e12~1..65edf8a757f1f5a62012993d005a31caf2899e12 [Pipeline] echo [2025-08-01T01:22:16.800Z] -----------> git rev-list -1 --merges 65edf8a757f1f5a62012993d005a31caf2899e12~1..65edf8a757f1f5a62012993d005a31caf2899e12 65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:22:16.800Z] 65edf8a757f1f5a62012993d005a31caf2899e12 [false] [Pipeline] sh [2025-08-01T01:22:17.090Z] + git log --format=format:%s -1 65edf8a757f1f5a62012993d005a31caf2899e12 [Pipeline] echo [2025-08-01T01:22:17.108Z] ========================================================= [2025-08-01T01:22:17.108Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-01T01:22:17.108Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:22:17.439Z] + git log --format=format:%s -1 65edf8a757f1f5a62012993d005a31caf2899e12 [Pipeline] echo [2025-08-01T01:22:17.453Z] [semverPrep] GIT_COMMIT: 65edf8a757f1f5a62012993d005a31caf2899e12, Commit Message: Merge pull request #57 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.26 [Pipeline] echo [2025-08-01T01:22:17.465Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-01T01:22:17.839Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-01T01:22:17.839Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-01T01:22:17.839Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-01T01:22:17.839Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-01T01:22:17.839Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-01T01:22:17.839Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-01T01:22:17.839Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:22:18.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:22:18.260Z] [2025-08-01T01:22:18.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:22:18.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:22:18.570Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-01T01:22:18.570Z] 3dae71ba6b94: Pulling fs layer [2025-08-01T01:22:18.570Z] 6bf1a483ea7c: Pulling fs layer [2025-08-01T01:22:18.570Z] f5dfc541a4d3: Pulling fs layer [2025-08-01T01:22:18.570Z] 461d9e800cba: Pulling fs layer [2025-08-01T01:22:18.570Z] 80192f66455f: Pulling fs layer [2025-08-01T01:22:18.570Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-01T01:22:18.570Z] a29436f7fd5d: Pulling fs layer [2025-08-01T01:22:18.570Z] 923cac83aea3: Pulling fs layer [2025-08-01T01:22:18.570Z] 25ad8b0a4227: Pulling fs layer [2025-08-01T01:22:18.570Z] db01528c6b51: Pulling fs layer [2025-08-01T01:22:18.570Z] 28988de357af: Pulling fs layer [2025-08-01T01:22:18.571Z] 461d9e800cba: Waiting [2025-08-01T01:22:18.571Z] 80192f66455f: Waiting [2025-08-01T01:22:18.571Z] 2e8e34ca0e6c: Waiting [2025-08-01T01:22:18.571Z] a29436f7fd5d: Waiting [2025-08-01T01:22:18.571Z] 923cac83aea3: Waiting [2025-08-01T01:22:18.571Z] 25ad8b0a4227: Waiting [2025-08-01T01:22:18.571Z] db01528c6b51: Waiting [2025-08-01T01:22:18.571Z] 28988de357af: Waiting [2025-08-01T01:22:18.571Z] 6bf1a483ea7c: Verifying Checksum [2025-08-01T01:22:18.571Z] 6bf1a483ea7c: Download complete [2025-08-01T01:22:18.571Z] 461d9e800cba: Download complete [2025-08-01T01:22:18.571Z] 80192f66455f: Download complete [2025-08-01T01:22:18.829Z] f5dfc541a4d3: Download complete [2025-08-01T01:22:18.829Z] 3dae71ba6b94: Verifying Checksum [2025-08-01T01:22:18.829Z] 3dae71ba6b94: Download complete [2025-08-01T01:22:18.829Z] 923cac83aea3: Verifying Checksum [2025-08-01T01:22:18.829Z] 923cac83aea3: Download complete [2025-08-01T01:22:19.088Z] 25ad8b0a4227: Verifying Checksum [2025-08-01T01:22:19.088Z] 25ad8b0a4227: Download complete [2025-08-01T01:22:19.088Z] db01528c6b51: Verifying Checksum [2025-08-01T01:22:19.088Z] db01528c6b51: Download complete [2025-08-01T01:22:19.088Z] 28988de357af: Verifying Checksum [2025-08-01T01:22:19.088Z] 28988de357af: Download complete [2025-08-01T01:22:19.088Z] a29436f7fd5d: Verifying Checksum [2025-08-01T01:22:19.088Z] a29436f7fd5d: Download complete [2025-08-01T01:22:19.654Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-01T01:22:19.654Z] 2e8e34ca0e6c: Download complete [2025-08-01T01:22:20.226Z] 3dae71ba6b94: Pull complete [2025-08-01T01:22:20.486Z] 6bf1a483ea7c: Pull complete [2025-08-01T01:22:21.428Z] f5dfc541a4d3: Pull complete [2025-08-01T01:22:21.428Z] 461d9e800cba: Pull complete [2025-08-01T01:22:21.428Z] 80192f66455f: Pull complete [2025-08-01T01:22:25.617Z] 2e8e34ca0e6c: Pull complete [2025-08-01T01:22:26.550Z] a29436f7fd5d: Pull complete [2025-08-01T01:22:26.550Z] 923cac83aea3: Pull complete [2025-08-01T01:22:26.550Z] 25ad8b0a4227: Pull complete [2025-08-01T01:22:26.550Z] db01528c6b51: Pull complete [2025-08-01T01:22:26.550Z] 28988de357af: Pull complete [2025-08-01T01:22:26.809Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-01T01:22:26.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-01T01:22:26.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:22:26.947Z] prd-ubuntu20.04-docker-8c-8g-6061 does not seem to be running inside a container [2025-08-01T01:22:26.974Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-01T01:22:28.870Z] $ docker top 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 -eo pid,comm [2025-08-01T01:22:28.925Z] 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-08-01T01:22:28.925Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-01T01:22:28.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:22:28.977Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:22:29.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:22:29.094Z] $ docker exec 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 ssh-agent [2025-08-01T01:22:29.210Z] SSH_AUTH_SOCK=/tmp/ssh-cwCVmMPLVHMk/agent.32 [2025-08-01T01:22:29.210Z] SSH_AGENT_PID=38 [2025-08-01T01:22:29.215Z] Running ssh-add (command line suppressed) [2025-08-01T01:22:29.327Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_14980137924738468891.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_14980137924738468891.key) [2025-08-01T01:22:29.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:22:29.629Z] + git tag --points-at HEAD [Pipeline] } [2025-08-01T01:22:29.639Z] $ docker exec --env ******** --env ******** 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 ssh-agent -k [2025-08-01T01:22:29.743Z] unset SSH_AUTH_SOCK; [2025-08-01T01:22:29.744Z] unset SSH_AGENT_PID; [2025-08-01T01:22:29.744Z] echo Agent pid 38 killed; [2025-08-01T01:22:29.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-01T01:22:29.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-01T01:22:29.792Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-01T01:22:29.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-01T01:22:29.907Z] $ docker exec 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 ssh-agent [2025-08-01T01:22:30.026Z] SSH_AUTH_SOCK=/tmp/ssh-9jqtPkaIxEUl/agent.72 [2025-08-01T01:22:30.027Z] SSH_AGENT_PID=78 [2025-08-01T01:22:30.031Z] Running ssh-add (command line suppressed) [2025-08-01T01:22:30.131Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_14541596929805976759.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_14541596929805976759.key) [2025-08-01T01:22:30.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-01T01:22:30.443Z] + git semver init [2025-08-01T01:22:30.703Z] 2025-08-01 01:22:30,658 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-01T01:22:30.703Z] 2025-08-01 01:22:30,663 [run_init] DEBUG init version:0.0.0 force:False [2025-08-01T01:22:30.703Z] 2025-08-01 01:22:30,664 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver [2025-08-01T01:22:30.703Z] 2025-08-01 01:22:30,664 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver [2025-08-01T01:22:30.703Z] 2025-08-01 01:22:30,664 [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-08-01T01:22:32.096Z] 2025-08-01 01:22:31,659 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude [2025-08-01T01:22:32.096Z] 2025-08-01 01:22:31,660 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False [2025-08-01T01:22:32.096Z] 2025-08-01 01:22:31,660 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-08-01T01:22:32.096Z] 2025-08-01 01:22:31,660 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-08-01T01:22:32.096Z] 4.1.0-dev.3 [Pipeline] } [2025-08-01T01:22:32.103Z] $ docker exec --env ******** --env ******** 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 ssh-agent -k [2025-08-01T01:22:32.210Z] unset SSH_AUTH_SOCK; [2025-08-01T01:22:32.211Z] unset SSH_AGENT_PID; [2025-08-01T01:22:32.211Z] echo Agent pid 78 killed; [2025-08-01T01:22:32.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:22:32.546Z] + git semver [Pipeline] } [2025-08-01T01:22:33.131Z] $ docker stop --time=1 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 [2025-08-01T01:22:34.413Z] $ docker rm -f --volumes 629a563c55029b84b46475152de54ae3a7e226a1996a97d8113f5b9e43be4e72 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:22:34.756Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-01T01:22:35.145Z] Stashed 1 file(s) [Pipeline] echo [2025-08-01T01:22:35.149Z] [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-08-01T01:22:35.322Z] provisioning config files... [2025-08-01T01:22:35.334Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config10181419839277847638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:22:35.678Z] ---> ****-login.sh [2025-08-01T01:22:35.678Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:22:35.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:35.678Z] Login Succeeded [2025-08-01T01:22:35.678Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:22:35.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:35.678Z] Login Succeeded [2025-08-01T01:22:35.678Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:22:35.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:35.937Z] Login Succeeded [2025-08-01T01:22:35.937Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:22:35.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:35.937Z] Login Succeeded [2025-08-01T01:22:35.937Z] ****.io [2025-08-01T01:22:35.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:22:36.195Z] Login Succeeded [2025-08-01T01:22:36.195Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:22:36.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-01T01:22:36.288Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:22:36.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:22:36.328Z] ========================================================= [2025-08-01T01:22:36.328Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-01T01:22:36.328Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:22:36.747Z] + 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-08-01T01:22:37.313Z] #0 building with "default" instance using docker driver [2025-08-01T01:22:37.313Z] [2025-08-01T01:22:37.314Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:22:37.314Z] #1 transferring dockerfile: 1.62kB done [2025-08-01T01:22:37.314Z] #1 DONE 0.0s [2025-08-01T01:22:37.314Z] [2025-08-01T01:22:37.314Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-01T01:22:37.314Z] #2 DONE 0.1s [2025-08-01T01:22:37.572Z] [2025-08-01T01:22:37.572Z] #3 [internal] load .dockerignore [2025-08-01T01:22:37.572Z] #3 transferring context: 2B done [2025-08-01T01:22:37.572Z] #3 DONE 0.0s [2025-08-01T01:22:37.572Z] [2025-08-01T01:22:37.572Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-08-01T01:22:37.572Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-08-01T01:22:37.572Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-01T01:22:37.572Z] #4 ... [2025-08-01T01:22:37.572Z] [2025-08-01T01:22:37.572Z] #5 [internal] load build context [2025-08-01T01:22:37.572Z] #5 transferring context: 15.86MB 0.2s done [2025-08-01T01:22:37.572Z] #5 DONE 0.2s [2025-08-01T01:22:37.572Z] [2025-08-01T01:22:37.572Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-08-01T01:22:37.572Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-08-01T01:22:37.572Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-08-01T01:22:37.572Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-08-01T01:22:37.572Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-08-01T01:22:37.572Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-08-01T01:22:37.572Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 30.41MB / 74.06MB 0.3s [2025-08-01T01:22:37.572Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-08-01T01:22:37.572Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-08-01T01:22:37.572Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-08-01T01:22:37.572Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.05MB / 13.29MB 0.3s [2025-08-01T01:22:37.831Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 47.19MB / 74.06MB 0.4s [2025-08-01T01:22:37.831Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 12.58MB / 100.52MB 0.4s [2025-08-01T01:22:37.831Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 7.34MB / 13.29MB 0.4s [2025-08-01T01:22:37.831Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-08-01T01:22:37.831Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 68.16MB / 74.06MB 0.5s [2025-08-01T01:22:37.831Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 19.92MB / 100.52MB 0.5s [2025-08-01T01:22:37.831Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s [2025-08-01T01:22:38.088Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s done [2025-08-01T01:22:38.088Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 53.48MB / 100.52MB 0.7s [2025-08-01T01:22:38.088Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-08-01T01:22:38.088Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 76.55MB / 100.52MB 0.8s [2025-08-01T01:22:38.088Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-01T01:22:38.347Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s [2025-08-01T01:22:38.604Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done [2025-08-01T01:22:43.872Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.0s done [2025-08-01T01:22:43.872Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-01T01:22:43.872Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-01T01:22:43.872Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-01T01:22:43.872Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-08-01T01:22:43.872Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-08-01T01:22:43.872Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-08-01T01:22:43.872Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-08-01T01:22:46.402Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.7s done [2025-08-01T01:22:46.402Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-08-01T01:22:46.969Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done [2025-08-01T01:22:46.969Z] #4 DONE 9.5s [2025-08-01T01:22:46.969Z] [2025-08-01T01:22:46.969Z] #6 [builder 2/7] WORKDIR /device-s7 [2025-08-01T01:22:48.347Z] #6 DONE 1.3s [2025-08-01T01:22:48.347Z] [2025-08-01T01:22:48.347Z] #7 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev [2025-08-01T01:22:48.347Z] #7 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:22:48.605Z] #7 0.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:22:48.864Z] #7 0.767 OK: 248 MiB in 58 packages [2025-08-01T01:22:49.124Z] #7 DONE 0.9s [2025-08-01T01:22:49.381Z] [2025-08-01T01:22:49.381Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:22:49.381Z] #8 DONE 0.0s [2025-08-01T01:22:49.381Z] [2025-08-01T01:22:49.381Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:22:50.278Z] Still waiting to schedule task [2025-08-01T01:22:50.278Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6059’ [2025-08-01T01:23:45.619Z] #9 DONE 54.3s [2025-08-01T01:23:45.619Z] [2025-08-01T01:23:45.619Z] #10 [builder 6/7] COPY . . [2025-08-01T01:23:45.619Z] #10 DONE 0.1s [2025-08-01T01:23:45.619Z] [2025-08-01T01:23:45.619Z] #11 [builder 7/7] RUN echo noop [2025-08-01T01:23:45.619Z] #11 0.201 noop [2025-08-01T01:23:45.619Z] #11 DONE 0.3s [2025-08-01T01:23:45.619Z] [2025-08-01T01:23:45.619Z] #12 exporting to image [2025-08-01T01:23:45.619Z] #12 exporting layers [2025-08-01T01:23:52.203Z] #12 exporting layers 7.8s done [2025-08-01T01:23:52.203Z] #12 writing image sha256:472f044e1e5fb6aae714df4c3aa8f2f5cc96190bd3126ae0ba2e2855a2c0a4cd done [2025-08-01T01:23:52.203Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-01T01:23:52.203Z] #12 DONE 7.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:52.534Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:23:52.534Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:52.610Z] prd-ubuntu20.04-docker-8c-8g-6061 does not seem to be running inside a container [2025-08-01T01:23:52.633Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:23:52.914Z] $ docker top a8828b817ce0a5c1cc55926fb90c5bbc2c39543c939e23e5f32cf06d1ea9f0c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:23:53.265Z] + go version [2025-08-01T01:23:53.265Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-01T01:23:53.274Z] $ docker stop --time=1 a8828b817ce0a5c1cc55926fb90c5bbc2c39543c939e23e5f32cf06d1ea9f0c2 [2025-08-01T01:23:54.519Z] $ docker rm -f --volumes a8828b817ce0a5c1cc55926fb90c5bbc2c39543c939e23e5f32cf06d1ea9f0c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:23:54.965Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-01T01:23:54.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:23:55.046Z] prd-ubuntu20.04-docker-8c-8g-6061 does not seem to be running inside a container [2025-08-01T01:23:55.073Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2025-08-01T01:23:55.321Z] $ docker top b6da7ae9893c2a7082908b53f7c7f45caccedf6134929d27216f5d8adba36df5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:23:55.669Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh [2025-08-01T01:23:55.974Z] + make test [2025-08-01T01:23:55.974Z] go test -race -coverprofile=coverage.out ./... [2025-08-01T01:24:04.085Z] ? github.com/edgexfoundry/device-s7 [no test files] [2025-08-01T01:24:26.012Z] github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements [2025-08-01T01:24:26.948Z] ok github.com/edgexfoundry/device-s7/internal/driver 1.025s coverage: 6.8% of statements [2025-08-01T01:24:59.014Z] go vet ./... [2025-08-01T01:25:00.915Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-01T01:25:00.915Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-01T01:25:00.915Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-08-01T01:25:01.184Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-01T01:25:01.196Z] $ docker stop --time=1 b6da7ae9893c2a7082908b53f7c7f45caccedf6134929d27216f5d8adba36df5 [2025-08-01T01:25:03.331Z] $ docker rm -f --volumes b6da7ae9893c2a7082908b53f7c7f45caccedf6134929d27216f5d8adba36df5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-01T01:25:03.990Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-01T01:25:04.035Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-01T01:25:04.573Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-01T01:25:04.858Z] + ls -al . [2025-08-01T01:25:04.858Z] total 220 [2025-08-01T01:25:04.858Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 01:23 . [2025-08-01T01:25:04.858Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 01:22 .. [2025-08-01T01:25:04.858Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 01:24 .git [2025-08-01T01:25:04.858Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:22 .github [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 237 Aug 1 01:22 .gitignore [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 1 01:22 .golangci.yml [2025-08-01T01:25:04.858Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:22 .semver [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 20318 Aug 1 01:22 Attribution.txt [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 1668 Aug 1 01:22 CHANGLOG.md [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 1579 Aug 1 01:22 Dockerfile [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 643 Aug 1 01:22 Jenkinsfile [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 10947 Aug 1 01:22 LICENSE [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 1903 Aug 1 01:22 Makefile [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 614 Aug 1 01:22 OWNERS.md [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 2393 Aug 1 01:22 README.md [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 1 01:22 VERSION [2025-08-01T01:25:04.858Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:22 bin [2025-08-01T01:25:04.858Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:22 cmd [2025-08-01T01:25:04.858Z] -rw-r--r-- 1 jenkins jenkins 19094 Aug 1 01:24 coverage.out [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 6103 Aug 1 01:22 go.mod [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 86990 Aug 1 01:22 go.sum [2025-08-01T01:25:04.858Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:22 internal [2025-08-01T01:25:04.858Z] -rw-rw-r-- 1 jenkins jenkins 223 Aug 1 01:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:05.170Z] + 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=65edf8a757f1f5a62012993d005a31caf2899e12 --label arch=amd64 --label version=4.1.0-dev.3 . [2025-08-01T01:25:05.427Z] #0 building with "default" instance using docker driver [2025-08-01T01:25:05.427Z] [2025-08-01T01:25:05.427Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:25:05.427Z] #1 transferring dockerfile: 1.62kB done [2025-08-01T01:25:05.427Z] #1 DONE 0.0s [2025-08-01T01:25:05.427Z] [2025-08-01T01:25:05.427Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:25:05.427Z] #2 DONE 0.0s [2025-08-01T01:25:05.427Z] [2025-08-01T01:25:05.427Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-01T01:25:09.624Z] #3 DONE 4.3s [2025-08-01T01:25:09.624Z] [2025-08-01T01:25:09.624Z] #4 [internal] load .dockerignore [2025-08-01T01:25:09.625Z] #4 transferring context: 2B done [2025-08-01T01:25:09.625Z] #4 DONE 0.0s [2025-08-01T01:25:09.625Z] [2025-08-01T01:25:09.625Z] #5 [internal] load build context [2025-08-01T01:25:09.625Z] #5 transferring context: 27.56kB 0.0s done [2025-08-01T01:25:09.625Z] #5 DONE 0.0s [2025-08-01T01:25:09.625Z] [2025-08-01T01:25:09.625Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-01T01:25:09.625Z] #6 DONE 0.1s [2025-08-01T01:25:09.625Z] [2025-08-01T01:25:09.625Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:25:09.625Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-01T01:25:09.625Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-01T01:25:09.625Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-01T01:25:09.625Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-01T01:25:09.625Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.1s [2025-08-01T01:25:09.885Z] #7 ... [2025-08-01T01:25:09.885Z] [2025-08-01T01:25:09.885Z] #8 [builder 2/7] WORKDIR /device-s7 [2025-08-01T01:25:09.885Z] #8 DONE 0.0s [2025-08-01T01:25:09.885Z] [2025-08-01T01:25:09.885Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-01T01:25:10.144Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.4s done [2025-08-01T01:25:10.144Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-01T01:25:10.402Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-01T01:25:10.402Z] #7 DONE 0.6s [2025-08-01T01:25:10.402Z] [2025-08-01T01:25:10.402Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:25:10.402Z] #9 0.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:10.402Z] #9 ... [2025-08-01T01:25:10.402Z] [2025-08-01T01:25:10.402Z] #10 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev [2025-08-01T01:25:10.402Z] #10 0.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:10.402Z] #10 0.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:10.402Z] #10 0.713 OK: 248 MiB in 58 packages [2025-08-01T01:25:10.402Z] #10 DONE 0.8s [2025-08-01T01:25:10.402Z] [2025-08-01T01:25:10.402Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:25:10.402Z] #9 0.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:10.661Z] #9 ... [2025-08-01T01:25:10.661Z] [2025-08-01T01:25:10.661Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-01T01:25:10.661Z] #11 DONE 0.0s [2025-08-01T01:25:10.661Z] [2025-08-01T01:25:10.661Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-01T01:25:10.661Z] #9 0.564 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-01T01:25:10.919Z] #9 0.619 Executing busybox-1.36.1-r29.trigger [2025-08-01T01:25:10.919Z] #9 0.624 OK: 8 MiB in 15 packages [2025-08-01T01:25:10.919Z] #9 DONE 0.7s [2025-08-01T01:25:10.919Z] [2025-08-01T01:25:10.919Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-01T01:25:10.919Z] #12 DONE 0.5s [2025-08-01T01:25:10.919Z] [2025-08-01T01:25:10.919Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:25:11.177Z] #13 ... [2025-08-01T01:25:11.177Z] [2025-08-01T01:25:11.177Z] #14 [builder 6/7] COPY . . [2025-08-01T01:25:11.177Z] #14 DONE 0.1s [2025-08-01T01:25:11.177Z] [2025-08-01T01:25:11.177Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-01T01:25:11.177Z] #13 0.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:11.438Z] #13 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-01T01:25:11.695Z] #13 0.730 OK: 8 MiB in 15 packages [2025-08-01T01:25:11.954Z] #13 DONE 0.8s [2025-08-01T01:25:11.954Z] [2025-08-01T01:25:11.954Z] #15 [builder 7/7] RUN make build [2025-08-01T01:25:11.954Z] #15 0.247 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.26" -trimpath -mod=readonly -o cmd/device-s7 ./cmd [2025-08-01T01:25:32.876Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6064 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws [2025-08-01T01:25:32.891Z] Running in /w/workspace/device-s7/25 [Pipeline] { [Pipeline] checkout [2025-08-01T01:25:32.945Z] Selected Git installation does not exist. Using Default [2025-08-01T01:25:32.945Z] The recommended git tool is: NONE [2025-08-01T01:25:38.081Z] using credential edgex-jenkins-ssh [2025-08-01T01:25:38.103Z] Cloning the remote Git repository [2025-08-01T01:25:38.492Z] #15 DONE 23.7s [2025-08-01T01:25:38.492Z] [2025-08-01T01:25:38.492Z] #16 [stage-1 4/7] COPY --from=builder /device-s7/Attribution.txt /Attribution.txt [2025-08-01T01:25:38.492Z] #16 DONE 0.0s [2025-08-01T01:25:38.492Z] [2025-08-01T01:25:38.492Z] #17 [stage-1 5/7] COPY --from=builder /device-s7/cmd/device-s7 /device-s7 [2025-08-01T01:25:38.492Z] #17 DONE 0.1s [2025-08-01T01:25:38.492Z] [2025-08-01T01:25:38.492Z] #18 [stage-1 6/7] COPY --from=builder /device-s7/cmd/res /res [2025-08-01T01:25:38.492Z] #18 DONE 0.0s [2025-08-01T01:25:38.492Z] [2025-08-01T01:25:38.492Z] #19 exporting to image [2025-08-01T01:25:38.492Z] #19 exporting layers 0.1s done [2025-08-01T01:25:38.492Z] #19 writing image sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:25:38.492Z] #19 naming to docker.io/library/device-s7 done [2025-08-01T01:25:38.492Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:25:38.625Z] provisioning config files... [2025-08-01T01:25:38.635Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config4960998149467891672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:25:38.939Z] ---> ****-login.sh [2025-08-01T01:25:38.939Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:25:38.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:38.939Z] Login Succeeded [2025-08-01T01:25:38.939Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:25:38.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:38.939Z] Login Succeeded [2025-08-01T01:25:38.939Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:25:38.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:39.198Z] Login Succeeded [2025-08-01T01:25:39.198Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:25:39.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:39.198Z] Login Succeeded [2025-08-01T01:25:39.198Z] ****.io [2025-08-01T01:25:39.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:25:38.147Z] Cloning repository git@github.com:edgexfoundry/device-s7.git [2025-08-01T01:25:38.241Z] > git init /w/workspace/device-s7/25 # timeout=10 [2025-08-01T01:25:38.399Z] Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git [2025-08-01T01:25:38.400Z] > git --version # timeout=10 [2025-08-01T01:25:38.421Z] > git --version # 'git version 2.25.1' [2025-08-01T01:25:38.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-01T01:25:38.583Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:25:39.457Z] Login Succeeded [2025-08-01T01:25:39.457Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:25:39.465Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:25:39.510Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:25:39.540Z] [edgeXDocker.push] Tagging docker image device-s7 with the following tags: [2025-08-01T01:25:39.540Z] 65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:25:39.540Z] latest [2025-08-01T01:25:39.540Z] 4.1.0-dev.3 [2025-08-01T01:25:39.540Z] 65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:25:39.540Z] main [2025-08-01T01:25:39.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:39.883Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:40.214Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:25:40.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-08-01T01:25:40.214Z] 88e806fcd38b: Preparing [2025-08-01T01:25:40.214Z] c71386a0c0ab: Preparing [2025-08-01T01:25:40.214Z] fd42ff25c24c: Preparing [2025-08-01T01:25:40.214Z] 1a690c0f1b77: Preparing [2025-08-01T01:25:40.215Z] dcdfeef8ca90: Preparing [2025-08-01T01:25:40.215Z] 097100c76c15: Preparing [2025-08-01T01:25:40.215Z] 097100c76c15: Waiting [2025-08-01T01:25:40.215Z] 1a690c0f1b77: Pushed [2025-08-01T01:25:40.215Z] dcdfeef8ca90: Pushed [2025-08-01T01:25:40.215Z] 097100c76c15: Layer already exists [2025-08-01T01:25:40.215Z] 88e806fcd38b: Pushed [2025-08-01T01:25:40.215Z] fd42ff25c24c: Pushed [2025-08-01T01:25:40.247Z] > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 [2025-08-01T01:25:40.278Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-01T01:25:41.300Z] Avoid second fetch [2025-08-01T01:25:41.300Z] Checking out Revision 65edf8a757f1f5a62012993d005a31caf2899e12 (main) [2025-08-01T01:25:41.321Z] > git config core.sparsecheckout # timeout=10 [2025-08-01T01:25:41.398Z] > git checkout -f 65edf8a757f1f5a62012993d005a31caf2899e12 # timeout=10 [2025-08-01T01:25:42.063Z] Commit message: "Merge pull request #57 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.26" [2025-08-01T01:25:45.496Z] c71386a0c0ab: Pushed [2025-08-01T01:25:45.496Z] 65edf8a757f1f5a62012993d005a31caf2899e12: digest: sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:45.813Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:46.132Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:latest [2025-08-01T01:25:46.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-08-01T01:25:46.132Z] 88e806fcd38b: Preparing [2025-08-01T01:25:46.132Z] c71386a0c0ab: Preparing [2025-08-01T01:25:46.132Z] fd42ff25c24c: Preparing [2025-08-01T01:25:46.132Z] 1a690c0f1b77: Preparing [2025-08-01T01:25:46.132Z] dcdfeef8ca90: Preparing [2025-08-01T01:25:46.132Z] 097100c76c15: Preparing [2025-08-01T01:25:46.132Z] 097100c76c15: Waiting [2025-08-01T01:25:46.132Z] 88e806fcd38b: Layer already exists [2025-08-01T01:25:46.132Z] dcdfeef8ca90: Layer already exists [2025-08-01T01:25:46.132Z] c71386a0c0ab: Layer already exists [2025-08-01T01:25:46.132Z] 1a690c0f1b77: Layer already exists [2025-08-01T01:25:46.132Z] fd42ff25c24c: Layer already exists [2025-08-01T01:25:46.132Z] 097100c76c15: Layer already exists [2025-08-01T01:25:46.132Z] latest: digest: sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-01T01:25:46.455Z] + 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-08-01T01:25:46.962Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-08-01T01:25:46.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-08-01T01:25:46.962Z] 88e806fcd38b: Preparing [2025-08-01T01:25:46.962Z] c71386a0c0ab: Preparing [2025-08-01T01:25:46.962Z] fd42ff25c24c: Preparing [2025-08-01T01:25:46.962Z] 1a690c0f1b77: Preparing [2025-08-01T01:25:46.962Z] dcdfeef8ca90: Preparing [2025-08-01T01:25:46.962Z] 097100c76c15: Preparing [2025-08-01T01:25:46.962Z] 097100c76c15: Waiting [2025-08-01T01:25:46.962Z] fd42ff25c24c: Layer already exists [2025-08-01T01:25:46.962Z] 88e806fcd38b: Layer already exists [2025-08-01T01:25:46.962Z] c71386a0c0ab: Layer already exists [2025-08-01T01:25:46.962Z] dcdfeef8ca90: Layer already exists [2025-08-01T01:25:46.962Z] 1a690c0f1b77: Layer already exists [2025-08-01T01:25:46.962Z] 097100c76c15: Layer already exists [2025-08-01T01:25:46.962Z] 4.1.0-dev.3: digest: sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 size: 1573 [Pipeline] } [2025-08-01T01:25:46.976Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-08-01T01:25:46.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-01T01:25:46.976Z] Dload Upload Total Spent Left Speed [2025-08-01T01:25:46.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 65 0 --:--:-- --:--:-- --:--:-- 65 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2025-08-01T01:25:47.323Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-08-01T01:25:47.352Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:47.659Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-08-01T01:25:47.659Z] /etc/docker/daemon.json [2025-08-01T01:25:47.659Z] { [2025-08-01T01:25:47.659Z] "registry-mirrors": [ [2025-08-01T01:25:47.659Z] "https://nexus3.edgexfoundry.org:10001" [2025-08-01T01:25:47.659Z] ], [2025-08-01T01:25:47.659Z] "bip": "10.250.0.254/24", [2025-08-01T01:25:47.659Z] "hosts": [ [2025-08-01T01:25:47.659Z] "tcp://0.0.0.0:5555", [2025-08-01T01:25:47.659Z] "unix:///var/run/docker.sock" [2025-08-01T01:25:47.659Z] ], [2025-08-01T01:25:47.659Z] "mtu": 1458, [2025-08-01T01:25:47.659Z] "selinux-enabled": true, [2025-08-01T01:25:47.659Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-08-01T01:25:47.659Z] } [Pipeline] sh [2025-08-01T01:25:47.719Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:25:47.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-08-01T01:25:47.719Z] 88e806fcd38b: Preparing [2025-08-01T01:25:47.719Z] c71386a0c0ab: Preparing [2025-08-01T01:25:47.719Z] fd42ff25c24c: Preparing [2025-08-01T01:25:47.719Z] 1a690c0f1b77: Preparing [2025-08-01T01:25:47.719Z] dcdfeef8ca90: Preparing [2025-08-01T01:25:47.719Z] 097100c76c15: Preparing [2025-08-01T01:25:47.719Z] 097100c76c15: Waiting [2025-08-01T01:25:47.719Z] 88e806fcd38b: Layer already exists [2025-08-01T01:25:47.719Z] 1a690c0f1b77: Layer already exists [2025-08-01T01:25:47.719Z] dcdfeef8ca90: Layer already exists [2025-08-01T01:25:47.719Z] c71386a0c0ab: Layer already exists [2025-08-01T01:25:47.719Z] fd42ff25c24c: Layer already exists [2025-08-01T01:25:47.719Z] 097100c76c15: Layer already exists [2025-08-01T01:25:47.719Z] 65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3: digest: sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:47.994Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-08-01T01:25:48.052Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:25:48.326Z] + sudo service docker restart [2025-08-01T01:25:48.390Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:main [2025-08-01T01:25:48.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-08-01T01:25:48.390Z] 88e806fcd38b: Preparing [2025-08-01T01:25:48.390Z] c71386a0c0ab: Preparing [2025-08-01T01:25:48.390Z] fd42ff25c24c: Preparing [2025-08-01T01:25:48.390Z] 1a690c0f1b77: Preparing [2025-08-01T01:25:48.390Z] dcdfeef8ca90: Preparing [2025-08-01T01:25:48.390Z] 097100c76c15: Preparing [2025-08-01T01:25:48.390Z] 097100c76c15: Waiting [2025-08-01T01:25:48.390Z] 1a690c0f1b77: Layer already exists [2025-08-01T01:25:48.390Z] dcdfeef8ca90: Layer already exists [2025-08-01T01:25:48.390Z] 88e806fcd38b: Layer already exists [2025-08-01T01:25:48.390Z] fd42ff25c24c: Layer already exists [2025-08-01T01:25:48.390Z] c71386a0c0ab: Layer already exists [2025-08-01T01:25:48.390Z] 097100c76c15: Layer already exists [2025-08-01T01:25:48.390Z] main: digest: sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:25:48.454Z] ===================================================== [Pipeline] echo [2025-08-01T01:25:48.467Z] taggedImages: [2025-08-01T01:25:48.467Z] - nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:25:48.467Z] - nexus3.edgexfoundry.org:10004/device-s7:latest [2025-08-01T01:25:48.467Z] - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-08-01T01:25:48.467Z] - nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:25:48.467Z] - nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] echo [2025-08-01T01:25:48.507Z] ========================================================= [2025-08-01T01:25:48.507Z] [edgeXBuildMultiArch] RAW Config: [2025-08-01T01:25:48.507Z] images: [2025-08-01T01:25:48.507Z] - nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:25:48.507Z] - nexus3.edgexfoundry.org:10004/device-s7:latest [2025-08-01T01:25:48.507Z] - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-08-01T01:25:48.507Z] - nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:25:48.507Z] - nexus3.edgexfoundry.org:10004/device-s7:main [2025-08-01T01:25:48.507Z] settingsFile: [2025-08-01T01:25:48.507Z] device-s7-settings [2025-08-01T01:25:48.507Z] ========================================================= [Pipeline] node [2025-08-01T01:26:03.509Z] Still waiting to schedule task [2025-08-01T01:26:03.509Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:26:06.627Z] provisioning config files... [2025-08-01T01:26:06.658Z] copy managed file [device-s7-settings] to file:/w/workspace/device-s7/25@tmp/config2886264404100241497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:26:07.107Z] ---> ****-login.sh [2025-08-01T01:26:07.107Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:26:07.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:07.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:07.700Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:07.700Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:07.700Z] [2025-08-01T01:26:07.700Z] Login Succeeded [2025-08-01T01:26:07.700Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:26:07.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:08.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:08.242Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:08.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:08.242Z] [2025-08-01T01:26:08.242Z] Login Succeeded [2025-08-01T01:26:08.242Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:26:08.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:08.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:08.515Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:08.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:08.515Z] [2025-08-01T01:26:08.515Z] Login Succeeded [2025-08-01T01:26:08.515Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:26:08.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:08.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:08.786Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:08.786Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:08.786Z] [2025-08-01T01:26:08.786Z] Login Succeeded [2025-08-01T01:26:08.786Z] ****.io [2025-08-01T01:26:09.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:09.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:09.326Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:09.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:09.326Z] [2025-08-01T01:26:09.326Z] Login Succeeded [2025-08-01T01:26:09.326Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:26:09.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-01T01:26:09.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:26:09.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-01T01:26:09.713Z] ========================================================= [2025-08-01T01:26:09.713Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-01T01:26:09.713Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:26:10.079Z] + 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-08-01T01:26:10.350Z] Sending build context to Docker daemon 8.072MB [2025-08-01T01:26:10.350Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-08-01T01:26:10.350Z] Step 2/10 : FROM ${BASE} AS builder [2025-08-01T01:26:10.620Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-01T01:26:10.620Z] 94e9d8af2201: Pulling fs layer [2025-08-01T01:26:10.620Z] a6c56e8762df: Pulling fs layer [2025-08-01T01:26:10.620Z] f0f3c8884826: Pulling fs layer [2025-08-01T01:26:10.620Z] c7e7622c144d: Pulling fs layer [2025-08-01T01:26:10.620Z] 4f4fb700ef54: Pulling fs layer [2025-08-01T01:26:10.620Z] e8859aadc426: Pulling fs layer [2025-08-01T01:26:10.620Z] b4813487a9f6: Pulling fs layer [2025-08-01T01:26:10.620Z] 502a3d64fb4b: Pulling fs layer [2025-08-01T01:26:10.620Z] 4f4fb700ef54: Waiting [2025-08-01T01:26:10.620Z] e8859aadc426: Waiting [2025-08-01T01:26:10.620Z] b4813487a9f6: Waiting [2025-08-01T01:26:10.620Z] 502a3d64fb4b: Waiting [2025-08-01T01:26:10.620Z] c7e7622c144d: Waiting [2025-08-01T01:26:10.620Z] a6c56e8762df: Verifying Checksum [2025-08-01T01:26:10.620Z] a6c56e8762df: Download complete [2025-08-01T01:26:10.620Z] c7e7622c144d: Verifying Checksum [2025-08-01T01:26:10.620Z] c7e7622c144d: Download complete [2025-08-01T01:26:10.620Z] 4f4fb700ef54: Verifying Checksum [2025-08-01T01:26:10.620Z] 4f4fb700ef54: Download complete [2025-08-01T01:26:10.897Z] e8859aadc426: Verifying Checksum [2025-08-01T01:26:10.897Z] e8859aadc426: Download complete [2025-08-01T01:26:10.897Z] 94e9d8af2201: Download complete [2025-08-01T01:26:11.167Z] 502a3d64fb4b: Verifying Checksum [2025-08-01T01:26:11.167Z] 502a3d64fb4b: Download complete [2025-08-01T01:26:11.763Z] 94e9d8af2201: Pull complete [2025-08-01T01:26:12.363Z] a6c56e8762df: Pull complete [2025-08-01T01:26:12.953Z] f0f3c8884826: Verifying Checksum [2025-08-01T01:26:12.953Z] f0f3c8884826: Download complete [2025-08-01T01:26:13.545Z] b4813487a9f6: Verifying Checksum [2025-08-01T01:26:13.545Z] b4813487a9f6: Download complete [2025-08-01T01:26:28.576Z] f0f3c8884826: Pull complete [2025-08-01T01:26:28.576Z] c7e7622c144d: Pull complete [2025-08-01T01:26:28.576Z] 4f4fb700ef54: Pull complete [2025-08-01T01:26:28.576Z] e8859aadc426: Pull complete [2025-08-01T01:26:36.805Z] b4813487a9f6: Pull complete [2025-08-01T01:26:38.230Z] 502a3d64fb4b: Pull complete [2025-08-01T01:26:38.230Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-08-01T01:26:38.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-01T01:26:38.230Z] ---> 3bb21d53e231 [2025-08-01T01:26:38.230Z] Step 3/10 : ARG MAKE=make build [2025-08-01T01:26:39.195Z] ---> Running in 0059775c919a [2025-08-01T01:26:39.465Z] Removing intermediate container 0059775c919a [2025-08-01T01:26:39.465Z] ---> c17ae560262f [2025-08-01T01:26:39.465Z] Step 4/10 : WORKDIR /device-s7 [2025-08-01T01:26:39.465Z] ---> Running in 1221dfc367e2 [2025-08-01T01:26:40.052Z] Removing intermediate container 1221dfc367e2 [2025-08-01T01:26:40.052Z] ---> 13c265de4508 [2025-08-01T01:26:40.052Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-08-01T01:26:40.052Z] ---> Running in 5af74b8d918b [2025-08-01T01:26:40.321Z] Removing intermediate container 5af74b8d918b [2025-08-01T01:26:40.321Z] ---> 41f63bc4d2b9 [2025-08-01T01:26:40.321Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev [2025-08-01T01:26:40.591Z] ---> Running in c98a0b2470b0 [2025-08-01T01:26:40.859Z] 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-08-01T01:26:41.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:26:41.462Z] [2025-08-01T01:26:41.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:26:41.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:26:42.082Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-01T01:26:42.082Z] 8998bd30e6a1: Pulling fs layer [2025-08-01T01:26:42.082Z] 04944245beec: Pulling fs layer [2025-08-01T01:26:42.082Z] 699f458cf7ca: Pulling fs layer [2025-08-01T01:26:42.082Z] 765212b225bb: Pulling fs layer [2025-08-01T01:26:42.082Z] f23df028b6ca: Pulling fs layer [2025-08-01T01:26:42.082Z] d65c8cfc05b1: Pulling fs layer [2025-08-01T01:26:42.082Z] 2437ff75d9bd: Pulling fs layer [2025-08-01T01:26:42.082Z] f23df028b6ca: Waiting [2025-08-01T01:26:42.082Z] d65c8cfc05b1: Waiting [2025-08-01T01:26:42.082Z] 2437ff75d9bd: Waiting [2025-08-01T01:26:42.082Z] 765212b225bb: Waiting [2025-08-01T01:26:42.082Z] 04944245beec: Verifying Checksum [2025-08-01T01:26:42.082Z] 04944245beec: Download complete [2025-08-01T01:26:42.082Z] 765212b225bb: Verifying Checksum [2025-08-01T01:26:42.082Z] 765212b225bb: Download complete [2025-08-01T01:26:42.082Z] f23df028b6ca: Verifying Checksum [2025-08-01T01:26:42.082Z] f23df028b6ca: Download complete [2025-08-01T01:26:42.082Z] d65c8cfc05b1: Verifying Checksum [2025-08-01T01:26:42.082Z] d65c8cfc05b1: Download complete [2025-08-01T01:26:42.353Z] 699f458cf7ca: Verifying Checksum [2025-08-01T01:26:42.353Z] 699f458cf7ca: Download complete [2025-08-01T01:26:42.940Z] 8998bd30e6a1: Verifying Checksum [2025-08-01T01:26:42.940Z] 8998bd30e6a1: Download complete [2025-08-01T01:26:45.535Z] 2437ff75d9bd: Verifying Checksum [2025-08-01T01:26:45.535Z] 2437ff75d9bd: Download complete [2025-08-01T01:26:47.491Z] 8998bd30e6a1: Pull complete [2025-08-01T01:26:48.081Z] 04944245beec: Pull complete [2025-08-01T01:26:49.499Z] 699f458cf7ca: Pull complete [2025-08-01T01:26:49.768Z] 765212b225bb: Pull complete [2025-08-01T01:26:50.739Z] f23df028b6ca: Pull complete [2025-08-01T01:26:51.009Z] d65c8cfc05b1: Pull complete [2025-08-01T01:26:52.955Z] Running on prd-centos7-docker-4c-2g-6067 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:26:53.003Z] provisioning config files... [2025-08-01T01:26:53.064Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config11913664361181384478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:26:57.086Z] ---> ****-login.sh [2025-08-01T01:26:57.086Z] nexus3.edgexfoundry.org:10001 [2025-08-01T01:26:57.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:57.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:57.086Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:57.086Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:57.086Z] [2025-08-01T01:26:57.086Z] Login Succeeded [2025-08-01T01:26:57.086Z] nexus3.edgexfoundry.org:10002 [2025-08-01T01:26:57.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:57.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:57.362Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:57.362Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:57.362Z] [2025-08-01T01:26:57.362Z] Login Succeeded [2025-08-01T01:26:57.362Z] nexus3.edgexfoundry.org:10003 [2025-08-01T01:26:57.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:57.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:57.362Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:57.362Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:57.362Z] [2025-08-01T01:26:57.362Z] Login Succeeded [2025-08-01T01:26:57.362Z] nexus3.edgexfoundry.org:10004 [2025-08-01T01:26:57.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:57.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:57.363Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:57.363Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:57.363Z] [2025-08-01T01:26:57.363Z] Login Succeeded [2025-08-01T01:26:57.363Z] ****.io [2025-08-01T01:26:57.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-01T01:26:57.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-01T01:26:57.624Z] Configure a credential helper to remove this warning. See [2025-08-01T01:26:57.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-01T01:26:57.624Z] [2025-08-01T01:26:57.624Z] Login Succeeded [2025-08-01T01:26:57.624Z] ---> ****-login.sh ends [Pipeline] } [2025-08-01T01:26:57.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-01T01:26:57.984Z] + docker buildx ls [2025-08-01T01:26:57.984Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-01T01:26:57.984Z] default * docker [2025-08-01T01:26:57.984Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-01T01:26:58.296Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-01T01:26:58.296Z] edgex-builder [Pipeline] sh [2025-08-01T01:26:58.600Z] + docker buildx inspect --bootstrap [2025-08-01T01:26:58.600Z] #1 [internal] booting buildkit [2025-08-01T01:26:58.600Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-01T01:27:02.808Z] #1 pulling image moby/buildkit:buildx-stable-1 3.9s done [2025-08-01T01:27:02.808Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-01T01:27:03.756Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-08-01T01:27:03.756Z] #1 DONE 5.4s [2025-08-01T01:27:03.756Z] Name: edgex-builder [2025-08-01T01:27:03.757Z] Driver: docker-container [2025-08-01T01:27:03.757Z] [2025-08-01T01:27:03.757Z] Nodes: [2025-08-01T01:27:03.757Z] Name: edgex-builder0 [2025-08-01T01:27:03.757Z] Endpoint: unix:///var/run/docker.sock [2025-08-01T01:27:03.757Z] Status: running [2025-08-01T01:27:03.757Z] Buildkit: v0.22.0 [2025-08-01T01:27:03.757Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-01T01:27:04.055Z] + docker buildx ls [2025-08-01T01:27:04.055Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-01T01:27:04.055Z] edgex-builder * docker-container [2025-08-01T01:27:04.055Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-01T01:27:04.055Z] default docker [2025-08-01T01:27:04.055Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-01T01:27:04.352Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12' [2025-08-01T01:27:04.352Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 --push - [2025-08-01T01:27:04.352Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:04.352Z] #1 transferring dockerfile: 194B done [2025-08-01T01:27:04.352Z] #1 DONE 0.0s [2025-08-01T01:27:04.352Z] [2025-08-01T01:27:04.352Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:27:04.352Z] #2 DONE 0.1s [2025-08-01T01:27:04.352Z] [2025-08-01T01:27:04.352Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12 [2025-08-01T01:27:04.613Z] #3 DONE 0.1s [2025-08-01T01:27:04.613Z] [2025-08-01T01:27:04.613Z] #4 [internal] load .dockerignore [2025-08-01T01:27:04.613Z] #4 transferring context: 2B done [2025-08-01T01:27:04.613Z] #4 DONE 0.0s [2025-08-01T01:27:04.613Z] [2025-08-01T01:27:04.613Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:04.613Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:04.613Z] #5 DONE 0.0s [2025-08-01T01:27:04.613Z] [2025-08-01T01:27:04.613Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:04.613Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:04.613Z] #6 DONE 0.1s [2025-08-01T01:27:04.613Z] [2025-08-01T01:27:04.613Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:04.613Z] #7 DONE 0.0s [2025-08-01T01:27:04.613Z] [2025-08-01T01:27:04.613Z] #8 exporting to image [2025-08-01T01:27:04.613Z] #8 exporting layers done [2025-08-01T01:27:04.613Z] #8 exporting manifest sha256:1a60339351ff549466c8a7efca20ea9bdd9baee38175423872847e5a3689cd18 0.0s done [2025-08-01T01:27:04.613Z] #8 exporting config sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:27:04.613Z] #8 exporting manifest sha256:23dedf57346f79a39026c654d03d4bc7cd4ddef7a612ba1c01cbc47d802903af done [2025-08-01T01:27:04.613Z] #8 exporting config sha256:828e7753a777df650750ba1d2971004858932ef561643f3eb9fb78c64340f0b2 done [2025-08-01T01:27:04.613Z] #8 exporting manifest list sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f done [2025-08-01T01:27:04.613Z] #8 pushing layers 0.1s done [2025-08-01T01:27:04.613Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f [2025-08-01T01:27:04.613Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:04.873Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f 0.1s done [2025-08-01T01:27:04.873Z] #8 DONE 0.2s [2025-08-01T01:27:04.873Z] [2025-08-01T01:27:04.873Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:04.873Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:05.167Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:latest' [2025-08-01T01:27:05.167Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:latest --push - [2025-08-01T01:27:05.167Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:05.167Z] #1 transferring dockerfile: 160B done [2025-08-01T01:27:05.167Z] #1 DONE 0.0s [2025-08-01T01:27:05.167Z] [2025-08-01T01:27:05.167Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest [2025-08-01T01:27:05.167Z] #2 DONE 0.0s [2025-08-01T01:27:05.167Z] [2025-08-01T01:27:05.167Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest [2025-08-01T01:27:05.167Z] #3 DONE 0.0s [2025-08-01T01:27:05.167Z] [2025-08-01T01:27:05.167Z] #4 [internal] load .dockerignore [2025-08-01T01:27:05.167Z] #4 transferring context: 2B done [2025-08-01T01:27:05.167Z] #4 DONE 0.0s [2025-08-01T01:27:05.167Z] [2025-08-01T01:27:05.167Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:05.167Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 done [2025-08-01T01:27:05.167Z] #5 DONE 0.0s [2025-08-01T01:27:05.167Z] [2025-08-01T01:27:05.167Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:05.427Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:05.427Z] #6 CACHED [2025-08-01T01:27:05.427Z] [2025-08-01T01:27:05.427Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:05.427Z] #5 CACHED [2025-08-01T01:27:05.427Z] [2025-08-01T01:27:05.427Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:05.427Z] #7 DONE 0.0s [2025-08-01T01:27:05.427Z] [2025-08-01T01:27:05.427Z] #8 exporting to image [2025-08-01T01:27:05.427Z] #8 exporting layers done [2025-08-01T01:27:05.427Z] #8 exporting manifest sha256:1a60339351ff549466c8a7efca20ea9bdd9baee38175423872847e5a3689cd18 done [2025-08-01T01:27:05.427Z] #8 exporting config sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:27:05.427Z] #8 exporting manifest sha256:23dedf57346f79a39026c654d03d4bc7cd4ddef7a612ba1c01cbc47d802903af done [2025-08-01T01:27:05.427Z] #8 exporting config sha256:828e7753a777df650750ba1d2971004858932ef561643f3eb9fb78c64340f0b2 done [2025-08-01T01:27:05.427Z] #8 exporting manifest list sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f done [2025-08-01T01:27:05.427Z] #8 pushing layers 0.0s done [2025-08-01T01:27:05.427Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f 0.1s done [2025-08-01T01:27:05.427Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:05.427Z] #8 DONE 0.1s [2025-08-01T01:27:05.427Z] [2025-08-01T01:27:05.427Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:05.427Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:05.716Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3' [2025-08-01T01:27:05.716Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 --push - [2025-08-01T01:27:05.716Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:05.716Z] #1 transferring dockerfile: 165B done [2025-08-01T01:27:05.716Z] #1 DONE 0.0s [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-08-01T01:27:05.716Z] #2 DONE 0.0s [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [2025-08-01T01:27:05.716Z] #3 DONE 0.0s [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #4 [internal] load .dockerignore [2025-08-01T01:27:05.716Z] #4 transferring context: 2B done [2025-08-01T01:27:05.716Z] #4 DONE 0.0s [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:05.716Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:05.716Z] #5 CACHED [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:05.716Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:05.716Z] #6 CACHED [2025-08-01T01:27:05.716Z] [2025-08-01T01:27:05.716Z] #7 exporting to image [2025-08-01T01:27:05.716Z] #7 exporting layers [2025-08-01T01:27:05.716Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:05.976Z] #7 exporting layers done [2025-08-01T01:27:05.976Z] #7 exporting manifest sha256:1a60339351ff549466c8a7efca20ea9bdd9baee38175423872847e5a3689cd18 done [2025-08-01T01:27:05.976Z] #7 exporting config sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:27:05.976Z] #7 exporting manifest sha256:23dedf57346f79a39026c654d03d4bc7cd4ddef7a612ba1c01cbc47d802903af done [2025-08-01T01:27:05.976Z] #7 exporting config sha256:828e7753a777df650750ba1d2971004858932ef561643f3eb9fb78c64340f0b2 done [2025-08-01T01:27:05.976Z] #7 exporting manifest list sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f done [2025-08-01T01:27:05.976Z] #7 pushing layers 0.0s done [2025-08-01T01:27:05.976Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f 0.1s done [2025-08-01T01:27:05.976Z] #7 DONE 0.1s [2025-08-01T01:27:05.976Z] [2025-08-01T01:27:05.976Z] #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:05.976Z] #8 DONE 0.0s [2025-08-01T01:27:05.976Z] [2025-08-01T01:27:05.976Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:05.976Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:06.264Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3' [2025-08-01T01:27:06.264Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 --push - [2025-08-01T01:27:06.264Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:06.264Z] #1 transferring dockerfile: 206B done [2025-08-01T01:27:06.264Z] #1 DONE 0.0s [2025-08-01T01:27:06.264Z] [2025-08-01T01:27:06.264Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:27:06.264Z] #2 DONE 0.0s [2025-08-01T01:27:06.264Z] [2025-08-01T01:27:06.264Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3 [2025-08-01T01:27:06.264Z] #3 DONE 0.0s [2025-08-01T01:27:06.264Z] [2025-08-01T01:27:06.264Z] #4 [internal] load .dockerignore [2025-08-01T01:27:06.264Z] #4 transferring context: 2B done [2025-08-01T01:27:06.264Z] #4 DONE 0.0s [2025-08-01T01:27:06.264Z] [2025-08-01T01:27:06.264Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:06.264Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:06.264Z] #5 DONE 0.0s [2025-08-01T01:27:06.264Z] [2025-08-01T01:27:06.264Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:06.525Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:06.525Z] #6 CACHED [2025-08-01T01:27:06.525Z] [2025-08-01T01:27:06.525Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:06.525Z] #5 CACHED [2025-08-01T01:27:06.525Z] [2025-08-01T01:27:06.525Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:06.525Z] #7 DONE 0.0s [2025-08-01T01:27:06.525Z] [2025-08-01T01:27:06.525Z] #8 exporting to image [2025-08-01T01:27:06.525Z] #8 exporting layers done [2025-08-01T01:27:06.525Z] #8 exporting manifest sha256:1a60339351ff549466c8a7efca20ea9bdd9baee38175423872847e5a3689cd18 done [2025-08-01T01:27:06.525Z] #8 exporting config sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:27:06.525Z] #8 exporting manifest sha256:23dedf57346f79a39026c654d03d4bc7cd4ddef7a612ba1c01cbc47d802903af done [2025-08-01T01:27:06.525Z] #8 exporting config sha256:828e7753a777df650750ba1d2971004858932ef561643f3eb9fb78c64340f0b2 done [2025-08-01T01:27:06.525Z] #8 exporting manifest list sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f done [2025-08-01T01:27:06.525Z] #8 pushing layers 0.0s done [2025-08-01T01:27:06.525Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:65edf8a757f1f5a62012993d005a31caf2899e12-4.1.0-dev.3@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f 0.1s done [2025-08-01T01:27:06.525Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:06.525Z] #8 DONE 0.1s [2025-08-01T01:27:06.525Z] [2025-08-01T01:27:06.525Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:06.525Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-01T01:27:06.819Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:main' [2025-08-01T01:27:06.819Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:main --push - [2025-08-01T01:27:06.819Z] #1 [internal] load build definition from Dockerfile [2025-08-01T01:27:06.819Z] #1 transferring dockerfile: 158B done [2025-08-01T01:27:06.819Z] #1 DONE 0.0s [2025-08-01T01:27:06.819Z] [2025-08-01T01:27:06.819Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main [2025-08-01T01:27:06.819Z] #2 DONE 0.0s [2025-08-01T01:27:06.819Z] [2025-08-01T01:27:06.819Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main [2025-08-01T01:27:06.819Z] #3 DONE 0.0s [2025-08-01T01:27:06.819Z] [2025-08-01T01:27:06.819Z] #4 [internal] load .dockerignore [2025-08-01T01:27:06.819Z] #4 transferring context: 2B done [2025-08-01T01:27:06.819Z] #4 DONE 0.0s [2025-08-01T01:27:06.819Z] [2025-08-01T01:27:06.819Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:06.819Z] #5 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:06.819Z] #5 CACHED [2025-08-01T01:27:06.819Z] [2025-08-01T01:27:06.819Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 [2025-08-01T01:27:06.819Z] #6 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:0ea27503577111fdc799f2c50b59eca8cee31345f21bcf646146072544d490b0 0.0s done [2025-08-01T01:27:07.079Z] #6 CACHED [2025-08-01T01:27:07.079Z] [2025-08-01T01:27:07.079Z] #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-01T01:27:07.079Z] #7 DONE 0.0s [2025-08-01T01:27:07.079Z] [2025-08-01T01:27:07.079Z] #8 exporting to image [2025-08-01T01:27:07.079Z] #8 exporting layers done [2025-08-01T01:27:07.080Z] #8 exporting manifest sha256:1a60339351ff549466c8a7efca20ea9bdd9baee38175423872847e5a3689cd18 done [2025-08-01T01:27:07.080Z] #8 exporting config sha256:6f6cbea8e428b3b7170e53a997ac00491f9d789d785e98cd235c7f9cf401f7ca done [2025-08-01T01:27:07.080Z] #8 exporting manifest sha256:23dedf57346f79a39026c654d03d4bc7cd4ddef7a612ba1c01cbc47d802903af done [2025-08-01T01:27:07.080Z] #8 exporting config sha256:828e7753a777df650750ba1d2971004858932ef561643f3eb9fb78c64340f0b2 done [2025-08-01T01:27:07.080Z] #8 exporting manifest list sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f done [2025-08-01T01:27:07.080Z] #8 pushing layers 0.0s done [2025-08-01T01:27:07.080Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:main@sha256:d470e4ba6dea942e34f19368f567e95b9233dc6172cfac1a67b27b312aa17f7f 0.1s done [2025-08-01T01:27:07.080Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-01T01:27:07.080Z] #8 DONE 0.1s [2025-08-01T01:27:07.080Z] [2025-08-01T01:27:07.080Z] 1 warning found (use --debug to expand): [2025-08-01T01:27:07.080Z]  - 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-08-01T01:27:07.467Z] + '[' -d /w/workspace/edgexfoundry_device-s7_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:07.769Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:08.331Z] ---> package-listing.sh [2025-08-01T01:27:08.331Z] ++ facter osfamily [2025-08-01T01:27:08.331Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T01:27:08.591Z] + OS_FAMILY=redhat [2025-08-01T01:27:08.591Z] + workspace=/w/workspace/edgexfoundry_device-s7_main [2025-08-01T01:27:08.591Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:08.591Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:08.591Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T01:27:08.591Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:08.591Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-08-01T01:27:08.591Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:08.591Z] + case "${OS_FAMILY}" in [2025-08-01T01:27:08.591Z] + sort [2025-08-01T01:27:08.591Z] + rpm -qa [2025-08-01T01:27:09.159Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T01:27:09.159Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T01:27:09.159Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T01:27:09.159Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-08-01T01:27:09.159Z] + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ [2025-08-01T01:27:09.159Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo [2025-08-01T01:27:09.171Z] 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-08-01T01:27:09.250Z] 2437ff75d9bd: Pull complete [2025-08-01T01:27:09.250Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-01T01:27:09.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-01T01:27:09.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:27:09.450Z] + facter operatingsystem [2025-08-01T01:27:09.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-6064 does not seem to be running inside a container [2025-08-01T01:27:09.566Z] $ 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/25 -v /w/workspace/device-s7/25:/w/workspace/device-s7/25:rw,z -v /w/workspace/device-s7/25@tmp:/w/workspace/device-s7/25@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-08-01T01:27:12.315Z] $ docker top 0d75a5bde575e586edb20e000b8b98a8faca529baa9aec20defc97b4f067ac33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:12.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:12.972Z] [2025-08-01T01:27:12.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:13.236Z] ---> job-cost.sh [2025-08-01T01:27:13.236Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:13.236Z] INFO: No Stack... [2025-08-01T01:27:13.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:13.279Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T01:27:13.279Z] 5eb5b503b376: Pulling fs layer [2025-08-01T01:27:13.279Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T01:27:13.279Z] ec43610c2a17: Pulling fs layer [2025-08-01T01:27:13.279Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T01:27:13.279Z] 33b1e0a273af: Pulling fs layer [2025-08-01T01:27:13.279Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T01:27:13.279Z] 2f39f015ded8: Pulling fs layer [2025-08-01T01:27:13.279Z] 33b1e0a273af: Waiting [2025-08-01T01:27:13.279Z] 5d3b04190fa2: Waiting [2025-08-01T01:27:13.279Z] 2f39f015ded8: Waiting [2025-08-01T01:27:13.279Z] 3a2ae6a8a46f: Waiting [2025-08-01T01:27:13.279Z] 5c69ac0246d0: Download complete [2025-08-01T01:27:13.279Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-01T01:27:13.279Z] 3a2ae6a8a46f: Download complete [2025-08-01T01:27:13.279Z] 33b1e0a273af: Verifying Checksum [2025-08-01T01:27:13.280Z] 33b1e0a273af: Download complete [2025-08-01T01:27:13.280Z] ec43610c2a17: Verifying Checksum [2025-08-01T01:27:13.280Z] ec43610c2a17: Download complete [2025-08-01T01:27:13.280Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T01:27:13.280Z] 5d3b04190fa2: Download complete [2025-08-01T01:27:13.545Z] 5eb5b503b376: Verifying Checksum [2025-08-01T01:27:13.545Z] 5eb5b503b376: Download complete [2025-08-01T01:27:14.127Z] 2f39f015ded8: Verifying Checksum [2025-08-01T01:27:14.127Z] 2f39f015ded8: Download complete [2025-08-01T01:27:14.642Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-01T01:27:14.699Z] 5eb5b503b376: Pull complete [2025-08-01T01:27:14.957Z] 5c69ac0246d0: Pull complete [2025-08-01T01:27:15.224Z] INFO: Archiving Costs [Pipeline] sh [2025-08-01T01:27:15.523Z] ec43610c2a17: Pull complete [2025-08-01T01:27:15.523Z] 3a2ae6a8a46f: Pull complete [2025-08-01T01:27:15.523Z] 33b1e0a273af: Pull complete [2025-08-01T01:27:15.549Z] + cat /w/workspace/device-s7/25/archives/cost.csv [2025-08-01T01:27:15.549Z] + cut -d, -f6 [Pipeline] lock [2025-08-01T01:27:15.603Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [2025-08-01T01:27:15.613Z] Resource [jenkins-edgexfoundry-device-s7-main-25-stack-cost] did not exist. Created. [2025-08-01T01:27:15.619Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-01T01:27:15.797Z] 5d3b04190fa2: Pull complete [2025-08-01T01:27:16.266Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-01T01:27:16.666Z] Stashed 1 file(s) [Pipeline] } [2025-08-01T01:27:16.675Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-01T01:27:16.704Z] $ docker stop --time=1 0d75a5bde575e586edb20e000b8b98a8faca529baa9aec20defc97b4f067ac33 [2025-08-01T01:27:18.281Z] $ docker rm -f --volumes 0d75a5bde575e586edb20e000b8b98a8faca529baa9aec20defc97b4f067ac33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-01T01:27:18.586Z] Failed in branch arm64 [2025-08-01T01:27:20.021Z] 2f39f015ded8: Pull complete [2025-08-01T01:27:20.021Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T01:27:20.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:20.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:27:20.159Z] prd-centos7-docker-4c-2g-6067 does not seem to be running inside a container [2025-08-01T01:27:20.194Z] $ 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-08-01T01:27:23.565Z] $ docker top dc17251244576f0afd1e1602fcaed4896becefaff906d01da60ba73ca5169f3f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:27:23.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T01:27:24.230Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T01:27:24.528Z] + ls /var/log/sa-host [2025-08-01T01:27:24.528Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:24.708Z] provisioning config files... [2025-08-01T01:27:24.718Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13941440665600182374tmp [Pipeline] { [Pipeline] echo [2025-08-01T01:27:24.737Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:25.030Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T01:27:25.038Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:25.384Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T01:27:25.392Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:25.687Z] ---> sudo-logs.sh [2025-08-01T01:27:25.687Z] Archiving 'sudo' log.. [2025-08-01T01:27:26.260Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6067.novalocal: Name or service not known [2025-08-01T01:27:26.260Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6067.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-01T01:27:26.370Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:26.661Z] ---> job-cost.sh [2025-08-01T01:27:26.661Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:26.661Z] DEBUG: total: 0.10999999940395355 [2025-08-01T01:27:26.661Z] INFO: Retrieving Stack Cost... [2025-08-01T01:27:28.040Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-01T01:27:28.298Z] INFO: Archiving Costs [Pipeline] echo [2025-08-01T01:27:28.309Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:28.609Z] ---> logs-deploy.sh [2025-08-01T01:27:28.609Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:28.609Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/25 [2025-08-01T01:27:28.609Z] INFO: archiving workspace using pattern(s): [2025-08-01T01:27:29.545Z] Archives upload complete. [2025-08-01T01:27:29.545Z] INFO: archiving logs to Nexus [2025-08-01T01:27:30.487Z] ---> uname -a: [2025-08-01T01:27:30.487Z] Linux prd-centos7-docker-4c-2g-6067.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-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] ---> lscpu: [2025-08-01T01:27:30.487Z] Architecture: x86_64 [2025-08-01T01:27:30.487Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-01T01:27:30.487Z] Byte Order: Little Endian [2025-08-01T01:27:30.487Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-01T01:27:30.487Z] CPU(s): 2 [2025-08-01T01:27:30.487Z] On-line CPU(s) list: 0,1 [2025-08-01T01:27:30.487Z] Thread(s) per core: 1 [2025-08-01T01:27:30.487Z] Core(s) per socket: 1 [2025-08-01T01:27:30.487Z] Socket(s): 2 [2025-08-01T01:27:30.487Z] NUMA node(s): 1 [2025-08-01T01:27:30.487Z] Vendor ID: AuthenticAMD [2025-08-01T01:27:30.487Z] CPU family: 23 [2025-08-01T01:27:30.487Z] Model: 49 [2025-08-01T01:27:30.487Z] Model name: AMD EPYC-Rome Processor [2025-08-01T01:27:30.487Z] Stepping: 0 [2025-08-01T01:27:30.487Z] CPU MHz: 2799.998 [2025-08-01T01:27:30.487Z] BogoMIPS: 5599.99 [2025-08-01T01:27:30.487Z] Virtualization: AMD-V [2025-08-01T01:27:30.487Z] Hypervisor vendor: KVM [2025-08-01T01:27:30.487Z] Virtualization type: full [2025-08-01T01:27:30.487Z] L1d cache: 64 KiB [2025-08-01T01:27:30.487Z] L1i cache: 64 KiB [2025-08-01T01:27:30.487Z] L2 cache: 1 MiB [2025-08-01T01:27:30.487Z] L3 cache: 32 MiB [2025-08-01T01:27:30.487Z] NUMA node0 CPU(s): 0,1 [2025-08-01T01:27:30.487Z] Vulnerability Itlb multihit: Not affected [2025-08-01T01:27:30.487Z] Vulnerability L1tf: Not affected [2025-08-01T01:27:30.487Z] Vulnerability Mds: Not affected [2025-08-01T01:27:30.487Z] Vulnerability Meltdown: Not affected [2025-08-01T01:27:30.487Z] Vulnerability Mmio stale data: Not affected [2025-08-01T01:27:30.487Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-01T01:27:30.487Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-01T01:27:30.487Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-01T01:27:30.487Z] Vulnerability Srbds: Not affected [2025-08-01T01:27:30.487Z] Vulnerability Tsx async abort: Not affected [2025-08-01T01:27:30.487Z] 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-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] ---> nproc: [2025-08-01T01:27:30.487Z] 2 [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] ---> df -h: [2025-08-01T01:27:30.487Z] Filesystem Size Used Avail Use% Mounted on [2025-08-01T01:27:30.487Z] overlay 40G 7.3G 33G 19% / [2025-08-01T01:27:30.487Z] tmpfs 64M 0 64M 0% /dev [2025-08-01T01:27:30.487Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-01T01:27:30.487Z] shm 64M 0 64M 0% /dev/shm [2025-08-01T01:27:30.487Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] [2025-08-01T01:27:30.487Z] Cannot open /var/log/sysstat/sa01: No such file or directory [2025-08-01T01:27:30.487Z] Please check if data collecting is enabled [2025-08-01T01:27:30.487Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-01T01:27:30.518Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-01T01:27:30.523Z] $ docker stop --time=1 dc17251244576f0afd1e1602fcaed4896becefaff906d01da60ba73ca5169f3f [2025-08-01T01:27:31.666Z] $ docker rm -f --volumes dc17251244576f0afd1e1602fcaed4896becefaff906d01da60ba73ca5169f3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-01T01:27:31.758Z] [WS-CLEANUP] Deleting project workspace... [2025-08-01T01:27:31.758Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-01T01:27:31.773Z] [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-08-01T01:27:32.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:32.217Z] [2025-08-01T01:27:32.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:32.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:32.521Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-01T01:27:32.521Z] 5eb5b503b376: Pulling fs layer [2025-08-01T01:27:32.521Z] 5c69ac0246d0: Pulling fs layer [2025-08-01T01:27:32.521Z] ec43610c2a17: Pulling fs layer [2025-08-01T01:27:32.521Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-01T01:27:32.521Z] 33b1e0a273af: Pulling fs layer [2025-08-01T01:27:32.521Z] 5d3b04190fa2: Pulling fs layer [2025-08-01T01:27:32.521Z] 2f39f015ded8: Pulling fs layer [2025-08-01T01:27:32.521Z] 3a2ae6a8a46f: Waiting [2025-08-01T01:27:32.521Z] 5d3b04190fa2: Waiting [2025-08-01T01:27:32.521Z] 33b1e0a273af: Waiting [2025-08-01T01:27:32.521Z] 2f39f015ded8: Waiting [2025-08-01T01:27:32.521Z] 5c69ac0246d0: Verifying Checksum [2025-08-01T01:27:32.521Z] 5c69ac0246d0: Download complete [2025-08-01T01:27:32.521Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-01T01:27:32.521Z] 3a2ae6a8a46f: Download complete [2025-08-01T01:27:32.521Z] 33b1e0a273af: Verifying Checksum [2025-08-01T01:27:32.521Z] 33b1e0a273af: Download complete [2025-08-01T01:27:32.521Z] 5d3b04190fa2: Verifying Checksum [2025-08-01T01:27:32.521Z] 5d3b04190fa2: Download complete [2025-08-01T01:27:32.779Z] ec43610c2a17: Verifying Checksum [2025-08-01T01:27:32.779Z] ec43610c2a17: Download complete [2025-08-01T01:27:32.779Z] 5eb5b503b376: Download complete [2025-08-01T01:27:33.344Z] 2f39f015ded8: Verifying Checksum [2025-08-01T01:27:33.344Z] 2f39f015ded8: Download complete [2025-08-01T01:27:34.715Z] 5eb5b503b376: Pull complete [2025-08-01T01:27:34.715Z] 5c69ac0246d0: Pull complete [2025-08-01T01:27:35.280Z] ec43610c2a17: Pull complete [2025-08-01T01:27:35.280Z] 3a2ae6a8a46f: Pull complete [2025-08-01T01:27:35.539Z] 33b1e0a273af: Pull complete [2025-08-01T01:27:35.539Z] 5d3b04190fa2: Pull complete [2025-08-01T01:27:42.101Z] 2f39f015ded8: Pull complete [2025-08-01T01:27:42.101Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-01T01:27:42.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:42.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:27:42.205Z] prd-ubuntu20.04-docker-8c-8g-6061 does not seem to be running inside a container [2025-08-01T01:27:42.226Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T01:27:43.047Z] $ docker top e8dd9d50663acb6b2ffc42613451af9bc6deb38e9f33b7eb0168192005cb903b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:43.401Z] ---> job-cost.sh [2025-08-01T01:27:43.401Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:43.401Z] INFO: No Stack... [2025-08-01T01:27:43.660Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-01T01:27:43.920Z] INFO: Archiving Costs [Pipeline] sh [2025-08-01T01:27:44.217Z] + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv [2025-08-01T01:27:44.217Z] + cut -d, -f6 [Pipeline] lock [2025-08-01T01:27:44.235Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [2025-08-01T01:27:44.243Z] Resource [jenkins-edgexfoundry-device-s7-main-25-stack-cost] did not exist. Created. [2025-08-01T01:27:44.249Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-01T01:27:44.564Z] /w/workspace/edgexfoundry_device-s7_main@tmp/durable-011837e4/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-01T01:27:44.855Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-01T01:27:44.877Z] Warning: overwriting stash ‘stack-cost’ [2025-08-01T01:27:44.890Z] Stashed 1 file(s) [Pipeline] } [2025-08-01T01:27:44.900Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-25-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-01T01:27:44.922Z] $ docker stop --time=1 e8dd9d50663acb6b2ffc42613451af9bc6deb38e9f33b7eb0168192005cb903b [2025-08-01T01:27:46.066Z] $ docker rm -f --volumes e8dd9d50663acb6b2ffc42613451af9bc6deb38e9f33b7eb0168192005cb903b [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-08-01T01:27:47.036Z] + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] [2025-08-01T01:27:47.036Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-08-01T01:27:47.036Z] total 16 [2025-08-01T01:27:47.036Z] drwxr-xr-x 3 root root 4096 Aug 1 01:27 . [2025-08-01T01:27:47.036Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 1 01:27 .. [2025-08-01T01:27:47.036Z] drwxr-xr-x 2 root root 4096 Aug 1 01:27 cost [2025-08-01T01:27:47.036Z] -rw-r--r-- 1 root root 80 Aug 1 01:27 cost.csv [2025-08-01T01:27:47.036Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives [2025-08-01T01:27:47.036Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-08-01T01:27:47.036Z] total 16 [2025-08-01T01:27:47.036Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:27 . [2025-08-01T01:27:47.036Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 1 01:27 .. [2025-08-01T01:27:47.036Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 1 01:27 cost [2025-08-01T01:27:47.036Z] -rw-r--r-- 1 jenkins jenkins 80 Aug 1 01:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:47.332Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:48.217Z] ---> package-listing.sh [2025-08-01T01:27:48.217Z] ++ facter osfamily [2025-08-01T01:27:48.217Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-01T01:27:48.489Z] + OS_FAMILY=debian [2025-08-01T01:27:48.489Z] + workspace=/w/workspace/edgexfoundry_device-s7_main [2025-08-01T01:27:48.489Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:48.489Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:48.489Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-01T01:27:48.489Z] + PACKAGES=/tmp/packages_start.txt [2025-08-01T01:27:48.489Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-08-01T01:27:48.489Z] + PACKAGES=/tmp/packages_end.txt [2025-08-01T01:27:48.489Z] + case "${OS_FAMILY}" in [2025-08-01T01:27:48.489Z] + dpkg -l [2025-08-01T01:27:48.489Z] + grep '^ii' [2025-08-01T01:27:48.489Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-01T01:27:48.489Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-01T01:27:48.489Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-01T01:27:48.489Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-08-01T01:27:48.489Z] + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ [2025-08-01T01:27:48.489Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo [2025-08-01T01:27:48.500Z] 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-08-01T01:27:48.788Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-01T01:27:49.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-01T01:27:49.357Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-01T01:27:49.433Z] prd-ubuntu20.04-docker-8c-8g-6061 does not seem to be running inside a container [2025-08-01T01:27:49.459Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-01T01:27:49.664Z] $ docker top 60965319117cfa888ebfd10bbb6e7a87586e5a8285b18ca15d074134e131b2c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-01T01:27:50.000Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-01T01:27:50.287Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-01T01:27:50.575Z] + ls /var/log/sa-host [2025-08-01T01:27:50.575Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-01T01:27:50.615Z] provisioning config files... [2025-08-01T01:27:50.624Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config571527115450047752tmp [Pipeline] { [Pipeline] echo [2025-08-01T01:27:50.642Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:50.925Z] ---> create-netrc.sh [Pipeline] } [2025-08-01T01:27:50.931Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:51.254Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-01T01:27:51.262Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:51.548Z] ---> sudo-logs.sh [2025-08-01T01:27:51.548Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-01T01:27:51.580Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:51.864Z] ---> job-cost.sh [2025-08-01T01:27:51.864Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:51.864Z] DEBUG: total: 0.2199999988079071 [2025-08-01T01:27:51.864Z] INFO: Retrieving Stack Cost... [2025-08-01T01:27:51.864Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-01T01:27:52.431Z] INFO: Archiving Costs [Pipeline] echo [2025-08-01T01:27:52.445Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-01T01:27:52.728Z] ---> logs-deploy.sh [2025-08-01T01:27:52.728Z] lf-activate-venv: SKIPPING [2025-08-01T01:27:52.728Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/25 [2025-08-01T01:27:52.728Z] INFO: archiving workspace using pattern(s): [2025-08-01T01:27:53.666Z] Archives upload complete. [2025-08-01T01:27:53.666Z] INFO: archiving logs to Nexus