Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f230f01cc13c190451e7ba870f98e45ec269a8da 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-ssh13169833600137133792.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh9045831837930270384.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/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-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12328922513936071952.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh13056618763002942365.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-gpio/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-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15374547976845363140.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-gpio] ========================================================= [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-gpio-settings PROJECT: device-gpio 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-gpio 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-40102 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.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-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f230f01cc13c190451e7ba870f98e45ec269a8da (main) Commit message: "Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26" > git config core.sparsecheckout # timeout=10 > git checkout -f f230f01cc13c190451e7ba870f98e45ec269a8da # timeout=10 > git rev-list --no-walk 3a50ff58344be9ae040b5b9780da73a66f537cc9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-04T00:48:46.353Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-04T00:48:46.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-04T00:48:46.461Z] ========================================================= [2025-03-04T00:48:46.461Z] EdgeX Global Pipelines Version Info [2025-03-04T00:48:46.461Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:48:47.205Z] ------------------- [2025-03-04T00:48:47.205Z] stable info: [2025-03-04T00:48:47.205Z] ------------------- [2025-03-04T00:48:47.205Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-04T00:48:47.205Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-03-04T00:48:47.205Z] Message: update stable to v1.0.269 [2025-03-04T00:48:47.778Z] ------------------- [2025-03-04T00:48:47.778Z] experimental info: [2025-03-04T00:48:47.778Z] ------------------- [2025-03-04T00:48:47.778Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-04T00:48:47.778Z] Commit SHA: 7f93e8bad95e9991f74bdd88f4a3d704a5893b6d [2025-03-04T00:48:47.778Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-04T00:48:47.864Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2025-03-04T00:48:47.896Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2025-03-04T00:48:47.919Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-04T00:48:47.942Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-04T00:48:47.969Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-04T00:48:47.994Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-04T00:48:48.019Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-04T00:48:48.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-04T00:48:48.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-04T00:48:48.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-04T00:48:48.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-04T00:48:48.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2025-03-04T00:48:48.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-04T00:48:48.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-04T00:48:48.220Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-04T00:48:48.247Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-04T00:48:48.269Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-04T00:48:48.295Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-04T00:48:48.318Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-04T00:48:48.339Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-04T00:48:48.361Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-03-04T00:48:48.389Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-03-04T00:48:48.412Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-04T00:48:48.435Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-04T00:48:48.464Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-04T00:48:48.485Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-04T00:48:48.511Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-04T00:48:48.537Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-04T00:48:48.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-04T00:48:48.593Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-04T00:48:48.623Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo [2025-03-04T00:48:48.653Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f230f01 [Pipeline] echo [2025-03-04T00:48:48.682Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-04T00:48:48.763Z] provisioning config files... [2025-03-04T00:48:48.773Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config75889834029833146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:48:49.112Z] ---> ****-login.sh [2025-03-04T00:48:49.112Z] nexus3.edgexfoundry.org:10001 [2025-03-04T00:48:49.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:48:49.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:48:49.371Z] Configure a credential helper to remove this warning. See [2025-03-04T00:48:49.371Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:48:49.371Z] [2025-03-04T00:48:49.371Z] Login Succeeded [2025-03-04T00:48:49.371Z] nexus3.edgexfoundry.org:10002 [2025-03-04T00:48:49.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:48:49.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:48:49.371Z] Configure a credential helper to remove this warning. See [2025-03-04T00:48:49.371Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:48:49.371Z] [2025-03-04T00:48:49.371Z] Login Succeeded [2025-03-04T00:48:49.371Z] nexus3.edgexfoundry.org:10003 [2025-03-04T00:48:49.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:48:49.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:48:49.641Z] Configure a credential helper to remove this warning. See [2025-03-04T00:48:49.641Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:48:49.641Z] [2025-03-04T00:48:49.641Z] Login Succeeded [2025-03-04T00:48:49.641Z] nexus3.edgexfoundry.org:10004 [2025-03-04T00:48:49.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:48:49.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:48:49.641Z] Configure a credential helper to remove this warning. See [2025-03-04T00:48:49.641Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:48:49.641Z] [2025-03-04T00:48:49.641Z] Login Succeeded [2025-03-04T00:48:49.641Z] ****.io [2025-03-04T00:48:49.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:48:50.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:48:50.039Z] Configure a credential helper to remove this warning. See [2025-03-04T00:48:50.039Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:48:50.039Z] [2025-03-04T00:48:50.039Z] Login Succeeded [2025-03-04T00:48:50.039Z] ---> ****-login.sh ends [Pipeline] } [2025-03-04T00:48:50.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-04T00:48:50.526Z] + git rev-list -1 --merges f230f01cc13c190451e7ba870f98e45ec269a8da~1..f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo [2025-03-04T00:48:50.571Z] -----------> git rev-list -1 --merges f230f01cc13c190451e7ba870f98e45ec269a8da~1..f230f01cc13c190451e7ba870f98e45ec269a8da f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T00:48:50.571Z] f230f01cc13c190451e7ba870f98e45ec269a8da [false] [Pipeline] sh [2025-03-04T00:48:50.865Z] + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo [2025-03-04T00:48:50.883Z] ========================================================= [2025-03-04T00:48:50.883Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-04T00:48:50.883Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-04T00:48:51.220Z] + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo [2025-03-04T00:48:51.231Z] [semverPrep] GIT_COMMIT: f230f01cc13c190451e7ba870f98e45ec269a8da, Commit Message: Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26 [Pipeline] echo [2025-03-04T00:48:51.253Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-04T00:48:51.641Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-04T00:48:51.641Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-04T00:48:51.641Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-04T00:48:51.641Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-04T00:48:51.641Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-04T00:48:51.641Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-04T00:48:51.641Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:48:52.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T00:48:52.003Z] [2025-03-04T00:48:52.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:48:52.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T00:48:52.308Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-04T00:48:52.308Z] b85a868b505f: Pulling fs layer [2025-03-04T00:48:52.308Z] e2be974225ed: Pulling fs layer [2025-03-04T00:48:52.308Z] 339a4e72a1f5: Pulling fs layer [2025-03-04T00:48:52.308Z] 988bab9f4d93: Pulling fs layer [2025-03-04T00:48:52.308Z] 1469e6f7b9e6: Pulling fs layer [2025-03-04T00:48:52.308Z] eaf3925da568: Pulling fs layer [2025-03-04T00:48:52.308Z] bab4dde63d76: Pulling fs layer [2025-03-04T00:48:52.308Z] bde34c3a00c8: Pulling fs layer [2025-03-04T00:48:52.308Z] b352a97aabf1: Pulling fs layer [2025-03-04T00:48:52.308Z] 4872d77fe225: Pulling fs layer [2025-03-04T00:48:52.308Z] 5851b861e8e6: Pulling fs layer [2025-03-04T00:48:52.308Z] bab4dde63d76: Waiting [2025-03-04T00:48:52.308Z] 1469e6f7b9e6: Waiting [2025-03-04T00:48:52.308Z] bde34c3a00c8: Waiting [2025-03-04T00:48:52.308Z] b352a97aabf1: Waiting [2025-03-04T00:48:52.308Z] 4872d77fe225: Waiting [2025-03-04T00:48:52.309Z] 5851b861e8e6: Waiting [2025-03-04T00:48:52.309Z] eaf3925da568: Waiting [2025-03-04T00:48:52.309Z] 988bab9f4d93: Waiting [2025-03-04T00:48:52.309Z] e2be974225ed: Download complete [2025-03-04T00:48:52.309Z] 988bab9f4d93: Verifying Checksum [2025-03-04T00:48:52.309Z] 988bab9f4d93: Download complete [2025-03-04T00:48:52.309Z] 1469e6f7b9e6: Verifying Checksum [2025-03-04T00:48:52.309Z] 1469e6f7b9e6: Download complete [2025-03-04T00:48:52.309Z] eaf3925da568: Verifying Checksum [2025-03-04T00:48:52.309Z] eaf3925da568: Download complete [2025-03-04T00:48:52.567Z] 339a4e72a1f5: Verifying Checksum [2025-03-04T00:48:52.567Z] 339a4e72a1f5: Download complete [2025-03-04T00:48:52.567Z] bde34c3a00c8: Verifying Checksum [2025-03-04T00:48:52.567Z] bde34c3a00c8: Download complete [2025-03-04T00:48:52.567Z] b352a97aabf1: Download complete [2025-03-04T00:48:52.567Z] 5851b861e8e6: Verifying Checksum [2025-03-04T00:48:52.567Z] 5851b861e8e6: Download complete [2025-03-04T00:48:52.567Z] b85a868b505f: Verifying Checksum [2025-03-04T00:48:52.567Z] b85a868b505f: Download complete [2025-03-04T00:48:52.830Z] bab4dde63d76: Verifying Checksum [2025-03-04T00:48:52.830Z] bab4dde63d76: Download complete [2025-03-04T00:48:53.768Z] b85a868b505f: Pull complete [2025-03-04T00:48:53.768Z] e2be974225ed: Pull complete [2025-03-04T00:48:54.338Z] 339a4e72a1f5: Pull complete [2025-03-04T00:48:54.338Z] 988bab9f4d93: Pull complete [2025-03-04T00:48:54.598Z] 1469e6f7b9e6: Pull complete [2025-03-04T00:48:54.598Z] eaf3925da568: Pull complete [2025-03-04T00:48:56.507Z] bab4dde63d76: Pull complete [2025-03-04T00:48:56.507Z] bde34c3a00c8: Pull complete [2025-03-04T00:48:56.507Z] b352a97aabf1: Pull complete [2025-03-04T00:48:56.507Z] 4872d77fe225: Pull complete [2025-03-04T00:48:56.507Z] 5851b861e8e6: Pull complete [2025-03-04T00:48:56.507Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-04T00:48:56.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T00:48:56.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:48:56.654Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T00:48:56.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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-03-04T00:48:58.624Z] $ docker top 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb -eo pid,comm [2025-03-04T00:48:58.683Z] 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-03-04T00:48:58.683Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-04T00:48:58.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-04T00:48:58.755Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-04T00:48:58.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-04T00:48:58.884Z] $ docker exec 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent [2025-03-04T00:48:59.004Z] SSH_AUTH_SOCK=/tmp/ssh-5mpV0TSDqbjy/agent.32 [2025-03-04T00:48:59.004Z] SSH_AGENT_PID=38 [2025-03-04T00:48:59.009Z] Running ssh-add (command line suppressed) [2025-03-04T00:48:59.098Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7297249729089310610.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7297249729089310610.key) [2025-03-04T00:48:59.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-04T00:48:59.569Z] + git tag --points-at HEAD [Pipeline] } [2025-03-04T00:48:59.570Z] $ docker exec --env ******** --env ******** 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent -k [2025-03-04T00:48:59.669Z] unset SSH_AUTH_SOCK; [2025-03-04T00:48:59.670Z] unset SSH_AGENT_PID; [2025-03-04T00:48:59.670Z] echo Agent pid 38 killed; [2025-03-04T00:48:59.688Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-04T00:48:59.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-04T00:48:59.726Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-04T00:48:59.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-04T00:48:59.829Z] $ docker exec 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent [2025-03-04T00:48:59.944Z] SSH_AUTH_SOCK=/tmp/ssh-0rpKvYyqXe82/agent.71 [2025-03-04T00:48:59.944Z] SSH_AGENT_PID=77 [2025-03-04T00:48:59.948Z] Running ssh-add (command line suppressed) [2025-03-04T00:49:00.033Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7826274670112732045.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7826274670112732045.key) [2025-03-04T00:49:00.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-04T00:49:00.354Z] + git semver init [2025-03-04T00:49:00.615Z] 2025-03-04 00:49:00,526 [run_init] DEBUG init version:0.0.0 force:False [2025-03-04T00:49:00.615Z] 2025-03-04 00:49:00,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver [2025-03-04T00:49:00.615Z] 2025-03-04 00:49:00,527 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver [2025-03-04T00:49:00.615Z] 2025-03-04 00:49:00,527 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2025-03-04T00:49:02.309Z] 2025-03-04 00:49:02,067 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude [2025-03-04T00:49:02.309Z] 2025-03-04 00:49:02,068 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False [2025-03-04T00:49:02.309Z] 2025-03-04 00:49:02,068 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T00:49:02.309Z] 2025-03-04 00:49:02,068 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T00:49:02.309Z] 4.0.0-dev.2 [Pipeline] } [2025-03-04T00:49:02.312Z] $ docker exec --env ******** --env ******** 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent -k [2025-03-04T00:49:02.408Z] unset SSH_AUTH_SOCK; [2025-03-04T00:49:02.409Z] unset SSH_AGENT_PID; [2025-03-04T00:49:02.409Z] echo Agent pid 77 killed; [2025-03-04T00:49:02.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-04T00:49:02.751Z] + git semver [Pipeline] } [2025-03-04T00:49:03.015Z] $ docker stop --time=1 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb [2025-03-04T00:49:04.318Z] $ docker rm -f --volumes 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-04T00:49:04.671Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-04T00:49:04.900Z] Stashed 1 file(s) [Pipeline] echo [2025-03-04T00:49:04.904Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.2 [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-03-04T00:49:05.123Z] provisioning config files... [2025-03-04T00:49:05.133Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14665819479003262148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:49:05.445Z] ---> ****-login.sh [2025-03-04T00:49:05.446Z] nexus3.edgexfoundry.org:10001 [2025-03-04T00:49:05.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:49:05.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:49:05.446Z] Configure a credential helper to remove this warning. See [2025-03-04T00:49:05.446Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:49:05.446Z] [2025-03-04T00:49:05.446Z] Login Succeeded [2025-03-04T00:49:05.446Z] nexus3.edgexfoundry.org:10002 [2025-03-04T00:49:05.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:49:05.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:49:05.446Z] Configure a credential helper to remove this warning. See [2025-03-04T00:49:05.446Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:49:05.446Z] [2025-03-04T00:49:05.446Z] Login Succeeded [2025-03-04T00:49:05.446Z] nexus3.edgexfoundry.org:10003 [2025-03-04T00:49:05.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:49:05.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:49:05.708Z] Configure a credential helper to remove this warning. See [2025-03-04T00:49:05.708Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:49:05.708Z] [2025-03-04T00:49:05.708Z] Login Succeeded [2025-03-04T00:49:05.708Z] nexus3.edgexfoundry.org:10004 [2025-03-04T00:49:05.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:49:05.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:49:05.708Z] Configure a credential helper to remove this warning. See [2025-03-04T00:49:05.708Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:49:05.708Z] [2025-03-04T00:49:05.708Z] Login Succeeded [2025-03-04T00:49:05.708Z] ****.io [2025-03-04T00:49:05.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:49:05.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:49:05.974Z] Configure a credential helper to remove this warning. See [2025-03-04T00:49:05.975Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:49:05.975Z] [2025-03-04T00:49:05.975Z] Login Succeeded [2025-03-04T00:49:05.975Z] ---> ****-login.sh ends [Pipeline] } [2025-03-04T00:49:05.983Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-04T00:49:06.104Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T00:49:06.125Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T00:49:06.143Z] ========================================================= [2025-03-04T00:49:06.143Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-04T00:49:06.143Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:49:06.492Z] + 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-03-04T00:49:06.492Z] Sending build context to Docker daemon 30.42MB [2025-03-04T00:49:06.492Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-04T00:49:06.492Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-04T00:49:06.751Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-04T00:49:06.751Z] da9db072f522: Pulling fs layer [2025-03-04T00:49:06.751Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-04T00:49:06.751Z] 06f05ace1117: Pulling fs layer [2025-03-04T00:49:06.751Z] 5fe327b54edc: Pulling fs layer [2025-03-04T00:49:06.751Z] 4f4fb700ef54: Pulling fs layer [2025-03-04T00:49:06.751Z] 92a5565b7b96: Pulling fs layer [2025-03-04T00:49:06.751Z] ff9bb7016b71: Pulling fs layer [2025-03-04T00:49:06.751Z] b67dba6c2c7d: Pulling fs layer [2025-03-04T00:49:06.751Z] a813b0c90790: Pulling fs layer [2025-03-04T00:49:06.751Z] 5fe327b54edc: Waiting [2025-03-04T00:49:06.751Z] 4f4fb700ef54: Waiting [2025-03-04T00:49:06.751Z] 92a5565b7b96: Waiting [2025-03-04T00:49:06.751Z] ff9bb7016b71: Waiting [2025-03-04T00:49:06.751Z] b67dba6c2c7d: Waiting [2025-03-04T00:49:06.751Z] a813b0c90790: Waiting [2025-03-04T00:49:06.751Z] 6ef4a4ee8ca5: Download complete [2025-03-04T00:49:06.751Z] 5fe327b54edc: Download complete [2025-03-04T00:49:06.751Z] 4f4fb700ef54: Verifying Checksum [2025-03-04T00:49:06.751Z] 4f4fb700ef54: Download complete [2025-03-04T00:49:06.751Z] 92a5565b7b96: Verifying Checksum [2025-03-04T00:49:06.751Z] 92a5565b7b96: Download complete [2025-03-04T00:49:06.751Z] da9db072f522: Verifying Checksum [2025-03-04T00:49:06.751Z] da9db072f522: Download complete [2025-03-04T00:49:06.751Z] ff9bb7016b71: Verifying Checksum [2025-03-04T00:49:06.751Z] ff9bb7016b71: Download complete [2025-03-04T00:49:06.751Z] da9db072f522: Pull complete [2025-03-04T00:49:07.010Z] a813b0c90790: Verifying Checksum [2025-03-04T00:49:07.010Z] a813b0c90790: Download complete [2025-03-04T00:49:07.010Z] 6ef4a4ee8ca5: Pull complete [2025-03-04T00:49:07.269Z] 06f05ace1117: Verifying Checksum [2025-03-04T00:49:07.269Z] 06f05ace1117: Download complete [2025-03-04T00:49:07.529Z] b67dba6c2c7d: Verifying Checksum [2025-03-04T00:49:07.529Z] b67dba6c2c7d: Download complete [2025-03-04T00:49:11.066Z] 06f05ace1117: Pull complete [2025-03-04T00:49:11.066Z] 5fe327b54edc: Pull complete [2025-03-04T00:49:11.066Z] 4f4fb700ef54: Pull complete [2025-03-04T00:49:11.066Z] 92a5565b7b96: Pull complete [2025-03-04T00:49:11.066Z] ff9bb7016b71: Pull complete [2025-03-04T00:49:13.616Z] b67dba6c2c7d: Pull complete [2025-03-04T00:49:13.616Z] a813b0c90790: Pull complete [2025-03-04T00:49:13.616Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-04T00:49:13.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-04T00:49:13.616Z] ---> 3ba60ce46760 [2025-03-04T00:49:13.616Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-04T00:49:17.020Z] ---> Running in bdf0b9f2c386 [2025-03-04T00:49:17.020Z] Removing intermediate container bdf0b9f2c386 [2025-03-04T00:49:17.020Z] ---> 8064370bff34 [2025-03-04T00:49:17.020Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-04T00:49:17.020Z] ---> Running in 0fa0cf01ef33 [2025-03-04T00:49:17.020Z] Removing intermediate container 0fa0cf01ef33 [2025-03-04T00:49:17.020Z] ---> 4474c3f38137 [2025-03-04T00:49:17.020Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-04T00:49:17.020Z] ---> Running in c7a3936a5fa2 [2025-03-04T00:49:17.020Z] Removing intermediate container c7a3936a5fa2 [2025-03-04T00:49:17.020Z] ---> 4c26d5720992 [2025-03-04T00:49:17.020Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-04T00:49:17.020Z] ---> Running in 73d6ac6bdc14 [2025-03-04T00:49:17.020Z] Removing intermediate container 73d6ac6bdc14 [2025-03-04T00:49:17.020Z] ---> 1f31982301bf [2025-03-04T00:49:17.020Z] Step 7/12 : WORKDIR /device-gpio [2025-03-04T00:49:17.020Z] ---> Running in 9a00fa4fbcc6 [2025-03-04T00:49:17.279Z] Removing intermediate container 9a00fa4fbcc6 [2025-03-04T00:49:17.279Z] ---> 6cfa9c87e587 [2025-03-04T00:49:17.279Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-04T00:49:17.279Z] ---> Running in 74d49cde9de6 [2025-03-04T00:49:17.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-04T00:49:17.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-04T00:49:18.061Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-04T00:49:18.061Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-04T00:49:18.061Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-04T00:49:18.061Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-04T00:49:18.061Z] Executing busybox-1.36.1-r29.trigger [2025-03-04T00:49:18.061Z] OK: 252 MiB in 62 packages [2025-03-04T00:49:18.628Z] Removing intermediate container 74d49cde9de6 [2025-03-04T00:49:18.628Z] ---> 340dbdf74ebb [2025-03-04T00:49:18.628Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-04T00:49:18.628Z] ---> 19f7b8bca573 [2025-03-04T00:49:18.628Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-04T00:49:18.628Z] ---> Running in c9a683a1da35 [2025-03-04T00:49:20.842Z] Still waiting to schedule task [2025-03-04T00:49:20.843Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-03-04T00:49:58.211Z] Removing intermediate container c9a683a1da35 [2025-03-04T00:49:58.211Z] ---> e5bbe91d95d0 [2025-03-04T00:49:58.211Z] Step 11/12 : COPY . . [2025-03-04T00:49:58.211Z] ---> e6d7295b6fa1 [2025-03-04T00:49:58.211Z] Step 12/12 : RUN ${MAKE} [2025-03-04T00:49:58.211Z] ---> Running in 4e07231ac973 [2025-03-04T00:49:58.211Z] noop [2025-03-04T00:49:58.211Z] Removing intermediate container 4e07231ac973 [2025-03-04T00:49:58.211Z] ---> 7cf862c2f830 [2025-03-04T00:49:58.211Z] Successfully built 7cf862c2f830 [2025-03-04T00:49:58.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:49:58.532Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-04T00:49:58.532Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:49:58.620Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T00:49:58.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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-03-04T00:49:58.995Z] $ docker top a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T00:49:59.345Z] + go version [2025-03-04T00:49:59.345Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-04T00:49:59.359Z] $ docker stop --time=1 a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 [2025-03-04T00:50:00.629Z] $ docker rm -f --volumes a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:50:01.086Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-04T00:50:01.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:50:01.171Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T00:50:01.203Z] $ 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-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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-03-04T00:50:01.538Z] $ docker top 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T00:50:01.891Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh [2025-03-04T00:50:02.190Z] + make test [2025-03-04T00:50:02.190Z] go test ./... -coverprofile=coverage.out ./... [2025-03-04T00:50:03.565Z] ? github.com/edgexfoundry/device-gpio [no test files] [2025-03-04T00:50:21.632Z] github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements [2025-03-04T00:50:21.632Z] github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements [2025-03-04T00:50:29.741Z] go vet ./... [2025-03-04T00:50:35.002Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-04T00:50:35.002Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-04T00:50:35.002Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-04T00:50:35.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-03-04T00:50:35.034Z] $ docker stop --time=1 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 [2025-03-04T00:50:37.903Z] $ docker rm -f --volumes 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-04T00:50:38.421Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-04T00:50:38.458Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-04T00:50:38.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-04T00:50:39.227Z] + ls -al . [2025-03-04T00:50:39.227Z] total 224 [2025-03-04T00:50:39.227Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:50 . [2025-03-04T00:50:39.227Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 00:48 .. [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 4 00:48 .dockerignore [2025-03-04T00:50:39.227Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:50 .git [2025-03-04T00:50:39.227Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 .github [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 277 Mar 4 00:48 .gitignore [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 4 00:48 .golangci.yml [2025-03-04T00:50:39.227Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 4 00:49 .semver [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 19399 Mar 4 00:48 Attribution.txt [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 7171 Mar 4 00:48 CHANGELOG.md [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 1694 Mar 4 00:48 Dockerfile [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 4 00:48 GOVERNANCE.md [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 4 00:48 Jenkinsfile [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 4 00:48 LICENSE [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 1923 Mar 4 00:48 Makefile [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 4 00:48 OWNERS.md [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 4 00:48 README.md [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 4 00:49 VERSION [2025-03-04T00:50:39.227Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 00:48 bin [2025-03-04T00:50:39.227Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 cmd [2025-03-04T00:50:39.227Z] -rw-r--r-- 1 jenkins jenkins 11486 Mar 4 00:50 coverage.out [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 6098 Mar 4 00:48 go.mod [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 86984 Mar 4 00:48 go.sum [2025-03-04T00:50:39.227Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 internal [2025-03-04T00:50:39.227Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 4 00:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:50:39.602Z] + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da --label arch=amd64 --label version=4.0.0-dev.2 . [2025-03-04T00:50:39.602Z] Sending build context to Docker daemon 30.43MB [2025-03-04T00:50:39.602Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-04T00:50:39.602Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-04T00:50:39.602Z] ---> 7cf862c2f830 [2025-03-04T00:50:39.602Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-04T00:50:39.861Z] ---> Running in aeb6b7890f7a [2025-03-04T00:50:39.861Z] Removing intermediate container aeb6b7890f7a [2025-03-04T00:50:39.861Z] ---> d7bb5b81d317 [2025-03-04T00:50:39.861Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-04T00:50:39.861Z] ---> Running in d7a71e502293 [2025-03-04T00:50:40.120Z] Removing intermediate container d7a71e502293 [2025-03-04T00:50:40.120Z] ---> dbe9b10c653b [2025-03-04T00:50:40.120Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-04T00:50:40.120Z] ---> Running in c11f656e4c8c [2025-03-04T00:50:40.120Z] Removing intermediate container c11f656e4c8c [2025-03-04T00:50:40.120Z] ---> a5cb813fb81a [2025-03-04T00:50:40.120Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-04T00:50:40.120Z] ---> Running in e5822bdc3aa2 [2025-03-04T00:50:40.120Z] Removing intermediate container e5822bdc3aa2 [2025-03-04T00:50:40.120Z] ---> 97aaee159e58 [2025-03-04T00:50:40.120Z] Step 7/26 : WORKDIR /device-gpio [2025-03-04T00:50:40.120Z] ---> Running in 13cce135b142 [2025-03-04T00:50:40.380Z] Removing intermediate container 13cce135b142 [2025-03-04T00:50:40.380Z] ---> 9a7f0039515b [2025-03-04T00:50:40.380Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-04T00:50:40.380Z] ---> Running in b0511cd140b5 [2025-03-04T00:50:40.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-04T00:50:40.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-04T00:50:41.208Z] OK: 252 MiB in 62 packages [2025-03-04T00:50:41.471Z] Removing intermediate container b0511cd140b5 [2025-03-04T00:50:41.471Z] ---> a52f8879bee3 [2025-03-04T00:50:41.471Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-04T00:50:41.731Z] ---> 5a6095af8aca [2025-03-04T00:50:41.731Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-04T00:50:41.731Z] ---> Running in bee097ce72eb [2025-03-04T00:50:42.299Z] Removing intermediate container bee097ce72eb [2025-03-04T00:50:42.299Z] ---> 2d90c1b20805 [2025-03-04T00:50:42.299Z] Step 11/26 : COPY . . [2025-03-04T00:50:42.905Z] ---> d8bbd1048607 [2025-03-04T00:50:42.905Z] Step 12/26 : RUN ${MAKE} [2025-03-04T00:50:42.905Z] ---> Running in ea8ea7f8b978 [2025-03-04T00:50:43.166Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.26" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2025-03-04T00:51:15.256Z] Removing intermediate container ea8ea7f8b978 [2025-03-04T00:51:15.256Z] ---> 16b9c725b5c3 [2025-03-04T00:51:15.256Z] Step 13/26 : FROM alpine:3.20 [2025-03-04T00:51:15.256Z] 3.20: Pulling from library/alpine [2025-03-04T00:51:15.256Z] 0a9a5dfd008f: Pulling fs layer [2025-03-04T00:51:15.256Z] 0a9a5dfd008f: Verifying Checksum [2025-03-04T00:51:15.256Z] 0a9a5dfd008f: Download complete [2025-03-04T00:51:15.256Z] 0a9a5dfd008f: Pull complete [2025-03-04T00:51:15.256Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-04T00:51:15.256Z] Status: Downloaded newer image for alpine:3.20 [2025-03-04T00:51:15.256Z] ---> ff221270b9fb [2025-03-04T00:51:15.256Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2025-03-04T00:51:15.256Z] ---> Running in 631a5e8586ef [2025-03-04T00:51:15.256Z] Removing intermediate container 631a5e8586ef [2025-03-04T00:51:15.256Z] ---> a86135dafc85 [2025-03-04T00:51:15.256Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-04T00:51:15.256Z] ---> Running in 49214e16d920 [2025-03-04T00:51:15.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-04T00:51:15.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-04T00:51:15.256Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-04T00:51:15.256Z] Executing busybox-1.36.1-r29.trigger [2025-03-04T00:51:15.256Z] OK: 8 MiB in 15 packages [2025-03-04T00:51:15.256Z] Removing intermediate container 49214e16d920 [2025-03-04T00:51:15.256Z] ---> 766dbdcd7007 [2025-03-04T00:51:15.256Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-04T00:51:15.256Z] ---> Running in 478800cd5852 [2025-03-04T00:51:15.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-04T00:51:15.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-04T00:51:15.256Z] OK: 8 MiB in 15 packages [2025-03-04T00:51:15.256Z] Removing intermediate container 478800cd5852 [2025-03-04T00:51:15.256Z] ---> 8228d9b0886c [2025-03-04T00:51:15.256Z] Step 17/26 : WORKDIR / [2025-03-04T00:51:15.256Z] ---> Running in 77f096144ba4 [2025-03-04T00:51:15.256Z] Removing intermediate container 77f096144ba4 [2025-03-04T00:51:15.256Z] ---> 2314d7ffac0b [2025-03-04T00:51:15.256Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2025-03-04T00:51:15.256Z] ---> 6c652daedf4b [2025-03-04T00:51:15.256Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2025-03-04T00:51:15.256Z] ---> a07f47c688e2 [2025-03-04T00:51:15.256Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2025-03-04T00:51:15.256Z] ---> 7f83d398a14c [2025-03-04T00:51:15.256Z] Step 21/26 : EXPOSE 59910 [2025-03-04T00:51:15.256Z] ---> Running in 46942d81f28e [2025-03-04T00:51:15.256Z] Removing intermediate container 46942d81f28e [2025-03-04T00:51:15.256Z] ---> 4f9e4e1b8720 [2025-03-04T00:51:15.256Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2025-03-04T00:51:15.256Z] ---> Running in 8ee80e929e4f [2025-03-04T00:51:15.256Z] Removing intermediate container 8ee80e929e4f [2025-03-04T00:51:15.256Z] ---> a9174ae78898 [2025-03-04T00:51:15.256Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-04T00:51:15.256Z] ---> Running in 280b91cc8c22 [2025-03-04T00:51:15.256Z] Removing intermediate container 280b91cc8c22 [2025-03-04T00:51:15.256Z] ---> 256ea110a3ac [2025-03-04T00:51:15.256Z] Step 24/26 : LABEL arch=amd64 [2025-03-04T00:51:15.256Z] ---> Running in 4190272a955e [2025-03-04T00:51:15.256Z] Removing intermediate container 4190272a955e [2025-03-04T00:51:15.256Z] ---> e35cce3ff919 [2025-03-04T00:51:15.256Z] Step 25/26 : LABEL git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T00:51:15.256Z] ---> Running in 762aa524ae17 [2025-03-04T00:51:15.515Z] Removing intermediate container 762aa524ae17 [2025-03-04T00:51:15.515Z] ---> ebe8fd699f13 [2025-03-04T00:51:15.515Z] Step 26/26 : LABEL version=4.0.0-dev.2 [2025-03-04T00:51:15.515Z] ---> Running in 5be158623770 [2025-03-04T00:51:15.515Z] Removing intermediate container 5be158623770 [2025-03-04T00:51:15.515Z] ---> 06feb842b3bb [2025-03-04T00:51:15.515Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-04T00:51:15.515Z] Successfully built 06feb842b3bb [2025-03-04T00:51:15.515Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-04T00:51:15.643Z] provisioning config files... [2025-03-04T00:51:15.651Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config7645752986169219894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:51:15.946Z] ---> ****-login.sh [2025-03-04T00:51:15.946Z] nexus3.edgexfoundry.org:10001 [2025-03-04T00:51:15.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:51:15.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:51:15.946Z] Configure a credential helper to remove this warning. See [2025-03-04T00:51:15.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:51:15.946Z] [2025-03-04T00:51:15.946Z] Login Succeeded [2025-03-04T00:51:15.946Z] nexus3.edgexfoundry.org:10002 [2025-03-04T00:51:15.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:51:15.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:51:15.946Z] Configure a credential helper to remove this warning. See [2025-03-04T00:51:15.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:51:15.946Z] [2025-03-04T00:51:15.946Z] Login Succeeded [2025-03-04T00:51:15.946Z] nexus3.edgexfoundry.org:10003 [2025-03-04T00:51:16.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:51:16.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:51:16.204Z] Configure a credential helper to remove this warning. See [2025-03-04T00:51:16.204Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:51:16.204Z] [2025-03-04T00:51:16.204Z] Login Succeeded [2025-03-04T00:51:16.204Z] nexus3.edgexfoundry.org:10004 [2025-03-04T00:51:16.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:51:16.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:51:16.204Z] Configure a credential helper to remove this warning. See [2025-03-04T00:51:16.204Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:51:16.204Z] [2025-03-04T00:51:16.204Z] Login Succeeded [2025-03-04T00:51:16.204Z] ****.io [2025-03-04T00:51:16.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:51:16.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:51:16.462Z] Configure a credential helper to remove this warning. See [2025-03-04T00:51:16.462Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:51:16.462Z] [2025-03-04T00:51:16.462Z] Login Succeeded [2025-03-04T00:51:16.462Z] ---> ****-login.sh ends [Pipeline] } [2025-03-04T00:51:16.469Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-04T00:51:16.525Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T00:51:16.552Z] [edgeXDocker.push] Tagging docker image device-gpio with the following tags: [2025-03-04T00:51:16.552Z] f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T00:51:16.552Z] latest [2025-03-04T00:51:16.552Z] 4.0.0-dev.2 [2025-03-04T00:51:16.552Z] f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T00:51:16.552Z] main [2025-03-04T00:51:16.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:16.894Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:17.219Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T00:51:17.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-04T00:51:17.219Z] 02df889e0637: Preparing [2025-03-04T00:51:17.219Z] be5c33f88f43: Preparing [2025-03-04T00:51:17.219Z] 03042882f7cf: Preparing [2025-03-04T00:51:17.219Z] bdee54444d5c: Preparing [2025-03-04T00:51:17.219Z] 87f95f592c23: Preparing [2025-03-04T00:51:17.219Z] 994456c4fd7b: Preparing [2025-03-04T00:51:17.219Z] 994456c4fd7b: Waiting [2025-03-04T00:51:17.219Z] bdee54444d5c: Pushed [2025-03-04T00:51:17.219Z] 87f95f592c23: Pushed [2025-03-04T00:51:17.219Z] 03042882f7cf: Pushed [2025-03-04T00:51:17.219Z] be5c33f88f43: Pushed [2025-03-04T00:51:17.219Z] 994456c4fd7b: Layer already exists [2025-03-04T00:51:21.415Z] 02df889e0637: Pushed [2025-03-04T00:51:21.415Z] f230f01cc13c190451e7ba870f98e45ec269a8da: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:21.743Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:22.072Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest [2025-03-04T00:51:22.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-04T00:51:22.072Z] 02df889e0637: Preparing [2025-03-04T00:51:22.072Z] be5c33f88f43: Preparing [2025-03-04T00:51:22.072Z] 03042882f7cf: Preparing [2025-03-04T00:51:22.072Z] bdee54444d5c: Preparing [2025-03-04T00:51:22.072Z] 87f95f592c23: Preparing [2025-03-04T00:51:22.072Z] 994456c4fd7b: Preparing [2025-03-04T00:51:22.072Z] 994456c4fd7b: Waiting [2025-03-04T00:51:22.072Z] bdee54444d5c: Layer already exists [2025-03-04T00:51:22.072Z] 02df889e0637: Layer already exists [2025-03-04T00:51:22.072Z] 87f95f592c23: Layer already exists [2025-03-04T00:51:22.072Z] be5c33f88f43: Layer already exists [2025-03-04T00:51:22.072Z] 03042882f7cf: Layer already exists [2025-03-04T00:51:22.072Z] 994456c4fd7b: Layer already exists [2025-03-04T00:51:22.072Z] latest: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:22.402Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:22.728Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 [2025-03-04T00:51:22.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-04T00:51:22.729Z] 02df889e0637: Preparing [2025-03-04T00:51:22.729Z] be5c33f88f43: Preparing [2025-03-04T00:51:22.729Z] 03042882f7cf: Preparing [2025-03-04T00:51:22.729Z] bdee54444d5c: Preparing [2025-03-04T00:51:22.729Z] 87f95f592c23: Preparing [2025-03-04T00:51:22.729Z] 994456c4fd7b: Preparing [2025-03-04T00:51:22.729Z] 87f95f592c23: Layer already exists [2025-03-04T00:51:22.729Z] bdee54444d5c: Layer already exists [2025-03-04T00:51:22.729Z] 03042882f7cf: Layer already exists [2025-03-04T00:51:22.729Z] be5c33f88f43: Layer already exists [2025-03-04T00:51:22.729Z] 02df889e0637: Layer already exists [2025-03-04T00:51:22.729Z] 994456c4fd7b: Layer already exists [2025-03-04T00:51:22.729Z] 4.0.0-dev.2: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:23.078Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:23.402Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T00:51:23.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-04T00:51:23.402Z] 02df889e0637: Preparing [2025-03-04T00:51:23.402Z] be5c33f88f43: Preparing [2025-03-04T00:51:23.402Z] 03042882f7cf: Preparing [2025-03-04T00:51:23.402Z] bdee54444d5c: Preparing [2025-03-04T00:51:23.402Z] 87f95f592c23: Preparing [2025-03-04T00:51:23.402Z] 994456c4fd7b: Preparing [2025-03-04T00:51:23.402Z] 994456c4fd7b: Waiting [2025-03-04T00:51:23.402Z] bdee54444d5c: Layer already exists [2025-03-04T00:51:23.402Z] 03042882f7cf: Layer already exists [2025-03-04T00:51:23.402Z] be5c33f88f43: Layer already exists [2025-03-04T00:51:23.402Z] 02df889e0637: Layer already exists [2025-03-04T00:51:23.402Z] 87f95f592c23: Layer already exists [2025-03-04T00:51:23.402Z] 994456c4fd7b: Layer already exists [2025-03-04T00:51:23.402Z] f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:23.730Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:24.059Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:main [2025-03-04T00:51:24.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-04T00:51:24.059Z] 02df889e0637: Preparing [2025-03-04T00:51:24.059Z] be5c33f88f43: Preparing [2025-03-04T00:51:24.059Z] 03042882f7cf: Preparing [2025-03-04T00:51:24.059Z] bdee54444d5c: Preparing [2025-03-04T00:51:24.059Z] 87f95f592c23: Preparing [2025-03-04T00:51:24.059Z] 994456c4fd7b: Preparing [2025-03-04T00:51:24.059Z] 994456c4fd7b: Waiting [2025-03-04T00:51:24.059Z] 87f95f592c23: Layer already exists [2025-03-04T00:51:24.059Z] 02df889e0637: Layer already exists [2025-03-04T00:51:24.059Z] 03042882f7cf: Layer already exists [2025-03-04T00:51:24.059Z] bdee54444d5c: Layer already exists [2025-03-04T00:51:24.059Z] be5c33f88f43: Layer already exists [2025-03-04T00:51:24.059Z] 994456c4fd7b: Layer already exists [2025-03-04T00:51:24.059Z] main: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-04T00:51:24.141Z] ===================================================== [Pipeline] echo [2025-03-04T00:51:24.155Z] taggedImages: [2025-03-04T00:51:24.155Z] - nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T00:51:24.155Z] - nexus3.edgexfoundry.org:10004/device-gpio:latest [2025-03-04T00:51:24.155Z] - nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 [2025-03-04T00:51:24.155Z] - nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T00:51:24.155Z] - nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:24.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-04T00:51:24.581Z] [2025-03-04T00:51:24.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:51:24.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-04T00:51:24.886Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-04T00:51:24.886Z] 5eb5b503b376: Pulling fs layer [2025-03-04T00:51:24.886Z] 5c69ac0246d0: Pulling fs layer [2025-03-04T00:51:24.886Z] ec43610c2a17: Pulling fs layer [2025-03-04T00:51:24.886Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-04T00:51:24.886Z] 33b1e0a273af: Pulling fs layer [2025-03-04T00:51:24.886Z] 5d3b04190fa2: Pulling fs layer [2025-03-04T00:51:24.886Z] 2f39f015ded8: Pulling fs layer [2025-03-04T00:51:24.886Z] 5d3b04190fa2: Waiting [2025-03-04T00:51:24.886Z] 33b1e0a273af: Waiting [2025-03-04T00:51:24.886Z] 3a2ae6a8a46f: Waiting [2025-03-04T00:51:24.886Z] 2f39f015ded8: Waiting [2025-03-04T00:51:24.886Z] 5c69ac0246d0: Verifying Checksum [2025-03-04T00:51:24.886Z] 5c69ac0246d0: Download complete [2025-03-04T00:51:24.886Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-04T00:51:24.886Z] 3a2ae6a8a46f: Download complete [2025-03-04T00:51:24.886Z] 33b1e0a273af: Verifying Checksum [2025-03-04T00:51:24.886Z] 33b1e0a273af: Download complete [2025-03-04T00:51:24.886Z] 5d3b04190fa2: Verifying Checksum [2025-03-04T00:51:24.886Z] 5d3b04190fa2: Download complete [2025-03-04T00:51:24.886Z] ec43610c2a17: Verifying Checksum [2025-03-04T00:51:24.886Z] ec43610c2a17: Download complete [2025-03-04T00:51:25.144Z] 5eb5b503b376: Verifying Checksum [2025-03-04T00:51:25.144Z] 5eb5b503b376: Download complete [2025-03-04T00:51:25.712Z] 2f39f015ded8: Download complete [2025-03-04T00:51:26.277Z] 5eb5b503b376: Pull complete [2025-03-04T00:51:26.277Z] 5c69ac0246d0: Pull complete [2025-03-04T00:51:26.536Z] ec43610c2a17: Pull complete [2025-03-04T00:51:26.794Z] 3a2ae6a8a46f: Pull complete [2025-03-04T00:51:26.794Z] 33b1e0a273af: Pull complete [2025-03-04T00:51:27.053Z] 5d3b04190fa2: Pull complete [2025-03-04T00:51:31.236Z] 2f39f015ded8: Pull complete [2025-03-04T00:51:31.236Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-04T00:51:31.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-04T00:51:31.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:51:31.339Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T00:51:31.381Z] $ 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-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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-03-04T00:51:38.731Z] $ docker top c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:51:39.121Z] ---> job-cost.sh [2025-03-04T00:51:39.121Z] lf-activate-venv: SKIPPING [2025-03-04T00:51:39.121Z] INFO: No Stack... [2025-03-04T00:51:39.380Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-04T00:51:39.640Z] INFO: Archiving Costs [Pipeline] sh [2025-03-04T00:51:39.935Z] + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv [2025-03-04T00:51:39.935Z] + cut -d, -f6 [Pipeline] lock [2025-03-04T00:51:39.950Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [2025-03-04T00:51:39.959Z] Resource [jenkins-edgexfoundry-device-gpio-main-128-stack-cost] did not exist. Created. [2025-03-04T00:51:39.965Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-04T00:51:40.283Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-04T00:51:40.318Z] Stashed 1 file(s) [Pipeline] } [2025-03-04T00:51:40.326Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-04T00:51:40.364Z] $ docker stop --time=1 c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad [2025-03-04T00:51:41.613Z] $ docker rm -f --volumes c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-04T00:51:59.497Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-40110 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws [2025-03-04T00:51:59.515Z] Running in /w/workspace/device-gpio/128 [Pipeline] { [Pipeline] checkout [2025-03-04T00:52:02.571Z] The recommended git tool is: git [2025-03-04T00:52:08.076Z] using credential edgex-jenkins-ssh [2025-03-04T00:52:08.101Z] Cloning the remote Git repository [2025-03-04T00:52:08.148Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2025-03-04T00:52:08.269Z] > git init /w/workspace/device-gpio/128 # timeout=10 [2025-03-04T00:52:08.427Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2025-03-04T00:52:08.428Z] > git --version # timeout=10 [2025-03-04T00:52:08.448Z] > git --version # 'git version 2.25.1' [2025-03-04T00:52:08.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-04T00:52:08.616Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-04T00:52:11.926Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2025-03-04T00:52:11.957Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-04T00:52:13.108Z] Avoid second fetch [2025-03-04T00:52:13.109Z] Checking out Revision f230f01cc13c190451e7ba870f98e45ec269a8da (main) [2025-03-04T00:52:13.888Z] Commit message: "Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26" [2025-03-04T00:52:13.127Z] > git config core.sparsecheckout # timeout=10 [2025-03-04T00:52:13.206Z] > git checkout -f f230f01cc13c190451e7ba870f98e45ec269a8da # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-04T00:52:18.734Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-04T00:52:18.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-04T00:52:18.735Z] Dload Upload Total Spent Left Speed [2025-03-04T00:52:18.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh [2025-03-04T00:52:19.095Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-04T00:52:19.445Z] + sudo tee /etc/docker/daemon.new [2025-03-04T00:52:19.445Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-04T00:52:19.445Z] { [2025-03-04T00:52:19.445Z] "registry-mirrors": [ [2025-03-04T00:52:19.445Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-04T00:52:19.445Z] ], [2025-03-04T00:52:19.445Z] "bip": "10.250.0.254/24", [2025-03-04T00:52:19.445Z] "hosts": [ [2025-03-04T00:52:19.445Z] "tcp://0.0.0.0:5555", [2025-03-04T00:52:19.445Z] "unix:///var/run/docker.sock" [2025-03-04T00:52:19.445Z] ], [2025-03-04T00:52:19.445Z] "mtu": 1458, [2025-03-04T00:52:19.445Z] "selinux-enabled": true, [2025-03-04T00:52:19.445Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-04T00:52:19.445Z] } [Pipeline] sh [2025-03-04T00:52:19.796Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-04T00:52:20.135Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-04T00:52:38.458Z] provisioning config files... [2025-03-04T00:52:38.493Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/128@tmp/config16082512751706882087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T00:52:38.968Z] ---> ****-login.sh [2025-03-04T00:52:38.968Z] nexus3.edgexfoundry.org:10001 [2025-03-04T00:52:39.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:52:39.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:52:39.834Z] Configure a credential helper to remove this warning. See [2025-03-04T00:52:39.834Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:52:39.834Z] [2025-03-04T00:52:39.834Z] Login Succeeded [2025-03-04T00:52:39.834Z] nexus3.edgexfoundry.org:10002 [2025-03-04T00:52:40.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:52:40.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:52:40.115Z] Configure a credential helper to remove this warning. See [2025-03-04T00:52:40.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:52:40.115Z] [2025-03-04T00:52:40.115Z] Login Succeeded [2025-03-04T00:52:40.115Z] nexus3.edgexfoundry.org:10003 [2025-03-04T00:52:40.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:52:40.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:52:40.718Z] Configure a credential helper to remove this warning. See [2025-03-04T00:52:40.718Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:52:40.718Z] [2025-03-04T00:52:40.718Z] Login Succeeded [2025-03-04T00:52:40.718Z] nexus3.edgexfoundry.org:10004 [2025-03-04T00:52:40.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:52:41.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:52:41.265Z] Configure a credential helper to remove this warning. See [2025-03-04T00:52:41.265Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:52:41.265Z] [2025-03-04T00:52:41.265Z] Login Succeeded [2025-03-04T00:52:41.265Z] ****.io [2025-03-04T00:52:41.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T00:52:41.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T00:52:41.812Z] Configure a credential helper to remove this warning. See [2025-03-04T00:52:41.812Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T00:52:41.812Z] [2025-03-04T00:52:41.812Z] Login Succeeded [2025-03-04T00:52:41.812Z] ---> ****-login.sh ends [Pipeline] } [2025-03-04T00:52:41.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-04T00:52:42.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T00:52:42.389Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T00:52:42.409Z] ========================================================= [2025-03-04T00:52:42.409Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-04T00:52:42.409Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:52:42.920Z] + 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-03-04T00:52:43.517Z] Sending build context to Docker daemon 15.29MB [2025-03-04T00:52:43.518Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-04T00:52:43.518Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-04T00:52:43.788Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-04T00:52:43.789Z] 9986a736f7d3: Pulling fs layer [2025-03-04T00:52:43.789Z] 1f018df60701: Pulling fs layer [2025-03-04T00:52:43.789Z] 39f8f326b044: Pulling fs layer [2025-03-04T00:52:43.789Z] e6a1e7a6a96a: Pulling fs layer [2025-03-04T00:52:43.789Z] 4f4fb700ef54: Pulling fs layer [2025-03-04T00:52:43.789Z] d45d956e0dbf: Pulling fs layer [2025-03-04T00:52:43.789Z] d7702b0d1db1: Pulling fs layer [2025-03-04T00:52:43.789Z] e6a1e7a6a96a: Waiting [2025-03-04T00:52:43.789Z] 5c7f0f088c93: Pulling fs layer [2025-03-04T00:52:43.789Z] 4f4fb700ef54: Waiting [2025-03-04T00:52:43.789Z] 4fdc064ae6cf: Pulling fs layer [2025-03-04T00:52:43.789Z] d45d956e0dbf: Waiting [2025-03-04T00:52:43.789Z] d7702b0d1db1: Waiting [2025-03-04T00:52:43.789Z] 5c7f0f088c93: Waiting [2025-03-04T00:52:43.789Z] 4fdc064ae6cf: Waiting [2025-03-04T00:52:43.789Z] 1f018df60701: Verifying Checksum [2025-03-04T00:52:43.789Z] 1f018df60701: Download complete [2025-03-04T00:52:43.789Z] e6a1e7a6a96a: Download complete [2025-03-04T00:52:44.061Z] 4f4fb700ef54: Verifying Checksum [2025-03-04T00:52:44.061Z] 4f4fb700ef54: Download complete [2025-03-04T00:52:44.061Z] d45d956e0dbf: Verifying Checksum [2025-03-04T00:52:44.061Z] d45d956e0dbf: Download complete [2025-03-04T00:52:44.061Z] d7702b0d1db1: Verifying Checksum [2025-03-04T00:52:44.061Z] d7702b0d1db1: Download complete [2025-03-04T00:52:44.061Z] 9986a736f7d3: Verifying Checksum [2025-03-04T00:52:44.061Z] 9986a736f7d3: Download complete [2025-03-04T00:52:44.652Z] 4fdc064ae6cf: Verifying Checksum [2025-03-04T00:52:44.652Z] 4fdc064ae6cf: Download complete [2025-03-04T00:52:45.245Z] 9986a736f7d3: Pull complete [2025-03-04T00:52:45.834Z] 1f018df60701: Pull complete [2025-03-04T00:52:46.436Z] 39f8f326b044: Verifying Checksum [2025-03-04T00:52:46.436Z] 39f8f326b044: Download complete [2025-03-04T00:52:47.430Z] 5c7f0f088c93: Verifying Checksum [2025-03-04T00:52:47.430Z] 5c7f0f088c93: Download complete [2025-03-04T00:53:02.571Z] 39f8f326b044: Pull complete [2025-03-04T00:53:02.571Z] e6a1e7a6a96a: Pull complete [2025-03-04T00:53:02.571Z] 4f4fb700ef54: Pull complete [2025-03-04T00:53:02.847Z] d45d956e0dbf: Pull complete [2025-03-04T00:53:03.460Z] d7702b0d1db1: Pull complete [2025-03-04T00:53:11.760Z] 5c7f0f088c93: Pull complete [2025-03-04T00:53:14.378Z] 4fdc064ae6cf: Pull complete [2025-03-04T00:53:14.378Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-04T00:53:14.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-04T00:53:14.378Z] ---> 63f30b955cb9 [2025-03-04T00:53:14.378Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-04T00:53:16.344Z] ---> Running in f5a4dcf7dd13 [2025-03-04T00:53:16.344Z] Removing intermediate container f5a4dcf7dd13 [2025-03-04T00:53:16.344Z] ---> 67a3654f953a [2025-03-04T00:53:16.344Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-04T00:53:16.344Z] ---> Running in 458a10bd41a9 [2025-03-04T00:53:16.935Z] Removing intermediate container 458a10bd41a9 [2025-03-04T00:53:16.935Z] ---> 4865d67480cb [2025-03-04T00:53:16.935Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-04T00:53:16.935Z] ---> Running in 68cb167c4cbf [2025-03-04T00:53:17.527Z] Removing intermediate container 68cb167c4cbf [2025-03-04T00:53:17.527Z] ---> f517bc652a66 [2025-03-04T00:53:17.527Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-04T00:53:17.527Z] ---> Running in c8e01766ff63 [2025-03-04T00:53:17.799Z] Removing intermediate container c8e01766ff63 [2025-03-04T00:53:17.799Z] ---> f5d362eb7f1c [2025-03-04T00:53:17.799Z] Step 7/12 : WORKDIR /device-gpio [2025-03-04T00:53:18.075Z] ---> Running in 84169ee7d180 [2025-03-04T00:53:18.345Z] Removing intermediate container 84169ee7d180 [2025-03-04T00:53:18.345Z] ---> b5d29e7421e7 [2025-03-04T00:53:18.345Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-04T00:53:18.614Z] ---> Running in 5f2a4300fa9a [2025-03-04T00:53:20.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-04T00:53:20.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-04T00:53:22.291Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-04T00:53:22.575Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-04T00:53:22.575Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-04T00:53:22.575Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-04T00:53:22.575Z] Executing busybox-1.36.1-r29.trigger [2025-03-04T00:53:22.575Z] OK: 244 MiB in 62 packages [2025-03-04T00:53:24.014Z] Removing intermediate container 5f2a4300fa9a [2025-03-04T00:53:24.014Z] ---> ed527041e9e6 [2025-03-04T00:53:24.014Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-04T00:53:24.615Z] ---> c770a03957a5 [2025-03-04T00:53:24.615Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-04T00:53:24.887Z] ---> Running in 5be4637e0cf1 [2025-03-04T00:55:31.709Z] Removing intermediate container 5be4637e0cf1 [2025-03-04T00:55:31.709Z] ---> 3c74393ab1ef [2025-03-04T00:55:31.709Z] Step 11/12 : COPY . . [2025-03-04T00:55:31.709Z] ---> 8f7e1e7245f4 [2025-03-04T00:55:31.709Z] Step 12/12 : RUN ${MAKE} [2025-03-04T00:55:31.709Z] ---> Running in 5bea6ff6038b [2025-03-04T00:55:31.709Z] noop [2025-03-04T00:55:31.709Z] Removing intermediate container 5bea6ff6038b [2025-03-04T00:55:31.709Z] ---> a82950d8c6b3 [2025-03-04T00:55:31.709Z] Successfully built a82950d8c6b3 [2025-03-04T00:55:31.709Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:55:32.102Z] + docker inspect -f . ci-base-image-arm64 [2025-03-04T00:55:32.102Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:55:32.359Z] prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container [2025-03-04T00:55:32.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-03-04T00:55:33.907Z] $ docker top 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T00:55:34.887Z] + go version [2025-03-04T00:55:34.887Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-04T00:55:34.920Z] $ docker stop --time=1 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d [2025-03-04T00:55:36.825Z] $ docker rm -f --volumes 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T00:55:37.520Z] + docker inspect -f . ci-base-image-arm64 [2025-03-04T00:55:37.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T00:55:37.774Z] prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container [2025-03-04T00:55:37.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-03-04T00:55:39.495Z] $ docker top 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T00:55:40.417Z] + git config --global --add safe.directory /w/workspace/device-gpio/128 [Pipeline] fileExists [Pipeline] sh [2025-03-04T00:55:41.137Z] + make test [2025-03-04T00:55:41.137Z] go test ./... -coverprofile=coverage.out ./... [2025-03-04T00:55:49.402Z] ? github.com/edgexfoundry/device-gpio [no test files] [2025-03-04T01:00:41.505Z] github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements [2025-03-04T01:00:41.505Z] github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements [2025-03-04T01:00:41.505Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-03-04T01:00:41.505Z] go vet ./... [2025-03-04T01:01:39.551Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-04T01:01:39.551Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-04T01:01:39.551Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-04T01:01:39.572Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-03-04T01:01:39.593Z] $ docker stop --time=1 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 [2025-03-04T01:01:41.867Z] $ docker rm -f --volumes 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-04T01:01:43.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-04T01:01:43.971Z] Warning: overwriting stash ‘coverage-report’ [2025-03-04T01:01:44.873Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-04T01:01:45.355Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-04T01:01:45.705Z] + ls -al . [2025-03-04T01:01:45.705Z] total 220 [2025-03-04T01:01:45.705Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 4 00:55 . [2025-03-04T01:01:45.705Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 00:52 .. [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 4 00:52 .dockerignore [2025-03-04T01:01:45.705Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:52 .git [2025-03-04T01:01:45.705Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 .github [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 277 Mar 4 00:52 .gitignore [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 4 00:52 .golangci.yml [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 19399 Mar 4 00:52 Attribution.txt [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 7171 Mar 4 00:52 CHANGELOG.md [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 1694 Mar 4 00:52 Dockerfile [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 4 00:52 GOVERNANCE.md [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 4 00:52 Jenkinsfile [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 4 00:52 LICENSE [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 1923 Mar 4 00:52 Makefile [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 4 00:52 OWNERS.md [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 4 00:52 README.md [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 4 00:49 VERSION [2025-03-04T01:01:45.705Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 00:52 bin [2025-03-04T01:01:45.705Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 cmd [2025-03-04T01:01:45.705Z] -rw-r--r-- 1 jenkins jenkins 11486 Mar 4 01:00 coverage.out [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 6098 Mar 4 00:52 go.mod [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 86984 Mar 4 00:52 go.sum [2025-03-04T01:01:45.705Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 internal [2025-03-04T01:01:45.705Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 4 00:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:01:46.085Z] + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da --label arch=arm64 --label version=4.0.0-dev.2 . [2025-03-04T01:01:46.694Z] Sending build context to Docker daemon 15.3MB [2025-03-04T01:01:46.694Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-04T01:01:46.694Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-04T01:01:46.694Z] ---> a82950d8c6b3 [2025-03-04T01:01:46.694Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-04T01:01:46.966Z] ---> Running in ad1474e15004 [2025-03-04T01:01:47.566Z] Removing intermediate container ad1474e15004 [2025-03-04T01:01:47.566Z] ---> ea2eafdb6781 [2025-03-04T01:01:47.566Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-04T01:01:47.566Z] ---> Running in c4e282d0dc85 [2025-03-04T01:01:48.179Z] Removing intermediate container c4e282d0dc85 [2025-03-04T01:01:48.179Z] ---> 8eadce549b98 [2025-03-04T01:01:48.179Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-04T01:01:48.179Z] ---> Running in 40676555d304 [2025-03-04T01:01:48.456Z] Removing intermediate container 40676555d304 [2025-03-04T01:01:48.456Z] ---> 46cd7be5b406 [2025-03-04T01:01:48.456Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-04T01:01:48.736Z] ---> Running in d749af54cf71 [2025-03-04T01:01:49.018Z] Removing intermediate container d749af54cf71 [2025-03-04T01:01:49.018Z] ---> c7711a9b5c14 [2025-03-04T01:01:49.018Z] Step 7/26 : WORKDIR /device-gpio [2025-03-04T01:01:49.303Z] ---> Running in b33491b414e6 [2025-03-04T01:01:49.579Z] Removing intermediate container b33491b414e6 [2025-03-04T01:01:49.579Z] ---> 130ff35e1fca [2025-03-04T01:01:49.579Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-04T01:01:49.853Z] ---> Running in d993b2acc02b [2025-03-04T01:01:51.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-04T01:01:51.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-04T01:01:53.547Z] OK: 244 MiB in 62 packages [2025-03-04T01:01:54.995Z] Removing intermediate container d993b2acc02b [2025-03-04T01:01:54.995Z] ---> 506466c32750 [2025-03-04T01:01:54.995Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-04T01:01:55.270Z] ---> d271299a5dd4 [2025-03-04T01:01:55.270Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-04T01:01:55.547Z] ---> Running in dfbcf6ec878b [2025-03-04T01:01:58.175Z] Removing intermediate container dfbcf6ec878b [2025-03-04T01:01:58.175Z] ---> 5f20b408884a [2025-03-04T01:01:58.175Z] Step 11/26 : COPY . . [2025-03-04T01:02:00.154Z] ---> 37cc4946e102 [2025-03-04T01:02:00.154Z] Step 12/26 : RUN ${MAKE} [2025-03-04T01:02:00.154Z] ---> Running in da26df960a82 [2025-03-04T01:02:01.596Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.26" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2025-03-04T01:06:53.685Z] Removing intermediate container da26df960a82 [2025-03-04T01:06:53.685Z] ---> 7a107dedf398 [2025-03-04T01:06:53.685Z] Step 13/26 : FROM alpine:3.20 [2025-03-04T01:06:53.685Z] 3.20: Pulling from library/alpine [2025-03-04T01:06:53.685Z] 94e9d8af2201: Pulling fs layer [2025-03-04T01:06:53.685Z] 94e9d8af2201: Verifying Checksum [2025-03-04T01:06:53.685Z] 94e9d8af2201: Download complete [2025-03-04T01:06:53.685Z] 94e9d8af2201: Pull complete [2025-03-04T01:06:53.685Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-04T01:06:53.685Z] Status: Downloaded newer image for alpine:3.20 [2025-03-04T01:06:53.685Z] ---> 7aab056cecc6 [2025-03-04T01:06:53.685Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2025-03-04T01:06:53.685Z] ---> Running in 147299b6bc42 [2025-03-04T01:06:53.685Z] Removing intermediate container 147299b6bc42 [2025-03-04T01:06:53.685Z] ---> 8fbd56c9c99f [2025-03-04T01:06:53.685Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-04T01:06:53.685Z] ---> Running in 773d2a476f51 [2025-03-04T01:06:53.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-04T01:06:53.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-04T01:06:53.685Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-04T01:06:53.685Z] Executing busybox-1.36.1-r29.trigger [2025-03-04T01:06:53.685Z] OK: 9 MiB in 15 packages [2025-03-04T01:06:53.685Z] Removing intermediate container 773d2a476f51 [2025-03-04T01:06:53.685Z] ---> bdfb320d3e93 [2025-03-04T01:06:53.685Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-04T01:06:53.685Z] ---> Running in b2c2f8006a46 [2025-03-04T01:06:53.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-04T01:06:53.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-04T01:06:55.110Z] OK: 9 MiB in 15 packages [2025-03-04T01:06:56.521Z] Removing intermediate container b2c2f8006a46 [2025-03-04T01:06:56.521Z] ---> 921889f9c97b [2025-03-04T01:06:56.521Z] Step 17/26 : WORKDIR / [2025-03-04T01:06:56.521Z] ---> Running in 73150244c0c5 [2025-03-04T01:06:56.789Z] Removing intermediate container 73150244c0c5 [2025-03-04T01:06:56.789Z] ---> e4b9368c4db1 [2025-03-04T01:06:56.789Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2025-03-04T01:06:57.375Z] ---> cc642a7535a7 [2025-03-04T01:06:57.375Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2025-03-04T01:06:57.965Z] ---> 2399dd0d6c5a [2025-03-04T01:06:57.965Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2025-03-04T01:07:00.562Z] ---> b5254ce60ad4 [2025-03-04T01:07:00.562Z] Step 21/26 : EXPOSE 59910 [2025-03-04T01:07:00.562Z] ---> Running in dbaf82fb907a [2025-03-04T01:07:00.830Z] Removing intermediate container dbaf82fb907a [2025-03-04T01:07:00.830Z] ---> 9dd7e89d20ff [2025-03-04T01:07:00.830Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2025-03-04T01:07:00.830Z] ---> Running in 7781bdbb95b2 [2025-03-04T01:07:01.098Z] Removing intermediate container 7781bdbb95b2 [2025-03-04T01:07:01.098Z] ---> 1d546ff46e16 [2025-03-04T01:07:01.098Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-04T01:07:01.367Z] ---> Running in 2163d3b96c76 [2025-03-04T01:07:01.639Z] Removing intermediate container 2163d3b96c76 [2025-03-04T01:07:01.639Z] ---> 38b7ed03722a [2025-03-04T01:07:01.639Z] Step 24/26 : LABEL arch=arm64 [2025-03-04T01:07:01.639Z] ---> Running in 5aa755efba4d [2025-03-04T01:07:02.238Z] Removing intermediate container 5aa755efba4d [2025-03-04T01:07:02.238Z] ---> cdf0b5fdae8c [2025-03-04T01:07:02.238Z] Step 25/26 : LABEL git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T01:07:02.238Z] ---> Running in c8ba41dc70e6 [2025-03-04T01:07:02.831Z] Removing intermediate container c8ba41dc70e6 [2025-03-04T01:07:02.831Z] ---> ceaa5bbb4e2f [2025-03-04T01:07:02.831Z] Step 26/26 : LABEL version=4.0.0-dev.2 [2025-03-04T01:07:02.831Z] ---> Running in 14a073048e2e [2025-03-04T01:07:03.101Z] Removing intermediate container 14a073048e2e [2025-03-04T01:07:03.101Z] ---> 0d681c828b33 [2025-03-04T01:07:03.101Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-04T01:07:03.101Z] Successfully built 0d681c828b33 [2025-03-04T01:07:03.101Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-04T01:07:03.264Z] provisioning config files... [2025-03-04T01:07:03.282Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/128@tmp/config14156245578543480052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:07:03.657Z] ---> ****-login.sh [2025-03-04T01:07:03.657Z] nexus3.edgexfoundry.org:10001 [2025-03-04T01:07:03.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T01:07:03.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T01:07:03.929Z] Configure a credential helper to remove this warning. See [2025-03-04T01:07:03.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T01:07:03.929Z] [2025-03-04T01:07:03.929Z] Login Succeeded [2025-03-04T01:07:03.929Z] nexus3.edgexfoundry.org:10002 [2025-03-04T01:07:04.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T01:07:04.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T01:07:04.474Z] Configure a credential helper to remove this warning. See [2025-03-04T01:07:04.474Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T01:07:04.474Z] [2025-03-04T01:07:04.474Z] Login Succeeded [2025-03-04T01:07:04.474Z] nexus3.edgexfoundry.org:10003 [2025-03-04T01:07:04.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T01:07:05.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T01:07:05.017Z] Configure a credential helper to remove this warning. See [2025-03-04T01:07:05.017Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T01:07:05.017Z] [2025-03-04T01:07:05.017Z] Login Succeeded [2025-03-04T01:07:05.017Z] nexus3.edgexfoundry.org:10004 [2025-03-04T01:07:05.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T01:07:05.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T01:07:05.288Z] Configure a credential helper to remove this warning. See [2025-03-04T01:07:05.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T01:07:05.288Z] [2025-03-04T01:07:05.288Z] Login Succeeded [2025-03-04T01:07:05.288Z] ****.io [2025-03-04T01:07:05.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-04T01:07:05.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-04T01:07:05.883Z] Configure a credential helper to remove this warning. See [2025-03-04T01:07:05.884Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-04T01:07:05.884Z] [2025-03-04T01:07:05.884Z] Login Succeeded [2025-03-04T01:07:05.884Z] ---> ****-login.sh ends [Pipeline] } [2025-03-04T01:07:05.900Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-04T01:07:05.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-03-04T01:07:06.000Z] [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: [2025-03-04T01:07:06.000Z] f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T01:07:06.000Z] latest [2025-03-04T01:07:06.000Z] 4.0.0-dev.2 [2025-03-04T01:07:06.000Z] f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T01:07:06.000Z] main [2025-03-04T01:07:06.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:06.408Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:06.787Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T01:07:06.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-04T01:07:06.787Z] b5f6e19685df: Preparing [2025-03-04T01:07:06.787Z] 05c0236cd411: Preparing [2025-03-04T01:07:06.787Z] 8e081929f9aa: Preparing [2025-03-04T01:07:06.787Z] 5126fc6f08bc: Preparing [2025-03-04T01:07:06.787Z] f2d405ad56f1: Preparing [2025-03-04T01:07:06.787Z] dd9c8f8612c8: Preparing [2025-03-04T01:07:06.787Z] dd9c8f8612c8: Waiting [2025-03-04T01:07:07.058Z] 05c0236cd411: Pushed [2025-03-04T01:07:07.058Z] f2d405ad56f1: Pushed [2025-03-04T01:07:07.058Z] 5126fc6f08bc: Pushed [2025-03-04T01:07:07.058Z] 8e081929f9aa: Pushed [2025-03-04T01:07:07.058Z] dd9c8f8612c8: Layer already exists [2025-03-04T01:07:17.170Z] b5f6e19685df: Pushed [2025-03-04T01:07:17.440Z] f230f01cc13c190451e7ba870f98e45ec269a8da: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:17.833Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:18.210Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2025-03-04T01:07:18.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-04T01:07:18.210Z] b5f6e19685df: Preparing [2025-03-04T01:07:18.210Z] 05c0236cd411: Preparing [2025-03-04T01:07:18.210Z] 8e081929f9aa: Preparing [2025-03-04T01:07:18.210Z] 5126fc6f08bc: Preparing [2025-03-04T01:07:18.210Z] f2d405ad56f1: Preparing [2025-03-04T01:07:18.210Z] dd9c8f8612c8: Preparing [2025-03-04T01:07:18.210Z] dd9c8f8612c8: Waiting [2025-03-04T01:07:18.210Z] b5f6e19685df: Layer already exists [2025-03-04T01:07:18.210Z] 5126fc6f08bc: Layer already exists [2025-03-04T01:07:18.210Z] 8e081929f9aa: Layer already exists [2025-03-04T01:07:18.210Z] f2d405ad56f1: Layer already exists [2025-03-04T01:07:18.210Z] 05c0236cd411: Layer already exists [2025-03-04T01:07:18.210Z] dd9c8f8612c8: Layer already exists [2025-03-04T01:07:18.480Z] latest: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:18.861Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:19.234Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 [2025-03-04T01:07:19.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-04T01:07:19.234Z] b5f6e19685df: Preparing [2025-03-04T01:07:19.234Z] 05c0236cd411: Preparing [2025-03-04T01:07:19.234Z] 8e081929f9aa: Preparing [2025-03-04T01:07:19.234Z] 5126fc6f08bc: Preparing [2025-03-04T01:07:19.234Z] f2d405ad56f1: Preparing [2025-03-04T01:07:19.234Z] dd9c8f8612c8: Preparing [2025-03-04T01:07:19.234Z] dd9c8f8612c8: Waiting [2025-03-04T01:07:19.234Z] 8e081929f9aa: Layer already exists [2025-03-04T01:07:19.234Z] 5126fc6f08bc: Layer already exists [2025-03-04T01:07:19.234Z] b5f6e19685df: Layer already exists [2025-03-04T01:07:19.234Z] f2d405ad56f1: Layer already exists [2025-03-04T01:07:19.234Z] 05c0236cd411: Layer already exists [2025-03-04T01:07:19.501Z] dd9c8f8612c8: Layer already exists [2025-03-04T01:07:19.501Z] 4.0.0-dev.2: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:19.870Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:20.242Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T01:07:20.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-04T01:07:20.242Z] b5f6e19685df: Preparing [2025-03-04T01:07:20.242Z] 05c0236cd411: Preparing [2025-03-04T01:07:20.242Z] 8e081929f9aa: Preparing [2025-03-04T01:07:20.242Z] 5126fc6f08bc: Preparing [2025-03-04T01:07:20.242Z] f2d405ad56f1: Preparing [2025-03-04T01:07:20.242Z] dd9c8f8612c8: Preparing [2025-03-04T01:07:20.242Z] dd9c8f8612c8: Waiting [2025-03-04T01:07:20.242Z] 05c0236cd411: Layer already exists [2025-03-04T01:07:20.242Z] 8e081929f9aa: Layer already exists [2025-03-04T01:07:20.242Z] b5f6e19685df: Layer already exists [2025-03-04T01:07:20.242Z] f2d405ad56f1: Layer already exists [2025-03-04T01:07:20.242Z] 5126fc6f08bc: Layer already exists [2025-03-04T01:07:20.509Z] dd9c8f8612c8: Layer already exists [2025-03-04T01:07:20.509Z] f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:20.911Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:21.292Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [2025-03-04T01:07:21.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-04T01:07:21.293Z] b5f6e19685df: Preparing [2025-03-04T01:07:21.293Z] 05c0236cd411: Preparing [2025-03-04T01:07:21.293Z] 8e081929f9aa: Preparing [2025-03-04T01:07:21.293Z] 5126fc6f08bc: Preparing [2025-03-04T01:07:21.293Z] f2d405ad56f1: Preparing [2025-03-04T01:07:21.293Z] dd9c8f8612c8: Preparing [2025-03-04T01:07:21.293Z] dd9c8f8612c8: Waiting [2025-03-04T01:07:21.293Z] 05c0236cd411: Layer already exists [2025-03-04T01:07:21.293Z] 8e081929f9aa: Layer already exists [2025-03-04T01:07:21.293Z] b5f6e19685df: Layer already exists [2025-03-04T01:07:21.293Z] f2d405ad56f1: Layer already exists [2025-03-04T01:07:21.293Z] 5126fc6f08bc: Layer already exists [2025-03-04T01:07:21.563Z] dd9c8f8612c8: Layer already exists [2025-03-04T01:07:21.563Z] main: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-04T01:07:21.657Z] ===================================================== [Pipeline] echo [2025-03-04T01:07:21.680Z] taggedImages: [2025-03-04T01:07:21.680Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da [2025-03-04T01:07:21.680Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2025-03-04T01:07:21.680Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 [2025-03-04T01:07:21.680Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [2025-03-04T01:07:21.680Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:22.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-04T01:07:22.104Z] [2025-03-04T01:07:22.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:07:22.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-04T01:07:22.727Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-04T01:07:22.727Z] 8998bd30e6a1: Pulling fs layer [2025-03-04T01:07:22.727Z] 04944245beec: Pulling fs layer [2025-03-04T01:07:22.727Z] 699f458cf7ca: Pulling fs layer [2025-03-04T01:07:22.727Z] 765212b225bb: Pulling fs layer [2025-03-04T01:07:22.727Z] f23df028b6ca: Pulling fs layer [2025-03-04T01:07:22.727Z] d65c8cfc05b1: Pulling fs layer [2025-03-04T01:07:22.727Z] 2437ff75d9bd: Pulling fs layer [2025-03-04T01:07:22.727Z] f23df028b6ca: Waiting [2025-03-04T01:07:22.727Z] d65c8cfc05b1: Waiting [2025-03-04T01:07:22.727Z] 2437ff75d9bd: Waiting [2025-03-04T01:07:22.727Z] 765212b225bb: Waiting [2025-03-04T01:07:22.727Z] 04944245beec: Verifying Checksum [2025-03-04T01:07:22.727Z] 04944245beec: Download complete [2025-03-04T01:07:22.727Z] 765212b225bb: Download complete [2025-03-04T01:07:22.727Z] f23df028b6ca: Verifying Checksum [2025-03-04T01:07:22.727Z] f23df028b6ca: Download complete [2025-03-04T01:07:23.001Z] d65c8cfc05b1: Download complete [2025-03-04T01:07:23.001Z] 699f458cf7ca: Verifying Checksum [2025-03-04T01:07:23.001Z] 699f458cf7ca: Download complete [2025-03-04T01:07:23.593Z] 8998bd30e6a1: Verifying Checksum [2025-03-04T01:07:23.593Z] 8998bd30e6a1: Download complete [2025-03-04T01:07:26.223Z] 2437ff75d9bd: Verifying Checksum [2025-03-04T01:07:26.223Z] 2437ff75d9bd: Download complete [2025-03-04T01:07:28.828Z] 8998bd30e6a1: Pull complete [2025-03-04T01:07:29.100Z] 04944245beec: Pull complete [2025-03-04T01:07:31.099Z] 699f458cf7ca: Pull complete [2025-03-04T01:07:31.371Z] 765212b225bb: Pull complete [2025-03-04T01:07:32.348Z] f23df028b6ca: Pull complete [2025-03-04T01:07:32.620Z] d65c8cfc05b1: Pull complete [2025-03-04T01:07:50.883Z] 2437ff75d9bd: Pull complete [2025-03-04T01:07:50.883Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-04T01:07:50.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-04T01:07:50.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:07:51.159Z] prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container [2025-03-04T01:07:51.250Z] $ 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-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@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-03-04T01:07:54.795Z] $ docker top 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:07:55.733Z] ---> job-cost.sh [2025-03-04T01:07:55.733Z] lf-activate-venv: SKIPPING [2025-03-04T01:07:55.733Z] INFO: No Stack... [2025-03-04T01:07:56.324Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-04T01:07:57.298Z] INFO: Archiving Costs [Pipeline] sh [2025-03-04T01:07:57.990Z] + cat /w/workspace/device-gpio/128/archives/cost.csv [2025-03-04T01:07:57.990Z] + cut -d, -f6 [Pipeline] lock [2025-03-04T01:07:58.068Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [2025-03-04T01:07:58.075Z] Resource [jenkins-edgexfoundry-device-gpio-main-128-stack-cost] did not exist. Created. [2025-03-04T01:07:58.082Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-04T01:07:58.790Z] /w/workspace/device-gpio/128@tmp/durable-281d17a6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-04T01:07:59.475Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-04T01:07:59.494Z] Warning: overwriting stash ‘stack-cost’ [2025-03-04T01:07:59.611Z] Stashed 1 file(s) [Pipeline] } [2025-03-04T01:07:59.622Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-04T01:07:59.650Z] $ docker stop --time=1 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a [2025-03-04T01:08:01.300Z] $ docker rm -f --volumes 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-03-04T01:08:01.863Z] provisioning config files... [2025-03-04T01:08:01.870Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5655983347154517305tmp [Pipeline] { [Pipeline] sh [2025-03-04T01:08:02.171Z] + set +x [2025-03-04T01:08:02.171Z] + curl -s https://codecov.io/bash [2025-03-04T01:08:02.171Z] + bash -s -- [2025-03-04T01:08:02.171Z] [2025-03-04T01:08:02.171Z] _____ _ [2025-03-04T01:08:02.171Z] / ____| | | [2025-03-04T01:08:02.171Z] | | ___ __| | ___ ___ _____ __ [2025-03-04T01:08:02.171Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-04T01:08:02.171Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-04T01:08:02.171Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-04T01:08:02.171Z] Bash-1.0.6 [2025-03-04T01:08:02.171Z] [2025-03-04T01:08:02.171Z] [2025-03-04T01:08:02.171Z] ==> git version 2.25.1 found [2025-03-04T01:08:02.171Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-03-04T01:08:02.171Z] Release-Date: 2020-01-08 [2025-03-04T01:08:02.171Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-03-04T01:08:02.171Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-04T01:08:02.171Z] ==> Jenkins CI detected. [2025-03-04T01:08:02.171Z] current dir:  /w/workspace/edgexfoundry_device-gpio_main [2025-03-04T01:08:02.171Z] project root: . [2025-03-04T01:08:02.171Z] --> token set from env [2025-03-04T01:08:02.171Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-04T01:08:02.171Z] ==> Running gcov in . (disable via -X gcov) [2025-03-04T01:08:02.171Z] ==> Python coveragepy not found [2025-03-04T01:08:02.171Z] ==> Searching for coverage reports in: [2025-03-04T01:08:02.171Z] + . [2025-03-04T01:08:02.171Z] -> Found 1 reports [2025-03-04T01:08:02.171Z] ==> Detecting git/mercurial file structure [2025-03-04T01:08:02.431Z] ==> Reading reports [2025-03-04T01:08:02.431Z] + ./coverage.out bytes=11486 [2025-03-04T01:08:02.431Z] ==> Appending adjustments [2025-03-04T01:08:02.431Z] https://docs.codecov.io/docs/fixing-reports [2025-03-04T01:08:02.431Z] + Found adjustments [2025-03-04T01:08:02.431Z] ==> Gzipping contents [2025-03-04T01:08:02.432Z] 4.0K /tmp/codecov.YlhNJ6.gz [2025-03-04T01:08:02.432Z] ==> Uploading reports [2025-03-04T01:08:02.432Z] url: https://codecov.io [2025-03-04T01:08:02.432Z] query: branch=main&commit=f230f01cc13c190451e7ba870f98e45ec269a8da&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-04T01:08:02.432Z] -> Pinging Codecov [2025-03-04T01:08:02.432Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f230f01cc13c190451e7ba870f98e45ec269a8da&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-04T01:08:02.692Z] -> Uploading to [2025-03-04T01:08:02.692Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-gpio/f230f01cc13c190451e7ba870f98e45ec269a8da/670f5d54-1387-436d-bdc4-4317193e1a01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250304%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250304T010802Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0beddffe68dacdf7065668f8f0181f60da58800b1849063d371ff5ec724beeae [2025-03-04T01:08:02.692Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-04T01:08:02.692Z] Dload Upload Total Spent Left Speed [2025-03-04T01:08:02.692Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1713 0 0 100 1713 0 11344 --:--:-- --:--:-- --:--:-- 11344 [2025-03-04T01:08:02.692Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } [2025-03-04T01:08:02.701Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-04T01:08:02.856Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-04T01:08:02.876Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:03.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-04T01:08:03.186Z] [2025-03-04T01:08:03.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:03.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-04T01:08:03.495Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-04T01:08:03.495Z] 43c4264eed91: Pulling fs layer [2025-03-04T01:08:03.495Z] 4cc291be95ef: Pulling fs layer [2025-03-04T01:08:03.496Z] 2ac1f1163629: Pulling fs layer [2025-03-04T01:08:03.496Z] 5c3c966382ef: Pulling fs layer [2025-03-04T01:08:03.496Z] 4f4fb700ef54: Pulling fs layer [2025-03-04T01:08:03.496Z] d9c7d2e4e75e: Pulling fs layer [2025-03-04T01:08:03.496Z] 9c3e1370e548: Pulling fs layer [2025-03-04T01:08:03.496Z] 4f4fb700ef54: Waiting [2025-03-04T01:08:03.496Z] 9c3e1370e548: Waiting [2025-03-04T01:08:03.496Z] 5c3c966382ef: Waiting [2025-03-04T01:08:03.496Z] d9c7d2e4e75e: Waiting [2025-03-04T01:08:03.496Z] 4cc291be95ef: Download complete [2025-03-04T01:08:03.496Z] 5c3c966382ef: Verifying Checksum [2025-03-04T01:08:03.496Z] 5c3c966382ef: Download complete [2025-03-04T01:08:03.496Z] 4f4fb700ef54: Verifying Checksum [2025-03-04T01:08:03.496Z] 4f4fb700ef54: Download complete [2025-03-04T01:08:03.496Z] 43c4264eed91: Verifying Checksum [2025-03-04T01:08:03.496Z] 43c4264eed91: Download complete [2025-03-04T01:08:03.765Z] 43c4264eed91: Pull complete [2025-03-04T01:08:03.765Z] d9c7d2e4e75e: Verifying Checksum [2025-03-04T01:08:03.765Z] d9c7d2e4e75e: Download complete [2025-03-04T01:08:03.765Z] 4cc291be95ef: Pull complete [2025-03-04T01:08:04.345Z] 2ac1f1163629: Verifying Checksum [2025-03-04T01:08:04.345Z] 2ac1f1163629: Download complete [2025-03-04T01:08:04.917Z] 9c3e1370e548: Verifying Checksum [2025-03-04T01:08:04.917Z] 9c3e1370e548: Download complete [2025-03-04T01:08:07.454Z] 2ac1f1163629: Pull complete [2025-03-04T01:08:07.455Z] 5c3c966382ef: Pull complete [2025-03-04T01:08:07.455Z] 4f4fb700ef54: Pull complete [2025-03-04T01:08:07.455Z] d9c7d2e4e75e: Pull complete [2025-03-04T01:08:10.744Z] 9c3e1370e548: Pull complete [2025-03-04T01:08:10.744Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-04T01:08:10.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-04T01:08:10.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:10.866Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:10.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-03-04T01:08:13.855Z] $ docker top ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T01:08:14.196Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] echo [2025-03-04T01:08:14.206Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh [2025-03-04T01:08:14.483Z] + set -o pipefail [2025-03-04T01:08:14.483Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' [2025-03-04T01:08:21.051Z] [2025-03-04T01:08:21.051Z] Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... [2025-03-04T01:08:21.051Z] [2025-03-04T01:08:21.051Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/934c5325-6bfa-42f0-9131-d7c3b7d1c836/history/f2954f77-e793-4795-9e82-a4046560687a [2025-03-04T01:08:21.051Z] [2025-03-04T01:08:21.051Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-04T01:08:21.051Z] [2025-03-04T01:08:21.051Z] [2025-03-04T01:08:21.051Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-03-04T01:08:21.051Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-03-04T01:08:21.074Z] $ docker stop --time=1 ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee [2025-03-04T01:08:23.769Z] $ docker rm -f --volumes ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-04T01:08:24.655Z] + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] sh [2025-03-04T01:08:24.949Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-04T01:08:24.949Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:25.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T01:08:25.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:25.341Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:25.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-04T01:08:25.762Z] $ docker top 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e -eo pid,comm [2025-03-04T01:08:25.799Z] 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-03-04T01:08:25.799Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-04T01:08:25.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-04T01:08:25.874Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-04T01:08:25.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-04T01:08:25.995Z] $ docker exec 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e ssh-agent [2025-03-04T01:08:26.083Z] SSH_AUTH_SOCK=/tmp/ssh-XtuU00ws06V8/agent.32 [2025-03-04T01:08:26.083Z] SSH_AGENT_PID=38 [2025-03-04T01:08:26.145Z] Running ssh-add (command line suppressed) [2025-03-04T01:08:26.267Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_14611182786308836559.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_14611182786308836559.key) [2025-03-04T01:08:26.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-04T01:08:26.621Z] + git semver tag [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,777 [run_tag] DEBUG tag force:False [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,778 [check_head_tag] DEBUG check head tag [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,778 [execute] INFO git cat-file --batch-check [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,782 [execute] INFO git cat-file --batch [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,782 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,800 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,800 [execute] INFO git tag -a v4.0.0-dev.2 -m v4.0.0-dev.2 [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,800 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.2', '-m', 'v4.0.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2025-03-04T01:08:26.906Z] 2025-03-04 01:08:26,804 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:26.906Z] 4.0.0-dev.2 [Pipeline] } [2025-03-04T01:08:26.927Z] $ docker exec --env ******** --env ******** 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e ssh-agent -k [2025-03-04T01:08:27.018Z] unset SSH_AUTH_SOCK; [2025-03-04T01:08:27.018Z] unset SSH_AGENT_PID; [2025-03-04T01:08:27.018Z] echo Agent pid 38 killed; [2025-03-04T01:08:27.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-04T01:08:27.365Z] + git semver [Pipeline] } [2025-03-04T01:08:27.649Z] $ docker stop --time=1 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e [2025-03-04T01:08:28.934Z] $ docker rm -f --volumes 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:29.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-04T01:08:29.359Z] [2025-03-04T01:08:29.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:29.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-04T01:08:29.674Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-04T01:08:29.674Z] ab5ef0e58194: Pulling fs layer [2025-03-04T01:08:29.674Z] 9712f1f96733: Pulling fs layer [2025-03-04T01:08:29.674Z] 63f879dbbcfc: Pulling fs layer [2025-03-04T01:08:29.674Z] 0d9ebad4ef96: Pulling fs layer [2025-03-04T01:08:29.674Z] e9a5061849ea: Pulling fs layer [2025-03-04T01:08:29.674Z] d747dcd14b5f: Pulling fs layer [2025-03-04T01:08:29.674Z] 2de7ff778b66: Pulling fs layer [2025-03-04T01:08:29.674Z] 0d9ebad4ef96: Waiting [2025-03-04T01:08:29.674Z] 2de7ff778b66: Waiting [2025-03-04T01:08:29.674Z] e9a5061849ea: Waiting [2025-03-04T01:08:29.674Z] d747dcd14b5f: Waiting [2025-03-04T01:08:29.674Z] 9712f1f96733: Verifying Checksum [2025-03-04T01:08:29.674Z] 9712f1f96733: Download complete [2025-03-04T01:08:29.933Z] 63f879dbbcfc: Verifying Checksum [2025-03-04T01:08:29.933Z] 63f879dbbcfc: Download complete [2025-03-04T01:08:30.192Z] e9a5061849ea: Verifying Checksum [2025-03-04T01:08:30.192Z] e9a5061849ea: Download complete [2025-03-04T01:08:30.192Z] d747dcd14b5f: Download complete [2025-03-04T01:08:30.192Z] 0d9ebad4ef96: Verifying Checksum [2025-03-04T01:08:30.192Z] 0d9ebad4ef96: Download complete [2025-03-04T01:08:30.451Z] 2de7ff778b66: Verifying Checksum [2025-03-04T01:08:30.451Z] 2de7ff778b66: Download complete [2025-03-04T01:08:30.451Z] ab5ef0e58194: Verifying Checksum [2025-03-04T01:08:30.451Z] ab5ef0e58194: Download complete [2025-03-04T01:08:32.976Z] ab5ef0e58194: Pull complete [2025-03-04T01:08:32.976Z] 9712f1f96733: Pull complete [2025-03-04T01:08:33.909Z] 63f879dbbcfc: Pull complete [2025-03-04T01:08:37.191Z] 0d9ebad4ef96: Pull complete [2025-03-04T01:08:37.191Z] e9a5061849ea: Pull complete [2025-03-04T01:08:37.191Z] d747dcd14b5f: Pull complete [2025-03-04T01:08:38.569Z] 2de7ff778b66: Pull complete [2025-03-04T01:08:38.569Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-04T01:08:38.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-04T01:08:38.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:38.692Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:38.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-03-04T01:08:42.143Z] $ docker top 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-04T01:08:42.218Z] provisioning config files... [2025-03-04T01:08:42.226Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16079665302227657062tmp [2025-03-04T01:08:42.235Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config18128060021154769001tmp [2025-03-04T01:08:42.243Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2868786862871157450tmp [Pipeline] { [Pipeline] echo [2025-03-04T01:08:42.348Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:08:42.637Z] ---> sigul-configuration.sh [2025-03-04T01:08:42.637Z] gpg: directory `/root/.gnupg' created [2025-03-04T01:08:42.637Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-04T01:08:42.637Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-04T01:08:42.637Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-04T01:08:42.637Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-04T01:08:42.637Z] gpg: CAST5 encrypted data [2025-03-04T01:08:42.637Z] gpg: encrypted with 1 passphrase [2025-03-04T01:08:42.637Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-04T01:08:42.934Z] + mkdir /home/jenkins [2025-03-04T01:08:42.934Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-04T01:08:43.232Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-03-04T01:08:43.249Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:08:43.544Z] ---> sigul-install.sh [2025-03-04T01:08:43.544Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-04T01:08:43.851Z] + git tag --list [2025-03-04T01:08:43.851Z] v1.0.0 [2025-03-04T01:08:43.851Z] v2.1.0 [2025-03-04T01:08:43.851Z] v2.1.1 [2025-03-04T01:08:43.851Z] v2.2.0 [2025-03-04T01:08:43.851Z] v2.3.0 [2025-03-04T01:08:43.851Z] v3.0 [2025-03-04T01:08:43.851Z] v3.0.0 [2025-03-04T01:08:43.851Z] v3.1 [2025-03-04T01:08:43.851Z] v3.1.0 [2025-03-04T01:08:43.851Z] v3.1.0-dev.1 [2025-03-04T01:08:43.851Z] v3.1.0-dev.10 [2025-03-04T01:08:43.851Z] v3.1.0-dev.11 [2025-03-04T01:08:43.851Z] v3.1.0-dev.12 [2025-03-04T01:08:43.851Z] v3.1.0-dev.13 [2025-03-04T01:08:43.851Z] v3.1.0-dev.14 [2025-03-04T01:08:43.851Z] v3.1.0-dev.15 [2025-03-04T01:08:43.851Z] v3.1.0-dev.16 [2025-03-04T01:08:43.851Z] v3.1.0-dev.17 [2025-03-04T01:08:43.851Z] v3.1.0-dev.18 [2025-03-04T01:08:43.851Z] v3.1.0-dev.19 [2025-03-04T01:08:43.851Z] v3.1.0-dev.2 [2025-03-04T01:08:43.851Z] v3.1.0-dev.20 [2025-03-04T01:08:43.851Z] v3.1.0-dev.21 [2025-03-04T01:08:43.851Z] v3.1.0-dev.22 [2025-03-04T01:08:43.851Z] v3.1.0-dev.23 [2025-03-04T01:08:43.851Z] v3.1.0-dev.24 [2025-03-04T01:08:43.851Z] v3.1.0-dev.25 [2025-03-04T01:08:43.851Z] v3.1.0-dev.26 [2025-03-04T01:08:43.851Z] v3.1.0-dev.3 [2025-03-04T01:08:43.851Z] v3.1.0-dev.4 [2025-03-04T01:08:43.851Z] v3.1.0-dev.5 [2025-03-04T01:08:43.851Z] v3.1.0-dev.6 [2025-03-04T01:08:43.851Z] v3.1.0-dev.7 [2025-03-04T01:08:43.851Z] v3.1.0-dev.8 [2025-03-04T01:08:43.851Z] v3.1.0-dev.9 [2025-03-04T01:08:43.851Z] v3.1.1 [2025-03-04T01:08:43.851Z] v3.1.1-dev.1 [2025-03-04T01:08:43.851Z] v3.2.0-dev.1 [2025-03-04T01:08:43.851Z] v3.2.0-dev.10 [2025-03-04T01:08:43.851Z] v3.2.0-dev.11 [2025-03-04T01:08:43.851Z] v3.2.0-dev.12 [2025-03-04T01:08:43.851Z] v3.2.0-dev.13 [2025-03-04T01:08:43.851Z] v3.2.0-dev.2 [2025-03-04T01:08:43.851Z] v3.2.0-dev.3 [2025-03-04T01:08:43.851Z] v3.2.0-dev.4 [2025-03-04T01:08:43.851Z] v3.2.0-dev.5 [2025-03-04T01:08:43.851Z] v3.2.0-dev.6 [2025-03-04T01:08:43.851Z] v3.2.0-dev.7 [2025-03-04T01:08:43.851Z] v3.2.0-dev.8 [2025-03-04T01:08:43.851Z] v3.2.0-dev.9 [2025-03-04T01:08:43.851Z] v4.0.0-dev.1 [2025-03-04T01:08:43.851Z] v4.0.0-dev.2 [Pipeline] sh [2025-03-04T01:08:44.152Z] + lftools sign git-tag v4.0.0-dev.2 [2025-03-04T01:08:44.719Z] Signing Git tag with Sigul... [2025-03-04T01:08:44.719Z] Signing v4.0.0-dev.2 [Pipeline] echo [2025-03-04T01:08:44.998Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:08:45.302Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-04T01:08:45.309Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-04T01:08:45.357Z] $ docker stop --time=1 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd [2025-03-04T01:08:46.616Z] $ docker rm -f --volumes 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-04T01:08:47.050Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-04T01:08:47.050Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:47.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T01:08:47.364Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:47.463Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:47.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-04T01:08:47.836Z] $ docker top 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 -eo pid,comm [2025-03-04T01:08:47.876Z] 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-03-04T01:08:47.876Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-04T01:08:47.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-04T01:08:47.931Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-04T01:08:48.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-04T01:08:48.052Z] $ docker exec 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 ssh-agent [2025-03-04T01:08:48.147Z] SSH_AUTH_SOCK=/tmp/ssh-LHvvKp3BybKg/agent.33 [2025-03-04T01:08:48.147Z] SSH_AGENT_PID=39 [2025-03-04T01:08:48.151Z] Running ssh-add (command line suppressed) [2025-03-04T01:08:48.258Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1269552213381833125.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1269552213381833125.key) [2025-03-04T01:08:48.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-04T01:08:48.556Z] + git semver bump pre [2025-03-04T01:08:48.815Z] 2025-03-04 01:08:48,749 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:48.815Z] 2025-03-04 01:08:48,749 [bump_version] DEBUG bumping version:4.0.0-dev.2 on axis:pre with prefix:dev [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,749 [bump_version] DEBUG bumped version:4.0.0-dev.3 [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,749 [write_version] DEBUG write version:4.0.0-dev.3 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,750 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,750 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,752 [execute] INFO git cat-file --batch-check [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,752 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,758 [execute] INFO git cat-file --batch [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,758 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-04T01:08:48.816Z] 2025-03-04 01:08:48,764 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:48.816Z] 4.0.0-dev.3 [Pipeline] } [2025-03-04T01:08:48.834Z] $ docker exec --env ******** --env ******** 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 ssh-agent -k [2025-03-04T01:08:48.947Z] unset SSH_AUTH_SOCK; [2025-03-04T01:08:48.948Z] unset SSH_AGENT_PID; [2025-03-04T01:08:48.948Z] echo Agent pid 39 killed; [2025-03-04T01:08:48.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-04T01:08:49.273Z] + git semver [Pipeline] } [2025-03-04T01:08:49.556Z] $ docker stop --time=1 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 [2025-03-04T01:08:50.852Z] $ docker rm -f --volumes 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-04T01:08:51.195Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-04T01:08:51.195Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:51.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-04T01:08:51.502Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:51.591Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:51.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-04T01:08:51.961Z] $ docker top 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 -eo pid,comm [2025-03-04T01:08:51.993Z] 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-03-04T01:08:51.993Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-04T01:08:52.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-04T01:08:52.061Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-04T01:08:52.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-04T01:08:52.179Z] $ docker exec 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 ssh-agent [2025-03-04T01:08:52.271Z] SSH_AUTH_SOCK=/tmp/ssh-a7BmHKcBHpiK/agent.33 [2025-03-04T01:08:52.271Z] SSH_AGENT_PID=39 [2025-03-04T01:08:52.275Z] Running ssh-add (command line suppressed) [2025-03-04T01:08:52.372Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_969985388606787649.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_969985388606787649.key) [2025-03-04T01:08:52.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-04T01:08:52.670Z] + git semver push [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,843 [run_push] DEBUG push [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,844 [execute] INFO git cat-file --batch-check [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,847 [execute] INFO git rev-list 5e8f35889ac9c59a4703ed95014e605ac77bb578 -- [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,847 [execute] DEBUG Popen(['git', 'rev-list', '5e8f35889ac9c59a4703ed95014e605ac77bb578', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,856 [execute] INFO git fetch -v origin [2025-03-04T01:08:52.931Z] 2025-03-04 01:08:52,856 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-03-04T01:08:53.501Z] 2025-03-04 01:08:53,317 [run_push] DEBUG no remote changes detected [2025-03-04T01:08:53.501Z] 2025-03-04 01:08:53,317 [execute] INFO git push origin semver [2025-03-04T01:08:53.501Z] 2025-03-04 01:08:53,318 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-04T01:08:54.069Z] 2025-03-04 01:08:53,927 [run_push] DEBUG push all version tags [2025-03-04T01:08:54.069Z] 2025-03-04 01:08:53,928 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-03-04T01:08:54.069Z] 2025-03-04 01:08:53,928 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2025-03-04T01:08:54.635Z] 2025-03-04 01:08:54,541 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-04T01:08:54.635Z] 4.0.0-dev.3 [Pipeline] } [2025-03-04T01:08:54.656Z] $ docker exec --env ******** --env ******** 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 ssh-agent -k [2025-03-04T01:08:54.767Z] unset SSH_AUTH_SOCK; [2025-03-04T01:08:54.767Z] unset SSH_AGENT_PID; [2025-03-04T01:08:54.767Z] echo Agent pid 39 killed; [2025-03-04T01:08:54.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-04T01:08:55.099Z] + git semver [Pipeline] } [2025-03-04T01:08:55.381Z] $ docker stop --time=1 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 [2025-03-04T01:08:56.633Z] $ docker rm -f --volumes 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-03-04T01:08:57.290Z] + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] [2025-03-04T01:08:57.290Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-04T01:08:57.290Z] total 16 [2025-03-04T01:08:57.290Z] drwxr-xr-x 3 root root 4096 Mar 4 00:51 . [2025-03-04T01:08:57.290Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 4 01:08 .. [2025-03-04T01:08:57.290Z] drwxr-xr-x 2 root root 4096 Mar 4 00:51 cost [2025-03-04T01:08:57.290Z] -rw-r--r-- 1 root root 83 Mar 4 00:51 cost.csv [2025-03-04T01:08:57.290Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-04T01:08:57.290Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-04T01:08:57.290Z] total 16 [2025-03-04T01:08:57.290Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 4 00:51 . [2025-03-04T01:08:57.290Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 4 01:08 .. [2025-03-04T01:08:57.290Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 4 00:51 cost [2025-03-04T01:08:57.290Z] -rw-r--r-- 1 jenkins jenkins 83 Mar 4 00:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:08:57.583Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:08:58.442Z] ---> package-listing.sh [2025-03-04T01:08:58.442Z] ++ facter osfamily [2025-03-04T01:08:58.442Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-04T01:08:58.700Z] + OS_FAMILY=debian [2025-03-04T01:08:58.700Z] + workspace=/w/workspace/edgexfoundry_device-gpio_main [2025-03-04T01:08:58.700Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-04T01:08:58.700Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-04T01:08:58.700Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-04T01:08:58.700Z] + PACKAGES=/tmp/packages_start.txt [2025-03-04T01:08:58.700Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2025-03-04T01:08:58.700Z] + PACKAGES=/tmp/packages_end.txt [2025-03-04T01:08:58.700Z] + case "${OS_FAMILY}" in [2025-03-04T01:08:58.700Z] + dpkg -l [2025-03-04T01:08:58.700Z] + grep '^ii' [2025-03-04T01:08:58.700Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-04T01:08:58.700Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-04T01:08:58.700Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-04T01:08:58.700Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2025-03-04T01:08:58.700Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ [2025-03-04T01:08:58.700Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo [2025-03-04T01:08:58.713Z] 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-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-03-04T01:08:58.990Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-04T01:08:59.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-04T01:08:59.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-04T01:08:59.633Z] prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container [2025-03-04T01:08:59.673Z] $ 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-gpio_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-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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-03-04T01:08:59.872Z] $ docker top 56410539e19c6977313cfbb02a69a00ba61745c7f9381043ada632fcb5d8ad52 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-04T01:09:00.209Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-04T01:09:00.494Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-04T01:09:00.787Z] + ls /var/log/sa-host [2025-03-04T01:09:00.788Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-04T01:09:00.875Z] provisioning config files... [2025-03-04T01:09:00.885Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14684374714430291830tmp [Pipeline] { [Pipeline] echo [2025-03-04T01:09:00.908Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:09:01.191Z] ---> create-netrc.sh [Pipeline] } [2025-03-04T01:09:01.199Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:09:01.543Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-04T01:09:01.555Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:09:01.840Z] ---> sudo-logs.sh [2025-03-04T01:09:01.840Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-04T01:09:01.874Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:09:02.157Z] ---> job-cost.sh [2025-03-04T01:09:02.157Z] lf-activate-venv: SKIPPING [2025-03-04T01:09:02.157Z] DEBUG: total: 0.2199999988079071 [2025-03-04T01:09:02.157Z] INFO: Retrieving Stack Cost... [2025-03-04T01:09:02.417Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-04T01:09:02.987Z] INFO: Archiving Costs [Pipeline] echo [2025-03-04T01:09:02.999Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-04T01:09:03.282Z] ---> logs-deploy.sh [2025-03-04T01:09:03.282Z] lf-activate-venv: SKIPPING [2025-03-04T01:09:03.282Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/128 [2025-03-04T01:09:03.282Z] INFO: archiving workspace using pattern(s): [2025-03-04T01:09:04.221Z] Archives upload complete. [2025-03-04T01:09:04.221Z] INFO: archiving logs to Nexus