Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 99341b55b6a412f9218defbeb1518dbc282c704d 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-ssh16521133896285678772.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh9733391061119924509.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 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa 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-ssh1077995838124558083.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa # timeout=10 Commit message: "fix: add new goLTSImages 1.23 (#466)" > 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-ssh12691785054302524290.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-ssh13121756866927068505.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-40981 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 Avoid second fetch Checking out Revision 99341b55b6a412f9218defbeb1518dbc282c704d (main) Commit message: "Merge pull request #250 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 99341b55b6a412f9218defbeb1518dbc282c704d # timeout=10 > git rev-list --no-walk a47bf9256c62d18f557478b0cd646d555129a6a9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-12T01:52:53.576Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-12T01:52:53.645Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-12T01:52:53.672Z] ========================================================= [2025-03-12T01:52:53.672Z] EdgeX Global Pipelines Version Info [2025-03-12T01:52:53.672Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:52:54.399Z] ------------------- [2025-03-12T01:52:54.399Z] stable info: [2025-03-12T01:52:54.399Z] ------------------- [2025-03-12T01:52:54.399Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-03-12T01:52:54.399Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-12T01:52:54.399Z] Message: update stable to v1.0.271 [2025-03-12T01:52:54.970Z] ------------------- [2025-03-12T01:52:54.970Z] experimental info: [2025-03-12T01:52:54.970Z] ------------------- [2025-03-12T01:52:54.970Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-03-12T01:52:54.970Z] Commit SHA: 1fb09f2f04337f862ccd4ddbc4d09c840662fcaa [2025-03-12T01:52:54.970Z] Message: update experimental to v1.0.271 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-12T01:52:55.048Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2025-03-12T01:52:55.067Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2025-03-12T01:52:55.086Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-12T01:52:55.111Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-12T01:52:55.136Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-12T01:52:55.163Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-12T01:52:55.189Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-12T01:52:55.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-03-12T01:52:55.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-12T01:52:55.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-12T01:52:55.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-12T01:52:55.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2025-03-12T01:52:55.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-12T01:52:55.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-12T01:52:55.397Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-12T01:52:55.419Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-12T01:52:55.444Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-03-12T01:52:55.471Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-03-12T01:52:55.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-12T01:52:55.522Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-12T01:52:55.546Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-03-12T01:52:55.575Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-03-12T01:52:55.597Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-03-12T01:52:55.622Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-03-12T01:52:55.648Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-03-12T01:52:55.674Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-12T01:52:55.696Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-12T01:52:55.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-12T01:52:55.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-12T01:52:55.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-12T01:52:55.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] echo [2025-03-12T01:52:55.814Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99341b5 [Pipeline] echo [2025-03-12T01:52:55.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T01:52:55.899Z] provisioning config files... [2025-03-12T01:52:55.912Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5598282168392212065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:52:56.251Z] ---> ****-login.sh [2025-03-12T01:52:56.251Z] nexus3.edgexfoundry.org:10001 [2025-03-12T01:52:56.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:52:56.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:52:56.510Z] Configure a credential helper to remove this warning. See [2025-03-12T01:52:56.510Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:52:56.510Z] [2025-03-12T01:52:56.510Z] Login Succeeded [2025-03-12T01:52:56.770Z] nexus3.edgexfoundry.org:10002 [2025-03-12T01:52:56.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:52:56.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:52:56.770Z] Configure a credential helper to remove this warning. See [2025-03-12T01:52:56.771Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:52:56.771Z] [2025-03-12T01:52:56.771Z] Login Succeeded [2025-03-12T01:52:56.771Z] nexus3.edgexfoundry.org:10003 [2025-03-12T01:52:56.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:52:56.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:52:56.771Z] Configure a credential helper to remove this warning. See [2025-03-12T01:52:56.771Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:52:56.771Z] [2025-03-12T01:52:56.771Z] Login Succeeded [2025-03-12T01:52:56.771Z] nexus3.edgexfoundry.org:10004 [2025-03-12T01:52:57.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:52:57.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:52:57.041Z] Configure a credential helper to remove this warning. See [2025-03-12T01:52:57.041Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:52:57.041Z] [2025-03-12T01:52:57.041Z] Login Succeeded [2025-03-12T01:52:57.041Z] ****.io [2025-03-12T01:52:57.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:52:57.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:52:57.301Z] Configure a credential helper to remove this warning. See [2025-03-12T01:52:57.301Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:52:57.301Z] [2025-03-12T01:52:57.301Z] Login Succeeded [2025-03-12T01:52:57.301Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T01:52:57.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-03-12T01:52:57.728Z] + git rev-list -1 --merges 99341b55b6a412f9218defbeb1518dbc282c704d~1..99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] echo [2025-03-12T01:52:57.756Z] -----------> git rev-list -1 --merges 99341b55b6a412f9218defbeb1518dbc282c704d~1..99341b55b6a412f9218defbeb1518dbc282c704d 99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T01:52:57.756Z] 99341b55b6a412f9218defbeb1518dbc282c704d [false] [Pipeline] sh [2025-03-12T01:52:58.048Z] + git log --format=format:%s -1 99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] echo [2025-03-12T01:52:58.064Z] ========================================================= [2025-03-12T01:52:58.064Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-12T01:52:58.064Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T01:52:58.397Z] + git log --format=format:%s -1 99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] echo [2025-03-12T01:52:58.408Z] [semverPrep] GIT_COMMIT: 99341b55b6a412f9218defbeb1518dbc282c704d, Commit Message: Merge pull request #250 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0 [Pipeline] echo [2025-03-12T01:52:58.422Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-03-12T01:52:58.780Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T01:52:58.780Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-12T01:52:58.780Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-12T01:52:58.780Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-12T01:52:58.780Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-12T01:52:58.780Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-12T01:52:58.780Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:52:59.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T01:52:59.195Z] [2025-03-12T01:52:59.195Z] 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-12T01:52:59.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T01:52:59.506Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-12T01:52:59.506Z] b85a868b505f: Pulling fs layer [2025-03-12T01:52:59.506Z] e2be974225ed: Pulling fs layer [2025-03-12T01:52:59.506Z] 339a4e72a1f5: Pulling fs layer [2025-03-12T01:52:59.506Z] 988bab9f4d93: Pulling fs layer [2025-03-12T01:52:59.506Z] 1469e6f7b9e6: Pulling fs layer [2025-03-12T01:52:59.506Z] eaf3925da568: Pulling fs layer [2025-03-12T01:52:59.506Z] bab4dde63d76: Pulling fs layer [2025-03-12T01:52:59.506Z] bde34c3a00c8: Pulling fs layer [2025-03-12T01:52:59.506Z] b352a97aabf1: Pulling fs layer [2025-03-12T01:52:59.506Z] 4872d77fe225: Pulling fs layer [2025-03-12T01:52:59.506Z] 5851b861e8e6: Pulling fs layer [2025-03-12T01:52:59.506Z] 988bab9f4d93: Waiting [2025-03-12T01:52:59.506Z] 1469e6f7b9e6: Waiting [2025-03-12T01:52:59.506Z] bde34c3a00c8: Waiting [2025-03-12T01:52:59.506Z] b352a97aabf1: Waiting [2025-03-12T01:52:59.506Z] eaf3925da568: Waiting [2025-03-12T01:52:59.506Z] bab4dde63d76: Waiting [2025-03-12T01:52:59.506Z] 4872d77fe225: Waiting [2025-03-12T01:52:59.506Z] 5851b861e8e6: Waiting [2025-03-12T01:52:59.506Z] e2be974225ed: Verifying Checksum [2025-03-12T01:52:59.506Z] e2be974225ed: Download complete [2025-03-12T01:52:59.506Z] 988bab9f4d93: Verifying Checksum [2025-03-12T01:52:59.506Z] 988bab9f4d93: Download complete [2025-03-12T01:52:59.764Z] 1469e6f7b9e6: Verifying Checksum [2025-03-12T01:52:59.764Z] 1469e6f7b9e6: Download complete [2025-03-12T01:52:59.764Z] 339a4e72a1f5: Verifying Checksum [2025-03-12T01:52:59.764Z] 339a4e72a1f5: Download complete [2025-03-12T01:52:59.764Z] eaf3925da568: Verifying Checksum [2025-03-12T01:52:59.764Z] eaf3925da568: Download complete [2025-03-12T01:52:59.764Z] bde34c3a00c8: Download complete [2025-03-12T01:52:59.764Z] b352a97aabf1: Verifying Checksum [2025-03-12T01:52:59.764Z] b352a97aabf1: Download complete [2025-03-12T01:52:59.764Z] 4872d77fe225: Download complete [2025-03-12T01:52:59.764Z] 5851b861e8e6: Download complete [2025-03-12T01:52:59.764Z] b85a868b505f: Verifying Checksum [2025-03-12T01:52:59.764Z] b85a868b505f: Download complete [2025-03-12T01:53:00.022Z] bab4dde63d76: Verifying Checksum [2025-03-12T01:53:00.022Z] bab4dde63d76: Download complete [2025-03-12T01:53:00.958Z] b85a868b505f: Pull complete [2025-03-12T01:53:00.958Z] e2be974225ed: Pull complete [2025-03-12T01:53:01.525Z] 339a4e72a1f5: Pull complete [2025-03-12T01:53:01.525Z] 988bab9f4d93: Pull complete [2025-03-12T01:53:01.784Z] 1469e6f7b9e6: Pull complete [2025-03-12T01:53:02.043Z] eaf3925da568: Pull complete [2025-03-12T01:53:03.418Z] bab4dde63d76: Pull complete [2025-03-12T01:53:03.418Z] bde34c3a00c8: Pull complete [2025-03-12T01:53:03.677Z] b352a97aabf1: Pull complete [2025-03-12T01:53:03.677Z] 4872d77fe225: Pull complete [2025-03-12T01:53:03.937Z] 5851b861e8e6: Pull complete [2025-03-12T01:53:03.937Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-12T01:53:03.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T01:53:03.937Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:53:04.090Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T01:53:04.111Z] $ 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-12T01:53:06.518Z] $ docker top 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 -eo pid,comm [2025-03-12T01:53:06.915Z] 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-12T01:53:06.915Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T01:53:06.976Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T01:53:06.976Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T01:53:07.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T01:53:07.091Z] $ docker exec 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 ssh-agent [2025-03-12T01:53:07.286Z] SSH_AUTH_SOCK=/tmp/ssh-P5nD2trkFp0B/agent.33 [2025-03-12T01:53:07.286Z] SSH_AGENT_PID=39 [2025-03-12T01:53:07.294Z] Running ssh-add (command line suppressed) [2025-03-12T01:53:07.398Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11776017798328805870.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11776017798328805870.key) [2025-03-12T01:53:07.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T01:53:07.715Z] + git tag --points-at HEAD [Pipeline] } [2025-03-12T01:53:07.721Z] $ docker exec --env ******** --env ******** 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 ssh-agent -k [2025-03-12T01:53:07.820Z] unset SSH_AUTH_SOCK; [2025-03-12T01:53:07.821Z] unset SSH_AGENT_PID; [2025-03-12T01:53:07.821Z] echo Agent pid 39 killed; [2025-03-12T01:53:07.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-12T01:53:07.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T01:53:07.879Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T01:53:07.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T01:53:07.985Z] $ docker exec 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 ssh-agent [2025-03-12T01:53:08.093Z] SSH_AUTH_SOCK=/tmp/ssh-TKy86n7tTN3i/agent.72 [2025-03-12T01:53:08.094Z] SSH_AGENT_PID=78 [2025-03-12T01:53:08.099Z] Running ssh-add (command line suppressed) [2025-03-12T01:53:08.201Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5120630081969442967.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5120630081969442967.key) [2025-03-12T01:53:08.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T01:53:10.068Z] + git semver init [2025-03-12T01:53:10.068Z] 2025-03-12 01:53:09,309 [run_init] DEBUG init version:0.0.0 force:False [2025-03-12T01:53:10.068Z] 2025-03-12 01:53:09,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver [2025-03-12T01:53:10.068Z] 2025-03-12 01:53:09,310 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver [2025-03-12T01:53:10.068Z] 2025-03-12 01:53:09,310 [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-12T01:53:17.077Z] 2025-03-12 01:53:16,754 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude [2025-03-12T01:53:17.077Z] 2025-03-12 01:53:16,755 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False [2025-03-12T01:53:17.077Z] 2025-03-12 01:53:16,755 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T01:53:17.077Z] 2025-03-12 01:53:16,755 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T01:53:17.077Z] 4.0.0-dev.4 [Pipeline] } [2025-03-12T01:53:17.088Z] $ docker exec --env ******** --env ******** 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 ssh-agent -k [2025-03-12T01:53:17.188Z] unset SSH_AUTH_SOCK; [2025-03-12T01:53:17.188Z] unset SSH_AGENT_PID; [2025-03-12T01:53:17.188Z] echo Agent pid 78 killed; [2025-03-12T01:53:17.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T01:53:17.529Z] + git semver [Pipeline] } [2025-03-12T01:53:17.800Z] $ docker stop --time=1 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 [2025-03-12T01:53:20.114Z] $ docker rm -f --volumes 216436578c37454becd10058438190c28be3808e488f60823eb9a0f881ed2399 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T01:53:20.460Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-12T01:53:20.706Z] Stashed 1 file(s) [Pipeline] echo [2025-03-12T01:53:20.708Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T01:53:20.872Z] provisioning config files... [2025-03-12T01:53:20.881Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10390514372909454448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:53:21.178Z] ---> ****-login.sh [2025-03-12T01:53:21.178Z] nexus3.edgexfoundry.org:10001 [2025-03-12T01:53:21.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:53:21.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:53:21.179Z] Configure a credential helper to remove this warning. See [2025-03-12T01:53:21.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:53:21.179Z] [2025-03-12T01:53:21.179Z] Login Succeeded [2025-03-12T01:53:21.179Z] nexus3.edgexfoundry.org:10002 [2025-03-12T01:53:21.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:53:21.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:53:21.179Z] Configure a credential helper to remove this warning. See [2025-03-12T01:53:21.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:53:21.179Z] [2025-03-12T01:53:21.179Z] Login Succeeded [2025-03-12T01:53:21.179Z] nexus3.edgexfoundry.org:10003 [2025-03-12T01:53:21.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:53:21.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:53:21.437Z] Configure a credential helper to remove this warning. See [2025-03-12T01:53:21.437Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:53:21.437Z] [2025-03-12T01:53:21.437Z] Login Succeeded [2025-03-12T01:53:21.437Z] nexus3.edgexfoundry.org:10004 [2025-03-12T01:53:21.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:53:21.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:53:21.437Z] Configure a credential helper to remove this warning. See [2025-03-12T01:53:21.437Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:53:21.437Z] [2025-03-12T01:53:21.437Z] Login Succeeded [2025-03-12T01:53:21.437Z] ****.io [2025-03-12T01:53:21.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:53:21.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:53:21.697Z] Configure a credential helper to remove this warning. See [2025-03-12T01:53:21.697Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:53:21.697Z] [2025-03-12T01:53:21.697Z] Login Succeeded [2025-03-12T01:53:21.697Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T01:53:21.704Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-12T01:53:21.803Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T01:53:21.827Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T01:53:21.848Z] ========================================================= [2025-03-12T01:53:21.848Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-12T01:53:21.848Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:53:22.188Z] + 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-12T01:53:22.188Z] Sending build context to Docker daemon 30.44MB [2025-03-12T01:53:22.188Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T01:53:22.188Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-12T01:53:22.447Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-12T01:53:22.447Z] da9db072f522: Pulling fs layer [2025-03-12T01:53:22.447Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-12T01:53:22.447Z] 06f05ace1117: Pulling fs layer [2025-03-12T01:53:22.447Z] 5fe327b54edc: Pulling fs layer [2025-03-12T01:53:22.447Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T01:53:22.447Z] 92a5565b7b96: Pulling fs layer [2025-03-12T01:53:22.447Z] ff9bb7016b71: Pulling fs layer [2025-03-12T01:53:22.447Z] b67dba6c2c7d: Pulling fs layer [2025-03-12T01:53:22.447Z] a813b0c90790: Pulling fs layer [2025-03-12T01:53:22.447Z] 5fe327b54edc: Waiting [2025-03-12T01:53:22.447Z] b67dba6c2c7d: Waiting [2025-03-12T01:53:22.447Z] a813b0c90790: Waiting [2025-03-12T01:53:22.447Z] 4f4fb700ef54: Waiting [2025-03-12T01:53:22.447Z] ff9bb7016b71: Waiting [2025-03-12T01:53:22.447Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-12T01:53:22.447Z] 6ef4a4ee8ca5: Download complete [2025-03-12T01:53:22.447Z] 5fe327b54edc: Download complete [2025-03-12T01:53:22.447Z] 4f4fb700ef54: Verifying Checksum [2025-03-12T01:53:22.447Z] 4f4fb700ef54: Download complete [2025-03-12T01:53:22.447Z] da9db072f522: Verifying Checksum [2025-03-12T01:53:22.447Z] da9db072f522: Download complete [2025-03-12T01:53:22.447Z] 92a5565b7b96: Download complete [2025-03-12T01:53:22.447Z] ff9bb7016b71: Verifying Checksum [2025-03-12T01:53:22.447Z] ff9bb7016b71: Download complete [2025-03-12T01:53:22.708Z] da9db072f522: Pull complete [2025-03-12T01:53:22.708Z] a813b0c90790: Verifying Checksum [2025-03-12T01:53:22.708Z] a813b0c90790: Download complete [2025-03-12T01:53:22.708Z] 6ef4a4ee8ca5: Pull complete [2025-03-12T01:53:22.967Z] 06f05ace1117: Verifying Checksum [2025-03-12T01:53:22.967Z] 06f05ace1117: Download complete [2025-03-12T01:53:23.226Z] b67dba6c2c7d: Verifying Checksum [2025-03-12T01:53:23.226Z] b67dba6c2c7d: Download complete [2025-03-12T01:53:26.510Z] 06f05ace1117: Pull complete [2025-03-12T01:53:26.510Z] 5fe327b54edc: Pull complete [2025-03-12T01:53:26.510Z] 4f4fb700ef54: Pull complete [2025-03-12T01:53:26.510Z] 92a5565b7b96: Pull complete [2025-03-12T01:53:26.510Z] ff9bb7016b71: Pull complete [2025-03-12T01:53:29.049Z] b67dba6c2c7d: Pull complete [2025-03-12T01:53:29.617Z] a813b0c90790: Pull complete [2025-03-12T01:53:29.617Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-12T01:53:29.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-12T01:53:29.617Z] ---> 3ba60ce46760 [2025-03-12T01:53:29.617Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-12T01:53:34.892Z] ---> Running in 15754ca11481 [2025-03-12T01:53:34.892Z] Removing intermediate container 15754ca11481 [2025-03-12T01:53:34.892Z] ---> 77b97646d341 [2025-03-12T01:53:34.892Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T01:53:34.892Z] ---> Running in ff46d7a4e7a0 [2025-03-12T01:53:35.151Z] Removing intermediate container ff46d7a4e7a0 [2025-03-12T01:53:35.151Z] ---> 70723fb567f9 [2025-03-12T01:53:35.151Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-12T01:53:35.151Z] ---> Running in 86cab4a9d7fc [2025-03-12T01:53:35.151Z] Removing intermediate container 86cab4a9d7fc [2025-03-12T01:53:35.151Z] ---> 5d2b48e77d48 [2025-03-12T01:53:35.151Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T01:53:35.151Z] ---> Running in c35face547e8 [2025-03-12T01:53:35.151Z] Removing intermediate container c35face547e8 [2025-03-12T01:53:35.151Z] ---> d64814d62ab3 [2025-03-12T01:53:35.151Z] Step 7/12 : WORKDIR /device-gpio [2025-03-12T01:53:35.151Z] ---> Running in e1f277d7e336 [2025-03-12T01:53:35.410Z] Removing intermediate container e1f277d7e336 [2025-03-12T01:53:35.410Z] ---> bea9dbfc60fa [2025-03-12T01:53:35.410Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T01:53:35.410Z] ---> Running in 40446345bbb3 [2025-03-12T01:53:35.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T01:53:35.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T01:53:35.838Z] Still waiting to schedule task [2025-03-12T01:53:35.838Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-40973’ [2025-03-12T01:53:36.235Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-12T01:53:36.235Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-12T01:53:36.235Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-12T01:53:36.235Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-12T01:53:36.235Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T01:53:36.235Z] OK: 252 MiB in 62 packages [2025-03-12T01:53:36.802Z] Removing intermediate container 40446345bbb3 [2025-03-12T01:53:36.802Z] ---> c3f073d521ee [2025-03-12T01:53:36.802Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-12T01:53:36.802Z] ---> bb6478c4d267 [2025-03-12T01:53:36.802Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T01:53:36.802Z] ---> Running in f5cbb33e215f [2025-03-12T01:54:23.483Z] Removing intermediate container f5cbb33e215f [2025-03-12T01:54:23.483Z] ---> 2076634247c4 [2025-03-12T01:54:23.483Z] Step 11/12 : COPY . . [2025-03-12T01:54:23.483Z] ---> 3475d120d758 [2025-03-12T01:54:23.483Z] Step 12/12 : RUN ${MAKE} [2025-03-12T01:54:23.483Z] ---> Running in b316dfecfba1 [2025-03-12T01:54:23.483Z] noop [2025-03-12T01:54:23.483Z] Removing intermediate container b316dfecfba1 [2025-03-12T01:54:23.483Z] ---> be7a72d63387 [2025-03-12T01:54:23.483Z] Successfully built be7a72d63387 [2025-03-12T01:54:23.483Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:54:23.823Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-12T01:54:23.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:54:23.911Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T01:54:23.948Z] $ 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-12T01:54:24.319Z] $ docker top 2e5be5c21c9dd69944922aae930b3169815f582362a815a2457d1198c40ae6d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T01:54:24.674Z] + go version [2025-03-12T01:54:24.674Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-12T01:54:24.684Z] $ docker stop --time=1 2e5be5c21c9dd69944922aae930b3169815f582362a815a2457d1198c40ae6d5 [2025-03-12T01:54:25.949Z] $ docker rm -f --volumes 2e5be5c21c9dd69944922aae930b3169815f582362a815a2457d1198c40ae6d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:54:26.405Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-12T01:54:26.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:54:26.490Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T01:54:26.524Z] $ 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-12T01:54:26.894Z] $ docker top 834245f24e4b27fdef170583a0171ba71244869b221f403921f62678a11f2dfa -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T01:54:27.242Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh [2025-03-12T01:54:27.537Z] + make test [2025-03-12T01:54:27.537Z] go test ./... -coverprofile=coverage.out ./... [2025-03-12T01:54:28.911Z] ? github.com/edgexfoundry/device-gpio [no test files] [2025-03-12T01:54:46.986Z] github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements [2025-03-12T01:54:46.986Z] github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements [2025-03-12T01:54:55.105Z] go vet ./... [2025-03-12T01:55:00.363Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-12T01:55:00.363Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-12T01:55:00.363Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-12T01:55:00.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-12T01:55:00.399Z] $ docker stop --time=1 834245f24e4b27fdef170583a0171ba71244869b221f403921f62678a11f2dfa [2025-03-12T01:55:14.246Z] $ docker rm -f --volumes 834245f24e4b27fdef170583a0171ba71244869b221f403921f62678a11f2dfa [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T01:55:14.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-12T01:55:14.948Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-03-12T01:55:15.398Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-12T01:55:15.689Z] + ls -al . [2025-03-12T01:55:15.689Z] total 224 [2025-03-12T01:55:15.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 01:54 . [2025-03-12T01:55:15.689Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 01:52 .. [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 12 01:52 .dockerignore [2025-03-12T01:55:15.689Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 01:54 .git [2025-03-12T01:55:15.689Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:52 .github [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 277 Mar 12 01:52 .gitignore [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 12 01:52 .golangci.yml [2025-03-12T01:55:15.689Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 12 01:53 .semver [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 19399 Mar 12 01:52 Attribution.txt [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 7819 Mar 12 01:52 CHANGELOG.md [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 1694 Mar 12 01:52 Dockerfile [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 12 01:52 GOVERNANCE.md [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 12 01:52 Jenkinsfile [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 12 01:52 LICENSE [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 1923 Mar 12 01:52 Makefile [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 12 01:52 OWNERS.md [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 12 01:52 README.md [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 12 01:53 VERSION [2025-03-12T01:55:15.689Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 01:52 bin [2025-03-12T01:55:15.689Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:52 cmd [2025-03-12T01:55:15.689Z] -rw-r--r-- 1 jenkins jenkins 11486 Mar 12 01:54 coverage.out [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 6050 Mar 12 01:52 go.mod [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 86888 Mar 12 01:52 go.sum [2025-03-12T01:55:15.689Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:52 internal [2025-03-12T01:55:15.689Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 12 01:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:55:16.008Z] + 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=99341b55b6a412f9218defbeb1518dbc282c704d --label arch=amd64 --label version=4.0.0-dev.4 . [2025-03-12T01:55:16.008Z] Sending build context to Docker daemon 30.45MB [2025-03-12T01:55:16.008Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T01:55:16.008Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-12T01:55:16.008Z] ---> be7a72d63387 [2025-03-12T01:55:16.008Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-12T01:55:18.548Z] ---> Running in 8a2938fa395c [2025-03-12T01:55:19.490Z] Removing intermediate container 8a2938fa395c [2025-03-12T01:55:19.490Z] ---> ac21c4cda762 [2025-03-12T01:55:19.490Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T01:55:20.430Z] ---> Running in 3e7ee888af46 [2025-03-12T01:55:21.370Z] Removing intermediate container 3e7ee888af46 [2025-03-12T01:55:21.370Z] ---> 838a5d2928e8 [2025-03-12T01:55:21.370Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-12T01:55:21.941Z] ---> Running in 11ac18dd917f [2025-03-12T01:55:22.878Z] Removing intermediate container 11ac18dd917f [2025-03-12T01:55:22.878Z] ---> 3b708fdc7b08 [2025-03-12T01:55:22.878Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T01:55:23.813Z] ---> Running in e6dd3d003d5e [2025-03-12T01:55:24.382Z] Removing intermediate container e6dd3d003d5e [2025-03-12T01:55:24.382Z] ---> 5d9a5ffb432a [2025-03-12T01:55:24.382Z] Step 7/26 : WORKDIR /device-gpio [2025-03-12T01:55:24.951Z] ---> Running in 6cdb2d6ba578 [2025-03-12T01:55:25.518Z] Removing intermediate container 6cdb2d6ba578 [2025-03-12T01:55:25.518Z] ---> df5fbe6bd5e2 [2025-03-12T01:55:25.518Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T01:55:25.789Z] ---> Running in 20db4385ef35 [2025-03-12T01:55:26.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T01:55:26.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T01:55:27.246Z] OK: 252 MiB in 62 packages [2025-03-12T01:55:29.150Z] Removing intermediate container 20db4385ef35 [2025-03-12T01:55:29.150Z] ---> fef8a1995829 [2025-03-12T01:55:29.150Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-12T01:55:29.717Z] ---> 7e81a80e3986 [2025-03-12T01:55:29.717Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T01:55:30.285Z] ---> Running in 5c8d107c636b [2025-03-12T01:55:33.573Z] Removing intermediate container 5c8d107c636b [2025-03-12T01:55:33.573Z] ---> 8ff7d02ca49d [2025-03-12T01:55:33.573Z] Step 11/26 : COPY . . [2025-03-12T01:55:35.479Z] ---> 2be29fc46613 [2025-03-12T01:55:35.479Z] Step 12/26 : RUN ${MAKE} [2025-03-12T01:55:36.046Z] ---> Running in ddc79011f6a1 [2025-03-12T01:55:36.989Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2025-03-12T01:56:22.621Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-40983 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws [2025-03-12T01:56:22.652Z] Running in /w/workspace/device-gpio/130 [Pipeline] { [Pipeline] checkout [2025-03-12T01:56:23.685Z] Removing intermediate container ddc79011f6a1 [2025-03-12T01:56:23.686Z] ---> 97527b970482 [2025-03-12T01:56:23.686Z] Step 13/26 : FROM alpine:3.20 [2025-03-12T01:56:23.686Z] 3.20: Pulling from library/alpine [2025-03-12T01:56:23.686Z] 0a9a5dfd008f: Pulling fs layer [2025-03-12T01:56:23.686Z] 0a9a5dfd008f: Verifying Checksum [2025-03-12T01:56:23.686Z] 0a9a5dfd008f: Download complete [2025-03-12T01:56:23.686Z] 0a9a5dfd008f: Pull complete [2025-03-12T01:56:23.686Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-12T01:56:23.686Z] Status: Downloaded newer image for alpine:3.20 [2025-03-12T01:56:23.686Z] ---> ff221270b9fb [2025-03-12T01:56:23.686Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2025-03-12T01:56:23.686Z] ---> Running in 719b227172f5 [2025-03-12T01:56:23.964Z] Removing intermediate container 719b227172f5 [2025-03-12T01:56:23.964Z] ---> c4be4e7c701b [2025-03-12T01:56:23.964Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-12T01:56:24.534Z] ---> Running in 713e069f1688 [2025-03-12T01:56:25.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T01:56:25.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T01:56:25.362Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-12T01:56:25.362Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T01:56:25.362Z] OK: 8 MiB in 15 packages [2025-03-12T01:56:25.701Z] The recommended git tool is: git [2025-03-12T01:56:27.267Z] Removing intermediate container 713e069f1688 [2025-03-12T01:56:27.267Z] ---> 54582bc2ce28 [2025-03-12T01:56:27.267Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-12T01:56:27.835Z] ---> Running in 0060c63048a1 [2025-03-12T01:56:28.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-12T01:56:28.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-12T01:56:28.661Z] OK: 8 MiB in 15 packages [2025-03-12T01:56:30.560Z] Removing intermediate container 0060c63048a1 [2025-03-12T01:56:30.560Z] ---> 587544da6a61 [2025-03-12T01:56:30.560Z] Step 17/26 : WORKDIR / [2025-03-12T01:56:30.615Z] using credential edgex-jenkins-ssh [2025-03-12T01:56:30.637Z] Cloning the remote Git repository [2025-03-12T01:56:31.125Z] ---> Running in d510169c154c [2025-03-12T01:56:30.682Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2025-03-12T01:56:30.797Z] > git init /w/workspace/device-gpio/130 # timeout=10 [2025-03-12T01:56:30.967Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2025-03-12T01:56:30.968Z] > git --version # timeout=10 [2025-03-12T01:56:30.992Z] > git --version # 'git version 2.25.1' [2025-03-12T01:56:30.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-12T01:56:31.168Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-12T01:56:32.062Z] Removing intermediate container d510169c154c [2025-03-12T01:56:32.062Z] ---> f21802f77133 [2025-03-12T01:56:32.062Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2025-03-12T01:56:32.630Z] ---> 8ac16405546a [2025-03-12T01:56:32.630Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2025-03-12T01:56:34.008Z] ---> 7fb029ee398d [2025-03-12T01:56:34.008Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2025-03-12T01:56:34.266Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2025-03-12T01:56:34.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-12T01:56:35.350Z] Avoid second fetch [2025-03-12T01:56:35.351Z] Checking out Revision 99341b55b6a412f9218defbeb1518dbc282c704d (main) [2025-03-12T01:56:35.365Z] > git config core.sparsecheckout # timeout=10 [2025-03-12T01:56:35.429Z] > git checkout -f 99341b55b6a412f9218defbeb1518dbc282c704d # timeout=10 [2025-03-12T01:56:35.988Z] Commit message: "Merge pull request #250 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" [2025-03-12T01:56:37.301Z] ---> b520bd527ad9 [2025-03-12T01:56:37.301Z] Step 21/26 : EXPOSE 59910 [2025-03-12T01:56:37.301Z] ---> Running in 45dfb0140074 [2025-03-12T01:56:37.560Z] Removing intermediate container 45dfb0140074 [2025-03-12T01:56:37.560Z] ---> eb0bbb5f1ac6 [2025-03-12T01:56:37.560Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2025-03-12T01:56:38.499Z] ---> Running in e5ca2c3558db [2025-03-12T01:56:39.466Z] Removing intermediate container e5ca2c3558db [2025-03-12T01:56:39.466Z] ---> d0d72e086337 [2025-03-12T01:56:39.466Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-12T01:56:40.032Z] ---> Running in 81536232b708 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T01:56:40.710Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-12T01:56:40.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-12T01:56:40.710Z] Dload Upload Total Spent Left Speed [2025-03-12T01:56:40.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95022 0 --:--:-- --:--:-- --:--:-- 95022 [Pipeline] sh [2025-03-12T01:56:40.968Z] Removing intermediate container 81536232b708 [2025-03-12T01:56:40.968Z] ---> b018ef400b25 [2025-03-12T01:56:40.968Z] Step 24/26 : LABEL arch=amd64 [2025-03-12T01:56:41.050Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-12T01:56:41.228Z] ---> Running in 04425447eca8 [2025-03-12T01:56:41.370Z] + sudo tee /etc/docker/daemon.new [2025-03-12T01:56:41.370Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-12T01:56:41.370Z] { [2025-03-12T01:56:41.370Z] "registry-mirrors": [ [2025-03-12T01:56:41.370Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-12T01:56:41.370Z] ], [2025-03-12T01:56:41.370Z] "bip": "10.250.0.254/24", [2025-03-12T01:56:41.370Z] "hosts": [ [2025-03-12T01:56:41.370Z] "tcp://0.0.0.0:5555", [2025-03-12T01:56:41.370Z] "unix:///var/run/docker.sock" [2025-03-12T01:56:41.370Z] ], [2025-03-12T01:56:41.370Z] "mtu": 1458, [2025-03-12T01:56:41.370Z] "selinux-enabled": true, [2025-03-12T01:56:41.370Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-12T01:56:41.370Z] } [Pipeline] sh [2025-03-12T01:56:41.692Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-12T01:56:41.795Z] Removing intermediate container 04425447eca8 [2025-03-12T01:56:41.795Z] ---> f473e7501519 [2025-03-12T01:56:41.795Z] Step 25/26 : LABEL git_sha=99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T01:56:42.019Z] + sudo service docker restart [2025-03-12T01:56:42.746Z] ---> Running in 7b849db29526 [2025-03-12T01:56:43.321Z] Removing intermediate container 7b849db29526 [2025-03-12T01:56:43.321Z] ---> cfd74f9a2f99 [2025-03-12T01:56:43.321Z] Step 26/26 : LABEL version=4.0.0-dev.4 [2025-03-12T01:56:43.891Z] ---> Running in 846b1fb2fc8f [2025-03-12T01:56:44.459Z] Removing intermediate container 846b1fb2fc8f [2025-03-12T01:56:44.459Z] ---> aa353fb7375f [2025-03-12T01:56:44.459Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-12T01:56:44.459Z] Successfully built aa353fb7375f [2025-03-12T01:56:44.719Z] 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-12T01:56:44.843Z] provisioning config files... [2025-03-12T01:56:44.854Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config519108930249170177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:56:45.156Z] ---> ****-login.sh [2025-03-12T01:56:45.156Z] nexus3.edgexfoundry.org:10001 [2025-03-12T01:56:45.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:56:45.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:56:45.156Z] Configure a credential helper to remove this warning. See [2025-03-12T01:56:45.156Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:56:45.156Z] [2025-03-12T01:56:45.156Z] Login Succeeded [2025-03-12T01:56:45.156Z] nexus3.edgexfoundry.org:10002 [2025-03-12T01:56:45.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:56:45.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:56:45.157Z] Configure a credential helper to remove this warning. See [2025-03-12T01:56:45.157Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:56:45.157Z] [2025-03-12T01:56:45.157Z] Login Succeeded [2025-03-12T01:56:45.157Z] nexus3.edgexfoundry.org:10003 [2025-03-12T01:56:45.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:56:45.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:56:45.416Z] Configure a credential helper to remove this warning. See [2025-03-12T01:56:45.416Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:56:45.416Z] [2025-03-12T01:56:45.416Z] Login Succeeded [2025-03-12T01:56:45.416Z] nexus3.edgexfoundry.org:10004 [2025-03-12T01:56:45.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:56:45.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:56:45.417Z] Configure a credential helper to remove this warning. See [2025-03-12T01:56:45.417Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:56:45.417Z] [2025-03-12T01:56:45.417Z] Login Succeeded [2025-03-12T01:56:45.417Z] ****.io [2025-03-12T01:56:45.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:56:45.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:56:45.676Z] Configure a credential helper to remove this warning. See [2025-03-12T01:56:45.676Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:56:45.676Z] [2025-03-12T01:56:45.676Z] Login Succeeded [2025-03-12T01:56:45.676Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T01:56:45.683Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T01:56:45.740Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T01:56:45.762Z] [edgeXDocker.push] Tagging docker image device-gpio with the following tags: [2025-03-12T01:56:45.762Z] 99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T01:56:45.762Z] latest [2025-03-12T01:56:45.762Z] 4.0.0-dev.4 [2025-03-12T01:56:45.762Z] 99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T01:56:45.762Z] main [2025-03-12T01:56:45.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:46.096Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:46.433Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T01:56:46.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-12T01:56:46.433Z] 110c36511988: Preparing [2025-03-12T01:56:46.433Z] 326a7ba87080: Preparing [2025-03-12T01:56:46.433Z] 10d8ba197d93: Preparing [2025-03-12T01:56:46.433Z] 65ca5361e534: Preparing [2025-03-12T01:56:46.433Z] c2ac1989f44f: Preparing [2025-03-12T01:56:46.433Z] 994456c4fd7b: Preparing [2025-03-12T01:56:46.433Z] 994456c4fd7b: Waiting [2025-03-12T01:56:46.433Z] 326a7ba87080: Pushed [2025-03-12T01:56:46.433Z] c2ac1989f44f: Pushed [2025-03-12T01:56:46.433Z] 10d8ba197d93: Pushed [2025-03-12T01:56:46.433Z] 65ca5361e534: Pushed [2025-03-12T01:56:47.002Z] 994456c4fd7b: Layer already exists [2025-03-12T01:56:50.304Z] 110c36511988: Pushed [2025-03-12T01:56:50.304Z] 99341b55b6a412f9218defbeb1518dbc282c704d: digest: sha256:55c96dee7c014d2ce6b351d734fd1bbcfff6cd44042c02c3a0ce2515c620d25a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:50.640Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:50.957Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest [2025-03-12T01:56:50.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-12T01:56:50.957Z] 110c36511988: Preparing [2025-03-12T01:56:50.957Z] 326a7ba87080: Preparing [2025-03-12T01:56:50.957Z] 10d8ba197d93: Preparing [2025-03-12T01:56:50.957Z] 65ca5361e534: Preparing [2025-03-12T01:56:50.957Z] c2ac1989f44f: Preparing [2025-03-12T01:56:50.957Z] 994456c4fd7b: Preparing [2025-03-12T01:56:50.957Z] 994456c4fd7b: Waiting [2025-03-12T01:56:50.957Z] 326a7ba87080: Layer already exists [2025-03-12T01:56:50.957Z] 110c36511988: Layer already exists [2025-03-12T01:56:50.957Z] c2ac1989f44f: Layer already exists [2025-03-12T01:56:50.957Z] 10d8ba197d93: Layer already exists [2025-03-12T01:56:50.957Z] 65ca5361e534: Layer already exists [2025-03-12T01:56:50.957Z] 994456c4fd7b: Layer already exists [2025-03-12T01:56:50.957Z] latest: digest: sha256:55c96dee7c014d2ce6b351d734fd1bbcfff6cd44042c02c3a0ce2515c620d25a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:51.284Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:51.635Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.4 [2025-03-12T01:56:51.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-12T01:56:51.635Z] 110c36511988: Preparing [2025-03-12T01:56:51.635Z] 326a7ba87080: Preparing [2025-03-12T01:56:51.635Z] 10d8ba197d93: Preparing [2025-03-12T01:56:51.635Z] 65ca5361e534: Preparing [2025-03-12T01:56:51.635Z] c2ac1989f44f: Preparing [2025-03-12T01:56:51.635Z] 994456c4fd7b: Preparing [2025-03-12T01:56:51.635Z] 994456c4fd7b: Waiting [2025-03-12T01:56:51.635Z] c2ac1989f44f: Layer already exists [2025-03-12T01:56:51.635Z] 10d8ba197d93: Layer already exists [2025-03-12T01:56:51.635Z] 326a7ba87080: Layer already exists [2025-03-12T01:56:51.635Z] 65ca5361e534: Layer already exists [2025-03-12T01:56:51.635Z] 110c36511988: Layer already exists [2025-03-12T01:56:51.635Z] 994456c4fd7b: Layer already exists [2025-03-12T01:56:51.635Z] 4.0.0-dev.4: digest: sha256:55c96dee7c014d2ce6b351d734fd1bbcfff6cd44042c02c3a0ce2515c620d25a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:51.974Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:52.311Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T01:56:52.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-12T01:56:52.311Z] 110c36511988: Preparing [2025-03-12T01:56:52.311Z] 326a7ba87080: Preparing [2025-03-12T01:56:52.311Z] 10d8ba197d93: Preparing [2025-03-12T01:56:52.311Z] 65ca5361e534: Preparing [2025-03-12T01:56:52.311Z] c2ac1989f44f: Preparing [2025-03-12T01:56:52.311Z] 994456c4fd7b: Preparing [2025-03-12T01:56:52.311Z] 994456c4fd7b: Waiting [2025-03-12T01:56:52.311Z] 65ca5361e534: Layer already exists [2025-03-12T01:56:52.311Z] 10d8ba197d93: Layer already exists [2025-03-12T01:56:52.311Z] c2ac1989f44f: Layer already exists [2025-03-12T01:56:52.311Z] 110c36511988: Layer already exists [2025-03-12T01:56:52.311Z] 326a7ba87080: Layer already exists [2025-03-12T01:56:52.311Z] 994456c4fd7b: Layer already exists [2025-03-12T01:56:52.311Z] 99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4: digest: sha256:55c96dee7c014d2ce6b351d734fd1bbcfff6cd44042c02c3a0ce2515c620d25a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:52.645Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:52.979Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:main [2025-03-12T01:56:52.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2025-03-12T01:56:52.979Z] 110c36511988: Preparing [2025-03-12T01:56:52.979Z] 326a7ba87080: Preparing [2025-03-12T01:56:52.979Z] 10d8ba197d93: Preparing [2025-03-12T01:56:52.979Z] 65ca5361e534: Preparing [2025-03-12T01:56:52.979Z] c2ac1989f44f: Preparing [2025-03-12T01:56:52.979Z] 994456c4fd7b: Preparing [2025-03-12T01:56:52.979Z] 994456c4fd7b: Waiting [2025-03-12T01:56:52.979Z] 110c36511988: Layer already exists [2025-03-12T01:56:52.979Z] 326a7ba87080: Layer already exists [2025-03-12T01:56:52.979Z] 65ca5361e534: Layer already exists [2025-03-12T01:56:52.979Z] c2ac1989f44f: Layer already exists [2025-03-12T01:56:52.979Z] 994456c4fd7b: Layer already exists [2025-03-12T01:56:52.979Z] 10d8ba197d93: Layer already exists [2025-03-12T01:56:52.979Z] main: digest: sha256:55c96dee7c014d2ce6b351d734fd1bbcfff6cd44042c02c3a0ce2515c620d25a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T01:56:53.062Z] ===================================================== [Pipeline] echo [2025-03-12T01:56:53.079Z] taggedImages: [2025-03-12T01:56:53.079Z] - nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T01:56:53.079Z] - nexus3.edgexfoundry.org:10004/device-gpio:latest [2025-03-12T01:56:53.079Z] - nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.4 [2025-03-12T01:56:53.079Z] - nexus3.edgexfoundry.org:10004/device-gpio:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T01:56:53.079Z] - 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-12T01:56:53.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T01:56:53.489Z] [2025-03-12T01:56:53.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:56:53.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T01:56:54.054Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-12T01:56:54.054Z] 5eb5b503b376: Pulling fs layer [2025-03-12T01:56:54.054Z] 5c69ac0246d0: Pulling fs layer [2025-03-12T01:56:54.054Z] ec43610c2a17: Pulling fs layer [2025-03-12T01:56:54.054Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-12T01:56:54.054Z] 33b1e0a273af: Pulling fs layer [2025-03-12T01:56:54.055Z] 5d3b04190fa2: Pulling fs layer [2025-03-12T01:56:54.055Z] 2f39f015ded8: Pulling fs layer [2025-03-12T01:56:54.055Z] 3a2ae6a8a46f: Waiting [2025-03-12T01:56:54.055Z] 33b1e0a273af: Waiting [2025-03-12T01:56:54.055Z] 5d3b04190fa2: Waiting [2025-03-12T01:56:54.055Z] 2f39f015ded8: Waiting [2025-03-12T01:56:54.055Z] 5c69ac0246d0: Download complete [2025-03-12T01:56:54.055Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-12T01:56:54.055Z] 3a2ae6a8a46f: Download complete [2025-03-12T01:56:54.313Z] 33b1e0a273af: Verifying Checksum [2025-03-12T01:56:54.313Z] 33b1e0a273af: Download complete [2025-03-12T01:56:54.313Z] ec43610c2a17: Verifying Checksum [2025-03-12T01:56:54.313Z] ec43610c2a17: Download complete [2025-03-12T01:56:54.313Z] 5d3b04190fa2: Download complete [2025-03-12T01:56:54.313Z] 5eb5b503b376: Verifying Checksum [2025-03-12T01:56:54.313Z] 5eb5b503b376: Download complete [2025-03-12T01:56:55.249Z] 2f39f015ded8: Download complete [2025-03-12T01:56:56.184Z] 5eb5b503b376: Pull complete [2025-03-12T01:56:56.443Z] 5c69ac0246d0: Pull complete [2025-03-12T01:56:57.008Z] ec43610c2a17: Pull complete [2025-03-12T01:56:57.277Z] 3a2ae6a8a46f: Pull complete [2025-03-12T01:56:57.870Z] 33b1e0a273af: Pull complete [2025-03-12T01:56:59.246Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T01:57:00.306Z] provisioning config files... [2025-03-12T01:57:00.341Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/130@tmp/config12304540444982177734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:57:00.822Z] ---> ****-login.sh [2025-03-12T01:57:00.822Z] nexus3.edgexfoundry.org:10001 [2025-03-12T01:57:01.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:57:01.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:57:01.412Z] Configure a credential helper to remove this warning. See [2025-03-12T01:57:01.412Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:57:01.412Z] [2025-03-12T01:57:01.412Z] Login Succeeded [2025-03-12T01:57:01.412Z] nexus3.edgexfoundry.org:10002 [2025-03-12T01:57:01.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:57:01.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:57:01.949Z] Configure a credential helper to remove this warning. See [2025-03-12T01:57:01.949Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:57:01.949Z] [2025-03-12T01:57:01.949Z] Login Succeeded [2025-03-12T01:57:01.949Z] nexus3.edgexfoundry.org:10003 [2025-03-12T01:57:02.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:57:02.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:57:02.219Z] Configure a credential helper to remove this warning. See [2025-03-12T01:57:02.219Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:57:02.219Z] [2025-03-12T01:57:02.219Z] Login Succeeded [2025-03-12T01:57:02.219Z] nexus3.edgexfoundry.org:10004 [2025-03-12T01:57:02.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:57:02.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:57:02.491Z] Configure a credential helper to remove this warning. See [2025-03-12T01:57:02.491Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:57:02.491Z] [2025-03-12T01:57:02.765Z] Login Succeeded [2025-03-12T01:57:02.765Z] ****.io [2025-03-12T01:57:03.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T01:57:03.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T01:57:03.038Z] Configure a credential helper to remove this warning. See [2025-03-12T01:57:03.038Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T01:57:03.038Z] [2025-03-12T01:57:03.038Z] Login Succeeded [2025-03-12T01:57:03.038Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T01:57:03.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-03-12T01:57:03.414Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [2025-03-12T01:57:03.424Z] 2f39f015ded8: Pull complete [Pipeline] echo [2025-03-12T01:57:03.428Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T01:57:03.444Z] ========================================================= [2025-03-12T01:57:03.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-12T01:57:03.444Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:57:03.817Z] + 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-12T01:57:04.008Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-12T01:57:04.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T01:57:04.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:57:04.370Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T01:57:04.401Z] $ 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-12T01:57:04.410Z] Sending build context to Docker daemon 15.3MB [2025-03-12T01:57:04.410Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T01:57:04.410Z] Step 2/12 : FROM ${BASE} AS builder [2025-03-12T01:57:04.679Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-12T01:57:04.679Z] 9986a736f7d3: Pulling fs layer [2025-03-12T01:57:04.679Z] 1f018df60701: Pulling fs layer [2025-03-12T01:57:04.679Z] 39f8f326b044: Pulling fs layer [2025-03-12T01:57:04.679Z] e6a1e7a6a96a: Pulling fs layer [2025-03-12T01:57:04.679Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T01:57:04.679Z] d45d956e0dbf: Pulling fs layer [2025-03-12T01:57:04.679Z] d7702b0d1db1: Pulling fs layer [2025-03-12T01:57:04.679Z] 5c7f0f088c93: Pulling fs layer [2025-03-12T01:57:04.679Z] 4fdc064ae6cf: Pulling fs layer [2025-03-12T01:57:04.679Z] e6a1e7a6a96a: Waiting [2025-03-12T01:57:04.679Z] 4f4fb700ef54: Waiting [2025-03-12T01:57:04.679Z] d45d956e0dbf: Waiting [2025-03-12T01:57:04.679Z] 4fdc064ae6cf: Waiting [2025-03-12T01:57:04.679Z] 5c7f0f088c93: Waiting [2025-03-12T01:57:04.679Z] 1f018df60701: Verifying Checksum [2025-03-12T01:57:04.679Z] 1f018df60701: Download complete [2025-03-12T01:57:04.679Z] e6a1e7a6a96a: Download complete [2025-03-12T01:57:04.679Z] 4f4fb700ef54: Verifying Checksum [2025-03-12T01:57:04.679Z] 4f4fb700ef54: Download complete [2025-03-12T01:57:04.679Z] d45d956e0dbf: Verifying Checksum [2025-03-12T01:57:04.679Z] d45d956e0dbf: Download complete [2025-03-12T01:57:04.679Z] 9986a736f7d3: Verifying Checksum [2025-03-12T01:57:04.679Z] 9986a736f7d3: Download complete [2025-03-12T01:57:04.679Z] d7702b0d1db1: Verifying Checksum [2025-03-12T01:57:04.679Z] d7702b0d1db1: Download complete [2025-03-12T01:57:05.264Z] 4fdc064ae6cf: Verifying Checksum [2025-03-12T01:57:05.264Z] 4fdc064ae6cf: Download complete [2025-03-12T01:57:05.850Z] 9986a736f7d3: Pull complete [2025-03-12T01:57:06.435Z] 1f018df60701: Pull complete [2025-03-12T01:57:07.025Z] 39f8f326b044: Download complete [2025-03-12T01:57:07.987Z] 5c7f0f088c93: Verifying Checksum [2025-03-12T01:57:07.987Z] 5c7f0f088c93: Download complete [2025-03-12T01:57:22.993Z] 39f8f326b044: Pull complete [2025-03-12T01:57:22.993Z] e6a1e7a6a96a: Pull complete [2025-03-12T01:57:22.993Z] 4f4fb700ef54: Pull complete [2025-03-12T01:57:22.993Z] d45d956e0dbf: Pull complete [2025-03-12T01:57:22.993Z] d7702b0d1db1: Pull complete [2025-03-12T01:57:23.368Z] $ docker top 525a6adb222612d48fa1f806cde6f73673a81cd99b4d452150a1b5d56a8f2a8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T01:57:23.771Z] ---> job-cost.sh [2025-03-12T01:57:23.771Z] lf-activate-venv: SKIPPING [2025-03-12T01:57:23.771Z] INFO: No Stack... [2025-03-12T01:57:24.030Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-12T01:57:24.290Z] INFO: Archiving Costs [Pipeline] sh [2025-03-12T01:57:24.599Z] + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv [2025-03-12T01:57:24.599Z] + cut -d, -f6 [Pipeline] lock [2025-03-12T01:57:24.615Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [2025-03-12T01:57:24.621Z] Resource [jenkins-edgexfoundry-device-gpio-main-130-stack-cost] did not exist. Created. [2025-03-12T01:57:24.630Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-12T01:57:24.937Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-03-12T01:57:24.973Z] Stashed 1 file(s) [Pipeline] } [2025-03-12T01:57:24.982Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-12T01:57:25.012Z] $ docker stop --time=1 525a6adb222612d48fa1f806cde6f73673a81cd99b4d452150a1b5d56a8f2a8c [2025-03-12T01:57:27.652Z] $ docker rm -f --volumes 525a6adb222612d48fa1f806cde6f73673a81cd99b4d452150a1b5d56a8f2a8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-03-12T01:57:29.641Z] 5c7f0f088c93: Pull complete [2025-03-12T01:57:31.599Z] 4fdc064ae6cf: Pull complete [2025-03-12T01:57:31.867Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-12T01:57:31.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-12T01:57:31.867Z] ---> 63f30b955cb9 [2025-03-12T01:57:31.867Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-03-12T01:57:33.808Z] ---> Running in fea85fc49cf8 [2025-03-12T01:57:34.076Z] Removing intermediate container fea85fc49cf8 [2025-03-12T01:57:34.076Z] ---> 34d9cf477b35 [2025-03-12T01:57:34.076Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T01:57:34.343Z] ---> Running in 37827fec8d86 [2025-03-12T01:57:34.609Z] Removing intermediate container 37827fec8d86 [2025-03-12T01:57:34.609Z] ---> ee03d44a9e26 [2025-03-12T01:57:34.609Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-12T01:57:34.609Z] ---> Running in 301350cb8294 [2025-03-12T01:57:34.876Z] Removing intermediate container 301350cb8294 [2025-03-12T01:57:34.876Z] ---> edf92b2161d8 [2025-03-12T01:57:34.876Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T01:57:35.143Z] ---> Running in 8bcae4b0bbcb [2025-03-12T01:57:35.410Z] Removing intermediate container 8bcae4b0bbcb [2025-03-12T01:57:35.410Z] ---> 90ba489c80d2 [2025-03-12T01:57:35.410Z] Step 7/12 : WORKDIR /device-gpio [2025-03-12T01:57:35.410Z] ---> Running in 47ec24fba89f [2025-03-12T01:57:36.004Z] Removing intermediate container 47ec24fba89f [2025-03-12T01:57:36.004Z] ---> b0a4a2f18177 [2025-03-12T01:57:36.004Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T01:57:36.004Z] ---> Running in c75e82f98514 [2025-03-12T01:57:36.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T01:57:37.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T01:57:38.963Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-03-12T01:57:38.963Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-03-12T01:57:38.963Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-03-12T01:57:38.963Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-03-12T01:57:38.963Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T01:57:38.963Z] OK: 244 MiB in 62 packages [2025-03-12T01:57:40.372Z] Removing intermediate container c75e82f98514 [2025-03-12T01:57:40.372Z] ---> 6c7f3494d53d [2025-03-12T01:57:40.372Z] Step 9/12 : COPY go.mod vendor* ./ [2025-03-12T01:57:40.640Z] ---> 444ce818c825 [2025-03-12T01:57:40.640Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T01:57:40.640Z] ---> Running in ccb8bed52775 [2025-03-12T01:59:17.435Z] Removing intermediate container ccb8bed52775 [2025-03-12T01:59:17.435Z] ---> 8c93775f1298 [2025-03-12T01:59:17.435Z] Step 11/12 : COPY . . [2025-03-12T01:59:17.703Z] ---> 17dead56d9d9 [2025-03-12T01:59:17.703Z] Step 12/12 : RUN ${MAKE} [2025-03-12T01:59:17.703Z] ---> Running in 5649f81e0bde [2025-03-12T01:59:18.668Z] noop [2025-03-12T01:59:19.632Z] Removing intermediate container 5649f81e0bde [2025-03-12T01:59:19.632Z] ---> fd2a6ec39014 [2025-03-12T01:59:19.632Z] Successfully built fd2a6ec39014 [2025-03-12T01:59:19.632Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:59:20.009Z] + docker inspect -f . ci-base-image-arm64 [2025-03-12T01:59:20.009Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:59:20.231Z] prd-ubuntu20.04-docker-arm64-4c-16g-40983 does not seem to be running inside a container [2025-03-12T01:59:20.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/130 -v /w/workspace/device-gpio/130:/w/workspace/device-gpio/130:rw,z -v /w/workspace/device-gpio/130@tmp:/w/workspace/device-gpio/130@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-12T01:59:21.606Z] $ docker top 12f94ebe56e207e0836b05439cf3a014e26b52f41a95e9fd73ed18b5fa24d8cc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T01:59:22.469Z] + go version [2025-03-12T01:59:22.469Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-12T01:59:22.486Z] $ docker stop --time=1 12f94ebe56e207e0836b05439cf3a014e26b52f41a95e9fd73ed18b5fa24d8cc [2025-03-12T01:59:24.116Z] $ docker rm -f --volumes 12f94ebe56e207e0836b05439cf3a014e26b52f41a95e9fd73ed18b5fa24d8cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T01:59:24.746Z] + docker inspect -f . ci-base-image-arm64 [2025-03-12T01:59:24.746Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T01:59:24.959Z] prd-ubuntu20.04-docker-arm64-4c-16g-40983 does not seem to be running inside a container [2025-03-12T01:59:25.020Z] $ 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/130 -v /w/workspace/device-gpio/130:/w/workspace/device-gpio/130:rw,z -v /w/workspace/device-gpio/130@tmp:/w/workspace/device-gpio/130@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-12T01:59:26.232Z] $ docker top cba747fa6263e3e81038ac482d04a0a40524addb9af941739fe6944a6a52b27f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T01:59:27.104Z] + git config --global --add safe.directory /w/workspace/device-gpio/130 [Pipeline] fileExists [Pipeline] sh [2025-03-12T01:59:27.767Z] + make test [2025-03-12T01:59:27.767Z] go test ./... -coverprofile=coverage.out ./... [2025-03-12T01:59:34.416Z] ? github.com/edgexfoundry/device-gpio [no test files] [2025-03-12T02:03:11.219Z] github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements [2025-03-12T02:03:11.219Z] github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements [2025-03-12T02:03:11.219Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-03-12T02:03:11.219Z] go vet ./... [2025-03-12T02:04:07.623Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-12T02:04:07.624Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-12T02:04:07.624Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-12T02:04:07.640Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-03-12T02:04:07.661Z] $ docker stop --time=1 cba747fa6263e3e81038ac482d04a0a40524addb9af941739fe6944a6a52b27f [2025-03-12T02:04:09.793Z] $ docker rm -f --volumes cba747fa6263e3e81038ac482d04a0a40524addb9af941739fe6944a6a52b27f [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T02:04:11.466Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-03-12T02:04:11.509Z] Warning: overwriting stash ‘coverage-report’ [2025-03-12T02:04:12.141Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-12T02:04:12.569Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-03-12T02:04:12.892Z] + ls -al . [2025-03-12T02:04:12.892Z] total 220 [2025-03-12T02:04:12.892Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 12 01:59 . [2025-03-12T02:04:12.892Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 01:56 .. [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 12 01:56 .dockerignore [2025-03-12T02:04:12.892Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 01:56 .git [2025-03-12T02:04:12.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:56 .github [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 277 Mar 12 01:56 .gitignore [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 12 01:56 .golangci.yml [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 19399 Mar 12 01:56 Attribution.txt [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 7819 Mar 12 01:56 CHANGELOG.md [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 1694 Mar 12 01:56 Dockerfile [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 12 01:56 GOVERNANCE.md [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 12 01:56 Jenkinsfile [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 12 01:56 LICENSE [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 1923 Mar 12 01:56 Makefile [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 12 01:56 OWNERS.md [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 12 01:56 README.md [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 12 01:53 VERSION [2025-03-12T02:04:12.892Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 01:56 bin [2025-03-12T02:04:12.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:56 cmd [2025-03-12T02:04:12.892Z] -rw-r--r-- 1 jenkins jenkins 11486 Mar 12 02:03 coverage.out [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 6050 Mar 12 01:56 go.mod [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 86888 Mar 12 01:56 go.sum [2025-03-12T02:04:12.892Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 01:56 internal [2025-03-12T02:04:12.892Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 12 01:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:04:13.238Z] + 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=99341b55b6a412f9218defbeb1518dbc282c704d --label arch=arm64 --label version=4.0.0-dev.4 . [2025-03-12T02:04:13.825Z] Sending build context to Docker daemon 15.31MB [2025-03-12T02:04:13.825Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-03-12T02:04:13.825Z] Step 2/26 : FROM ${BASE} AS builder [2025-03-12T02:04:13.825Z] ---> fd2a6ec39014 [2025-03-12T02:04:13.825Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-03-12T02:04:14.097Z] ---> Running in 9bbaaf4aa216 [2025-03-12T02:04:14.364Z] Removing intermediate container 9bbaaf4aa216 [2025-03-12T02:04:14.364Z] ---> 126a341a6016 [2025-03-12T02:04:14.364Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-03-12T02:04:14.364Z] ---> Running in 5857211af7fa [2025-03-12T02:04:14.630Z] Removing intermediate container 5857211af7fa [2025-03-12T02:04:14.630Z] ---> 9731ca24b3b3 [2025-03-12T02:04:14.630Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " [2025-03-12T02:04:14.630Z] ---> Running in 39e7a8bce3e3 [2025-03-12T02:04:14.898Z] Removing intermediate container 39e7a8bce3e3 [2025-03-12T02:04:14.898Z] ---> 6360ff68a7cb [2025-03-12T02:04:14.898Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-03-12T02:04:15.168Z] ---> Running in 995db03edcc4 [2025-03-12T02:04:15.436Z] Removing intermediate container 995db03edcc4 [2025-03-12T02:04:15.436Z] ---> 524ca3b4165e [2025-03-12T02:04:15.436Z] Step 7/26 : WORKDIR /device-gpio [2025-03-12T02:04:15.436Z] ---> Running in a10a569f18e0 [2025-03-12T02:04:16.020Z] Removing intermediate container a10a569f18e0 [2025-03-12T02:04:16.020Z] ---> b406d897cec2 [2025-03-12T02:04:16.020Z] Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-03-12T02:04:16.020Z] ---> Running in 5e35230b82ae [2025-03-12T02:04:16.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T02:04:17.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T02:04:18.660Z] OK: 244 MiB in 62 packages [2025-03-12T02:04:19.623Z] Removing intermediate container 5e35230b82ae [2025-03-12T02:04:19.623Z] ---> 905047f0b967 [2025-03-12T02:04:19.623Z] Step 9/26 : COPY go.mod vendor* ./ [2025-03-12T02:04:20.207Z] ---> a743d0e225c5 [2025-03-12T02:04:20.207Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-12T02:04:20.207Z] ---> Running in 4c8fc94eee2f [2025-03-12T02:04:22.797Z] Removing intermediate container 4c8fc94eee2f [2025-03-12T02:04:22.797Z] ---> b098488acf10 [2025-03-12T02:04:22.797Z] Step 11/26 : COPY . . [2025-03-12T02:04:23.778Z] ---> 7c29ded47305 [2025-03-12T02:04:23.778Z] Step 12/26 : RUN ${MAKE} [2025-03-12T02:04:24.048Z] ---> Running in 5697a6af9b95 [2025-03-12T02:04:25.012Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2025-03-12T02:08:16.806Z] Removing intermediate container 5697a6af9b95 [2025-03-12T02:08:16.806Z] ---> e0a47ca35811 [2025-03-12T02:08:16.806Z] Step 13/26 : FROM alpine:3.20 [2025-03-12T02:08:16.806Z] 3.20: Pulling from library/alpine [2025-03-12T02:08:16.806Z] 94e9d8af2201: Pulling fs layer [2025-03-12T02:08:16.806Z] 94e9d8af2201: Verifying Checksum [2025-03-12T02:08:16.806Z] 94e9d8af2201: Download complete [2025-03-12T02:08:16.806Z] 94e9d8af2201: Pull complete [2025-03-12T02:08:16.806Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-12T02:08:16.806Z] Status: Downloaded newer image for alpine:3.20 [2025-03-12T02:08:16.806Z] ---> 7aab056cecc6 [2025-03-12T02:08:16.806Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2025-03-12T02:08:16.806Z] ---> Running in 545903497db8 [2025-03-12T02:08:16.806Z] Removing intermediate container 545903497db8 [2025-03-12T02:08:16.806Z] ---> faf0ff07e8c9 [2025-03-12T02:08:16.806Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-03-12T02:08:16.806Z] ---> Running in 75549522afcc [2025-03-12T02:08:16.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T02:08:16.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T02:08:16.806Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-03-12T02:08:16.806Z] Executing busybox-1.36.1-r29.trigger [2025-03-12T02:08:16.806Z] OK: 9 MiB in 15 packages [2025-03-12T02:08:16.806Z] Removing intermediate container 75549522afcc [2025-03-12T02:08:16.806Z] ---> a0250a61c2f0 [2025-03-12T02:08:16.806Z] Step 16/26 : RUN apk --no-cache upgrade [2025-03-12T02:08:16.806Z] ---> Running in 288ce0173dfa [2025-03-12T02:08:16.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-12T02:08:16.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-12T02:08:16.806Z] OK: 9 MiB in 15 packages [2025-03-12T02:08:16.806Z] Removing intermediate container 288ce0173dfa [2025-03-12T02:08:16.806Z] ---> ae7916c74c07 [2025-03-12T02:08:16.806Z] Step 17/26 : WORKDIR / [2025-03-12T02:08:16.806Z] ---> Running in 5f56ff1475c0 [2025-03-12T02:08:16.806Z] Removing intermediate container 5f56ff1475c0 [2025-03-12T02:08:16.806Z] ---> 069dda53427c [2025-03-12T02:08:16.806Z] Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / [2025-03-12T02:08:16.806Z] ---> 15f1505be866 [2025-03-12T02:08:16.806Z] Step 19/26 : COPY --from=builder /device-gpio/LICENSE / [2025-03-12T02:08:16.806Z] ---> 1a98f4e900a5 [2025-03-12T02:08:16.806Z] Step 20/26 : COPY --from=builder /device-gpio/cmd/ / [2025-03-12T02:08:16.806Z] ---> 6c9c40897c88 [2025-03-12T02:08:16.806Z] Step 21/26 : EXPOSE 59910 [2025-03-12T02:08:16.806Z] ---> Running in 4423700cca02 [2025-03-12T02:08:16.806Z] Removing intermediate container 4423700cca02 [2025-03-12T02:08:16.806Z] ---> 9b826fdc7ecb [2025-03-12T02:08:16.806Z] Step 22/26 : ENTRYPOINT ["/device-gpio"] [2025-03-12T02:08:16.806Z] ---> Running in 289d12c2b10e [2025-03-12T02:08:16.806Z] Removing intermediate container 289d12c2b10e [2025-03-12T02:08:16.806Z] ---> 1500946c6383 [2025-03-12T02:08:16.806Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-03-12T02:08:16.806Z] ---> Running in 87994c79f562 [2025-03-12T02:08:16.806Z] Removing intermediate container 87994c79f562 [2025-03-12T02:08:16.806Z] ---> 1e78b34d135b [2025-03-12T02:08:16.806Z] Step 24/26 : LABEL arch=arm64 [2025-03-12T02:08:16.806Z] ---> Running in d5bc24e785e5 [2025-03-12T02:08:17.393Z] Removing intermediate container d5bc24e785e5 [2025-03-12T02:08:17.393Z] ---> 10734250d550 [2025-03-12T02:08:17.393Z] Step 25/26 : LABEL git_sha=99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T02:08:17.393Z] ---> Running in 516ce9948754 [2025-03-12T02:08:17.662Z] Removing intermediate container 516ce9948754 [2025-03-12T02:08:17.662Z] ---> 099a7aaf5f33 [2025-03-12T02:08:17.662Z] Step 26/26 : LABEL version=4.0.0-dev.4 [2025-03-12T02:08:17.662Z] ---> Running in 251e0db3110d [2025-03-12T02:08:17.927Z] Removing intermediate container 251e0db3110d [2025-03-12T02:08:17.927Z] ---> 9dcf8cc66b47 [2025-03-12T02:08:17.927Z] [Warning] One or more build-args [ARCH] were not consumed [2025-03-12T02:08:18.195Z] Successfully built 9dcf8cc66b47 [2025-03-12T02:08:18.195Z] 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-12T02:08:18.342Z] provisioning config files... [2025-03-12T02:08:18.360Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/130@tmp/config8053492185881723235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:08:18.717Z] ---> ****-login.sh [2025-03-12T02:08:18.717Z] nexus3.edgexfoundry.org:10001 [2025-03-12T02:08:18.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T02:08:18.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T02:08:18.983Z] Configure a credential helper to remove this warning. See [2025-03-12T02:08:18.983Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T02:08:18.983Z] [2025-03-12T02:08:18.983Z] Login Succeeded [2025-03-12T02:08:18.983Z] nexus3.edgexfoundry.org:10002 [2025-03-12T02:08:19.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T02:08:19.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T02:08:19.515Z] Configure a credential helper to remove this warning. See [2025-03-12T02:08:19.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T02:08:19.515Z] [2025-03-12T02:08:19.515Z] Login Succeeded [2025-03-12T02:08:19.515Z] nexus3.edgexfoundry.org:10003 [2025-03-12T02:08:19.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T02:08:19.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T02:08:19.784Z] Configure a credential helper to remove this warning. See [2025-03-12T02:08:19.784Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T02:08:19.784Z] [2025-03-12T02:08:19.784Z] Login Succeeded [2025-03-12T02:08:19.784Z] nexus3.edgexfoundry.org:10004 [2025-03-12T02:08:20.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T02:08:20.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T02:08:20.322Z] Configure a credential helper to remove this warning. See [2025-03-12T02:08:20.322Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T02:08:20.322Z] [2025-03-12T02:08:20.322Z] Login Succeeded [2025-03-12T02:08:20.322Z] ****.io [2025-03-12T02:08:20.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-12T02:08:20.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-12T02:08:20.859Z] Configure a credential helper to remove this warning. See [2025-03-12T02:08:20.859Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-12T02:08:20.859Z] [2025-03-12T02:08:20.859Z] Login Succeeded [2025-03-12T02:08:20.859Z] ---> ****-login.sh ends [Pipeline] } [2025-03-12T02:08:20.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T02:08:20.927Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-12T02:08:20.958Z] [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: [2025-03-12T02:08:20.958Z] 99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T02:08:20.958Z] latest [2025-03-12T02:08:20.958Z] 4.0.0-dev.4 [2025-03-12T02:08:20.958Z] 99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T02:08:20.958Z] main [2025-03-12T02:08:20.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:21.352Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:21.713Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T02:08:21.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-12T02:08:21.713Z] 49f6217bbf8a: Preparing [2025-03-12T02:08:21.713Z] 0989126c3162: Preparing [2025-03-12T02:08:21.713Z] 2b99fc1eb762: Preparing [2025-03-12T02:08:21.713Z] ff017b5cbbba: Preparing [2025-03-12T02:08:21.713Z] b89022564cf3: Preparing [2025-03-12T02:08:21.713Z] dd9c8f8612c8: Preparing [2025-03-12T02:08:21.713Z] dd9c8f8612c8: Waiting [2025-03-12T02:08:21.978Z] b89022564cf3: Pushed [2025-03-12T02:08:21.978Z] 0989126c3162: Pushed [2025-03-12T02:08:21.978Z] 2b99fc1eb762: Pushed [2025-03-12T02:08:21.978Z] ff017b5cbbba: Pushed [2025-03-12T02:08:21.978Z] dd9c8f8612c8: Layer already exists [2025-03-12T02:08:32.034Z] 49f6217bbf8a: Pushed [2025-03-12T02:08:32.034Z] 99341b55b6a412f9218defbeb1518dbc282c704d: digest: sha256:6d31874ed506ffa6d30952130af6a4fb42bfb38c4f1e3564588e00523bba65e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:32.393Z] + 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-12T02:08:32.752Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2025-03-12T02:08:32.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-12T02:08:32.752Z] 49f6217bbf8a: Preparing [2025-03-12T02:08:32.752Z] 0989126c3162: Preparing [2025-03-12T02:08:32.752Z] 2b99fc1eb762: Preparing [2025-03-12T02:08:32.752Z] ff017b5cbbba: Preparing [2025-03-12T02:08:32.752Z] b89022564cf3: Preparing [2025-03-12T02:08:32.752Z] dd9c8f8612c8: Preparing [2025-03-12T02:08:32.752Z] dd9c8f8612c8: Waiting [2025-03-12T02:08:32.752Z] ff017b5cbbba: Layer already exists [2025-03-12T02:08:32.752Z] 2b99fc1eb762: Layer already exists [2025-03-12T02:08:32.752Z] b89022564cf3: Layer already exists [2025-03-12T02:08:32.752Z] 0989126c3162: Layer already exists [2025-03-12T02:08:32.752Z] 49f6217bbf8a: Layer already exists [2025-03-12T02:08:32.752Z] dd9c8f8612c8: Layer already exists [2025-03-12T02:08:33.019Z] latest: digest: sha256:6d31874ed506ffa6d30952130af6a4fb42bfb38c4f1e3564588e00523bba65e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:33.449Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:33.817Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.4 [2025-03-12T02:08:33.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-12T02:08:33.817Z] 49f6217bbf8a: Preparing [2025-03-12T02:08:33.817Z] 0989126c3162: Preparing [2025-03-12T02:08:33.817Z] 2b99fc1eb762: Preparing [2025-03-12T02:08:33.817Z] ff017b5cbbba: Preparing [2025-03-12T02:08:33.817Z] b89022564cf3: Preparing [2025-03-12T02:08:33.817Z] dd9c8f8612c8: Preparing [2025-03-12T02:08:33.817Z] dd9c8f8612c8: Waiting [2025-03-12T02:08:33.817Z] 49f6217bbf8a: Layer already exists [2025-03-12T02:08:33.817Z] b89022564cf3: Layer already exists [2025-03-12T02:08:33.817Z] 2b99fc1eb762: Layer already exists [2025-03-12T02:08:33.817Z] 0989126c3162: Layer already exists [2025-03-12T02:08:33.817Z] ff017b5cbbba: Layer already exists [2025-03-12T02:08:33.817Z] dd9c8f8612c8: Layer already exists [2025-03-12T02:08:34.089Z] 4.0.0-dev.4: digest: sha256:6d31874ed506ffa6d30952130af6a4fb42bfb38c4f1e3564588e00523bba65e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:34.449Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:34.812Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T02:08:34.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-12T02:08:34.812Z] 49f6217bbf8a: Preparing [2025-03-12T02:08:34.812Z] 0989126c3162: Preparing [2025-03-12T02:08:34.812Z] 2b99fc1eb762: Preparing [2025-03-12T02:08:34.812Z] ff017b5cbbba: Preparing [2025-03-12T02:08:34.812Z] b89022564cf3: Preparing [2025-03-12T02:08:34.812Z] dd9c8f8612c8: Preparing [2025-03-12T02:08:34.812Z] dd9c8f8612c8: Waiting [2025-03-12T02:08:34.812Z] 0989126c3162: Layer already exists [2025-03-12T02:08:34.812Z] 2b99fc1eb762: Layer already exists [2025-03-12T02:08:34.812Z] 49f6217bbf8a: Layer already exists [2025-03-12T02:08:34.812Z] b89022564cf3: Layer already exists [2025-03-12T02:08:34.812Z] ff017b5cbbba: Layer already exists [2025-03-12T02:08:34.812Z] dd9c8f8612c8: Layer already exists [2025-03-12T02:08:35.080Z] 99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4: digest: sha256:6d31874ed506ffa6d30952130af6a4fb42bfb38c4f1e3564588e00523bba65e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:35.448Z] + 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-12T02:08:35.805Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [2025-03-12T02:08:35.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2025-03-12T02:08:35.806Z] 49f6217bbf8a: Preparing [2025-03-12T02:08:35.806Z] 0989126c3162: Preparing [2025-03-12T02:08:35.806Z] 2b99fc1eb762: Preparing [2025-03-12T02:08:35.806Z] ff017b5cbbba: Preparing [2025-03-12T02:08:35.806Z] b89022564cf3: Preparing [2025-03-12T02:08:35.806Z] dd9c8f8612c8: Preparing [2025-03-12T02:08:35.806Z] dd9c8f8612c8: Waiting [2025-03-12T02:08:35.806Z] ff017b5cbbba: Layer already exists [2025-03-12T02:08:35.806Z] 0989126c3162: Layer already exists [2025-03-12T02:08:35.806Z] 2b99fc1eb762: Layer already exists [2025-03-12T02:08:35.806Z] b89022564cf3: Layer already exists [2025-03-12T02:08:35.806Z] 49f6217bbf8a: Layer already exists [2025-03-12T02:08:35.806Z] dd9c8f8612c8: Layer already exists [2025-03-12T02:08:36.074Z] main: digest: sha256:6d31874ed506ffa6d30952130af6a4fb42bfb38c4f1e3564588e00523bba65e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-12T02:08:36.161Z] ===================================================== [Pipeline] echo [2025-03-12T02:08:36.173Z] taggedImages: [2025-03-12T02:08:36.174Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d [2025-03-12T02:08:36.174Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2025-03-12T02:08:36.174Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.4 [2025-03-12T02:08:36.174Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:99341b55b6a412f9218defbeb1518dbc282c704d-4.0.0-dev.4 [2025-03-12T02:08:36.174Z] - 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-12T02:08:36.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T02:08:36.570Z] [2025-03-12T02:08:36.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:08:36.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T02:08:37.176Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-12T02:08:37.176Z] 8998bd30e6a1: Pulling fs layer [2025-03-12T02:08:37.176Z] 04944245beec: Pulling fs layer [2025-03-12T02:08:37.176Z] 699f458cf7ca: Pulling fs layer [2025-03-12T02:08:37.176Z] 765212b225bb: Pulling fs layer [2025-03-12T02:08:37.176Z] f23df028b6ca: Pulling fs layer [2025-03-12T02:08:37.176Z] d65c8cfc05b1: Pulling fs layer [2025-03-12T02:08:37.176Z] 2437ff75d9bd: Pulling fs layer [2025-03-12T02:08:37.176Z] 765212b225bb: Waiting [2025-03-12T02:08:37.176Z] f23df028b6ca: Waiting [2025-03-12T02:08:37.176Z] d65c8cfc05b1: Waiting [2025-03-12T02:08:37.176Z] 2437ff75d9bd: Waiting [2025-03-12T02:08:37.176Z] 04944245beec: Verifying Checksum [2025-03-12T02:08:37.176Z] 04944245beec: Download complete [2025-03-12T02:08:37.176Z] 765212b225bb: Verifying Checksum [2025-03-12T02:08:37.176Z] 765212b225bb: Download complete [2025-03-12T02:08:37.176Z] f23df028b6ca: Verifying Checksum [2025-03-12T02:08:37.176Z] f23df028b6ca: Download complete [2025-03-12T02:08:37.176Z] d65c8cfc05b1: Verifying Checksum [2025-03-12T02:08:37.176Z] d65c8cfc05b1: Download complete [2025-03-12T02:08:37.444Z] 699f458cf7ca: Verifying Checksum [2025-03-12T02:08:37.444Z] 699f458cf7ca: Download complete [2025-03-12T02:08:38.029Z] 8998bd30e6a1: Verifying Checksum [2025-03-12T02:08:38.029Z] 8998bd30e6a1: Download complete [2025-03-12T02:08:40.636Z] 2437ff75d9bd: Verifying Checksum [2025-03-12T02:08:40.636Z] 2437ff75d9bd: Download complete [2025-03-12T02:08:42.570Z] 8998bd30e6a1: Pull complete [2025-03-12T02:08:43.149Z] 04944245beec: Pull complete [2025-03-12T02:08:45.085Z] 699f458cf7ca: Pull complete [2025-03-12T02:08:45.085Z] 765212b225bb: Pull complete [2025-03-12T02:08:45.674Z] f23df028b6ca: Pull complete [2025-03-12T02:08:45.941Z] d65c8cfc05b1: Pull complete [2025-03-12T02:09:04.150Z] 2437ff75d9bd: Pull complete [2025-03-12T02:09:04.150Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-03-12T02:09:04.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-12T02:09:04.150Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:09:04.369Z] prd-ubuntu20.04-docker-arm64-4c-16g-40983 does not seem to be running inside a container [2025-03-12T02:09:04.426Z] $ 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/130 -v /w/workspace/device-gpio/130:/w/workspace/device-gpio/130:rw,z -v /w/workspace/device-gpio/130@tmp:/w/workspace/device-gpio/130@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-12T02:09:07.378Z] $ docker top 2c78b7315364b4507d4b869ea6a8c4ddf430b214a168d231731072c73e6ba360 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:09:08.244Z] ---> job-cost.sh [2025-03-12T02:09:08.244Z] lf-activate-venv: SKIPPING [2025-03-12T02:09:08.244Z] INFO: No Stack... [2025-03-12T02:09:08.829Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-03-12T02:09:09.414Z] INFO: Archiving Costs [Pipeline] sh [2025-03-12T02:09:10.061Z] + cat /w/workspace/device-gpio/130/archives/cost.csv [2025-03-12T02:09:10.061Z] + cut -d, -f6 [Pipeline] lock [2025-03-12T02:09:10.130Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [2025-03-12T02:09:10.137Z] Resource [jenkins-edgexfoundry-device-gpio-main-130-stack-cost] did not exist. Created. [2025-03-12T02:09:10.143Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-03-12T02:09:10.807Z] /w/workspace/device-gpio/130@tmp/durable-e1154505/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-03-12T02:09:11.454Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-03-12T02:09:11.469Z] Warning: overwriting stash ‘stack-cost’ [2025-03-12T02:09:11.519Z] Stashed 1 file(s) [Pipeline] } [2025-03-12T02:09:11.529Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-130-stack-cost] [Pipeline] // lock [Pipeline] } [2025-03-12T02:09:11.553Z] $ docker stop --time=1 2c78b7315364b4507d4b869ea6a8c4ddf430b214a168d231731072c73e6ba360 [2025-03-12T02:09:13.086Z] $ docker rm -f --volumes 2c78b7315364b4507d4b869ea6a8c4ddf430b214a168d231731072c73e6ba360 [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-12T02:09:13.521Z] provisioning config files... [2025-03-12T02:09:13.529Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config3936164465374540090tmp [Pipeline] { [Pipeline] sh [2025-03-12T02:09:13.824Z] + set +x [2025-03-12T02:09:13.824Z] + bash -s -- [2025-03-12T02:09:13.824Z] + curl -s https://codecov.io/bash [2025-03-12T02:09:13.824Z] [2025-03-12T02:09:13.824Z] _____ _ [2025-03-12T02:09:13.824Z] / ____| | | [2025-03-12T02:09:13.824Z] | | ___ __| | ___ ___ _____ __ [2025-03-12T02:09:13.824Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-03-12T02:09:13.824Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-03-12T02:09:13.824Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-03-12T02:09:13.824Z] Bash-1.0.6 [2025-03-12T02:09:13.824Z] [2025-03-12T02:09:13.824Z] [2025-03-12T02:09:13.824Z] ==> git version 2.25.1 found [2025-03-12T02:09:13.824Z] ==> 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-12T02:09:13.824Z] Release-Date: 2020-01-08 [2025-03-12T02:09:13.824Z] 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-12T02:09:13.824Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-03-12T02:09:13.824Z] ==> Jenkins CI detected. [2025-03-12T02:09:13.824Z] current dir:  /w/workspace/edgexfoundry_device-gpio_main [2025-03-12T02:09:13.824Z] project root: . [2025-03-12T02:09:13.824Z] --> token set from env [2025-03-12T02:09:13.824Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-03-12T02:09:14.083Z] ==> Running gcov in . (disable via -X gcov) [2025-03-12T02:09:14.083Z] ==> Python coveragepy not found [2025-03-12T02:09:14.083Z] ==> Searching for coverage reports in: [2025-03-12T02:09:14.083Z] + . [2025-03-12T02:09:14.083Z] -> Found 1 reports [2025-03-12T02:09:14.083Z] ==> Detecting git/mercurial file structure [2025-03-12T02:09:14.083Z] ==> Reading reports [2025-03-12T02:09:14.083Z] + ./coverage.out bytes=11486 [2025-03-12T02:09:14.083Z] ==> Appending adjustments [2025-03-12T02:09:14.083Z] https://docs.codecov.io/docs/fixing-reports [2025-03-12T02:09:14.083Z] + Found adjustments [2025-03-12T02:09:14.083Z] ==> Gzipping contents [2025-03-12T02:09:14.083Z] 4.0K /tmp/codecov.W97GfM.gz [2025-03-12T02:09:14.083Z] ==> Uploading reports [2025-03-12T02:09:14.083Z] url: https://codecov.io [2025-03-12T02:09:14.083Z] query: branch=main&commit=99341b55b6a412f9218defbeb1518dbc282c704d&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F130%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-12T02:09:14.083Z] -> Pinging Codecov [2025-03-12T02:09:14.083Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=99341b55b6a412f9218defbeb1518dbc282c704d&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F130%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2025-03-12T02:09:14.342Z] -> Uploading to [2025-03-12T02:09:14.343Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-gpio/99341b55b6a412f9218defbeb1518dbc282c704d/a034a985-2ef3-4209-9502-d47de1352b8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250312%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250312T020914Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=cbbe84bc658be7f92e3c086c3d40bf5799da94ba9e04b4029750710da2ff3193 [2025-03-12T02:09:14.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-12T02:09:14.343Z] Dload Upload Total Spent Left Speed [2025-03-12T02:09:14.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1713 0 0 100 1713 0 14275 --:--:-- --:--:-- --:--:-- 14275 [2025-03-12T02:09:14.343Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] } [2025-03-12T02:09:14.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-03-12T02:09:14.559Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-03-12T02:09:14.574Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:09:14.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T02:09:14.879Z] [2025-03-12T02:09:14.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:09:15.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T02:09:15.184Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-03-12T02:09:15.184Z] 43c4264eed91: Pulling fs layer [2025-03-12T02:09:15.184Z] 4cc291be95ef: Pulling fs layer [2025-03-12T02:09:15.184Z] 2ac1f1163629: Pulling fs layer [2025-03-12T02:09:15.184Z] 5c3c966382ef: Pulling fs layer [2025-03-12T02:09:15.184Z] 4f4fb700ef54: Pulling fs layer [2025-03-12T02:09:15.184Z] d9c7d2e4e75e: Pulling fs layer [2025-03-12T02:09:15.184Z] 9c3e1370e548: Pulling fs layer [2025-03-12T02:09:15.184Z] d9c7d2e4e75e: Waiting [2025-03-12T02:09:15.184Z] 5c3c966382ef: Waiting [2025-03-12T02:09:15.442Z] 4cc291be95ef: Download complete [2025-03-12T02:09:15.442Z] 5c3c966382ef: Verifying Checksum [2025-03-12T02:09:15.442Z] 5c3c966382ef: Download complete [2025-03-12T02:09:15.442Z] 43c4264eed91: Download complete [2025-03-12T02:09:15.442Z] d9c7d2e4e75e: Verifying Checksum [2025-03-12T02:09:15.442Z] d9c7d2e4e75e: Download complete [2025-03-12T02:09:15.702Z] 43c4264eed91: Pull complete [2025-03-12T02:09:15.702Z] 4cc291be95ef: Pull complete [2025-03-12T02:09:15.959Z] 2ac1f1163629: Verifying Checksum [2025-03-12T02:09:15.959Z] 2ac1f1163629: Download complete [2025-03-12T02:09:16.216Z] 9c3e1370e548: Verifying Checksum [2025-03-12T02:09:19.490Z] 2ac1f1163629: Pull complete [2025-03-12T02:09:19.490Z] 5c3c966382ef: Pull complete [2025-03-12T02:09:19.490Z] 4f4fb700ef54: Pull complete [2025-03-12T02:09:19.747Z] d9c7d2e4e75e: Pull complete [2025-03-12T02:09:23.219Z] 9c3e1370e548: Pull complete [2025-03-12T02:09:23.219Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-03-12T02:09:23.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-03-12T02:09:23.219Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:09:23.372Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:09:23.414Z] $ 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-12T02:09:28.385Z] $ docker top f0b7c54b6852ff380e564e80c066a52a7a8ec043d325da73264f19a34e699603 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T02:09:28.732Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] echo [2025-03-12T02:09:28.741Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh [2025-03-12T02:09:29.023Z] + set -o pipefail [2025-03-12T02:09:29.023Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' [2025-03-12T02:09:35.586Z] [2025-03-12T02:09:35.586Z] Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... [2025-03-12T02:09:35.586Z] [2025-03-12T02:09:35.586Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/934c5325-6bfa-42f0-9131-d7c3b7d1c836/history/1d687247-51cd-4b5f-9e60-70d7590bda8e [2025-03-12T02:09:35.586Z] [2025-03-12T02:09:35.586Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-03-12T02:09:35.586Z] [2025-03-12T02:09:35.586Z] [2025-03-12T02:09:35.586Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-03-12T02:09:35.586Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-03-12T02:09:35.607Z] $ docker stop --time=1 f0b7c54b6852ff380e564e80c066a52a7a8ec043d325da73264f19a34e699603 [2025-03-12T02:09:39.290Z] $ docker rm -f --volumes f0b7c54b6852ff380e564e80c066a52a7a8ec043d325da73264f19a34e699603 [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-12T02:09:40.179Z] + git log --format=format:%s -1 99341b55b6a412f9218defbeb1518dbc282c704d [Pipeline] sh [2025-03-12T02:09:40.486Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T02:09:40.487Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:09:40.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T02:09:40.791Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:09:40.866Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:09:40.906Z] $ 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-12T02:09:41.521Z] $ docker top 0ed7e3d20b566e64fad0f1b4ef4e411b2f032daa4fb62d9d6274505713acfc86 -eo pid,comm [2025-03-12T02:09:41.564Z] 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-12T02:09:41.564Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T02:09:41.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T02:09:41.625Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T02:09:41.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T02:09:41.750Z] $ docker exec 0ed7e3d20b566e64fad0f1b4ef4e411b2f032daa4fb62d9d6274505713acfc86 ssh-agent [2025-03-12T02:09:41.852Z] SSH_AUTH_SOCK=/tmp/ssh-5iD42yveHL8t/agent.32 [2025-03-12T02:09:41.852Z] SSH_AGENT_PID=38 [2025-03-12T02:09:41.859Z] Running ssh-add (command line suppressed) [2025-03-12T02:09:41.984Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10044764699049582148.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10044764699049582148.key) [2025-03-12T02:09:41.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T02:09:42.284Z] + git semver tag [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,513 [run_tag] DEBUG tag force:False [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,513 [check_head_tag] DEBUG check head tag [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,514 [execute] INFO git cat-file --batch-check [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,514 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,519 [execute] INFO git cat-file --batch [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,535 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,535 [execute] INFO git tag -a v4.0.0-dev.4 -m v4.0.0-dev.4 [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,535 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.4', '-m', 'v4.0.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2025-03-12T02:09:42.543Z] 2025-03-12 02:09:42,540 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:09:42.543Z] 4.0.0-dev.4 [Pipeline] } [2025-03-12T02:09:42.818Z] $ docker exec --env ******** --env ******** 0ed7e3d20b566e64fad0f1b4ef4e411b2f032daa4fb62d9d6274505713acfc86 ssh-agent -k [2025-03-12T02:09:42.928Z] unset SSH_AUTH_SOCK; [2025-03-12T02:09:42.928Z] unset SSH_AGENT_PID; [2025-03-12T02:09:42.928Z] echo Agent pid 38 killed; [2025-03-12T02:09:42.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T02:09:43.253Z] + git semver [Pipeline] } [2025-03-12T02:09:43.548Z] $ docker stop --time=1 0ed7e3d20b566e64fad0f1b4ef4e411b2f032daa4fb62d9d6274505713acfc86 [2025-03-12T02:09:44.832Z] $ docker rm -f --volumes 0ed7e3d20b566e64fad0f1b4ef4e411b2f032daa4fb62d9d6274505713acfc86 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:09:45.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T02:09:45.241Z] [2025-03-12T02:09:45.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:09:45.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T02:09:45.540Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-03-12T02:09:45.540Z] ab5ef0e58194: Pulling fs layer [2025-03-12T02:09:45.540Z] 9712f1f96733: Pulling fs layer [2025-03-12T02:09:45.540Z] 63f879dbbcfc: Pulling fs layer [2025-03-12T02:09:45.540Z] 0d9ebad4ef96: Pulling fs layer [2025-03-12T02:09:45.540Z] e9a5061849ea: Pulling fs layer [2025-03-12T02:09:45.540Z] d747dcd14b5f: Pulling fs layer [2025-03-12T02:09:45.540Z] 2de7ff778b66: Pulling fs layer [2025-03-12T02:09:45.540Z] e9a5061849ea: Waiting [2025-03-12T02:09:45.540Z] 0d9ebad4ef96: Waiting [2025-03-12T02:09:45.540Z] d747dcd14b5f: Waiting [2025-03-12T02:09:45.540Z] 2de7ff778b66: Waiting [2025-03-12T02:09:45.540Z] 9712f1f96733: Verifying Checksum [2025-03-12T02:09:45.540Z] 9712f1f96733: Download complete [2025-03-12T02:09:45.798Z] 63f879dbbcfc: Verifying Checksum [2025-03-12T02:09:45.798Z] 63f879dbbcfc: Download complete [2025-03-12T02:09:46.057Z] e9a5061849ea: Verifying Checksum [2025-03-12T02:09:46.057Z] e9a5061849ea: Download complete [2025-03-12T02:09:46.057Z] d747dcd14b5f: Verifying Checksum [2025-03-12T02:09:46.057Z] d747dcd14b5f: Download complete [2025-03-12T02:09:46.057Z] ab5ef0e58194: Verifying Checksum [2025-03-12T02:09:46.057Z] ab5ef0e58194: Download complete [2025-03-12T02:09:46.315Z] 2de7ff778b66: Verifying Checksum [2025-03-12T02:09:46.315Z] 0d9ebad4ef96: Download complete [2025-03-12T02:09:48.846Z] ab5ef0e58194: Pull complete [2025-03-12T02:09:49.106Z] 9712f1f96733: Pull complete [2025-03-12T02:09:49.673Z] 63f879dbbcfc: Pull complete [2025-03-12T02:09:52.985Z] 0d9ebad4ef96: Pull complete [2025-03-12T02:09:52.985Z] e9a5061849ea: Pull complete [2025-03-12T02:09:52.985Z] d747dcd14b5f: Pull complete [2025-03-12T02:09:53.924Z] 2de7ff778b66: Pull complete [2025-03-12T02:09:53.924Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-03-12T02:09:53.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-03-12T02:09:53.924Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:09:54.022Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:09:54.070Z] $ 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-12T02:09:58.717Z] $ docker top dbeeba42722f312643d2bbd2e621ca26162e2055c2c74d65d6f817fbe6eff7e9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-03-12T02:09:58.786Z] provisioning config files... [2025-03-12T02:09:58.793Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config11192547499952485161tmp [2025-03-12T02:09:58.807Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16138074189327486367tmp [2025-03-12T02:09:58.816Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config13261164172237296079tmp [Pipeline] { [Pipeline] echo [2025-03-12T02:09:58.841Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:09:59.168Z] ---> sigul-configuration.sh [2025-03-12T02:09:59.168Z] gpg: directory `/root/.gnupg' created [2025-03-12T02:09:59.168Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-03-12T02:09:59.168Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-03-12T02:09:59.168Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-03-12T02:09:59.168Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-03-12T02:09:59.168Z] gpg: CAST5 encrypted data [2025-03-12T02:09:59.168Z] gpg: encrypted with 1 passphrase [2025-03-12T02:09:59.168Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-03-12T02:09:59.485Z] + mkdir /home/jenkins [2025-03-12T02:09:59.485Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-03-12T02:09:59.791Z] + 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-12T02:09:59.805Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:10:00.118Z] ---> sigul-install.sh [2025-03-12T02:10:00.118Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-03-12T02:10:00.415Z] + git tag --list [2025-03-12T02:10:00.415Z] v1.0.0 [2025-03-12T02:10:00.415Z] v2.1.0 [2025-03-12T02:10:00.415Z] v2.1.1 [2025-03-12T02:10:00.415Z] v2.2.0 [2025-03-12T02:10:00.415Z] v2.3.0 [2025-03-12T02:10:00.415Z] v3.0 [2025-03-12T02:10:00.415Z] v3.0.0 [2025-03-12T02:10:00.415Z] v3.1 [2025-03-12T02:10:00.415Z] v3.1.0 [2025-03-12T02:10:00.415Z] v3.1.0-dev.1 [2025-03-12T02:10:00.415Z] v3.1.0-dev.10 [2025-03-12T02:10:00.415Z] v3.1.0-dev.11 [2025-03-12T02:10:00.415Z] v3.1.0-dev.12 [2025-03-12T02:10:00.415Z] v3.1.0-dev.13 [2025-03-12T02:10:00.415Z] v3.1.0-dev.14 [2025-03-12T02:10:00.415Z] v3.1.0-dev.15 [2025-03-12T02:10:00.415Z] v3.1.0-dev.16 [2025-03-12T02:10:00.415Z] v3.1.0-dev.17 [2025-03-12T02:10:00.415Z] v3.1.0-dev.18 [2025-03-12T02:10:00.415Z] v3.1.0-dev.19 [2025-03-12T02:10:00.415Z] v3.1.0-dev.2 [2025-03-12T02:10:00.415Z] v3.1.0-dev.20 [2025-03-12T02:10:00.415Z] v3.1.0-dev.21 [2025-03-12T02:10:00.415Z] v3.1.0-dev.22 [2025-03-12T02:10:00.415Z] v3.1.0-dev.23 [2025-03-12T02:10:00.415Z] v3.1.0-dev.24 [2025-03-12T02:10:00.415Z] v3.1.0-dev.25 [2025-03-12T02:10:00.415Z] v3.1.0-dev.26 [2025-03-12T02:10:00.415Z] v3.1.0-dev.3 [2025-03-12T02:10:00.415Z] v3.1.0-dev.4 [2025-03-12T02:10:00.415Z] v3.1.0-dev.5 [2025-03-12T02:10:00.415Z] v3.1.0-dev.6 [2025-03-12T02:10:00.415Z] v3.1.0-dev.7 [2025-03-12T02:10:00.415Z] v3.1.0-dev.8 [2025-03-12T02:10:00.415Z] v3.1.0-dev.9 [2025-03-12T02:10:00.415Z] v3.1.1 [2025-03-12T02:10:00.415Z] v3.1.1-dev.1 [2025-03-12T02:10:00.415Z] v3.2.0-dev.1 [2025-03-12T02:10:00.415Z] v3.2.0-dev.10 [2025-03-12T02:10:00.415Z] v3.2.0-dev.11 [2025-03-12T02:10:00.415Z] v3.2.0-dev.12 [2025-03-12T02:10:00.415Z] v3.2.0-dev.13 [2025-03-12T02:10:00.415Z] v3.2.0-dev.2 [2025-03-12T02:10:00.415Z] v3.2.0-dev.3 [2025-03-12T02:10:00.415Z] v3.2.0-dev.4 [2025-03-12T02:10:00.415Z] v3.2.0-dev.5 [2025-03-12T02:10:00.415Z] v3.2.0-dev.6 [2025-03-12T02:10:00.415Z] v3.2.0-dev.7 [2025-03-12T02:10:00.415Z] v3.2.0-dev.8 [2025-03-12T02:10:00.415Z] v3.2.0-dev.9 [2025-03-12T02:10:00.415Z] v4.0.0-dev.1 [2025-03-12T02:10:00.415Z] v4.0.0-dev.2 [2025-03-12T02:10:00.415Z] v4.0.0-dev.3 [2025-03-12T02:10:00.415Z] v4.0.0-dev.4 [Pipeline] sh [2025-03-12T02:10:00.707Z] + lftools sign git-tag v4.0.0-dev.4 [2025-03-12T02:10:01.274Z] Signing Git tag with Sigul... [2025-03-12T02:10:01.275Z] Signing v4.0.0-dev.4 [Pipeline] echo [2025-03-12T02:10:02.243Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:10:02.546Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-03-12T02:10:02.552Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-03-12T02:10:02.588Z] $ docker stop --time=1 dbeeba42722f312643d2bbd2e621ca26162e2055c2c74d65d6f817fbe6eff7e9 [2025-03-12T02:10:03.860Z] $ docker rm -f --volumes dbeeba42722f312643d2bbd2e621ca26162e2055c2c74d65d6f817fbe6eff7e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-03-12T02:10:04.287Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T02:10:04.287Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:10:04.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T02:10:04.586Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:10:04.729Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:10:04.809Z] $ 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-12T02:10:49.164Z] $ docker top 6fe0eb415d7616b82d63480612377ecf24faacd5af3418dcc1f80d0ec1a0f919 -eo pid,comm [2025-03-12T02:10:49.201Z] 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-12T02:10:49.201Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T02:10:49.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T02:10:49.250Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T02:10:49.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T02:10:49.383Z] $ docker exec 6fe0eb415d7616b82d63480612377ecf24faacd5af3418dcc1f80d0ec1a0f919 ssh-agent [2025-03-12T02:10:49.476Z] SSH_AUTH_SOCK=/tmp/ssh-miqAx0p9qrkI/agent.14 [2025-03-12T02:10:49.476Z] SSH_AGENT_PID=20 [2025-03-12T02:10:49.480Z] Running ssh-add (command line suppressed) [2025-03-12T02:10:49.594Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_9458076886069826544.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_9458076886069826544.key) [2025-03-12T02:10:49.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T02:10:49.890Z] + git semver bump pre [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,151 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,151 [bump_version] DEBUG bumping version:4.0.0-dev.4 on axis:pre with prefix:dev [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,151 [bump_version] DEBUG bumped version:4.0.0-dev.5 [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,151 [write_version] DEBUG write version:4.0.0-dev.5 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,151 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,152 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,155 [execute] INFO git cat-file --batch-check [2025-03-12T02:10:50.154Z] 2025-03-12 02:10:50,155 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T02:10:50.416Z] 2025-03-12 02:10:50,163 [execute] INFO git cat-file --batch [2025-03-12T02:10:50.416Z] 2025-03-12 02:10:50,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T02:10:50.416Z] 2025-03-12 02:10:50,169 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:10:50.416Z] 4.0.0-dev.5 [Pipeline] } [2025-03-12T02:10:50.433Z] $ docker exec --env ******** --env ******** 6fe0eb415d7616b82d63480612377ecf24faacd5af3418dcc1f80d0ec1a0f919 ssh-agent -k [2025-03-12T02:10:50.517Z] unset SSH_AUTH_SOCK; [2025-03-12T02:10:50.517Z] unset SSH_AGENT_PID; [2025-03-12T02:10:50.517Z] echo Agent pid 20 killed; [2025-03-12T02:10:50.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T02:10:50.830Z] + git semver [Pipeline] } [2025-03-12T02:10:51.413Z] $ docker stop --time=1 6fe0eb415d7616b82d63480612377ecf24faacd5af3418dcc1f80d0ec1a0f919 [2025-03-12T02:10:54.659Z] $ docker rm -f --volumes 6fe0eb415d7616b82d63480612377ecf24faacd5af3418dcc1f80d0ec1a0f919 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-12T02:10:55.348Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-12T02:10:55.348Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:10:55.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-12T02:10:55.650Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:10:55.735Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:10:55.779Z] $ 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-12T02:10:58.380Z] $ docker top 219bf712ff81c4b885e0c1cebe6838992457da6c1b8f33b72596e967495a13f2 -eo pid,comm [2025-03-12T02:10:58.446Z] 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-12T02:10:58.446Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-12T02:10:58.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-12T02:10:58.497Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-12T02:10:58.622Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-12T02:10:58.632Z] $ docker exec 219bf712ff81c4b885e0c1cebe6838992457da6c1b8f33b72596e967495a13f2 ssh-agent [2025-03-12T02:10:58.732Z] SSH_AUTH_SOCK=/tmp/ssh-CMBPqFDWVrIh/agent.14 [2025-03-12T02:10:58.732Z] SSH_AGENT_PID=20 [2025-03-12T02:10:58.737Z] Running ssh-add (command line suppressed) [2025-03-12T02:10:58.843Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_12458100239174029156.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_12458100239174029156.key) [2025-03-12T02:10:58.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-12T02:10:59.142Z] + git semver push [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,392 [run_push] DEBUG push [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,393 [execute] INFO git cat-file --batch-check [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,394 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,399 [execute] INFO git rev-list ec893b548f91e9b5d603377a648047b8a8c88687 -- [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,399 [execute] DEBUG Popen(['git', 'rev-list', 'ec893b548f91e9b5d603377a648047b8a8c88687', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,408 [execute] INFO git fetch -v origin [2025-03-12T02:10:59.401Z] 2025-03-12 02:10:59,408 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-03-12T02:11:01.469Z] 2025-03-12 02:11:01,271 [run_push] DEBUG no remote changes detected [2025-03-12T02:11:01.469Z] 2025-03-12 02:11:01,271 [execute] INFO git push origin semver [2025-03-12T02:11:01.469Z] 2025-03-12 02:11:01,271 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-03-12T02:11:02.402Z] 2025-03-12 02:11:02,047 [run_push] DEBUG push all version tags [2025-03-12T02:11:02.402Z] 2025-03-12 02:11:02,048 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-03-12T02:11:02.402Z] 2025-03-12 02:11:02,048 [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-12T02:11:02.660Z] 2025-03-12 02:11:02,665 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2025-03-12T02:11:02.660Z] 4.0.0-dev.5 [Pipeline] } [2025-03-12T02:11:02.936Z] $ docker exec --env ******** --env ******** 219bf712ff81c4b885e0c1cebe6838992457da6c1b8f33b72596e967495a13f2 ssh-agent -k [2025-03-12T02:11:03.031Z] unset SSH_AUTH_SOCK; [2025-03-12T02:11:03.031Z] unset SSH_AGENT_PID; [2025-03-12T02:11:03.031Z] echo Agent pid 20 killed; [2025-03-12T02:11:03.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-12T02:11:03.358Z] + git semver [Pipeline] } [2025-03-12T02:11:03.633Z] $ docker stop --time=1 219bf712ff81c4b885e0c1cebe6838992457da6c1b8f33b72596e967495a13f2 [2025-03-12T02:11:06.965Z] $ docker rm -f --volumes 219bf712ff81c4b885e0c1cebe6838992457da6c1b8f33b72596e967495a13f2 [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-12T02:11:07.913Z] + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] [2025-03-12T02:11:07.913Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-12T02:11:07.913Z] total 16 [2025-03-12T02:11:07.913Z] drwxr-xr-x 3 root root 4096 Mar 12 01:57 . [2025-03-12T02:11:07.913Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 12 02:09 .. [2025-03-12T02:11:07.913Z] drwxr-xr-x 2 root root 4096 Mar 12 01:57 cost [2025-03-12T02:11:07.913Z] -rw-r--r-- 1 root root 83 Mar 12 01:57 cost.csv [2025-03-12T02:11:07.913Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-12T02:11:07.913Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2025-03-12T02:11:07.913Z] total 16 [2025-03-12T02:11:07.913Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 12 01:57 . [2025-03-12T02:11:07.913Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 12 02:09 .. [2025-03-12T02:11:07.913Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 12 01:57 cost [2025-03-12T02:11:07.913Z] -rw-r--r-- 1 jenkins jenkins 83 Mar 12 01:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:08.203Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:09.066Z] ---> package-listing.sh [2025-03-12T02:11:09.066Z] ++ facter osfamily [2025-03-12T02:11:09.066Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-12T02:11:09.324Z] + OS_FAMILY=debian [2025-03-12T02:11:09.324Z] + workspace=/w/workspace/edgexfoundry_device-gpio_main [2025-03-12T02:11:09.324Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-12T02:11:09.324Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-12T02:11:09.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-12T02:11:09.324Z] + PACKAGES=/tmp/packages_start.txt [2025-03-12T02:11:09.324Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2025-03-12T02:11:09.324Z] + PACKAGES=/tmp/packages_end.txt [2025-03-12T02:11:09.324Z] + case "${OS_FAMILY}" in [2025-03-12T02:11:09.324Z] + dpkg -l [2025-03-12T02:11:09.324Z] + grep '^ii' [2025-03-12T02:11:09.324Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-12T02:11:09.324Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-12T02:11:09.324Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-12T02:11:09.324Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2025-03-12T02:11:09.324Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ [2025-03-12T02:11:09.324Z] + 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-12T02:11:09.335Z] 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-12T02:11:09.609Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-12T02:11:10.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-12T02:11:10.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-12T02:11:10.250Z] prd-ubuntu20.04-docker-8c-8g-40981 does not seem to be running inside a container [2025-03-12T02:11:10.282Z] $ 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-12T02:11:14.183Z] $ docker top 0be555fe6651464f8fa4b7b35dba0466666762207b63597d6e1912a6602ff8e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-12T02:11:14.534Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-12T02:11:14.818Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-12T02:11:15.101Z] + ls /var/log/sa-host [2025-03-12T02:11:15.101Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-12T02:11:15.180Z] provisioning config files... [2025-03-12T02:11:15.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10363903033254110443tmp [Pipeline] { [Pipeline] echo [2025-03-12T02:11:15.210Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:15.493Z] ---> create-netrc.sh [Pipeline] } [2025-03-12T02:11:15.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:15.831Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-12T02:11:15.842Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:16.122Z] ---> sudo-logs.sh [2025-03-12T02:11:16.123Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-12T02:11:16.148Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:16.432Z] ---> job-cost.sh [2025-03-12T02:11:16.432Z] lf-activate-venv: SKIPPING [2025-03-12T02:11:16.432Z] DEBUG: total: 0.2199999988079071 [2025-03-12T02:11:16.432Z] INFO: Retrieving Stack Cost... [2025-03-12T02:11:16.692Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-12T02:11:17.266Z] INFO: Archiving Costs [Pipeline] echo [2025-03-12T02:11:17.279Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-12T02:11:17.561Z] ---> logs-deploy.sh [2025-03-12T02:11:17.561Z] lf-activate-venv: SKIPPING [2025-03-12T02:11:17.561Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/130 [2025-03-12T02:11:17.561Z] INFO: archiving workspace using pattern(s): [2025-03-12T02:11:18.497Z] Archives upload complete. [2025-03-12T02:11:18.497Z] INFO: archiving logs to Nexus