Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f230f01cc13c190451e7ba870f98e45ec269a8da Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13169833600137133792.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9045831837930270384.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12328922513936071952.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13056618763002942365.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15374547976845363140.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-gpio] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-40102 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f230f01cc13c190451e7ba870f98e45ec269a8da (main) Commit message: "Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26" > git config core.sparsecheckout # timeout=10 > git checkout -f f230f01cc13c190451e7ba870f98e45ec269a8da # timeout=10 > git rev-list --no-walk 3a50ff58344be9ae040b5b9780da73a66f537cc9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:48:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:48:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:48:46 ========================================================= 00:48:46 EdgeX Global Pipelines Version Info 00:48:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:48:47 ------------------- 00:48:47 stable info: 00:48:47 ------------------- 00:48:47 Commited By: Cherry Wang cherry@iotechsys.com 00:48:47 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 00:48:47 Message: update stable to v1.0.269 00:48:47 ------------------- 00:48:47 experimental info: 00:48:47 ------------------- 00:48:47 Commited By: Ginny Guan ginny@iotechsys.com 00:48:47 Commit SHA: 7f93e8bad95e9991f74bdd88f4a3d704a5893b6d 00:48:47 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:48:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f230f01 [Pipeline] echo 00:48:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:48 provisioning config files... 00:48:48 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config75889834029833146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:49 ---> ****-login.sh 00:48:49 nexus3.edgexfoundry.org:10001 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:49 Configure a credential helper to remove this warning. See 00:48:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:49 00:48:49 Login Succeeded 00:48:49 nexus3.edgexfoundry.org:10002 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:49 Configure a credential helper to remove this warning. See 00:48:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:49 00:48:49 Login Succeeded 00:48:49 nexus3.edgexfoundry.org:10003 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:49 Configure a credential helper to remove this warning. See 00:48:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:49 00:48:49 Login Succeeded 00:48:49 nexus3.edgexfoundry.org:10004 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:49 Configure a credential helper to remove this warning. See 00:48:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:49 00:48:49 Login Succeeded 00:48:49 ****.io 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:50 Configure a credential helper to remove this warning. See 00:48:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:50 00:48:50 Login Succeeded 00:48:50 ---> ****-login.sh ends [Pipeline] } 00:48:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:48:50 + git rev-list -1 --merges f230f01cc13c190451e7ba870f98e45ec269a8da~1..f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo 00:48:50 -----------> git rev-list -1 --merges f230f01cc13c190451e7ba870f98e45ec269a8da~1..f230f01cc13c190451e7ba870f98e45ec269a8da f230f01cc13c190451e7ba870f98e45ec269a8da 00:48:50 f230f01cc13c190451e7ba870f98e45ec269a8da [false] [Pipeline] sh 00:48:50 + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo 00:48:50 ========================================================= 00:48:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:48:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:48:51 + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] echo 00:48:51 [semverPrep] GIT_COMMIT: f230f01cc13c190451e7ba870f98e45ec269a8da, Commit Message: Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26 [Pipeline] echo 00:48:51 [semverPrep] This is not a build commit. [Pipeline] sh 00:48:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:48:51 + grep -v github /etc/ssh/ssh_known_hosts 00:48:51 + [ -e /tmp/ssh_known_hosts ] 00:48:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:48:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:48:51 + sudo tee -a /etc/ssh/ssh_known_hosts 00:48:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:52 00:48:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:52 0.1.4: Pulling from edgex-devops/py-git-semver 00:48:52 b85a868b505f: Pulling fs layer 00:48:52 e2be974225ed: Pulling fs layer 00:48:52 339a4e72a1f5: Pulling fs layer 00:48:52 988bab9f4d93: Pulling fs layer 00:48:52 1469e6f7b9e6: Pulling fs layer 00:48:52 eaf3925da568: Pulling fs layer 00:48:52 bab4dde63d76: Pulling fs layer 00:48:52 bde34c3a00c8: Pulling fs layer 00:48:52 b352a97aabf1: Pulling fs layer 00:48:52 4872d77fe225: Pulling fs layer 00:48:52 5851b861e8e6: Pulling fs layer 00:48:52 bab4dde63d76: Waiting 00:48:52 1469e6f7b9e6: Waiting 00:48:52 bde34c3a00c8: Waiting 00:48:52 b352a97aabf1: Waiting 00:48:52 4872d77fe225: Waiting 00:48:52 5851b861e8e6: Waiting 00:48:52 eaf3925da568: Waiting 00:48:52 988bab9f4d93: Waiting 00:48:52 e2be974225ed: Download complete 00:48:52 988bab9f4d93: Verifying Checksum 00:48:52 988bab9f4d93: Download complete 00:48:52 1469e6f7b9e6: Verifying Checksum 00:48:52 1469e6f7b9e6: Download complete 00:48:52 eaf3925da568: Verifying Checksum 00:48:52 eaf3925da568: Download complete 00:48:52 339a4e72a1f5: Verifying Checksum 00:48:52 339a4e72a1f5: Download complete 00:48:52 bde34c3a00c8: Verifying Checksum 00:48:52 bde34c3a00c8: Download complete 00:48:52 b352a97aabf1: Download complete 00:48:52 5851b861e8e6: Verifying Checksum 00:48:52 5851b861e8e6: Download complete 00:48:52 b85a868b505f: Verifying Checksum 00:48:52 b85a868b505f: Download complete 00:48:52 bab4dde63d76: Verifying Checksum 00:48:52 bab4dde63d76: Download complete 00:48:53 b85a868b505f: Pull complete 00:48:53 e2be974225ed: Pull complete 00:48:54 339a4e72a1f5: Pull complete 00:48:54 988bab9f4d93: Pull complete 00:48:54 1469e6f7b9e6: Pull complete 00:48:54 eaf3925da568: Pull complete 00:48:56 bab4dde63d76: Pull complete 00:48:56 bde34c3a00c8: Pull complete 00:48:56 b352a97aabf1: Pull complete 00:48:56 4872d77fe225: Pull complete 00:48:56 5851b861e8e6: Pull complete 00:48:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:48:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:56 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 00:48:56 $ 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 00:48:58 $ docker top 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb -eo pid,comm 00:48:58 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). 00:48:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:48:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:58 [ssh-agent] Looking for ssh-agent implementation... 00:48:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:58 $ docker exec 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent 00:48:59 SSH_AUTH_SOCK=/tmp/ssh-5mpV0TSDqbjy/agent.32 00:48:59 SSH_AGENT_PID=38 00:48:59 Running ssh-add (command line suppressed) 00:48:59 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7297249729089310610.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7297249729089310610.key) 00:48:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:59 + git tag --points-at HEAD [Pipeline] } 00:48:59 $ docker exec --env ******** --env ******** 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent -k 00:48:59 unset SSH_AUTH_SOCK; 00:48:59 unset SSH_AGENT_PID; 00:48:59 echo Agent pid 38 killed; 00:48:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:48:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:59 [ssh-agent] Looking for ssh-agent implementation... 00:48:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:59 $ docker exec 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent 00:48:59 SSH_AUTH_SOCK=/tmp/ssh-0rpKvYyqXe82/agent.71 00:48:59 SSH_AGENT_PID=77 00:48:59 Running ssh-add (command line suppressed) 00:49:00 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7826274670112732045.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_7826274670112732045.key) 00:49:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:49:00 + git semver init 00:49:00 2025-03-04 00:49:00,526 [run_init] DEBUG init version:0.0.0 force:False 00:49:00 2025-03-04 00:49:00,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver 00:49:00 2025-03-04 00:49:00,527 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver 00:49:00 2025-03-04 00:49:00,527 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 00:49:02 2025-03-04 00:49:02,067 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude 00:49:02 2025-03-04 00:49:02,068 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False 00:49:02 2025-03-04 00:49:02,068 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 00:49:02 2025-03-04 00:49:02,068 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 00:49:02 4.0.0-dev.2 [Pipeline] } 00:49:02 $ docker exec --env ******** --env ******** 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb ssh-agent -k 00:49:02 unset SSH_AUTH_SOCK; 00:49:02 unset SSH_AGENT_PID; 00:49:02 echo Agent pid 77 killed; 00:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:02 + git semver [Pipeline] } 00:49:03 $ docker stop --time=1 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb 00:49:04 $ docker rm -f --volumes 228e5b6a2ce010cf95d2a7155e6fe05b8b488691de6bdba61ab5a190e6848bdb [Pipeline] // withDockerContainer [Pipeline] sh 00:49:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:49:04 Stashed 1 file(s) [Pipeline] echo 00:49:04 [edgeXSemver]: initialized semver on version 4.0.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:05 provisioning config files... 00:49:05 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14665819479003262148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:05 ---> ****-login.sh 00:49:05 nexus3.edgexfoundry.org:10001 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 nexus3.edgexfoundry.org:10002 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 nexus3.edgexfoundry.org:10003 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 nexus3.edgexfoundry.org:10004 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 ****.io 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 ---> ****-login.sh ends [Pipeline] } 00:49:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:49:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:49:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:49:06 ========================================================= 00:49:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 00:49:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:06 + 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 . 00:49:06 Sending build context to Docker daemon 30.42MB 00:49:06 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 00:49:06 Step 2/12 : FROM ${BASE} AS builder 00:49:06 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 00:49:06 da9db072f522: Pulling fs layer 00:49:06 6ef4a4ee8ca5: Pulling fs layer 00:49:06 06f05ace1117: Pulling fs layer 00:49:06 5fe327b54edc: Pulling fs layer 00:49:06 4f4fb700ef54: Pulling fs layer 00:49:06 92a5565b7b96: Pulling fs layer 00:49:06 ff9bb7016b71: Pulling fs layer 00:49:06 b67dba6c2c7d: Pulling fs layer 00:49:06 a813b0c90790: Pulling fs layer 00:49:06 5fe327b54edc: Waiting 00:49:06 4f4fb700ef54: Waiting 00:49:06 92a5565b7b96: Waiting 00:49:06 ff9bb7016b71: Waiting 00:49:06 b67dba6c2c7d: Waiting 00:49:06 a813b0c90790: Waiting 00:49:06 6ef4a4ee8ca5: Download complete 00:49:06 5fe327b54edc: Download complete 00:49:06 4f4fb700ef54: Verifying Checksum 00:49:06 4f4fb700ef54: Download complete 00:49:06 92a5565b7b96: Verifying Checksum 00:49:06 92a5565b7b96: Download complete 00:49:06 da9db072f522: Verifying Checksum 00:49:06 da9db072f522: Download complete 00:49:06 ff9bb7016b71: Verifying Checksum 00:49:06 ff9bb7016b71: Download complete 00:49:06 da9db072f522: Pull complete 00:49:07 a813b0c90790: Verifying Checksum 00:49:07 a813b0c90790: Download complete 00:49:07 6ef4a4ee8ca5: Pull complete 00:49:07 06f05ace1117: Verifying Checksum 00:49:07 06f05ace1117: Download complete 00:49:07 b67dba6c2c7d: Verifying Checksum 00:49:07 b67dba6c2c7d: Download complete 00:49:11 06f05ace1117: Pull complete 00:49:11 5fe327b54edc: Pull complete 00:49:11 4f4fb700ef54: Pull complete 00:49:11 92a5565b7b96: Pull complete 00:49:11 ff9bb7016b71: Pull complete 00:49:13 b67dba6c2c7d: Pull complete 00:49:13 a813b0c90790: Pull complete 00:49:13 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 00:49:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 00:49:13 ---> 3ba60ce46760 00:49:13 Step 3/12 : ARG ADD_BUILD_TAGS="" 00:49:17 ---> Running in bdf0b9f2c386 00:49:17 Removing intermediate container bdf0b9f2c386 00:49:17 ---> 8064370bff34 00:49:17 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:49:17 ---> Running in 0fa0cf01ef33 00:49:17 Removing intermediate container 0fa0cf01ef33 00:49:17 ---> 4474c3f38137 00:49:17 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 00:49:17 ---> Running in c7a3936a5fa2 00:49:17 Removing intermediate container c7a3936a5fa2 00:49:17 ---> 4c26d5720992 00:49:17 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 00:49:17 ---> Running in 73d6ac6bdc14 00:49:17 Removing intermediate container 73d6ac6bdc14 00:49:17 ---> 1f31982301bf 00:49:17 Step 7/12 : WORKDIR /device-gpio 00:49:17 ---> Running in 9a00fa4fbcc6 00:49:17 Removing intermediate container 9a00fa4fbcc6 00:49:17 ---> 6cfa9c87e587 00:49:17 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:49:17 ---> Running in 74d49cde9de6 00:49:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:49:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:49:18 (1/4) Installing openssh-keygen (9.7_p1-r5) 00:49:18 (2/4) Installing libedit (20240517.3.1-r0) 00:49:18 (3/4) Installing openssh-client-common (9.7_p1-r5) 00:49:18 (4/4) Installing openssh-client-default (9.7_p1-r5) 00:49:18 Executing busybox-1.36.1-r29.trigger 00:49:18 OK: 252 MiB in 62 packages 00:49:18 Removing intermediate container 74d49cde9de6 00:49:18 ---> 340dbdf74ebb 00:49:18 Step 9/12 : COPY go.mod vendor* ./ 00:49:18 ---> 19f7b8bca573 00:49:18 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:49:18 ---> Running in c9a683a1da35 00:49:20 Still waiting to schedule task 00:49:20 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:49:58 Removing intermediate container c9a683a1da35 00:49:58 ---> e5bbe91d95d0 00:49:58 Step 11/12 : COPY . . 00:49:58 ---> e6d7295b6fa1 00:49:58 Step 12/12 : RUN ${MAKE} 00:49:58 ---> Running in 4e07231ac973 00:49:58 noop 00:49:58 Removing intermediate container 4e07231ac973 00:49:58 ---> 7cf862c2f830 00:49:58 Successfully built 7cf862c2f830 00:49:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:58 + docker inspect -f . ci-base-image-x86_64 00:49:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:58 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 00:49:58 $ 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 00:49:58 $ docker top a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:59 + go version 00:49:59 go version go1.23.4 linux/amd64 [Pipeline] } 00:49:59 $ docker stop --time=1 a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 00:50:00 $ docker rm -f --volumes a3eed4c3c5eebec4fc8310fc86b5e573eb8657480a85c6bcab6a7c8f549589a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:01 + docker inspect -f . ci-base-image-x86_64 00:50:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:01 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 00:50:01 $ 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 00:50:01 $ docker top 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:01 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh 00:50:02 + make test 00:50:02 go test ./... -coverprofile=coverage.out ./... 00:50:03 ? github.com/edgexfoundry/device-gpio [no test files] 00:50:21 github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements 00:50:21 github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements 00:50:29 go vet ./... 00:50:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:50:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:50:35 ./bin/test-attribution-txt.sh [Pipeline] echo 00:50:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 00:50:35 $ docker stop --time=1 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 00:50:37 $ docker rm -f --volumes 201688d719fbd82fbe6fe88e687357ef564533d2be58141bad3dfe4898a454a2 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:50:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:50:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:50:39 + ls -al . 00:50:39 total 224 00:50:39 drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:50 . 00:50:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 00:48 .. 00:50:39 -rw-rw-r-- 1 jenkins jenkins 120 Mar 4 00:48 .dockerignore 00:50:39 drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:50 .git 00:50:39 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 .github 00:50:39 -rw-rw-r-- 1 jenkins jenkins 277 Mar 4 00:48 .gitignore 00:50:39 -rw-rw-r-- 1 jenkins jenkins 41 Mar 4 00:48 .golangci.yml 00:50:39 drwxr-xr-x 3 jenkins jenkins 4096 Mar 4 00:49 .semver 00:50:39 -rw-rw-r-- 1 jenkins jenkins 19399 Mar 4 00:48 Attribution.txt 00:50:39 -rw-rw-r-- 1 jenkins jenkins 7171 Mar 4 00:48 CHANGELOG.md 00:50:39 -rw-rw-r-- 1 jenkins jenkins 1694 Mar 4 00:48 Dockerfile 00:50:39 -rw-rw-r-- 1 jenkins jenkins 677 Mar 4 00:48 GOVERNANCE.md 00:50:39 -rw-rw-r-- 1 jenkins jenkins 657 Mar 4 00:48 Jenkinsfile 00:50:39 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 4 00:48 LICENSE 00:50:39 -rw-rw-r-- 1 jenkins jenkins 1923 Mar 4 00:48 Makefile 00:50:39 -rw-rw-r-- 1 jenkins jenkins 617 Mar 4 00:48 OWNERS.md 00:50:39 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 4 00:48 README.md 00:50:39 -rw-rw-r-- 1 jenkins jenkins 11 Mar 4 00:49 VERSION 00:50:39 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 00:48 bin 00:50:39 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 cmd 00:50:39 -rw-r--r-- 1 jenkins jenkins 11486 Mar 4 00:50 coverage.out 00:50:39 -rw-rw-r-- 1 jenkins jenkins 6098 Mar 4 00:48 go.mod 00:50:39 -rw-rw-r-- 1 jenkins jenkins 86984 Mar 4 00:48 go.sum 00:50:39 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:48 internal 00:50:39 -rw-rw-r-- 1 jenkins jenkins 209 Mar 4 00:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:39 + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da --label arch=amd64 --label version=4.0.0-dev.2 . 00:50:39 Sending build context to Docker daemon 30.43MB 00:50:39 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 00:50:39 Step 2/26 : FROM ${BASE} AS builder 00:50:39 ---> 7cf862c2f830 00:50:39 Step 3/26 : ARG ADD_BUILD_TAGS="" 00:50:39 ---> Running in aeb6b7890f7a 00:50:39 Removing intermediate container aeb6b7890f7a 00:50:39 ---> d7bb5b81d317 00:50:39 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:50:39 ---> Running in d7a71e502293 00:50:40 Removing intermediate container d7a71e502293 00:50:40 ---> dbe9b10c653b 00:50:40 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " 00:50:40 ---> Running in c11f656e4c8c 00:50:40 Removing intermediate container c11f656e4c8c 00:50:40 ---> a5cb813fb81a 00:50:40 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 00:50:40 ---> Running in e5822bdc3aa2 00:50:40 Removing intermediate container e5822bdc3aa2 00:50:40 ---> 97aaee159e58 00:50:40 Step 7/26 : WORKDIR /device-gpio 00:50:40 ---> Running in 13cce135b142 00:50:40 Removing intermediate container 13cce135b142 00:50:40 ---> 9a7f0039515b 00:50:40 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:50:40 ---> Running in b0511cd140b5 00:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:50:41 OK: 252 MiB in 62 packages 00:50:41 Removing intermediate container b0511cd140b5 00:50:41 ---> a52f8879bee3 00:50:41 Step 9/26 : COPY go.mod vendor* ./ 00:50:41 ---> 5a6095af8aca 00:50:41 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:50:41 ---> Running in bee097ce72eb 00:50:42 Removing intermediate container bee097ce72eb 00:50:42 ---> 2d90c1b20805 00:50:42 Step 11/26 : COPY . . 00:50:42 ---> d8bbd1048607 00:50:42 Step 12/26 : RUN ${MAKE} 00:50:42 ---> Running in ea8ea7f8b978 00:50:43 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.26" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 00:51:15 Removing intermediate container ea8ea7f8b978 00:51:15 ---> 16b9c725b5c3 00:51:15 Step 13/26 : FROM alpine:3.20 00:51:15 3.20: Pulling from library/alpine 00:51:15 0a9a5dfd008f: Pulling fs layer 00:51:15 0a9a5dfd008f: Verifying Checksum 00:51:15 0a9a5dfd008f: Download complete 00:51:15 0a9a5dfd008f: Pull complete 00:51:15 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 00:51:15 Status: Downloaded newer image for alpine:3.20 00:51:15 ---> ff221270b9fb 00:51:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 00:51:15 ---> Running in 631a5e8586ef 00:51:15 Removing intermediate container 631a5e8586ef 00:51:15 ---> a86135dafc85 00:51:15 Step 15/26 : RUN apk add --update --no-cache dumb-init 00:51:15 ---> Running in 49214e16d920 00:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:51:15 (1/1) Installing dumb-init (1.2.5-r3) 00:51:15 Executing busybox-1.36.1-r29.trigger 00:51:15 OK: 8 MiB in 15 packages 00:51:15 Removing intermediate container 49214e16d920 00:51:15 ---> 766dbdcd7007 00:51:15 Step 16/26 : RUN apk --no-cache upgrade 00:51:15 ---> Running in 478800cd5852 00:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:51:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:51:15 OK: 8 MiB in 15 packages 00:51:15 Removing intermediate container 478800cd5852 00:51:15 ---> 8228d9b0886c 00:51:15 Step 17/26 : WORKDIR / 00:51:15 ---> Running in 77f096144ba4 00:51:15 Removing intermediate container 77f096144ba4 00:51:15 ---> 2314d7ffac0b 00:51:15 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 00:51:15 ---> 6c652daedf4b 00:51:15 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 00:51:15 ---> a07f47c688e2 00:51:15 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 00:51:15 ---> 7f83d398a14c 00:51:15 Step 21/26 : EXPOSE 59910 00:51:15 ---> Running in 46942d81f28e 00:51:15 Removing intermediate container 46942d81f28e 00:51:15 ---> 4f9e4e1b8720 00:51:15 Step 22/26 : ENTRYPOINT ["/device-gpio"] 00:51:15 ---> Running in 8ee80e929e4f 00:51:15 Removing intermediate container 8ee80e929e4f 00:51:15 ---> a9174ae78898 00:51:15 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 00:51:15 ---> Running in 280b91cc8c22 00:51:15 Removing intermediate container 280b91cc8c22 00:51:15 ---> 256ea110a3ac 00:51:15 Step 24/26 : LABEL arch=amd64 00:51:15 ---> Running in 4190272a955e 00:51:15 Removing intermediate container 4190272a955e 00:51:15 ---> e35cce3ff919 00:51:15 Step 25/26 : LABEL git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da 00:51:15 ---> Running in 762aa524ae17 00:51:15 Removing intermediate container 762aa524ae17 00:51:15 ---> ebe8fd699f13 00:51:15 Step 26/26 : LABEL version=4.0.0-dev.2 00:51:15 ---> Running in 5be158623770 00:51:15 Removing intermediate container 5be158623770 00:51:15 ---> 06feb842b3bb 00:51:15 [Warning] One or more build-args [ARCH] were not consumed 00:51:15 Successfully built 06feb842b3bb 00:51:15 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:15 provisioning config files... 00:51:15 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config7645752986169219894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:15 ---> ****-login.sh 00:51:15 nexus3.edgexfoundry.org:10001 00:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:51:15 Configure a credential helper to remove this warning. See 00:51:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:51:15 00:51:15 Login Succeeded 00:51:15 nexus3.edgexfoundry.org:10002 00:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:51:15 Configure a credential helper to remove this warning. See 00:51:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:51:15 00:51:15 Login Succeeded 00:51:15 nexus3.edgexfoundry.org:10003 00:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:51:16 Configure a credential helper to remove this warning. See 00:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:51:16 00:51:16 Login Succeeded 00:51:16 nexus3.edgexfoundry.org:10004 00:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:51:16 Configure a credential helper to remove this warning. See 00:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:51:16 00:51:16 Login Succeeded 00:51:16 ****.io 00:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:51:16 Configure a credential helper to remove this warning. See 00:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:51:16 00:51:16 Login Succeeded 00:51:16 ---> ****-login.sh ends [Pipeline] } 00:51:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:51:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:51:16 [edgeXDocker.push] Tagging docker image device-gpio with the following tags: 00:51:16 f230f01cc13c190451e7ba870f98e45ec269a8da 00:51:16 latest 00:51:16 4.0.0-dev.2 00:51:16 f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 00:51:16 main 00:51:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:16 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:17 + docker push nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da 00:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 00:51:17 02df889e0637: Preparing 00:51:17 be5c33f88f43: Preparing 00:51:17 03042882f7cf: Preparing 00:51:17 bdee54444d5c: Preparing 00:51:17 87f95f592c23: Preparing 00:51:17 994456c4fd7b: Preparing 00:51:17 994456c4fd7b: Waiting 00:51:17 bdee54444d5c: Pushed 00:51:17 87f95f592c23: Pushed 00:51:17 03042882f7cf: Pushed 00:51:17 be5c33f88f43: Pushed 00:51:17 994456c4fd7b: Layer already exists 00:51:21 02df889e0637: Pushed 00:51:21 f230f01cc13c190451e7ba870f98e45ec269a8da: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:21 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:22 + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest 00:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 00:51:22 02df889e0637: Preparing 00:51:22 be5c33f88f43: Preparing 00:51:22 03042882f7cf: Preparing 00:51:22 bdee54444d5c: Preparing 00:51:22 87f95f592c23: Preparing 00:51:22 994456c4fd7b: Preparing 00:51:22 994456c4fd7b: Waiting 00:51:22 bdee54444d5c: Layer already exists 00:51:22 02df889e0637: Layer already exists 00:51:22 87f95f592c23: Layer already exists 00:51:22 be5c33f88f43: Layer already exists 00:51:22 03042882f7cf: Layer already exists 00:51:22 994456c4fd7b: Layer already exists 00:51:22 latest: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:22 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:22 + docker push nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 00:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 00:51:22 02df889e0637: Preparing 00:51:22 be5c33f88f43: Preparing 00:51:22 03042882f7cf: Preparing 00:51:22 bdee54444d5c: Preparing 00:51:22 87f95f592c23: Preparing 00:51:22 994456c4fd7b: Preparing 00:51:22 87f95f592c23: Layer already exists 00:51:22 bdee54444d5c: Layer already exists 00:51:22 03042882f7cf: Layer already exists 00:51:22 be5c33f88f43: Layer already exists 00:51:22 02df889e0637: Layer already exists 00:51:22 994456c4fd7b: Layer already exists 00:51:22 4.0.0-dev.2: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:23 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:23 + docker push nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 00:51:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 00:51:23 02df889e0637: Preparing 00:51:23 be5c33f88f43: Preparing 00:51:23 03042882f7cf: Preparing 00:51:23 bdee54444d5c: Preparing 00:51:23 87f95f592c23: Preparing 00:51:23 994456c4fd7b: Preparing 00:51:23 994456c4fd7b: Waiting 00:51:23 bdee54444d5c: Layer already exists 00:51:23 03042882f7cf: Layer already exists 00:51:23 be5c33f88f43: Layer already exists 00:51:23 02df889e0637: Layer already exists 00:51:23 87f95f592c23: Layer already exists 00:51:23 994456c4fd7b: Layer already exists 00:51:23 f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:23 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:24 + docker push nexus3.edgexfoundry.org:10004/device-gpio:main 00:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 00:51:24 02df889e0637: Preparing 00:51:24 be5c33f88f43: Preparing 00:51:24 03042882f7cf: Preparing 00:51:24 bdee54444d5c: Preparing 00:51:24 87f95f592c23: Preparing 00:51:24 994456c4fd7b: Preparing 00:51:24 994456c4fd7b: Waiting 00:51:24 87f95f592c23: Layer already exists 00:51:24 02df889e0637: Layer already exists 00:51:24 03042882f7cf: Layer already exists 00:51:24 bdee54444d5c: Layer already exists 00:51:24 be5c33f88f43: Layer already exists 00:51:24 994456c4fd7b: Layer already exists 00:51:24 main: digest: sha256:10fa4854394723ca8c86325e9ef4c03f589e686ce1d57798f2f99244af5ab6e6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:51:24 ===================================================== [Pipeline] echo 00:51:24 taggedImages: 00:51:24 - nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da 00:51:24 - nexus3.edgexfoundry.org:10004/device-gpio:latest 00:51:24 - nexus3.edgexfoundry.org:10004/device-gpio:4.0.0-dev.2 00:51:24 - nexus3.edgexfoundry.org:10004/device-gpio:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 00:51:24 - 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 00:51:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:51:24 00:51:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:51:24 latest: Pulling from edgex-lftools-log-publisher 00:51:24 5eb5b503b376: Pulling fs layer 00:51:24 5c69ac0246d0: Pulling fs layer 00:51:24 ec43610c2a17: Pulling fs layer 00:51:24 3a2ae6a8a46f: Pulling fs layer 00:51:24 33b1e0a273af: Pulling fs layer 00:51:24 5d3b04190fa2: Pulling fs layer 00:51:24 2f39f015ded8: Pulling fs layer 00:51:24 5d3b04190fa2: Waiting 00:51:24 33b1e0a273af: Waiting 00:51:24 3a2ae6a8a46f: Waiting 00:51:24 2f39f015ded8: Waiting 00:51:24 5c69ac0246d0: Verifying Checksum 00:51:24 5c69ac0246d0: Download complete 00:51:24 3a2ae6a8a46f: Verifying Checksum 00:51:24 3a2ae6a8a46f: Download complete 00:51:24 33b1e0a273af: Verifying Checksum 00:51:24 33b1e0a273af: Download complete 00:51:24 5d3b04190fa2: Verifying Checksum 00:51:24 5d3b04190fa2: Download complete 00:51:24 ec43610c2a17: Verifying Checksum 00:51:24 ec43610c2a17: Download complete 00:51:25 5eb5b503b376: Verifying Checksum 00:51:25 5eb5b503b376: Download complete 00:51:25 2f39f015ded8: Download complete 00:51:26 5eb5b503b376: Pull complete 00:51:26 5c69ac0246d0: Pull complete 00:51:26 ec43610c2a17: Pull complete 00:51:26 3a2ae6a8a46f: Pull complete 00:51:26 33b1e0a273af: Pull complete 00:51:27 5d3b04190fa2: Pull complete 00:51:31 2f39f015ded8: Pull complete 00:51:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:51:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:51:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:31 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 00:51:31 $ 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 00:51:38 $ docker top c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:39 ---> job-cost.sh 00:51:39 lf-activate-venv: SKIPPING 00:51:39 INFO: No Stack... 00:51:39 INFO: Retrieving Pricing Info for: v3-standard-8 00:51:39 INFO: Archiving Costs [Pipeline] sh 00:51:39 + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv 00:51:39 + cut -d, -f6 [Pipeline] lock 00:51:39 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] 00:51:39 Resource [jenkins-edgexfoundry-device-gpio-main-128-stack-cost] did not exist. Created. 00:51:39 Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:51:40 + echo total: 0.2199999988079071 [Pipeline] stash 00:51:40 Stashed 1 file(s) [Pipeline] } 00:51:40 Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 00:51:40 $ docker stop --time=1 c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad 00:51:41 $ docker rm -f --volumes c66bd4a9b3cf5a9167746b641fb9a3c949af47b5eccdb860a1ca1432c3b54cad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:51:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-40110 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws 00:51:59 Running in /w/workspace/device-gpio/128 [Pipeline] { [Pipeline] checkout 00:52:02 The recommended git tool is: git 00:52:08 using credential edgex-jenkins-ssh 00:52:08 Cloning the remote Git repository 00:52:08 Cloning repository git@github.com:edgexfoundry/device-gpio.git 00:52:08 > git init /w/workspace/device-gpio/128 # timeout=10 00:52:08 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 00:52:08 > git --version # timeout=10 00:52:08 > git --version # 'git version 2.25.1' 00:52:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:11 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 00:52:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:13 Avoid second fetch 00:52:13 Checking out Revision f230f01cc13c190451e7ba870f98e45ec269a8da (main) 00:52:13 Commit message: "Merge pull request #245 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.26" 00:52:13 > git config core.sparsecheckout # timeout=10 00:52:13 > git checkout -f f230f01cc13c190451e7ba870f98e45ec269a8da # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:52:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:52:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:18 Dload Upload Total Spent Left Speed 00:52:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh 00:52:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:52:19 + sudo tee /etc/docker/daemon.new 00:52:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:52:19 { 00:52:19 "registry-mirrors": [ 00:52:19 "https://nexus3.edgexfoundry.org:10001" 00:52:19 ], 00:52:19 "bip": "10.250.0.254/24", 00:52:19 "hosts": [ 00:52:19 "tcp://0.0.0.0:5555", 00:52:19 "unix:///var/run/docker.sock" 00:52:19 ], 00:52:19 "mtu": 1458, 00:52:19 "selinux-enabled": true, 00:52:19 "seccomp-profile": "/etc/docker/seccomp.json" 00:52:19 } [Pipeline] sh 00:52:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:52:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:38 provisioning config files... 00:52:38 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/128@tmp/config16082512751706882087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:52:38 ---> ****-login.sh 00:52:38 nexus3.edgexfoundry.org:10001 00:52:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:52:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:52:39 Configure a credential helper to remove this warning. See 00:52:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:52:39 00:52:39 Login Succeeded 00:52:39 nexus3.edgexfoundry.org:10002 00:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:52:40 Configure a credential helper to remove this warning. See 00:52:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:52:40 00:52:40 Login Succeeded 00:52:40 nexus3.edgexfoundry.org:10003 00:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:52:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:52:40 Configure a credential helper to remove this warning. See 00:52:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:52:40 00:52:40 Login Succeeded 00:52:40 nexus3.edgexfoundry.org:10004 00:52:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:52:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:52:41 Configure a credential helper to remove this warning. See 00:52:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:52:41 00:52:41 Login Succeeded 00:52:41 ****.io 00:52:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:52:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:52:41 Configure a credential helper to remove this warning. See 00:52:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:52:41 00:52:41 Login Succeeded 00:52:41 ---> ****-login.sh ends [Pipeline] } 00:52:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:52:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:52:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:52:42 ========================================================= 00:52:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 00:52:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:42 + 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 . 00:52:43 Sending build context to Docker daemon 15.29MB 00:52:43 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 00:52:43 Step 2/12 : FROM ${BASE} AS builder 00:52:43 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:52:43 9986a736f7d3: Pulling fs layer 00:52:43 1f018df60701: Pulling fs layer 00:52:43 39f8f326b044: Pulling fs layer 00:52:43 e6a1e7a6a96a: Pulling fs layer 00:52:43 4f4fb700ef54: Pulling fs layer 00:52:43 d45d956e0dbf: Pulling fs layer 00:52:43 d7702b0d1db1: Pulling fs layer 00:52:43 e6a1e7a6a96a: Waiting 00:52:43 5c7f0f088c93: Pulling fs layer 00:52:43 4f4fb700ef54: Waiting 00:52:43 4fdc064ae6cf: Pulling fs layer 00:52:43 d45d956e0dbf: Waiting 00:52:43 d7702b0d1db1: Waiting 00:52:43 5c7f0f088c93: Waiting 00:52:43 4fdc064ae6cf: Waiting 00:52:43 1f018df60701: Verifying Checksum 00:52:43 1f018df60701: Download complete 00:52:43 e6a1e7a6a96a: Download complete 00:52:44 4f4fb700ef54: Verifying Checksum 00:52:44 4f4fb700ef54: Download complete 00:52:44 d45d956e0dbf: Verifying Checksum 00:52:44 d45d956e0dbf: Download complete 00:52:44 d7702b0d1db1: Verifying Checksum 00:52:44 d7702b0d1db1: Download complete 00:52:44 9986a736f7d3: Verifying Checksum 00:52:44 9986a736f7d3: Download complete 00:52:44 4fdc064ae6cf: Verifying Checksum 00:52:44 4fdc064ae6cf: Download complete 00:52:45 9986a736f7d3: Pull complete 00:52:45 1f018df60701: Pull complete 00:52:46 39f8f326b044: Verifying Checksum 00:52:46 39f8f326b044: Download complete 00:52:47 5c7f0f088c93: Verifying Checksum 00:52:47 5c7f0f088c93: Download complete 00:53:02 39f8f326b044: Pull complete 00:53:02 e6a1e7a6a96a: Pull complete 00:53:02 4f4fb700ef54: Pull complete 00:53:02 d45d956e0dbf: Pull complete 00:53:03 d7702b0d1db1: Pull complete 00:53:11 5c7f0f088c93: Pull complete 00:53:14 4fdc064ae6cf: Pull complete 00:53:14 Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 00:53:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 00:53:14 ---> 63f30b955cb9 00:53:14 Step 3/12 : ARG ADD_BUILD_TAGS="" 00:53:16 ---> Running in f5a4dcf7dd13 00:53:16 Removing intermediate container f5a4dcf7dd13 00:53:16 ---> 67a3654f953a 00:53:16 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:53:16 ---> Running in 458a10bd41a9 00:53:16 Removing intermediate container 458a10bd41a9 00:53:16 ---> 4865d67480cb 00:53:16 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 00:53:16 ---> Running in 68cb167c4cbf 00:53:17 Removing intermediate container 68cb167c4cbf 00:53:17 ---> f517bc652a66 00:53:17 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 00:53:17 ---> Running in c8e01766ff63 00:53:17 Removing intermediate container c8e01766ff63 00:53:17 ---> f5d362eb7f1c 00:53:17 Step 7/12 : WORKDIR /device-gpio 00:53:18 ---> Running in 84169ee7d180 00:53:18 Removing intermediate container 84169ee7d180 00:53:18 ---> b5d29e7421e7 00:53:18 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:53:18 ---> Running in 5f2a4300fa9a 00:53:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:53:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:53:22 (1/4) Installing openssh-keygen (9.7_p1-r5) 00:53:22 (2/4) Installing libedit (20240517.3.1-r0) 00:53:22 (3/4) Installing openssh-client-common (9.7_p1-r5) 00:53:22 (4/4) Installing openssh-client-default (9.7_p1-r5) 00:53:22 Executing busybox-1.36.1-r29.trigger 00:53:22 OK: 244 MiB in 62 packages 00:53:24 Removing intermediate container 5f2a4300fa9a 00:53:24 ---> ed527041e9e6 00:53:24 Step 9/12 : COPY go.mod vendor* ./ 00:53:24 ---> c770a03957a5 00:53:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:24 ---> Running in 5be4637e0cf1 00:55:31 Removing intermediate container 5be4637e0cf1 00:55:31 ---> 3c74393ab1ef 00:55:31 Step 11/12 : COPY . . 00:55:31 ---> 8f7e1e7245f4 00:55:31 Step 12/12 : RUN ${MAKE} 00:55:31 ---> Running in 5bea6ff6038b 00:55:31 noop 00:55:31 Removing intermediate container 5bea6ff6038b 00:55:31 ---> a82950d8c6b3 00:55:31 Successfully built a82950d8c6b3 00:55:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:32 + docker inspect -f . ci-base-image-arm64 00:55:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:55:32 prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container 00:55:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:55:33 $ docker top 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:34 + go version 00:55:34 go version go1.23.4 linux/arm64 [Pipeline] } 00:55:34 $ docker stop --time=1 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d 00:55:36 $ docker rm -f --volumes 10bb3af70cb9b4ebbe2099ca1c20bfb8e1ef01007ac062ae51a532f8b7d96e3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:37 + docker inspect -f . ci-base-image-arm64 00:55:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:55:37 prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container 00:55:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:55:39 $ docker top 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:40 + git config --global --add safe.directory /w/workspace/device-gpio/128 [Pipeline] fileExists [Pipeline] sh 00:55:41 + make test 00:55:41 go test ./... -coverprofile=coverage.out ./... 00:55:49 ? github.com/edgexfoundry/device-gpio [no test files] 01:00:41 github.com/edgexfoundry/device-gpio/cmd coverage: 0.0% of statements 01:00:41 github.com/edgexfoundry/device-gpio/internal/driver coverage: 0.0% of statements 01:00:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:00:41 go vet ./... 01:01:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:01:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:01:39 ./bin/test-attribution-txt.sh [Pipeline] echo 01:01:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 01:01:39 $ docker stop --time=1 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 01:01:41 $ docker rm -f --volumes 47be1a3002c3238ca9457a3672bee6fc865e48e405dede9d8fc83c93d5f93056 [Pipeline] // withDockerContainer [Pipeline] sh 01:01:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:01:43 Warning: overwriting stash ‘coverage-report’ 01:01:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:01:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:01:45 + ls -al . 01:01:45 total 220 01:01:45 drwxrwxr-x 7 jenkins jenkins 4096 Mar 4 00:55 . 01:01:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 00:52 .. 01:01:45 -rw-rw-r-- 1 jenkins jenkins 120 Mar 4 00:52 .dockerignore 01:01:45 drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 00:52 .git 01:01:45 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 .github 01:01:45 -rw-rw-r-- 1 jenkins jenkins 277 Mar 4 00:52 .gitignore 01:01:45 -rw-rw-r-- 1 jenkins jenkins 41 Mar 4 00:52 .golangci.yml 01:01:45 -rw-rw-r-- 1 jenkins jenkins 19399 Mar 4 00:52 Attribution.txt 01:01:45 -rw-rw-r-- 1 jenkins jenkins 7171 Mar 4 00:52 CHANGELOG.md 01:01:45 -rw-rw-r-- 1 jenkins jenkins 1694 Mar 4 00:52 Dockerfile 01:01:45 -rw-rw-r-- 1 jenkins jenkins 677 Mar 4 00:52 GOVERNANCE.md 01:01:45 -rw-rw-r-- 1 jenkins jenkins 657 Mar 4 00:52 Jenkinsfile 01:01:45 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 4 00:52 LICENSE 01:01:45 -rw-rw-r-- 1 jenkins jenkins 1923 Mar 4 00:52 Makefile 01:01:45 -rw-rw-r-- 1 jenkins jenkins 617 Mar 4 00:52 OWNERS.md 01:01:45 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 4 00:52 README.md 01:01:45 -rw-rw-r-- 1 jenkins jenkins 11 Mar 4 00:49 VERSION 01:01:45 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 00:52 bin 01:01:45 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 cmd 01:01:45 -rw-r--r-- 1 jenkins jenkins 11486 Mar 4 01:00 coverage.out 01:01:45 -rw-rw-r-- 1 jenkins jenkins 6098 Mar 4 00:52 go.mod 01:01:45 -rw-rw-r-- 1 jenkins jenkins 86984 Mar 4 00:52 go.sum 01:01:45 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 00:52 internal 01:01:45 -rw-rw-r-- 1 jenkins jenkins 209 Mar 4 00:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:46 + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da --label arch=arm64 --label version=4.0.0-dev.2 . 01:01:46 Sending build context to Docker daemon 15.3MB 01:01:46 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 01:01:46 Step 2/26 : FROM ${BASE} AS builder 01:01:46 ---> a82950d8c6b3 01:01:46 Step 3/26 : ARG ADD_BUILD_TAGS="" 01:01:46 ---> Running in ad1474e15004 01:01:47 Removing intermediate container ad1474e15004 01:01:47 ---> ea2eafdb6781 01:01:47 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:01:47 ---> Running in c4e282d0dc85 01:01:48 Removing intermediate container c4e282d0dc85 01:01:48 ---> 8eadce549b98 01:01:48 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client " 01:01:48 ---> Running in 40676555d304 01:01:48 Removing intermediate container 40676555d304 01:01:48 ---> 46cd7be5b406 01:01:48 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 01:01:48 ---> Running in d749af54cf71 01:01:49 Removing intermediate container d749af54cf71 01:01:49 ---> c7711a9b5c14 01:01:49 Step 7/26 : WORKDIR /device-gpio 01:01:49 ---> Running in b33491b414e6 01:01:49 Removing intermediate container b33491b414e6 01:01:49 ---> 130ff35e1fca 01:01:49 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:01:49 ---> Running in d993b2acc02b 01:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:01:53 OK: 244 MiB in 62 packages 01:01:54 Removing intermediate container d993b2acc02b 01:01:54 ---> 506466c32750 01:01:54 Step 9/26 : COPY go.mod vendor* ./ 01:01:55 ---> d271299a5dd4 01:01:55 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:01:55 ---> Running in dfbcf6ec878b 01:01:58 Removing intermediate container dfbcf6ec878b 01:01:58 ---> 5f20b408884a 01:01:58 Step 11/26 : COPY . . 01:02:00 ---> 37cc4946e102 01:02:00 Step 12/26 : RUN ${MAKE} 01:02:00 ---> Running in da26df960a82 01:02:01 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.26" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 01:06:53 Removing intermediate container da26df960a82 01:06:53 ---> 7a107dedf398 01:06:53 Step 13/26 : FROM alpine:3.20 01:06:53 3.20: Pulling from library/alpine 01:06:53 94e9d8af2201: Pulling fs layer 01:06:53 94e9d8af2201: Verifying Checksum 01:06:53 94e9d8af2201: Download complete 01:06:53 94e9d8af2201: Pull complete 01:06:53 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:06:53 Status: Downloaded newer image for alpine:3.20 01:06:53 ---> 7aab056cecc6 01:06:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 01:06:53 ---> Running in 147299b6bc42 01:06:53 Removing intermediate container 147299b6bc42 01:06:53 ---> 8fbd56c9c99f 01:06:53 Step 15/26 : RUN apk add --update --no-cache dumb-init 01:06:53 ---> Running in 773d2a476f51 01:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:06:53 (1/1) Installing dumb-init (1.2.5-r3) 01:06:53 Executing busybox-1.36.1-r29.trigger 01:06:53 OK: 9 MiB in 15 packages 01:06:53 Removing intermediate container 773d2a476f51 01:06:53 ---> bdfb320d3e93 01:06:53 Step 16/26 : RUN apk --no-cache upgrade 01:06:53 ---> Running in b2c2f8006a46 01:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:06:55 OK: 9 MiB in 15 packages 01:06:56 Removing intermediate container b2c2f8006a46 01:06:56 ---> 921889f9c97b 01:06:56 Step 17/26 : WORKDIR / 01:06:56 ---> Running in 73150244c0c5 01:06:56 Removing intermediate container 73150244c0c5 01:06:56 ---> e4b9368c4db1 01:06:56 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 01:06:57 ---> cc642a7535a7 01:06:57 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 01:06:57 ---> 2399dd0d6c5a 01:06:57 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 01:07:00 ---> b5254ce60ad4 01:07:00 Step 21/26 : EXPOSE 59910 01:07:00 ---> Running in dbaf82fb907a 01:07:00 Removing intermediate container dbaf82fb907a 01:07:00 ---> 9dd7e89d20ff 01:07:00 Step 22/26 : ENTRYPOINT ["/device-gpio"] 01:07:00 ---> Running in 7781bdbb95b2 01:07:01 Removing intermediate container 7781bdbb95b2 01:07:01 ---> 1d546ff46e16 01:07:01 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:07:01 ---> Running in 2163d3b96c76 01:07:01 Removing intermediate container 2163d3b96c76 01:07:01 ---> 38b7ed03722a 01:07:01 Step 24/26 : LABEL arch=arm64 01:07:01 ---> Running in 5aa755efba4d 01:07:02 Removing intermediate container 5aa755efba4d 01:07:02 ---> cdf0b5fdae8c 01:07:02 Step 25/26 : LABEL git_sha=f230f01cc13c190451e7ba870f98e45ec269a8da 01:07:02 ---> Running in c8ba41dc70e6 01:07:02 Removing intermediate container c8ba41dc70e6 01:07:02 ---> ceaa5bbb4e2f 01:07:02 Step 26/26 : LABEL version=4.0.0-dev.2 01:07:02 ---> Running in 14a073048e2e 01:07:03 Removing intermediate container 14a073048e2e 01:07:03 ---> 0d681c828b33 01:07:03 [Warning] One or more build-args [ARCH] were not consumed 01:07:03 Successfully built 0d681c828b33 01:07:03 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 01:07:03 provisioning config files... 01:07:03 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/128@tmp/config14156245578543480052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:03 ---> ****-login.sh 01:07:03 nexus3.edgexfoundry.org:10001 01:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:03 Configure a credential helper to remove this warning. See 01:07:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:03 01:07:03 Login Succeeded 01:07:03 nexus3.edgexfoundry.org:10002 01:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:04 Configure a credential helper to remove this warning. See 01:07:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:04 01:07:04 Login Succeeded 01:07:04 nexus3.edgexfoundry.org:10003 01:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:05 Configure a credential helper to remove this warning. See 01:07:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:05 01:07:05 Login Succeeded 01:07:05 nexus3.edgexfoundry.org:10004 01:07:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:05 Configure a credential helper to remove this warning. See 01:07:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:05 01:07:05 Login Succeeded 01:07:05 ****.io 01:07:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:05 Configure a credential helper to remove this warning. See 01:07:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:05 01:07:05 Login Succeeded 01:07:05 ---> ****-login.sh ends [Pipeline] } 01:07:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:07:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:07:06 [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: 01:07:06 f230f01cc13c190451e7ba870f98e45ec269a8da 01:07:06 latest 01:07:06 4.0.0-dev.2 01:07:06 f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 01:07:06 main 01:07:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:06 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:06 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da 01:07:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 01:07:06 b5f6e19685df: Preparing 01:07:06 05c0236cd411: Preparing 01:07:06 8e081929f9aa: Preparing 01:07:06 5126fc6f08bc: Preparing 01:07:06 f2d405ad56f1: Preparing 01:07:06 dd9c8f8612c8: Preparing 01:07:06 dd9c8f8612c8: Waiting 01:07:07 05c0236cd411: Pushed 01:07:07 f2d405ad56f1: Pushed 01:07:07 5126fc6f08bc: Pushed 01:07:07 8e081929f9aa: Pushed 01:07:07 dd9c8f8612c8: Layer already exists 01:07:17 b5f6e19685df: Pushed 01:07:17 f230f01cc13c190451e7ba870f98e45ec269a8da: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:17 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:18 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 01:07:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 01:07:18 b5f6e19685df: Preparing 01:07:18 05c0236cd411: Preparing 01:07:18 8e081929f9aa: Preparing 01:07:18 5126fc6f08bc: Preparing 01:07:18 f2d405ad56f1: Preparing 01:07:18 dd9c8f8612c8: Preparing 01:07:18 dd9c8f8612c8: Waiting 01:07:18 b5f6e19685df: Layer already exists 01:07:18 5126fc6f08bc: Layer already exists 01:07:18 8e081929f9aa: Layer already exists 01:07:18 f2d405ad56f1: Layer already exists 01:07:18 05c0236cd411: Layer already exists 01:07:18 dd9c8f8612c8: Layer already exists 01:07:18 latest: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:18 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:19 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 01:07:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 01:07:19 b5f6e19685df: Preparing 01:07:19 05c0236cd411: Preparing 01:07:19 8e081929f9aa: Preparing 01:07:19 5126fc6f08bc: Preparing 01:07:19 f2d405ad56f1: Preparing 01:07:19 dd9c8f8612c8: Preparing 01:07:19 dd9c8f8612c8: Waiting 01:07:19 8e081929f9aa: Layer already exists 01:07:19 5126fc6f08bc: Layer already exists 01:07:19 b5f6e19685df: Layer already exists 01:07:19 f2d405ad56f1: Layer already exists 01:07:19 05c0236cd411: Layer already exists 01:07:19 dd9c8f8612c8: Layer already exists 01:07:19 4.0.0-dev.2: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:19 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:20 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 01:07:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 01:07:20 b5f6e19685df: Preparing 01:07:20 05c0236cd411: Preparing 01:07:20 8e081929f9aa: Preparing 01:07:20 5126fc6f08bc: Preparing 01:07:20 f2d405ad56f1: Preparing 01:07:20 dd9c8f8612c8: Preparing 01:07:20 dd9c8f8612c8: Waiting 01:07:20 05c0236cd411: Layer already exists 01:07:20 8e081929f9aa: Layer already exists 01:07:20 b5f6e19685df: Layer already exists 01:07:20 f2d405ad56f1: Layer already exists 01:07:20 5126fc6f08bc: Layer already exists 01:07:20 dd9c8f8612c8: Layer already exists 01:07:20 f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:20 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:21 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main 01:07:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 01:07:21 b5f6e19685df: Preparing 01:07:21 05c0236cd411: Preparing 01:07:21 8e081929f9aa: Preparing 01:07:21 5126fc6f08bc: Preparing 01:07:21 f2d405ad56f1: Preparing 01:07:21 dd9c8f8612c8: Preparing 01:07:21 dd9c8f8612c8: Waiting 01:07:21 05c0236cd411: Layer already exists 01:07:21 8e081929f9aa: Layer already exists 01:07:21 b5f6e19685df: Layer already exists 01:07:21 f2d405ad56f1: Layer already exists 01:07:21 5126fc6f08bc: Layer already exists 01:07:21 dd9c8f8612c8: Layer already exists 01:07:21 main: digest: sha256:08edd25d85728c9d173919c4f656dd7658f3c05aaedc5beab86e7cc0cfec17f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:07:21 ===================================================== [Pipeline] echo 01:07:21 taggedImages: 01:07:21 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da 01:07:21 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 01:07:21 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:4.0.0-dev.2 01:07:21 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f230f01cc13c190451e7ba870f98e45ec269a8da-4.0.0-dev.2 01:07:21 - 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 01:07:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:07:22 01:07:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:07:22 arm64: Pulling from edgex-lftools-log-publisher 01:07:22 8998bd30e6a1: Pulling fs layer 01:07:22 04944245beec: Pulling fs layer 01:07:22 699f458cf7ca: Pulling fs layer 01:07:22 765212b225bb: Pulling fs layer 01:07:22 f23df028b6ca: Pulling fs layer 01:07:22 d65c8cfc05b1: Pulling fs layer 01:07:22 2437ff75d9bd: Pulling fs layer 01:07:22 f23df028b6ca: Waiting 01:07:22 d65c8cfc05b1: Waiting 01:07:22 2437ff75d9bd: Waiting 01:07:22 765212b225bb: Waiting 01:07:22 04944245beec: Verifying Checksum 01:07:22 04944245beec: Download complete 01:07:22 765212b225bb: Download complete 01:07:22 f23df028b6ca: Verifying Checksum 01:07:22 f23df028b6ca: Download complete 01:07:23 d65c8cfc05b1: Download complete 01:07:23 699f458cf7ca: Verifying Checksum 01:07:23 699f458cf7ca: Download complete 01:07:23 8998bd30e6a1: Verifying Checksum 01:07:23 8998bd30e6a1: Download complete 01:07:26 2437ff75d9bd: Verifying Checksum 01:07:26 2437ff75d9bd: Download complete 01:07:28 8998bd30e6a1: Pull complete 01:07:29 04944245beec: Pull complete 01:07:31 699f458cf7ca: Pull complete 01:07:31 765212b225bb: Pull complete 01:07:32 f23df028b6ca: Pull complete 01:07:32 d65c8cfc05b1: Pull complete 01:07:50 2437ff75d9bd: Pull complete 01:07:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:07:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:07:51 prd-ubuntu20.04-docker-arm64-4c-16g-40110 does not seem to be running inside a container 01:07:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-gpio/128 -v /w/workspace/device-gpio/128:/w/workspace/device-gpio/128:rw,z -v /w/workspace/device-gpio/128@tmp:/w/workspace/device-gpio/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:07:54 $ docker top 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:55 ---> job-cost.sh 01:07:55 lf-activate-venv: SKIPPING 01:07:55 INFO: No Stack... 01:07:56 INFO: Retrieving Pricing Info for: v3-standard-4 01:07:57 INFO: Archiving Costs [Pipeline] sh 01:07:57 + cat /w/workspace/device-gpio/128/archives/cost.csv 01:07:57 + cut -d, -f6 [Pipeline] lock 01:07:58 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] 01:07:58 Resource [jenkins-edgexfoundry-device-gpio-main-128-stack-cost] did not exist. Created. 01:07:58 Lock acquired on [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:07:58 /w/workspace/device-gpio/128@tmp/durable-281d17a6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:07:59 + echo total: 0.10999999940395355 [Pipeline] stash 01:07:59 Warning: overwriting stash ‘stack-cost’ 01:07:59 Stashed 1 file(s) [Pipeline] } 01:07:59 Lock released on resource [Resource: jenkins-edgexfoundry-device-gpio-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 01:07:59 $ docker stop --time=1 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a 01:08:01 $ docker rm -f --volumes 78e8e3333713b817fbfb3df384a15032b410a5e6c2e7b8646694f3b4089b898a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:08:01 provisioning config files... 01:08:01 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5655983347154517305tmp [Pipeline] { [Pipeline] sh 01:08:02 + set +x 01:08:02 + curl -s https://codecov.io/bash 01:08:02 + bash -s -- 01:08:02 01:08:02 _____ _ 01:08:02 / ____| | | 01:08:02 | | ___ __| | ___ ___ _____ __ 01:08:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:08:02 | |___| (_) | (_| | __/ (_| (_) \ V / 01:08:02 \_____\___/ \__,_|\___|\___\___/ \_/ 01:08:02 Bash-1.0.6 01:08:02 01:08:02 01:08:02 ==> git version 2.25.1 found 01:08:02 ==> 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 01:08:02 Release-Date: 2020-01-08 01:08:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:08:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:08:02 ==> Jenkins CI detected. 01:08:02 current dir:  /w/workspace/edgexfoundry_device-gpio_main 01:08:02 project root: . 01:08:02 --> token set from env 01:08:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:08:02 ==> Running gcov in . (disable via -X gcov) 01:08:02 ==> Python coveragepy not found 01:08:02 ==> Searching for coverage reports in: 01:08:02 + . 01:08:02 -> Found 1 reports 01:08:02 ==> Detecting git/mercurial file structure 01:08:02 ==> Reading reports 01:08:02 + ./coverage.out bytes=11486 01:08:02 ==> Appending adjustments 01:08:02 https://docs.codecov.io/docs/fixing-reports 01:08:02 + Found adjustments 01:08:02 ==> Gzipping contents 01:08:02 4.0K /tmp/codecov.YlhNJ6.gz 01:08:02 ==> Uploading reports 01:08:02 url: https://codecov.io 01:08:02 query: branch=main&commit=f230f01cc13c190451e7ba870f98e45ec269a8da&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 01:08:02 -> Pinging Codecov 01:08:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f230f01cc13c190451e7ba870f98e45ec269a8da&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 01:08:02 -> Uploading to 01:08:02 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-gpio/f230f01cc13c190451e7ba870f98e45ec269a8da/670f5d54-1387-436d-bdc4-4317193e1a01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250304%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250304T010802Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=0beddffe68dacdf7065668f8f0181f60da58800b1849063d371ff5ec724beeae 01:08:02 % Total % Received % Xferd Average Speed Time Time Time Current 01:08:02 Dload Upload Total Spent Left Speed 01:08:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1713 0 0 100 1713 0 11344 --:--:-- --:--:-- --:--:-- 11344 01:08:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] } 01:08:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:08:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:08:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:08:03 01:08:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:08:03 latest: Pulling from edgex-devops/edgex-snyk-go 01:08:03 43c4264eed91: Pulling fs layer 01:08:03 4cc291be95ef: Pulling fs layer 01:08:03 2ac1f1163629: Pulling fs layer 01:08:03 5c3c966382ef: Pulling fs layer 01:08:03 4f4fb700ef54: Pulling fs layer 01:08:03 d9c7d2e4e75e: Pulling fs layer 01:08:03 9c3e1370e548: Pulling fs layer 01:08:03 4f4fb700ef54: Waiting 01:08:03 9c3e1370e548: Waiting 01:08:03 5c3c966382ef: Waiting 01:08:03 d9c7d2e4e75e: Waiting 01:08:03 4cc291be95ef: Download complete 01:08:03 5c3c966382ef: Verifying Checksum 01:08:03 5c3c966382ef: Download complete 01:08:03 4f4fb700ef54: Verifying Checksum 01:08:03 4f4fb700ef54: Download complete 01:08:03 43c4264eed91: Verifying Checksum 01:08:03 43c4264eed91: Download complete 01:08:03 43c4264eed91: Pull complete 01:08:03 d9c7d2e4e75e: Verifying Checksum 01:08:03 d9c7d2e4e75e: Download complete 01:08:03 4cc291be95ef: Pull complete 01:08:04 2ac1f1163629: Verifying Checksum 01:08:04 2ac1f1163629: Download complete 01:08:04 9c3e1370e548: Verifying Checksum 01:08:04 9c3e1370e548: Download complete 01:08:07 2ac1f1163629: Pull complete 01:08:07 5c3c966382ef: Pull complete 01:08:07 4f4fb700ef54: Pull complete 01:08:07 d9c7d2e4e75e: Pull complete 01:08:10 9c3e1370e548: Pull complete 01:08:10 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 01:08:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:08:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:10 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:10 $ 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 01:08:13 $ docker top ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:14 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] echo 01:08:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh 01:08:14 + set -o pipefail 01:08:14 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' 01:08:21 01:08:21 Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... 01:08:21 01:08:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/934c5325-6bfa-42f0-9131-d7c3b7d1c836/history/f2954f77-e793-4795-9e82-a4046560687a 01:08:21 01:08:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:08:21 01:08:21 01:08:21 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 01:08:21 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:08:21 $ docker stop --time=1 ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee 01:08:23 $ docker rm -f --volumes ead722b6f3abdd0dcb36206a0f27278fad908b40066a1adf5e1881895949a5ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:08:24 + git log --format=format:%s -1 f230f01cc13c190451e7ba870f98e45ec269a8da [Pipeline] sh 01:08:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:08:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:25 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:25 $ 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 01:08:25 $ docker top 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e -eo pid,comm 01:08:25 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). 01:08:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:08:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:08:25 [ssh-agent] Looking for ssh-agent implementation... 01:08:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:08:25 $ docker exec 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e ssh-agent 01:08:26 SSH_AUTH_SOCK=/tmp/ssh-XtuU00ws06V8/agent.32 01:08:26 SSH_AGENT_PID=38 01:08:26 Running ssh-add (command line suppressed) 01:08:26 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_14611182786308836559.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_14611182786308836559.key) 01:08:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:08:26 + git semver tag 01:08:26 2025-03-04 01:08:26,777 [run_tag] DEBUG tag force:False 01:08:26 2025-03-04 01:08:26,778 [check_head_tag] DEBUG check head tag 01:08:26 2025-03-04 01:08:26,778 [execute] INFO git cat-file --batch-check 01:08:26 2025-03-04 01:08:26,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 01:08:26 2025-03-04 01:08:26,782 [execute] INFO git cat-file --batch 01:08:26 2025-03-04 01:08:26,782 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 01:08:26 2025-03-04 01:08:26,800 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:26 2025-03-04 01:08:26,800 [execute] INFO git tag -a v4.0.0-dev.2 -m v4.0.0-dev.2 01:08:26 2025-03-04 01:08:26,800 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.2', '-m', 'v4.0.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 01:08:26 2025-03-04 01:08:26,804 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:26 4.0.0-dev.2 [Pipeline] } 01:08:26 $ docker exec --env ******** --env ******** 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e ssh-agent -k 01:08:27 unset SSH_AUTH_SOCK; 01:08:27 unset SSH_AGENT_PID; 01:08:27 echo Agent pid 38 killed; 01:08:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:27 + git semver [Pipeline] } 01:08:27 $ docker stop --time=1 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e 01:08:28 $ docker rm -f --volumes 316f69d567c13cef57c04e5ba153a51f06da33c77fb4590a2b354e2374e63c8e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:08:29 01:08:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:08:29 0.23.1-centos7: Pulling from edgex-lftools 01:08:29 ab5ef0e58194: Pulling fs layer 01:08:29 9712f1f96733: Pulling fs layer 01:08:29 63f879dbbcfc: Pulling fs layer 01:08:29 0d9ebad4ef96: Pulling fs layer 01:08:29 e9a5061849ea: Pulling fs layer 01:08:29 d747dcd14b5f: Pulling fs layer 01:08:29 2de7ff778b66: Pulling fs layer 01:08:29 0d9ebad4ef96: Waiting 01:08:29 2de7ff778b66: Waiting 01:08:29 e9a5061849ea: Waiting 01:08:29 d747dcd14b5f: Waiting 01:08:29 9712f1f96733: Verifying Checksum 01:08:29 9712f1f96733: Download complete 01:08:29 63f879dbbcfc: Verifying Checksum 01:08:29 63f879dbbcfc: Download complete 01:08:30 e9a5061849ea: Verifying Checksum 01:08:30 e9a5061849ea: Download complete 01:08:30 d747dcd14b5f: Download complete 01:08:30 0d9ebad4ef96: Verifying Checksum 01:08:30 0d9ebad4ef96: Download complete 01:08:30 2de7ff778b66: Verifying Checksum 01:08:30 2de7ff778b66: Download complete 01:08:30 ab5ef0e58194: Verifying Checksum 01:08:30 ab5ef0e58194: Download complete 01:08:32 ab5ef0e58194: Pull complete 01:08:32 9712f1f96733: Pull complete 01:08:33 63f879dbbcfc: Pull complete 01:08:37 0d9ebad4ef96: Pull complete 01:08:37 e9a5061849ea: Pull complete 01:08:37 d747dcd14b5f: Pull complete 01:08:38 2de7ff778b66: Pull complete 01:08:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:08:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:38 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:38 $ 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 01:08:42 $ docker top 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:08:42 provisioning config files... 01:08:42 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16079665302227657062tmp 01:08:42 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config18128060021154769001tmp 01:08:42 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2868786862871157450tmp [Pipeline] { [Pipeline] echo 01:08:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:08:42 ---> sigul-configuration.sh 01:08:42 gpg: directory `/root/.gnupg' created 01:08:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:08:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:08:42 gpg: keyring `/root/.gnupg/secring.gpg' created 01:08:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:08:42 gpg: CAST5 encrypted data 01:08:42 gpg: encrypted with 1 passphrase 01:08:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:08:42 + mkdir /home/jenkins 01:08:42 + mkdir /home/jenkins/sigul [Pipeline] sh 01:08:43 + 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 01:08:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:08:43 ---> sigul-install.sh 01:08:43 Sigul already installed; skipping installation. [Pipeline] sh 01:08:43 + git tag --list 01:08:43 v1.0.0 01:08:43 v2.1.0 01:08:43 v2.1.1 01:08:43 v2.2.0 01:08:43 v2.3.0 01:08:43 v3.0 01:08:43 v3.0.0 01:08:43 v3.1 01:08:43 v3.1.0 01:08:43 v3.1.0-dev.1 01:08:43 v3.1.0-dev.10 01:08:43 v3.1.0-dev.11 01:08:43 v3.1.0-dev.12 01:08:43 v3.1.0-dev.13 01:08:43 v3.1.0-dev.14 01:08:43 v3.1.0-dev.15 01:08:43 v3.1.0-dev.16 01:08:43 v3.1.0-dev.17 01:08:43 v3.1.0-dev.18 01:08:43 v3.1.0-dev.19 01:08:43 v3.1.0-dev.2 01:08:43 v3.1.0-dev.20 01:08:43 v3.1.0-dev.21 01:08:43 v3.1.0-dev.22 01:08:43 v3.1.0-dev.23 01:08:43 v3.1.0-dev.24 01:08:43 v3.1.0-dev.25 01:08:43 v3.1.0-dev.26 01:08:43 v3.1.0-dev.3 01:08:43 v3.1.0-dev.4 01:08:43 v3.1.0-dev.5 01:08:43 v3.1.0-dev.6 01:08:43 v3.1.0-dev.7 01:08:43 v3.1.0-dev.8 01:08:43 v3.1.0-dev.9 01:08:43 v3.1.1 01:08:43 v3.1.1-dev.1 01:08:43 v3.2.0-dev.1 01:08:43 v3.2.0-dev.10 01:08:43 v3.2.0-dev.11 01:08:43 v3.2.0-dev.12 01:08:43 v3.2.0-dev.13 01:08:43 v3.2.0-dev.2 01:08:43 v3.2.0-dev.3 01:08:43 v3.2.0-dev.4 01:08:43 v3.2.0-dev.5 01:08:43 v3.2.0-dev.6 01:08:43 v3.2.0-dev.7 01:08:43 v3.2.0-dev.8 01:08:43 v3.2.0-dev.9 01:08:43 v4.0.0-dev.1 01:08:43 v4.0.0-dev.2 [Pipeline] sh 01:08:44 + lftools sign git-tag v4.0.0-dev.2 01:08:44 Signing Git tag with Sigul... 01:08:44 Signing v4.0.0-dev.2 [Pipeline] echo 01:08:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:08:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:08:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:08:45 $ docker stop --time=1 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd 01:08:46 $ docker rm -f --volumes 77b60b2eb1c1745c07fae89c0ca97cd7bef8a31d6486c3af3a040df48019dfbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:08:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:08:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:47 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:47 $ 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 01:08:47 $ docker top 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 -eo pid,comm 01:08:47 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). 01:08:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:08:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:08:47 [ssh-agent] Looking for ssh-agent implementation... 01:08:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:08:48 $ docker exec 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 ssh-agent 01:08:48 SSH_AUTH_SOCK=/tmp/ssh-LHvvKp3BybKg/agent.33 01:08:48 SSH_AGENT_PID=39 01:08:48 Running ssh-add (command line suppressed) 01:08:48 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1269552213381833125.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1269552213381833125.key) 01:08:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:08:48 + git semver bump pre 01:08:48 2025-03-04 01:08:48,749 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:48 2025-03-04 01:08:48,749 [bump_version] DEBUG bumping version:4.0.0-dev.2 on axis:pre with prefix:dev 01:08:48 2025-03-04 01:08:48,749 [bump_version] DEBUG bumped version:4.0.0-dev.3 01:08:48 2025-03-04 01:08:48,749 [write_version] DEBUG write version:4.0.0-dev.3 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True 01:08:48 2025-03-04 01:08:48,750 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:48 2025-03-04 01:08:48,750 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:48 2025-03-04 01:08:48,752 [execute] INFO git cat-file --batch-check 01:08:48 2025-03-04 01:08:48,752 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 01:08:48 2025-03-04 01:08:48,758 [execute] INFO git cat-file --batch 01:08:48 2025-03-04 01:08:48,758 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 01:08:48 2025-03-04 01:08:48,764 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:48 4.0.0-dev.3 [Pipeline] } 01:08:48 $ docker exec --env ******** --env ******** 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 ssh-agent -k 01:08:48 unset SSH_AUTH_SOCK; 01:08:48 unset SSH_AGENT_PID; 01:08:48 echo Agent pid 39 killed; 01:08:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:49 + git semver [Pipeline] } 01:08:49 $ docker stop --time=1 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 01:08:50 $ docker rm -f --volumes 4b67cbbfa26a8dcac6ce93cd753990e520ab6e58cc75653c0bd98927fa338813 [Pipeline] // withDockerContainer [Pipeline] sh 01:08:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:08:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:51 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:51 $ 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 01:08:51 $ docker top 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 -eo pid,comm 01:08:51 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). 01:08:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:08:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:08:52 [ssh-agent] Looking for ssh-agent implementation... 01:08:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:08:52 $ docker exec 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 ssh-agent 01:08:52 SSH_AUTH_SOCK=/tmp/ssh-a7BmHKcBHpiK/agent.33 01:08:52 SSH_AGENT_PID=39 01:08:52 Running ssh-add (command line suppressed) 01:08:52 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_969985388606787649.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_969985388606787649.key) 01:08:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:08:52 + git semver push 01:08:52 2025-03-04 01:08:52,843 [run_push] DEBUG push 01:08:52 2025-03-04 01:08:52,844 [execute] INFO git cat-file --batch-check 01:08:52 2025-03-04 01:08:52,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 01:08:52 2025-03-04 01:08:52,847 [execute] INFO git rev-list 5e8f35889ac9c59a4703ed95014e605ac77bb578 -- 01:08:52 2025-03-04 01:08:52,847 [execute] DEBUG Popen(['git', 'rev-list', '5e8f35889ac9c59a4703ed95014e605ac77bb578', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 01:08:52 2025-03-04 01:08:52,856 [execute] INFO git fetch -v origin 01:08:52 2025-03-04 01:08:52,856 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) 01:08:53 2025-03-04 01:08:53,317 [run_push] DEBUG no remote changes detected 01:08:53 2025-03-04 01:08:53,317 [execute] INFO git push origin semver 01:08:53 2025-03-04 01:08:53,318 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 01:08:54 2025-03-04 01:08:53,927 [run_push] DEBUG push all version tags 01:08:54 2025-03-04 01:08:53,928 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:08:54 2025-03-04 01:08:53,928 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 01:08:54 2025-03-04 01:08:54,541 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 01:08:54 4.0.0-dev.3 [Pipeline] } 01:08:54 $ docker exec --env ******** --env ******** 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 ssh-agent -k 01:08:54 unset SSH_AUTH_SOCK; 01:08:54 unset SSH_AGENT_PID; 01:08:54 echo Agent pid 39 killed; 01:08:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:55 + git semver [Pipeline] } 01:08:55 $ docker stop --time=1 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 01:08:56 $ docker rm -f --volumes 42a71ada5487896831b2c20602bbd8a62a5433b65c7f12219080e44abd228853 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:08:57 + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] 01:08:57 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 01:08:57 total 16 01:08:57 drwxr-xr-x 3 root root 4096 Mar 4 00:51 . 01:08:57 drwxrwxr-x 9 jenkins jenkins 4096 Mar 4 01:08 .. 01:08:57 drwxr-xr-x 2 root root 4096 Mar 4 00:51 cost 01:08:57 -rw-r--r-- 1 root root 83 Mar 4 00:51 cost.csv 01:08:57 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives 01:08:57 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 01:08:57 total 16 01:08:57 drwxr-xr-x 3 jenkins jenkins 4096 Mar 4 00:51 . 01:08:57 drwxrwxr-x 9 jenkins jenkins 4096 Mar 4 01:08 .. 01:08:57 drwxr-xr-x 2 jenkins jenkins 4096 Mar 4 00:51 cost 01:08:57 -rw-r--r-- 1 jenkins jenkins 83 Mar 4 00:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:08:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:08:58 ---> package-listing.sh 01:08:58 ++ facter osfamily 01:08:58 ++ tr '[:upper:]' '[:lower:]' 01:08:58 + OS_FAMILY=debian 01:08:58 + workspace=/w/workspace/edgexfoundry_device-gpio_main 01:08:58 + START_PACKAGES=/tmp/packages_start.txt 01:08:58 + END_PACKAGES=/tmp/packages_end.txt 01:08:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:08:58 + PACKAGES=/tmp/packages_start.txt 01:08:58 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 01:08:58 + PACKAGES=/tmp/packages_end.txt 01:08:58 + case "${OS_FAMILY}" in 01:08:58 + dpkg -l 01:08:58 + grep '^ii' 01:08:58 + '[' -f /tmp/packages_start.txt ']' 01:08:58 + '[' -f /tmp/packages_end.txt ']' 01:08:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:08:58 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 01:08:58 + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ 01:08:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo 01:08:58 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 01:08:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:08:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:59 prd-ubuntu20.04-docker-8c-8g-40102 does not seem to be running inside a container 01:08:59 $ 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 01:08:59 $ docker top 56410539e19c6977313cfbb02a69a00ba61745c7f9381043ada632fcb5d8ad52 -eo pid,comm [Pipeline] { [Pipeline] sh 01:09:00 + touch /tmp/pre-build-complete [Pipeline] sh 01:09:00 + mkdir -p /var/log/sysstat [Pipeline] sh 01:09:00 + ls /var/log/sa-host 01:09:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:09:00 provisioning config files... 01:09:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14684374714430291830tmp [Pipeline] { [Pipeline] echo 01:09:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:09:01 ---> create-netrc.sh [Pipeline] } 01:09:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:09:01 ---> python-tools-install.sh [Pipeline] echo 01:09:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:09:01 ---> sudo-logs.sh 01:09:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:09:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:09:02 ---> job-cost.sh 01:09:02 lf-activate-venv: SKIPPING 01:09:02 DEBUG: total: 0.2199999988079071 01:09:02 INFO: Retrieving Stack Cost... 01:09:02 INFO: Retrieving Pricing Info for: v3-standard-8 01:09:02 INFO: Archiving Costs [Pipeline] echo 01:09:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:09:03 ---> logs-deploy.sh 01:09:03 lf-activate-venv: SKIPPING 01:09:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/128 01:09:03 INFO: archiving workspace using pattern(s): 01:09:04 Archives upload complete. 01:09:04 INFO: archiving logs to Nexus