Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dad323708bb7fb3ae7999ed6872af7cbf93de804 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-ssh3728939788666764482.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh5890020825631624549.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/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-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6657379739278052726.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh16464412055183405830.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-modbus-go/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-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3016974944926170787.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-modbus-go] ========================================================= [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-modbus-go-settings PROJECT: device-modbus-go 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-modbus 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-24285 in /w/workspace/gexfoundry_device-modbus-go_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-modbus-go.git > git init /w/workspace/gexfoundry_device-modbus-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dad323708bb7fb3ae7999ed6872af7cbf93de804 (main) Commit message: "Merge pull request #587 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2" > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dad323708bb7fb3ae7999ed6872af7cbf93de804 # timeout=10 > git rev-list --no-walk 2b384c346e19e635e1b49ec09200f6d61a158dd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-11-01T07:00:28.453Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-01T07:00:28.519Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-01T07:00:28.547Z] ========================================================= [2024-11-01T07:00:28.547Z] EdgeX Global Pipelines Version Info [2024-11-01T07:00:28.547Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:00:29.322Z] ------------------- [2024-11-01T07:00:29.322Z] stable info: [2024-11-01T07:00:29.322Z] ------------------- [2024-11-01T07:00:29.322Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-01T07:00:29.322Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-01T07:00:29.322Z] Message: update stable to v1.0.265 [2024-11-01T07:00:29.890Z] ------------------- [2024-11-01T07:00:29.890Z] experimental info: [2024-11-01T07:00:29.890Z] ------------------- [2024-11-01T07:00:29.890Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-01T07:00:29.890Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-01T07:00:29.890Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-01T07:00:29.964Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2024-11-01T07:00:29.983Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2024-11-01T07:00:30.004Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-01T07:00:30.025Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-01T07:00:30.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-01T07:00:30.063Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-01T07:00:30.086Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-01T07:00:30.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-01T07:00:30.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-01T07:00:30.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-01T07:00:30.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-01T07:00:30.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2024-11-01T07:00:30.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-01T07:00:30.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-01T07:00:30.265Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-01T07:00:30.288Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-01T07:00:30.311Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-01T07:00:30.331Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-01T07:00:30.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-01T07:00:30.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-01T07:00:30.394Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-11-01T07:00:30.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-11-01T07:00:30.439Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-01T07:00:30.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-01T07:00:30.483Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-11-01T07:00:30.502Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-01T07:00:30.525Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-01T07:00:30.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-11-01T07:00:30.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-11-01T07:00:30.583Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-11-01T07:00:30.604Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] echo [2024-11-01T07:00:30.625Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dad3237 [Pipeline] echo [2024-11-01T07:00:30.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:00:30.761Z] provisioning config files... [2024-11-01T07:00:30.777Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config227766132478308414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:00:31.098Z] ---> ****-login.sh [2024-11-01T07:00:31.098Z] nexus3.edgexfoundry.org:10001 [2024-11-01T07:00:31.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:31.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:31.361Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:31.361Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:31.361Z] [2024-11-01T07:00:31.361Z] Login Succeeded [2024-11-01T07:00:31.361Z] nexus3.edgexfoundry.org:10002 [2024-11-01T07:00:31.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:31.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:31.620Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:31.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:31.620Z] [2024-11-01T07:00:31.620Z] Login Succeeded [2024-11-01T07:00:31.620Z] nexus3.edgexfoundry.org:10003 [2024-11-01T07:00:31.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:31.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:31.621Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:31.621Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:31.621Z] [2024-11-01T07:00:31.621Z] Login Succeeded [2024-11-01T07:00:31.621Z] nexus3.edgexfoundry.org:10004 [2024-11-01T07:00:31.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:31.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:31.880Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:31.880Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:31.880Z] [2024-11-01T07:00:31.880Z] Login Succeeded [2024-11-01T07:00:31.880Z] ****.io [2024-11-01T07:00:31.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:32.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:32.140Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:32.140Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:32.140Z] [2024-11-01T07:00:32.140Z] Login Succeeded [2024-11-01T07:00:32.140Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T07:00:32.147Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-01T07:00:32.538Z] + git rev-list -1 --merges dad323708bb7fb3ae7999ed6872af7cbf93de804~1..dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] echo [2024-11-01T07:00:32.575Z] -----------> git rev-list -1 --merges dad323708bb7fb3ae7999ed6872af7cbf93de804~1..dad323708bb7fb3ae7999ed6872af7cbf93de804 dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:00:32.575Z] dad323708bb7fb3ae7999ed6872af7cbf93de804 [false] [Pipeline] sh [2024-11-01T07:00:32.876Z] + git log --format=format:%s -1 dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] echo [2024-11-01T07:00:32.890Z] ========================================================= [2024-11-01T07:00:32.890Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-01T07:00:32.890Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T07:00:33.330Z] + git log --format=format:%s -1 dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] echo [2024-11-01T07:00:33.341Z] [semverPrep] GIT_COMMIT: dad323708bb7fb3ae7999ed6872af7cbf93de804, Commit Message: Merge pull request #587 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2 [Pipeline] echo [2024-11-01T07:00:33.355Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-01T07:00:33.703Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T07:00:33.703Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-01T07:00:33.703Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-01T07:00:33.703Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-01T07:00:33.703Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-01T07:00:33.703Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-01T07:00:33.703Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:00:34.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:00:34.048Z] [2024-11-01T07:00:34.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:00:34.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:00:34.351Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-01T07:00:34.351Z] b85a868b505f: Pulling fs layer [2024-11-01T07:00:34.351Z] e2be974225ed: Pulling fs layer [2024-11-01T07:00:34.351Z] 339a4e72a1f5: Pulling fs layer [2024-11-01T07:00:34.351Z] 988bab9f4d93: Pulling fs layer [2024-11-01T07:00:34.351Z] 1469e6f7b9e6: Pulling fs layer [2024-11-01T07:00:34.351Z] eaf3925da568: Pulling fs layer [2024-11-01T07:00:34.351Z] bab4dde63d76: Pulling fs layer [2024-11-01T07:00:34.351Z] bde34c3a00c8: Pulling fs layer [2024-11-01T07:00:34.351Z] b352a97aabf1: Pulling fs layer [2024-11-01T07:00:34.351Z] 4872d77fe225: Pulling fs layer [2024-11-01T07:00:34.351Z] 5851b861e8e6: Pulling fs layer [2024-11-01T07:00:34.351Z] bab4dde63d76: Waiting [2024-11-01T07:00:34.351Z] bde34c3a00c8: Waiting [2024-11-01T07:00:34.351Z] b352a97aabf1: Waiting [2024-11-01T07:00:34.351Z] 4872d77fe225: Waiting [2024-11-01T07:00:34.351Z] 5851b861e8e6: Waiting [2024-11-01T07:00:34.351Z] 988bab9f4d93: Waiting [2024-11-01T07:00:34.351Z] 1469e6f7b9e6: Waiting [2024-11-01T07:00:34.351Z] eaf3925da568: Waiting [2024-11-01T07:00:34.351Z] e2be974225ed: Verifying Checksum [2024-11-01T07:00:34.351Z] e2be974225ed: Download complete [2024-11-01T07:00:34.351Z] 988bab9f4d93: Verifying Checksum [2024-11-01T07:00:34.351Z] 988bab9f4d93: Download complete [2024-11-01T07:00:34.615Z] 1469e6f7b9e6: Verifying Checksum [2024-11-01T07:00:34.615Z] 1469e6f7b9e6: Download complete [2024-11-01T07:00:34.615Z] 339a4e72a1f5: Verifying Checksum [2024-11-01T07:00:34.615Z] 339a4e72a1f5: Download complete [2024-11-01T07:00:34.615Z] eaf3925da568: Download complete [2024-11-01T07:00:34.615Z] bde34c3a00c8: Verifying Checksum [2024-11-01T07:00:34.615Z] bde34c3a00c8: Download complete [2024-11-01T07:00:34.615Z] b352a97aabf1: Verifying Checksum [2024-11-01T07:00:34.615Z] b352a97aabf1: Download complete [2024-11-01T07:00:34.615Z] 4872d77fe225: Download complete [2024-11-01T07:00:34.615Z] 5851b861e8e6: Verifying Checksum [2024-11-01T07:00:34.615Z] 5851b861e8e6: Download complete [2024-11-01T07:00:34.615Z] b85a868b505f: Verifying Checksum [2024-11-01T07:00:34.615Z] b85a868b505f: Download complete [2024-11-01T07:00:34.875Z] bab4dde63d76: Verifying Checksum [2024-11-01T07:00:34.875Z] bab4dde63d76: Download complete [2024-11-01T07:00:36.253Z] b85a868b505f: Pull complete [2024-11-01T07:00:36.253Z] e2be974225ed: Pull complete [2024-11-01T07:00:36.821Z] 339a4e72a1f5: Pull complete [2024-11-01T07:00:36.821Z] 988bab9f4d93: Pull complete [2024-11-01T07:00:37.079Z] 1469e6f7b9e6: Pull complete [2024-11-01T07:00:37.079Z] eaf3925da568: Pull complete [2024-11-01T07:00:38.980Z] bab4dde63d76: Pull complete [2024-11-01T07:00:39.240Z] bde34c3a00c8: Pull complete [2024-11-01T07:00:39.240Z] b352a97aabf1: Pull complete [2024-11-01T07:00:39.498Z] 4872d77fe225: Pull complete [2024-11-01T07:00:39.759Z] 5851b861e8e6: Pull complete [2024-11-01T07:00:39.759Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-01T07:00:39.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:00:39.759Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:00:39.898Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:00:39.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:00:43.773Z] $ docker top 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 -eo pid,comm [2024-11-01T07:00:43.848Z] 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). [2024-11-01T07:00:43.848Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T07:00:43.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T07:00:43.896Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T07:00:44.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T07:00:44.041Z] $ docker exec 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 ssh-agent [2024-11-01T07:00:44.156Z] SSH_AUTH_SOCK=/tmp/ssh-GHLSsfdro06B/agent.32 [2024-11-01T07:00:44.156Z] SSH_AGENT_PID=38 [2024-11-01T07:00:44.162Z] Running ssh-add (command line suppressed) [2024-11-01T07:00:44.264Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_17179216451687645859.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_17179216451687645859.key) [2024-11-01T07:00:44.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T07:00:44.577Z] + git tag --points-at HEAD [Pipeline] } [2024-11-01T07:00:44.587Z] $ docker exec --env ******** --env ******** 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 ssh-agent -k [2024-11-01T07:00:44.699Z] unset SSH_AUTH_SOCK; [2024-11-01T07:00:44.700Z] unset SSH_AGENT_PID; [2024-11-01T07:00:44.700Z] echo Agent pid 38 killed; [2024-11-01T07:00:44.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-01T07:00:44.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T07:00:44.761Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T07:00:44.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T07:00:44.881Z] $ docker exec 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 ssh-agent [2024-11-01T07:00:44.988Z] SSH_AUTH_SOCK=/tmp/ssh-NU9uqhi5h8kl/agent.71 [2024-11-01T07:00:44.988Z] SSH_AGENT_PID=77 [2024-11-01T07:00:44.993Z] Running ssh-add (command line suppressed) [2024-11-01T07:00:45.110Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_13601429442829996669.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_13601429442829996669.key) [2024-11-01T07:00:45.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T07:00:45.421Z] + git semver init [2024-11-01T07:00:45.681Z] 2024-11-01 07:00:45,627 [run_init] DEBUG init version:0.0.0 force:False [2024-11-01T07:00:45.682Z] 2024-11-01 07:00:45,629 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-11-01T07:00:45.682Z] 2024-11-01 07:00:45,630 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-11-01T07:00:45.682Z] 2024-11-01 07:00:45,630 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-11-01T07:00:47.063Z] 2024-11-01 07:00:46,687 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude [2024-11-01T07:00:47.063Z] 2024-11-01 07:00:46,688 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False [2024-11-01T07:00:47.063Z] 2024-11-01 07:00:46,688 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:00:47.063Z] 2024-11-01 07:00:46,688 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:00:47.063Z] 4.0.0-dev.3 [Pipeline] } [2024-11-01T07:00:47.071Z] $ docker exec --env ******** --env ******** 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 ssh-agent -k [2024-11-01T07:00:47.183Z] unset SSH_AUTH_SOCK; [2024-11-01T07:00:47.183Z] unset SSH_AGENT_PID; [2024-11-01T07:00:47.184Z] echo Agent pid 77 killed; [2024-11-01T07:00:47.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T07:00:47.539Z] + git semver [Pipeline] } [2024-11-01T07:00:47.810Z] $ docker stop --time=1 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 [2024-11-01T07:00:49.514Z] $ docker rm -f --volumes 9c703e3c1fa5f06951951236f04863c7827fb8fb0a0d1aa17c1f296cecd078d9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T07:00:49.897Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-01T07:00:50.159Z] Stashed 1 file(s) [Pipeline] echo [2024-11-01T07:00:50.162Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:00:50.340Z] provisioning config files... [2024-11-01T07:00:50.349Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3808009245959913226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:00:50.646Z] ---> ****-login.sh [2024-11-01T07:00:50.646Z] nexus3.edgexfoundry.org:10001 [2024-11-01T07:00:50.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:50.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:50.646Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:50.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:50.647Z] [2024-11-01T07:00:50.647Z] Login Succeeded [2024-11-01T07:00:50.647Z] nexus3.edgexfoundry.org:10002 [2024-11-01T07:00:50.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:50.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:50.647Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:50.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:50.647Z] [2024-11-01T07:00:50.647Z] Login Succeeded [2024-11-01T07:00:50.647Z] nexus3.edgexfoundry.org:10003 [2024-11-01T07:00:50.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:50.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:50.908Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:50.908Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:50.908Z] [2024-11-01T07:00:50.908Z] Login Succeeded [2024-11-01T07:00:50.908Z] nexus3.edgexfoundry.org:10004 [2024-11-01T07:00:50.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:50.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:50.908Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:50.909Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:50.909Z] [2024-11-01T07:00:50.909Z] Login Succeeded [2024-11-01T07:00:50.909Z] ****.io [2024-11-01T07:00:51.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:00:52.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:00:52.107Z] Configure a credential helper to remove this warning. See [2024-11-01T07:00:52.107Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:00:52.107Z] [2024-11-01T07:00:52.107Z] Login Succeeded [2024-11-01T07:00:52.107Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T07:00:52.115Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-01T07:00:52.287Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:00:52.304Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:00:52.321Z] ========================================================= [2024-11-01T07:00:52.321Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-01T07:00:52.321Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:00:52.693Z] + 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 . [2024-11-01T07:00:52.693Z] Sending build context to Docker daemon 18MB [2024-11-01T07:00:52.693Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T07:00:52.693Z] Step 2/10 : FROM ${BASE} AS builder [2024-11-01T07:00:52.951Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-01T07:00:52.951Z] 43c4264eed91: Pulling fs layer [2024-11-01T07:00:52.951Z] 4cc291be95ef: Pulling fs layer [2024-11-01T07:00:52.951Z] 2ac1f1163629: Pulling fs layer [2024-11-01T07:00:52.951Z] 5c3c966382ef: Pulling fs layer [2024-11-01T07:00:52.951Z] 4f4fb700ef54: Pulling fs layer [2024-11-01T07:00:52.951Z] 5d5c8e513c77: Pulling fs layer [2024-11-01T07:00:52.951Z] 9f66e0745190: Pulling fs layer [2024-11-01T07:00:52.951Z] f49a43e4bbc0: Pulling fs layer [2024-11-01T07:00:52.951Z] 5c3c966382ef: Waiting [2024-11-01T07:00:52.951Z] 4f4fb700ef54: Waiting [2024-11-01T07:00:52.951Z] 5d5c8e513c77: Waiting [2024-11-01T07:00:52.951Z] 561ebcabdf7f: Pulling fs layer [2024-11-01T07:00:52.951Z] f49a43e4bbc0: Waiting [2024-11-01T07:00:52.951Z] 561ebcabdf7f: Waiting [2024-11-01T07:00:52.951Z] 4cc291be95ef: Verifying Checksum [2024-11-01T07:00:52.951Z] 4cc291be95ef: Download complete [2024-11-01T07:00:52.951Z] 5c3c966382ef: Verifying Checksum [2024-11-01T07:00:52.951Z] 5c3c966382ef: Download complete [2024-11-01T07:00:52.951Z] 4f4fb700ef54: Verifying Checksum [2024-11-01T07:00:52.951Z] 4f4fb700ef54: Download complete [2024-11-01T07:00:52.951Z] 5d5c8e513c77: Verifying Checksum [2024-11-01T07:00:52.951Z] 5d5c8e513c77: Download complete [2024-11-01T07:00:52.951Z] 43c4264eed91: Download complete [2024-11-01T07:00:52.951Z] 9f66e0745190: Verifying Checksum [2024-11-01T07:00:52.951Z] 9f66e0745190: Download complete [2024-11-01T07:00:53.229Z] 43c4264eed91: Pull complete [2024-11-01T07:00:53.229Z] 561ebcabdf7f: Verifying Checksum [2024-11-01T07:00:53.229Z] 561ebcabdf7f: Download complete [2024-11-01T07:00:53.487Z] 4cc291be95ef: Pull complete [2024-11-01T07:00:53.487Z] 2ac1f1163629: Verifying Checksum [2024-11-01T07:00:53.487Z] 2ac1f1163629: Download complete [2024-11-01T07:00:53.746Z] f49a43e4bbc0: Verifying Checksum [2024-11-01T07:00:53.746Z] f49a43e4bbc0: Download complete [2024-11-01T07:00:57.033Z] 2ac1f1163629: Pull complete [2024-11-01T07:00:57.033Z] 5c3c966382ef: Pull complete [2024-11-01T07:00:57.033Z] 4f4fb700ef54: Pull complete [2024-11-01T07:00:57.033Z] 5d5c8e513c77: Pull complete [2024-11-01T07:00:57.292Z] 9f66e0745190: Pull complete [2024-11-01T07:00:59.823Z] f49a43e4bbc0: Pull complete [2024-11-01T07:01:00.082Z] 561ebcabdf7f: Pull complete [2024-11-01T07:01:00.082Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-01T07:01:00.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-01T07:01:00.082Z] ---> 3a752c3f9dda [2024-11-01T07:01:00.082Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-11-01T07:01:05.291Z] Still waiting to schedule task [2024-11-01T07:01:05.292Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-11-01T07:01:06.663Z] ---> Running in 6b253a9d8244 [2024-11-01T07:01:06.663Z] Removing intermediate container 6b253a9d8244 [2024-11-01T07:01:06.663Z] ---> c7a3faed3620 [2024-11-01T07:01:06.663Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T07:01:06.663Z] ---> Running in 8cedb7dfbba5 [2024-11-01T07:01:06.663Z] Removing intermediate container 8cedb7dfbba5 [2024-11-01T07:01:06.663Z] ---> e7a4ad337fb3 [2024-11-01T07:01:06.663Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-11-01T07:01:06.663Z] ---> Running in 19910b3cc719 [2024-11-01T07:01:06.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T07:01:06.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T07:01:07.183Z] (1/8) Installing openssh-keygen (9.7_p1-r4) [2024-11-01T07:01:07.183Z] (2/8) Installing libedit (20240517.3.1-r0) [2024-11-01T07:01:07.183Z] (3/8) Installing openssh-client-common (9.7_p1-r4) [2024-11-01T07:01:07.183Z] (4/8) Installing openssh-client-default (9.7_p1-r4) [2024-11-01T07:01:07.183Z] (5/8) Installing openssh-sftp-server (9.7_p1-r4) [2024-11-01T07:01:07.183Z] (6/8) Installing openssh-server-common (9.7_p1-r4) [2024-11-01T07:01:07.183Z] (7/8) Installing openssh-server (9.7_p1-r4) [2024-11-01T07:01:07.442Z] (8/8) Installing openssh (9.7_p1-r4) [2024-11-01T07:01:07.442Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:01:07.442Z] OK: 252 MiB in 62 packages [2024-11-01T07:01:08.008Z] Removing intermediate container 19910b3cc719 [2024-11-01T07:01:08.008Z] ---> 76bc995b6161 [2024-11-01T07:01:08.008Z] Step 6/10 : WORKDIR /device-modbus-go [2024-11-01T07:01:08.008Z] ---> Running in 3bc60cafd225 [2024-11-01T07:01:08.008Z] Removing intermediate container 3bc60cafd225 [2024-11-01T07:01:08.008Z] ---> a16402cf106c [2024-11-01T07:01:08.008Z] Step 7/10 : COPY go.mod vendor* ./ [2024-11-01T07:01:08.268Z] ---> 46084ff45e08 [2024-11-01T07:01:08.268Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T07:01:08.268Z] ---> Running in f960cb7dbd28 [2024-11-01T07:02:15.977Z] Removing intermediate container f960cb7dbd28 [2024-11-01T07:02:15.977Z] ---> ed2f5c7d8cf4 [2024-11-01T07:02:15.977Z] Step 9/10 : COPY . . [2024-11-01T07:02:15.977Z] ---> 26a5cbcb05bd [2024-11-01T07:02:15.977Z] Step 10/10 : RUN ${MAKE} [2024-11-01T07:02:15.977Z] ---> Running in 8cb274ec5b62 [2024-11-01T07:02:15.977Z] noop [2024-11-01T07:02:15.977Z] Removing intermediate container 8cb274ec5b62 [2024-11-01T07:02:15.977Z] ---> aeb6ca156582 [2024-11-01T07:02:15.977Z] Successfully built aeb6ca156582 [2024-11-01T07:02:15.977Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:02:16.327Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-01T07:02:16.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:02:16.413Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:02:16.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:02:16.999Z] $ docker top e30294f1031b408919a7cdf49b9cf4101ba634ac12dab8547de644b388557bd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:02:17.355Z] + go version [2024-11-01T07:02:17.355Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-01T07:02:17.367Z] $ docker stop --time=1 e30294f1031b408919a7cdf49b9cf4101ba634ac12dab8547de644b388557bd3 [2024-11-01T07:02:18.773Z] $ docker rm -f --volumes e30294f1031b408919a7cdf49b9cf4101ba634ac12dab8547de644b388557bd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:02:19.240Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-01T07:02:19.240Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:02:19.319Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:02:19.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:02:19.907Z] $ docker top 88c3340f3978fd557b48e344a89f775743147e9a674cb5546bae1e921781c818 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:02:20.263Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh [2024-11-01T07:02:20.575Z] + make test [2024-11-01T07:02:20.575Z] go test ./... -coverprofile=coverage.out [2024-11-01T07:02:23.107Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-11-01T07:02:45.049Z] github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements [2024-11-01T07:02:45.049Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.011s coverage: 48.0% of statements [2024-11-01T07:02:55.013Z] go vet ./... [2024-11-01T07:03:00.272Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-01T07:03:00.272Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-01T07:03:00.272Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-01T07:03:00.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-01T07:03:00.299Z] $ docker stop --time=1 88c3340f3978fd557b48e344a89f775743147e9a674cb5546bae1e921781c818 [2024-11-01T07:03:04.903Z] $ docker rm -f --volumes 88c3340f3978fd557b48e344a89f775743147e9a674cb5546bae1e921781c818 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T07:03:05.494Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-01T07:03:05.562Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-11-01T07:03:06.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-01T07:03:06.387Z] + ls -al . [2024-11-01T07:03:06.387Z] total 260 [2024-11-01T07:03:06.387Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 1 07:02 . [2024-11-01T07:03:06.387Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 1 07:00 .. [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 1 07:00 .dockerignore [2024-11-01T07:03:06.387Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 07:02 .git [2024-11-01T07:03:06.387Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:00 .github [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 266 Nov 1 07:00 .gitignore [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 199 Nov 1 07:00 .golangci.yml [2024-11-01T07:03:06.387Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 1 07:00 .semver [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 19818 Nov 1 07:00 Attribution.txt [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 16388 Nov 1 07:00 CHANGELOG.md [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 1479 Nov 1 07:00 Dockerfile [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 1 07:00 GOVERNANCE.md [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 658 Nov 1 07:00 Jenkinsfile [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 1 07:00 LICENSE [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 2479 Nov 1 07:00 Makefile [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 622 Nov 1 07:00 OWNERS.md [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 4463 Nov 1 07:00 README.md [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 1 07:00 VERSION [2024-11-01T07:03:06.387Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 07:00 bin [2024-11-01T07:03:06.387Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:00 cmd [2024-11-01T07:03:06.387Z] -rw-r--r-- 1 jenkins jenkins 25464 Nov 1 07:02 coverage.out [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 6490 Nov 1 07:00 go.mod [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 88426 Nov 1 07:00 go.sum [2024-11-01T07:03:06.387Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:00 internal [2024-11-01T07:03:06.387Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 07:00 simulator [2024-11-01T07:03:06.387Z] -rw-rw-r-- 1 jenkins jenkins 229 Nov 1 07:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:06.709Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=dad323708bb7fb3ae7999ed6872af7cbf93de804 --label arch=amd64 --label version=4.0.0-dev.3 . [2024-11-01T07:03:06.709Z] Sending build context to Docker daemon 18.03MB [2024-11-01T07:03:06.709Z] Step 1/23 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T07:03:06.709Z] Step 2/23 : FROM ${BASE} AS builder [2024-11-01T07:03:06.709Z] ---> aeb6ca156582 [2024-11-01T07:03:06.709Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-11-01T07:03:06.969Z] ---> Running in a5d8316c42b6 [2024-11-01T07:03:07.952Z] Removing intermediate container a5d8316c42b6 [2024-11-01T07:03:07.952Z] ---> 9e6d460aa217 [2024-11-01T07:03:07.952Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T07:03:07.952Z] ---> Running in 71391073eefe [2024-11-01T07:03:07.952Z] Removing intermediate container 71391073eefe [2024-11-01T07:03:07.952Z] ---> fc56af76d4ff [2024-11-01T07:03:07.952Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-11-01T07:03:07.952Z] ---> Running in 225324b017a0 [2024-11-01T07:03:07.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:08.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:08.471Z] OK: 252 MiB in 62 packages [2024-11-01T07:03:09.040Z] Removing intermediate container 225324b017a0 [2024-11-01T07:03:09.040Z] ---> fb3c834643ef [2024-11-01T07:03:09.040Z] Step 6/23 : WORKDIR /device-modbus-go [2024-11-01T07:03:09.040Z] ---> Running in 582095f35b40 [2024-11-01T07:03:09.040Z] Removing intermediate container 582095f35b40 [2024-11-01T07:03:09.040Z] ---> 83970d0214df [2024-11-01T07:03:09.040Z] Step 7/23 : COPY go.mod vendor* ./ [2024-11-01T07:03:09.040Z] ---> d3d72f933160 [2024-11-01T07:03:09.040Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T07:03:09.040Z] ---> Running in 6f5250b498c5 [2024-11-01T07:03:09.975Z] Removing intermediate container 6f5250b498c5 [2024-11-01T07:03:09.975Z] ---> b42c848dbcbd [2024-11-01T07:03:09.975Z] Step 9/23 : COPY . . [2024-11-01T07:03:10.539Z] ---> d956f49659e8 [2024-11-01T07:03:10.539Z] Step 10/23 : RUN ${MAKE} [2024-11-01T07:03:10.539Z] ---> Running in e2d8d7645831 [2024-11-01T07:03:10.798Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.0.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-modbus ./cmd [2024-11-01T07:03:47.278Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24288 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws [2024-11-01T07:03:47.298Z] Running in /w/workspace/device-modbus-go/168 [Pipeline] { [Pipeline] checkout [2024-11-01T07:03:49.514Z] Removing intermediate container e2d8d7645831 [2024-11-01T07:03:49.514Z] ---> a12898305749 [2024-11-01T07:03:49.514Z] Step 11/23 : FROM alpine:3.20 [2024-11-01T07:03:49.514Z] 3.20: Pulling from library/alpine [2024-11-01T07:03:49.514Z] 43c4264eed91: Already exists [2024-11-01T07:03:49.514Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-01T07:03:49.514Z] Status: Downloaded newer image for alpine:3.20 [2024-11-01T07:03:49.514Z] ---> 91ef0af61f39 [2024-11-01T07:03:49.514Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' [2024-11-01T07:03:49.514Z] ---> Running in e60216bc2ba4 [2024-11-01T07:03:49.514Z] Removing intermediate container e60216bc2ba4 [2024-11-01T07:03:49.514Z] ---> fced36853fdc [2024-11-01T07:03:49.514Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-11-01T07:03:49.514Z] ---> Running in 39f8333a1f8a [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-11-01T07:03:49.514Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:03:49.514Z] OK: 8 MiB in 15 packages [2024-11-01T07:03:49.514Z] Removing intermediate container 39f8333a1f8a [2024-11-01T07:03:49.514Z] ---> b13dd796b97f [2024-11-01T07:03:49.514Z] Step 14/23 : RUN apk --no-cache upgrade [2024-11-01T07:03:49.514Z] ---> Running in 7792a1beaee2 [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] Upgrading critical system libraries and apk-tools: [2024-11-01T07:03:49.514Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-01T07:03:49.514Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:03:49.514Z] Continuing the upgrade transaction with new apk-tools: [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T07:03:49.514Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T07:03:49.514Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T07:03:49.514Z] OK: 8 MiB in 15 packages [2024-11-01T07:03:49.514Z] Removing intermediate container 7792a1beaee2 [2024-11-01T07:03:49.514Z] ---> aca656d34980 [2024-11-01T07:03:49.514Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-11-01T07:03:50.353Z] The recommended git tool is: git [2024-11-01T07:03:50.451Z] ---> 8195916ce8c9 [2024-11-01T07:03:50.451Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-11-01T07:03:50.712Z] ---> 8efaf271369c [2024-11-01T07:03:50.712Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-11-01T07:03:50.712Z] ---> ad2e8965b331 [2024-11-01T07:03:50.712Z] Step 18/23 : EXPOSE 59901 [2024-11-01T07:03:50.712Z] ---> Running in 5d76b2ae6d0f [2024-11-01T07:03:50.972Z] Removing intermediate container 5d76b2ae6d0f [2024-11-01T07:03:50.972Z] ---> 08d806559725 [2024-11-01T07:03:50.972Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-11-01T07:03:50.972Z] ---> Running in 0715d87f94bc [2024-11-01T07:03:50.972Z] Removing intermediate container 0715d87f94bc [2024-11-01T07:03:50.972Z] ---> 933ff300b779 [2024-11-01T07:03:50.972Z] Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-01T07:03:50.972Z] ---> Running in ad601c4df5d7 [2024-11-01T07:03:50.972Z] Removing intermediate container ad601c4df5d7 [2024-11-01T07:03:50.972Z] ---> 5fb22314f567 [2024-11-01T07:03:50.972Z] Step 21/23 : LABEL arch=amd64 [2024-11-01T07:03:50.972Z] ---> Running in f1599dfcdc51 [2024-11-01T07:03:51.232Z] Removing intermediate container f1599dfcdc51 [2024-11-01T07:03:51.232Z] ---> 5b3da9a44819 [2024-11-01T07:03:51.232Z] Step 22/23 : LABEL git_sha=dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:03:51.232Z] ---> Running in 5f5c35ce69a1 [2024-11-01T07:03:51.232Z] Removing intermediate container 5f5c35ce69a1 [2024-11-01T07:03:51.232Z] ---> e449ebdbec7d [2024-11-01T07:03:51.232Z] Step 23/23 : LABEL version=4.0.0-dev.3 [2024-11-01T07:03:51.232Z] ---> Running in 75c328e0fb54 [2024-11-01T07:03:51.232Z] Removing intermediate container 75c328e0fb54 [2024-11-01T07:03:51.232Z] ---> f52da13f1c64 [2024-11-01T07:03:51.232Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-01T07:03:51.490Z] Successfully built f52da13f1c64 [2024-11-01T07:03:51.490Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:03:51.631Z] provisioning config files... [2024-11-01T07:03:51.641Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config9122035764991543904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:03:51.946Z] ---> ****-login.sh [2024-11-01T07:03:51.946Z] nexus3.edgexfoundry.org:10001 [2024-11-01T07:03:51.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:03:51.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:03:51.946Z] Configure a credential helper to remove this warning. See [2024-11-01T07:03:51.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:03:51.946Z] [2024-11-01T07:03:51.946Z] Login Succeeded [2024-11-01T07:03:51.946Z] nexus3.edgexfoundry.org:10002 [2024-11-01T07:03:51.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:03:51.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:03:51.947Z] Configure a credential helper to remove this warning. See [2024-11-01T07:03:51.947Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:03:51.947Z] [2024-11-01T07:03:51.947Z] Login Succeeded [2024-11-01T07:03:51.947Z] nexus3.edgexfoundry.org:10003 [2024-11-01T07:03:52.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:03:52.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:03:52.207Z] Configure a credential helper to remove this warning. See [2024-11-01T07:03:52.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:03:52.207Z] [2024-11-01T07:03:52.207Z] Login Succeeded [2024-11-01T07:03:52.207Z] nexus3.edgexfoundry.org:10004 [2024-11-01T07:03:52.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:03:52.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:03:52.207Z] Configure a credential helper to remove this warning. See [2024-11-01T07:03:52.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:03:52.207Z] [2024-11-01T07:03:52.207Z] Login Succeeded [2024-11-01T07:03:52.207Z] ****.io [2024-11-01T07:03:52.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:03:52.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:03:52.467Z] Configure a credential helper to remove this warning. See [2024-11-01T07:03:52.467Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:03:52.467Z] [2024-11-01T07:03:52.467Z] Login Succeeded [2024-11-01T07:03:52.467Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T07:03:52.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T07:03:52.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:03:52.577Z] [edgeXDocker.push] Tagging docker image device-modbus with the following tags: [2024-11-01T07:03:52.577Z] dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:03:52.577Z] latest [2024-11-01T07:03:52.577Z] 4.0.0-dev.3 [2024-11-01T07:03:52.577Z] dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:03:52.577Z] main [2024-11-01T07:03:52.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:52.918Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:53.243Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:03:53.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-11-01T07:03:53.243Z] e98bda02051a: Preparing [2024-11-01T07:03:53.243Z] 37749d75f085: Preparing [2024-11-01T07:03:53.243Z] 23e09d2baad4: Preparing [2024-11-01T07:03:53.243Z] 7e92c740f004: Preparing [2024-11-01T07:03:53.243Z] 462aaae1476f: Preparing [2024-11-01T07:03:53.243Z] 63ca1fbb43ae: Preparing [2024-11-01T07:03:53.243Z] 63ca1fbb43ae: Waiting [2024-11-01T07:03:53.243Z] 37749d75f085: Pushed [2024-11-01T07:03:53.243Z] e98bda02051a: Pushed [2024-11-01T07:03:53.243Z] 462aaae1476f: Pushed [2024-11-01T07:03:53.243Z] 63ca1fbb43ae: Layer already exists [2024-11-01T07:03:53.809Z] 7e92c740f004: Pushed [2024-11-01T07:03:56.667Z] using credential edgex-jenkins-ssh [2024-11-01T07:03:56.691Z] Cloning the remote Git repository [2024-11-01T07:03:56.736Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2024-11-01T07:03:56.844Z] > git init /w/workspace/device-modbus-go/168 # timeout=10 [2024-11-01T07:03:57.028Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2024-11-01T07:03:57.029Z] > git --version # timeout=10 [2024-11-01T07:03:57.053Z] > git --version # 'git version 2.25.1' [2024-11-01T07:03:57.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-01T07:03:57.214Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-01T07:03:58.004Z] 23e09d2baad4: Pushed [2024-11-01T07:03:58.004Z] dad323708bb7fb3ae7999ed6872af7cbf93de804: digest: sha256:5007d63a676c399a02e7593946399ea6017529e975c8f798d4d78f5e75631be2 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:58.335Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:58.659Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-11-01T07:03:58.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-11-01T07:03:58.659Z] e98bda02051a: Preparing [2024-11-01T07:03:58.659Z] 37749d75f085: Preparing [2024-11-01T07:03:58.659Z] 23e09d2baad4: Preparing [2024-11-01T07:03:58.659Z] 7e92c740f004: Preparing [2024-11-01T07:03:58.659Z] 462aaae1476f: Preparing [2024-11-01T07:03:58.659Z] 63ca1fbb43ae: Preparing [2024-11-01T07:03:58.659Z] 63ca1fbb43ae: Waiting [2024-11-01T07:03:58.659Z] e98bda02051a: Layer already exists [2024-11-01T07:03:58.659Z] 7e92c740f004: Layer already exists [2024-11-01T07:03:58.659Z] 23e09d2baad4: Layer already exists [2024-11-01T07:03:58.659Z] 462aaae1476f: Layer already exists [2024-11-01T07:03:58.659Z] 37749d75f085: Layer already exists [2024-11-01T07:03:58.659Z] 63ca1fbb43ae: Layer already exists [2024-11-01T07:03:58.659Z] latest: digest: sha256:5007d63a676c399a02e7593946399ea6017529e975c8f798d4d78f5e75631be2 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:58.995Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:59.407Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:4.0.0-dev.3 [2024-11-01T07:03:59.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-11-01T07:03:59.407Z] e98bda02051a: Preparing [2024-11-01T07:03:59.407Z] 37749d75f085: Preparing [2024-11-01T07:03:59.407Z] 23e09d2baad4: Preparing [2024-11-01T07:03:59.407Z] 7e92c740f004: Preparing [2024-11-01T07:03:59.407Z] 462aaae1476f: Preparing [2024-11-01T07:03:59.407Z] 63ca1fbb43ae: Preparing [2024-11-01T07:03:59.407Z] 63ca1fbb43ae: Waiting [2024-11-01T07:03:59.407Z] 462aaae1476f: Layer already exists [2024-11-01T07:03:59.408Z] 37749d75f085: Layer already exists [2024-11-01T07:03:59.408Z] 23e09d2baad4: Layer already exists [2024-11-01T07:03:59.408Z] 7e92c740f004: Layer already exists [2024-11-01T07:03:59.408Z] e98bda02051a: Layer already exists [2024-11-01T07:03:59.408Z] 63ca1fbb43ae: Layer already exists [2024-11-01T07:03:59.408Z] 4.0.0-dev.3: digest: sha256:5007d63a676c399a02e7593946399ea6017529e975c8f798d4d78f5e75631be2 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:59.726Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:04:00.069Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:04:00.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-11-01T07:04:00.069Z] e98bda02051a: Preparing [2024-11-01T07:04:00.069Z] 37749d75f085: Preparing [2024-11-01T07:04:00.069Z] 23e09d2baad4: Preparing [2024-11-01T07:04:00.069Z] 7e92c740f004: Preparing [2024-11-01T07:04:00.069Z] 462aaae1476f: Preparing [2024-11-01T07:04:00.069Z] 63ca1fbb43ae: Preparing [2024-11-01T07:04:00.069Z] 63ca1fbb43ae: Waiting [2024-11-01T07:04:00.069Z] 23e09d2baad4: Layer already exists [2024-11-01T07:04:00.069Z] 37749d75f085: Layer already exists [2024-11-01T07:04:00.069Z] 462aaae1476f: Layer already exists [2024-11-01T07:04:00.069Z] 7e92c740f004: Layer already exists [2024-11-01T07:04:00.069Z] e98bda02051a: Layer already exists [2024-11-01T07:04:00.069Z] 63ca1fbb43ae: Layer already exists [2024-11-01T07:04:00.069Z] dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3: digest: sha256:5007d63a676c399a02e7593946399ea6017529e975c8f798d4d78f5e75631be2 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:04:00.271Z] Avoid second fetch [2024-11-01T07:04:00.272Z] Checking out Revision dad323708bb7fb3ae7999ed6872af7cbf93de804 (main) [2024-11-01T07:04:00.399Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:03:59.226Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2024-11-01T07:03:59.248Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-01T07:04:00.325Z] > git config core.sparsecheckout # timeout=10 [2024-11-01T07:04:00.438Z] > git checkout -f dad323708bb7fb3ae7999ed6872af7cbf93de804 # timeout=10 [2024-11-01T07:04:00.715Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:main [2024-11-01T07:04:00.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-11-01T07:04:00.715Z] e98bda02051a: Preparing [2024-11-01T07:04:00.715Z] 37749d75f085: Preparing [2024-11-01T07:04:00.715Z] 23e09d2baad4: Preparing [2024-11-01T07:04:00.715Z] 7e92c740f004: Preparing [2024-11-01T07:04:00.715Z] 462aaae1476f: Preparing [2024-11-01T07:04:00.715Z] 63ca1fbb43ae: Preparing [2024-11-01T07:04:00.715Z] 63ca1fbb43ae: Waiting [2024-11-01T07:04:00.715Z] 462aaae1476f: Layer already exists [2024-11-01T07:04:00.715Z] e98bda02051a: Layer already exists [2024-11-01T07:04:00.715Z] 37749d75f085: Layer already exists [2024-11-01T07:04:00.715Z] 7e92c740f004: Layer already exists [2024-11-01T07:04:00.715Z] 23e09d2baad4: Layer already exists [2024-11-01T07:04:00.715Z] 63ca1fbb43ae: Layer already exists [2024-11-01T07:04:00.715Z] main: digest: sha256:5007d63a676c399a02e7593946399ea6017529e975c8f798d4d78f5e75631be2 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T07:04:00.793Z] ===================================================== [Pipeline] echo [2024-11-01T07:04:00.808Z] taggedImages: [2024-11-01T07:04:00.808Z] - nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:04:00.808Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-11-01T07:04:00.808Z] - nexus3.edgexfoundry.org:10004/device-modbus:4.0.0-dev.3 [2024-11-01T07:04:00.808Z] - nexus3.edgexfoundry.org:10004/device-modbus:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:04:00.808Z] - nexus3.edgexfoundry.org:10004/device-modbus: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 [2024-11-01T07:04:01.028Z] Commit message: "Merge pull request #587 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2" [2024-11-01T07:04:01.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T07:04:01.230Z] [2024-11-01T07:04:01.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:04:01.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T07:04:01.533Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-01T07:04:01.533Z] 5eb5b503b376: Pulling fs layer [2024-11-01T07:04:01.533Z] 5c69ac0246d0: Pulling fs layer [2024-11-01T07:04:01.533Z] ec43610c2a17: Pulling fs layer [2024-11-01T07:04:01.533Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-01T07:04:01.533Z] 33b1e0a273af: Pulling fs layer [2024-11-01T07:04:01.533Z] 5d3b04190fa2: Pulling fs layer [2024-11-01T07:04:01.533Z] 2f39f015ded8: Pulling fs layer [2024-11-01T07:04:01.533Z] 3a2ae6a8a46f: Waiting [2024-11-01T07:04:01.533Z] 5d3b04190fa2: Waiting [2024-11-01T07:04:01.533Z] 2f39f015ded8: Waiting [2024-11-01T07:04:01.533Z] 5c69ac0246d0: Download complete [2024-11-01T07:04:01.533Z] 3a2ae6a8a46f: Download complete [2024-11-01T07:04:01.791Z] 33b1e0a273af: Verifying Checksum [2024-11-01T07:04:01.791Z] 33b1e0a273af: Download complete [2024-11-01T07:04:01.791Z] ec43610c2a17: Download complete [2024-11-01T07:04:01.791Z] 5d3b04190fa2: Verifying Checksum [2024-11-01T07:04:01.791Z] 5d3b04190fa2: Download complete [2024-11-01T07:04:01.791Z] 5eb5b503b376: Download complete [2024-11-01T07:04:02.363Z] 2f39f015ded8: Download complete [2024-11-01T07:04:03.299Z] 5eb5b503b376: Pull complete [2024-11-01T07:04:03.299Z] 5c69ac0246d0: Pull complete [2024-11-01T07:04:03.560Z] ec43610c2a17: Pull complete [2024-11-01T07:04:03.821Z] 3a2ae6a8a46f: Pull complete [2024-11-01T07:04:04.081Z] 33b1e0a273af: Pull complete [2024-11-01T07:04:04.081Z] 5d3b04190fa2: Pull complete [2024-11-01T07:04:04.993Z] [2024-11-01T07:04:04.993Z] GitHub has been notified of this commit’s build result [2024-11-01T07:04:04.993Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T07:04:05.613Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-01T07:04:05.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-01T07:04:05.613Z] Dload Upload Total Spent Left Speed [2024-11-01T07:04:05.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 250k 0 --:--:-- --:--:-- --:--:-- 250k [Pipeline] sh [2024-11-01T07:04:05.956Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-01T07:04:06.288Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-11-01T07:04:06.288Z] + sudo tee /etc/docker/daemon.new [2024-11-01T07:04:06.288Z] { [2024-11-01T07:04:06.288Z] "registry-mirrors": [ [2024-11-01T07:04:06.288Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-01T07:04:06.288Z] ], [2024-11-01T07:04:06.288Z] "bip": "10.250.0.254/24", [2024-11-01T07:04:06.288Z] "hosts": [ [2024-11-01T07:04:06.288Z] "tcp://0.0.0.0:5555", [2024-11-01T07:04:06.288Z] "unix:///var/run/docker.sock" [2024-11-01T07:04:06.288Z] ], [2024-11-01T07:04:06.288Z] "mtu": 1458, [2024-11-01T07:04:06.288Z] "selinux-enabled": true, [2024-11-01T07:04:06.288Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-01T07:04:06.288Z] } [Pipeline] sh [2024-11-01T07:04:06.627Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-01T07:04:06.966Z] + sudo service docker restart [2024-11-01T07:04:08.268Z] 2f39f015ded8: Pull complete [2024-11-01T07:04:08.268Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-01T07:04:08.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T07:04:08.268Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:04:08.380Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:04:08.409Z] $ 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/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:04:13.019Z] $ docker top ee85b74bd52ec3311596f3c98df65aa46e3319c951e3e715b445cee931f0c031 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:04:13.407Z] ---> job-cost.sh [2024-11-01T07:04:13.407Z] lf-activate-venv: SKIPPING [2024-11-01T07:04:13.407Z] INFO: No Stack... [2024-11-01T07:04:13.667Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-01T07:04:14.237Z] INFO: Archiving Costs [Pipeline] sh [2024-11-01T07:04:14.530Z] + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv [2024-11-01T07:04:14.530Z] + cut -d, -f6 [Pipeline] lock [2024-11-01T07:04:14.546Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [2024-11-01T07:04:14.555Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] did not exist. Created. [2024-11-01T07:04:14.563Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-01T07:04:14.881Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-11-01T07:04:14.915Z] Stashed 1 file(s) [Pipeline] } [2024-11-01T07:04:14.927Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-01T07:04:14.948Z] $ docker stop --time=1 ee85b74bd52ec3311596f3c98df65aa46e3319c951e3e715b445cee931f0c031 [2024-11-01T07:04:16.101Z] $ docker rm -f --volumes ee85b74bd52ec3311596f3c98df65aa46e3319c951e3e715b445cee931f0c031 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:04:25.260Z] provisioning config files... [2024-11-01T07:04:25.288Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/168@tmp/config3249438348049127320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:04:25.763Z] ---> ****-login.sh [2024-11-01T07:04:25.763Z] nexus3.edgexfoundry.org:10001 [2024-11-01T07:04:26.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:04:26.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:04:26.309Z] Configure a credential helper to remove this warning. See [2024-11-01T07:04:26.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:04:26.309Z] [2024-11-01T07:04:26.309Z] Login Succeeded [2024-11-01T07:04:26.309Z] nexus3.edgexfoundry.org:10002 [2024-11-01T07:04:26.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:04:26.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:04:26.578Z] Configure a credential helper to remove this warning. See [2024-11-01T07:04:26.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:04:26.578Z] [2024-11-01T07:04:26.579Z] Login Succeeded [2024-11-01T07:04:26.579Z] nexus3.edgexfoundry.org:10003 [2024-11-01T07:04:26.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:04:27.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:04:27.119Z] Configure a credential helper to remove this warning. See [2024-11-01T07:04:27.119Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:04:27.119Z] [2024-11-01T07:04:27.119Z] Login Succeeded [2024-11-01T07:04:27.119Z] nexus3.edgexfoundry.org:10004 [2024-11-01T07:04:27.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:04:27.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:04:27.393Z] Configure a credential helper to remove this warning. See [2024-11-01T07:04:27.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:04:27.393Z] [2024-11-01T07:04:27.393Z] Login Succeeded [2024-11-01T07:04:27.393Z] ****.io [2024-11-01T07:04:27.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:04:27.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:04:27.929Z] Configure a credential helper to remove this warning. See [2024-11-01T07:04:27.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:04:27.929Z] [2024-11-01T07:04:27.929Z] Login Succeeded [2024-11-01T07:04:27.929Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T07:04:27.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-01T07:04:28.278Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:04:28.297Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:04:28.311Z] ========================================================= [2024-11-01T07:04:28.311Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-01T07:04:28.311Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:04:28.683Z] + 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 . [2024-11-01T07:04:29.652Z] Sending build context to Docker daemon 9.153MB [2024-11-01T07:04:29.652Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T07:04:29.652Z] Step 2/10 : FROM ${BASE} AS builder [2024-11-01T07:04:29.921Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-01T07:04:29.921Z] cf04c63912e1: Pulling fs layer [2024-11-01T07:04:29.921Z] 55b35a11ae5e: Pulling fs layer [2024-11-01T07:04:29.921Z] a37a00ec5f00: Pulling fs layer [2024-11-01T07:04:29.921Z] 50b3750afda1: Pulling fs layer [2024-11-01T07:04:29.921Z] 4f4fb700ef54: Pulling fs layer [2024-11-01T07:04:29.921Z] 80978eb59214: Pulling fs layer [2024-11-01T07:04:29.921Z] c9f46d7d2bd2: Pulling fs layer [2024-11-01T07:04:29.921Z] c5a475d317c9: Pulling fs layer [2024-11-01T07:04:29.921Z] 4f4fb700ef54: Waiting [2024-11-01T07:04:29.921Z] 80978eb59214: Waiting [2024-11-01T07:04:29.921Z] c9f46d7d2bd2: Waiting [2024-11-01T07:04:29.921Z] 50b3750afda1: Waiting [2024-11-01T07:04:29.921Z] c5a475d317c9: Waiting [2024-11-01T07:04:29.921Z] 55b35a11ae5e: Verifying Checksum [2024-11-01T07:04:29.921Z] 55b35a11ae5e: Download complete [2024-11-01T07:04:29.921Z] 50b3750afda1: Verifying Checksum [2024-11-01T07:04:29.921Z] 50b3750afda1: Download complete [2024-11-01T07:04:29.921Z] 4f4fb700ef54: Verifying Checksum [2024-11-01T07:04:29.921Z] 4f4fb700ef54: Download complete [2024-11-01T07:04:29.921Z] 80978eb59214: Verifying Checksum [2024-11-01T07:04:29.921Z] 80978eb59214: Download complete [2024-11-01T07:04:29.921Z] cf04c63912e1: Verifying Checksum [2024-11-01T07:04:30.522Z] c5a475d317c9: Verifying Checksum [2024-11-01T07:04:30.523Z] c5a475d317c9: Download complete [2024-11-01T07:04:30.801Z] cf04c63912e1: Pull complete [2024-11-01T07:04:31.393Z] 55b35a11ae5e: Pull complete [2024-11-01T07:04:31.663Z] a37a00ec5f00: Verifying Checksum [2024-11-01T07:04:31.663Z] a37a00ec5f00: Download complete [2024-11-01T07:04:32.636Z] c9f46d7d2bd2: Verifying Checksum [2024-11-01T07:04:32.636Z] c9f46d7d2bd2: Download complete [2024-11-01T07:04:44.958Z] a37a00ec5f00: Pull complete [2024-11-01T07:04:44.958Z] 50b3750afda1: Pull complete [2024-11-01T07:04:44.958Z] 4f4fb700ef54: Pull complete [2024-11-01T07:04:44.958Z] 80978eb59214: Pull complete [2024-11-01T07:04:53.191Z] c9f46d7d2bd2: Pull complete [2024-11-01T07:04:53.775Z] c5a475d317c9: Pull complete [2024-11-01T07:04:54.042Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-01T07:04:54.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-01T07:04:54.042Z] ---> be29e6b0f0d4 [2024-11-01T07:04:54.042Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-11-01T07:04:56.004Z] ---> Running in 772c464bd8a3 [2024-11-01T07:04:56.272Z] Removing intermediate container 772c464bd8a3 [2024-11-01T07:04:56.272Z] ---> f2e313f9c424 [2024-11-01T07:04:56.272Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T07:04:56.272Z] ---> Running in 66ffd491e8e2 [2024-11-01T07:04:56.541Z] Removing intermediate container 66ffd491e8e2 [2024-11-01T07:04:56.541Z] ---> 4702dea798ec [2024-11-01T07:04:56.541Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-11-01T07:04:56.541Z] ---> Running in eb7c833bd265 [2024-11-01T07:04:57.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T07:04:57.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T07:04:59.384Z] (1/8) Installing openssh-keygen (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (2/8) Installing libedit (20240517.3.1-r0) [2024-11-01T07:04:59.384Z] (3/8) Installing openssh-client-common (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (4/8) Installing openssh-client-default (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (5/8) Installing openssh-sftp-server (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (6/8) Installing openssh-server-common (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (7/8) Installing openssh-server (9.7_p1-r4) [2024-11-01T07:04:59.384Z] (8/8) Installing openssh (9.7_p1-r4) [2024-11-01T07:04:59.384Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:04:59.653Z] OK: 244 MiB in 62 packages [2024-11-01T07:05:00.627Z] Removing intermediate container eb7c833bd265 [2024-11-01T07:05:00.627Z] ---> e91f56c17814 [2024-11-01T07:05:00.627Z] Step 6/10 : WORKDIR /device-modbus-go [2024-11-01T07:05:00.899Z] ---> Running in c2b1de2956d9 [2024-11-01T07:05:01.167Z] Removing intermediate container c2b1de2956d9 [2024-11-01T07:05:01.167Z] ---> 05adbdaf352b [2024-11-01T07:05:01.167Z] Step 7/10 : COPY go.mod vendor* ./ [2024-11-01T07:05:01.439Z] ---> 7964403ed1fa [2024-11-01T07:05:01.439Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T07:05:01.706Z] ---> Running in 333bb307ac91 [2024-11-01T07:06:53.398Z] Removing intermediate container 333bb307ac91 [2024-11-01T07:06:53.398Z] ---> 7ca2c79821f9 [2024-11-01T07:06:53.398Z] Step 9/10 : COPY . . [2024-11-01T07:06:53.398Z] ---> 96d1979ca59e [2024-11-01T07:06:53.398Z] Step 10/10 : RUN ${MAKE} [2024-11-01T07:06:53.398Z] ---> Running in 080f11f1d46f [2024-11-01T07:06:53.398Z] noop [2024-11-01T07:06:53.398Z] Removing intermediate container 080f11f1d46f [2024-11-01T07:06:53.398Z] ---> 8b7f0e9ffd39 [2024-11-01T07:06:53.398Z] Successfully built 8b7f0e9ffd39 [2024-11-01T07:06:53.398Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:06:53.764Z] + docker inspect -f . ci-base-image-arm64 [2024-11-01T07:06:53.764Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:06:54.009Z] prd-ubuntu20.04-docker-arm64-4c-16g-24288 does not seem to be running inside a container [2024-11-01T07:06:54.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/168 -v /w/workspace/device-modbus-go/168:/w/workspace/device-modbus-go/168:rw,z -v /w/workspace/device-modbus-go/168@tmp:/w/workspace/device-modbus-go/168@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 [2024-11-01T07:06:55.414Z] $ docker top 861b4b27fc0f7788816b75cf6919841db39d06240addc5bfd7c784ab8190b3fa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:06:56.291Z] + go version [2024-11-01T07:06:56.876Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-01T07:06:56.896Z] $ docker stop --time=1 861b4b27fc0f7788816b75cf6919841db39d06240addc5bfd7c784ab8190b3fa [2024-11-01T07:06:58.555Z] $ docker rm -f --volumes 861b4b27fc0f7788816b75cf6919841db39d06240addc5bfd7c784ab8190b3fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:06:59.170Z] + docker inspect -f . ci-base-image-arm64 [2024-11-01T07:06:59.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:06:59.389Z] prd-ubuntu20.04-docker-arm64-4c-16g-24288 does not seem to be running inside a container [2024-11-01T07:06:59.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/168 -v /w/workspace/device-modbus-go/168:/w/workspace/device-modbus-go/168:rw,z -v /w/workspace/device-modbus-go/168@tmp:/w/workspace/device-modbus-go/168@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 [2024-11-01T07:07:00.815Z] $ docker top 0ce7ecbcaddb191302c92de141ea6018f0612101faf43cf534adf0bf3e7244f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:07:01.773Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/168 [Pipeline] fileExists [Pipeline] sh [2024-11-01T07:07:02.469Z] + make test [2024-11-01T07:07:02.469Z] go test ./... -coverprofile=coverage.out [2024-11-01T07:07:10.694Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-11-01T07:10:32.480Z] github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements [2024-11-01T07:10:35.053Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.049s coverage: 48.0% of statements [2024-11-01T07:10:36.008Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-11-01T07:10:36.008Z] go vet ./... [2024-11-01T07:11:22.826Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-01T07:11:22.826Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-01T07:11:22.826Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-01T07:11:22.844Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-01T07:11:22.867Z] $ docker stop --time=1 0ce7ecbcaddb191302c92de141ea6018f0612101faf43cf534adf0bf3e7244f6 [2024-11-01T07:11:24.767Z] $ docker rm -f --volumes 0ce7ecbcaddb191302c92de141ea6018f0612101faf43cf534adf0bf3e7244f6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T07:11:26.195Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-01T07:11:26.221Z] Warning: overwriting stash ‘coverage-report’ [2024-11-01T07:11:26.635Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T07:11:27.039Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-01T07:11:27.350Z] + ls -al . [2024-11-01T07:11:27.350Z] total 256 [2024-11-01T07:11:27.350Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 07:07 . [2024-11-01T07:11:27.350Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 1 07:03 .. [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 1 07:04 .dockerignore [2024-11-01T07:11:27.350Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 07:04 .git [2024-11-01T07:11:27.350Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:04 .github [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 266 Nov 1 07:04 .gitignore [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 199 Nov 1 07:04 .golangci.yml [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 19818 Nov 1 07:04 Attribution.txt [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 16388 Nov 1 07:04 CHANGELOG.md [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 1479 Nov 1 07:04 Dockerfile [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 1 07:04 GOVERNANCE.md [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 658 Nov 1 07:04 Jenkinsfile [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 1 07:04 LICENSE [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 2479 Nov 1 07:04 Makefile [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 622 Nov 1 07:04 OWNERS.md [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 4463 Nov 1 07:04 README.md [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 1 07:00 VERSION [2024-11-01T07:11:27.350Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 07:04 bin [2024-11-01T07:11:27.350Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:04 cmd [2024-11-01T07:11:27.350Z] -rw-r--r-- 1 jenkins jenkins 25464 Nov 1 07:10 coverage.out [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 6490 Nov 1 07:04 go.mod [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 88426 Nov 1 07:04 go.sum [2024-11-01T07:11:27.350Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 07:04 internal [2024-11-01T07:11:27.350Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 07:04 simulator [2024-11-01T07:11:27.350Z] -rw-rw-r-- 1 jenkins jenkins 229 Nov 1 07:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:11:27.692Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dad323708bb7fb3ae7999ed6872af7cbf93de804 --label arch=arm64 --label version=4.0.0-dev.3 . [2024-11-01T07:11:27.956Z] Sending build context to Docker daemon 9.179MB [2024-11-01T07:11:28.229Z] Step 1/23 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T07:11:28.229Z] Step 2/23 : FROM ${BASE} AS builder [2024-11-01T07:11:28.229Z] ---> 8b7f0e9ffd39 [2024-11-01T07:11:28.229Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-11-01T07:11:28.229Z] ---> Running in 5e46ba705524 [2024-11-01T07:11:28.495Z] Removing intermediate container 5e46ba705524 [2024-11-01T07:11:28.495Z] ---> 31cba6beaa47 [2024-11-01T07:11:28.495Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T07:11:28.495Z] ---> Running in 15c9ea34f7b4 [2024-11-01T07:11:29.079Z] Removing intermediate container 15c9ea34f7b4 [2024-11-01T07:11:29.079Z] ---> 5254b3827d89 [2024-11-01T07:11:29.079Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-11-01T07:11:29.079Z] ---> Running in ff6fb874bb8f [2024-11-01T07:11:30.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T07:11:30.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T07:11:31.700Z] OK: 244 MiB in 62 packages [2024-11-01T07:11:32.660Z] Removing intermediate container ff6fb874bb8f [2024-11-01T07:11:32.660Z] ---> 4bb439df6033 [2024-11-01T07:11:32.660Z] Step 6/23 : WORKDIR /device-modbus-go [2024-11-01T07:11:32.660Z] ---> Running in 3fa20375e5cc [2024-11-01T07:11:33.241Z] Removing intermediate container 3fa20375e5cc [2024-11-01T07:11:33.241Z] ---> 6d530e5cb958 [2024-11-01T07:11:33.241Z] Step 7/23 : COPY go.mod vendor* ./ [2024-11-01T07:11:33.823Z] ---> 486ed585bb1b [2024-11-01T07:11:33.823Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T07:11:33.823Z] ---> Running in 36f1c8c73f1c [2024-11-01T07:11:36.408Z] Removing intermediate container 36f1c8c73f1c [2024-11-01T07:11:36.408Z] ---> 71a1d58b92f2 [2024-11-01T07:11:36.408Z] Step 9/23 : COPY . . [2024-11-01T07:11:37.364Z] ---> a39d5544f23f [2024-11-01T07:11:37.364Z] Step 10/23 : RUN ${MAKE} [2024-11-01T07:11:37.364Z] ---> Running in ecb7d6a2664b [2024-11-01T07:11:38.321Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.0.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-modbus ./cmd [2024-11-01T07:15:00.089Z] Removing intermediate container ecb7d6a2664b [2024-11-01T07:15:00.089Z] ---> fb09a1571729 [2024-11-01T07:15:00.089Z] Step 11/23 : FROM alpine:3.20 [2024-11-01T07:15:00.089Z] 3.20: Pulling from library/alpine [2024-11-01T07:15:00.089Z] cf04c63912e1: Already exists [2024-11-01T07:15:00.089Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-01T07:15:00.089Z] Status: Downloaded newer image for alpine:3.20 [2024-11-01T07:15:00.089Z] ---> c157a85ed455 [2024-11-01T07:15:00.089Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' [2024-11-01T07:15:00.089Z] ---> Running in c43d7393bfaa [2024-11-01T07:15:00.089Z] Removing intermediate container c43d7393bfaa [2024-11-01T07:15:00.089Z] ---> 17e6f9d97fd7 [2024-11-01T07:15:00.089Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-11-01T07:15:00.089Z] ---> Running in f610775529dd [2024-11-01T07:15:00.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:00.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:01.491Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-11-01T07:15:01.491Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:15:01.491Z] OK: 9 MiB in 15 packages [2024-11-01T07:15:02.445Z] Removing intermediate container f610775529dd [2024-11-01T07:15:02.445Z] ---> 47d0f5beb959 [2024-11-01T07:15:02.445Z] Step 14/23 : RUN apk --no-cache upgrade [2024-11-01T07:15:02.445Z] ---> Running in 01d89c655cdd [2024-11-01T07:15:03.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:03.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:05.066Z] Upgrading critical system libraries and apk-tools: [2024-11-01T07:15:05.066Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-01T07:15:05.066Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T07:15:05.066Z] Continuing the upgrade transaction with new apk-tools: [2024-11-01T07:15:05.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:05.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T07:15:06.739Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T07:15:06.739Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T07:15:06.739Z] OK: 9 MiB in 15 packages [2024-11-01T07:15:08.157Z] Removing intermediate container 01d89c655cdd [2024-11-01T07:15:08.157Z] ---> 0ebedd0f813d [2024-11-01T07:15:08.157Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-11-01T07:15:10.091Z] ---> 9ae703ed4e19 [2024-11-01T07:15:10.091Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-11-01T07:15:10.669Z] ---> 0524705848d8 [2024-11-01T07:15:10.669Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-11-01T07:15:11.271Z] ---> c1752c137de1 [2024-11-01T07:15:11.271Z] Step 18/23 : EXPOSE 59901 [2024-11-01T07:15:11.271Z] ---> Running in ac8d86b32ba4 [2024-11-01T07:15:11.537Z] Removing intermediate container ac8d86b32ba4 [2024-11-01T07:15:11.537Z] ---> bca0a9ca69db [2024-11-01T07:15:11.537Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-11-01T07:15:11.537Z] ---> Running in 022bda0acb45 [2024-11-01T07:15:11.805Z] Removing intermediate container 022bda0acb45 [2024-11-01T07:15:11.805Z] ---> 3625b88da1d7 [2024-11-01T07:15:11.805Z] Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-01T07:15:11.805Z] ---> Running in d918a696ac2e [2024-11-01T07:15:12.387Z] Removing intermediate container d918a696ac2e [2024-11-01T07:15:12.387Z] ---> f27c0cfd1c93 [2024-11-01T07:15:12.387Z] Step 21/23 : LABEL arch=arm64 [2024-11-01T07:15:12.387Z] ---> Running in 394b9c38b09f [2024-11-01T07:15:12.653Z] Removing intermediate container 394b9c38b09f [2024-11-01T07:15:12.653Z] ---> 58a41bec78d2 [2024-11-01T07:15:12.653Z] Step 22/23 : LABEL git_sha=dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:15:12.653Z] ---> Running in 78793b867164 [2024-11-01T07:15:12.918Z] Removing intermediate container 78793b867164 [2024-11-01T07:15:12.918Z] ---> 2585508be9f7 [2024-11-01T07:15:12.918Z] Step 23/23 : LABEL version=4.0.0-dev.3 [2024-11-01T07:15:12.918Z] ---> Running in 775380e05bbc [2024-11-01T07:15:13.183Z] Removing intermediate container 775380e05bbc [2024-11-01T07:15:13.183Z] ---> 928dc57ab7cd [2024-11-01T07:15:13.183Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-01T07:15:13.448Z] Successfully built 928dc57ab7cd [2024-11-01T07:15:13.448Z] Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:15:13.579Z] provisioning config files... [2024-11-01T07:15:13.592Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/168@tmp/config17632632822893260151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:15:13.932Z] ---> ****-login.sh [2024-11-01T07:15:13.933Z] nexus3.edgexfoundry.org:10001 [2024-11-01T07:15:14.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:15:14.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:15:14.198Z] Configure a credential helper to remove this warning. See [2024-11-01T07:15:14.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:15:14.198Z] [2024-11-01T07:15:14.198Z] Login Succeeded [2024-11-01T07:15:14.198Z] nexus3.edgexfoundry.org:10002 [2024-11-01T07:15:14.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:15:14.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:15:14.465Z] Configure a credential helper to remove this warning. See [2024-11-01T07:15:14.465Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:15:14.465Z] [2024-11-01T07:15:14.465Z] Login Succeeded [2024-11-01T07:15:14.465Z] nexus3.edgexfoundry.org:10003 [2024-11-01T07:15:14.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:15:15.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:15:15.000Z] Configure a credential helper to remove this warning. See [2024-11-01T07:15:15.000Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:15:15.000Z] [2024-11-01T07:15:15.000Z] Login Succeeded [2024-11-01T07:15:15.000Z] nexus3.edgexfoundry.org:10004 [2024-11-01T07:15:15.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:15:15.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:15:15.266Z] Configure a credential helper to remove this warning. See [2024-11-01T07:15:15.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:15:15.266Z] [2024-11-01T07:15:15.266Z] Login Succeeded [2024-11-01T07:15:15.266Z] ****.io [2024-11-01T07:15:15.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T07:15:15.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T07:15:15.796Z] Configure a credential helper to remove this warning. See [2024-11-01T07:15:15.796Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T07:15:15.796Z] [2024-11-01T07:15:15.796Z] Login Succeeded [2024-11-01T07:15:15.796Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T07:15:15.808Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T07:15:15.856Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T07:15:15.883Z] [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: [2024-11-01T07:15:15.883Z] dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:15:15.883Z] latest [2024-11-01T07:15:15.883Z] 4.0.0-dev.3 [2024-11-01T07:15:15.883Z] dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:15:15.883Z] main [2024-11-01T07:15:15.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:16.253Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:16.610Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:15:16.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-11-01T07:15:16.610Z] e7572dae0824: Preparing [2024-11-01T07:15:16.610Z] 3d68f08bd119: Preparing [2024-11-01T07:15:16.610Z] 905df68990b1: Preparing [2024-11-01T07:15:16.610Z] b75b5dd51c96: Preparing [2024-11-01T07:15:16.610Z] 79347d764fba: Preparing [2024-11-01T07:15:16.610Z] 16113d51b718: Preparing [2024-11-01T07:15:16.610Z] 16113d51b718: Waiting [2024-11-01T07:15:16.879Z] 3d68f08bd119: Pushed [2024-11-01T07:15:16.879Z] e7572dae0824: Pushed [2024-11-01T07:15:16.879Z] 79347d764fba: Pushed [2024-11-01T07:15:17.834Z] 16113d51b718: Layer already exists [2024-11-01T07:15:18.413Z] b75b5dd51c96: Pushed [2024-11-01T07:15:28.450Z] 905df68990b1: Pushed [2024-11-01T07:15:28.450Z] dad323708bb7fb3ae7999ed6872af7cbf93de804: digest: sha256:27c2af86dffa43eacd7dba1b1949370e743ffd11fe3600e5282b4404cd925973 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:28.805Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:30.137Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-11-01T07:15:30.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-11-01T07:15:30.137Z] e7572dae0824: Preparing [2024-11-01T07:15:30.137Z] 3d68f08bd119: Preparing [2024-11-01T07:15:30.137Z] 905df68990b1: Preparing [2024-11-01T07:15:30.137Z] b75b5dd51c96: Preparing [2024-11-01T07:15:30.137Z] 79347d764fba: Preparing [2024-11-01T07:15:30.137Z] 16113d51b718: Preparing [2024-11-01T07:15:30.137Z] 16113d51b718: Waiting [2024-11-01T07:15:30.137Z] 3d68f08bd119: Layer already exists [2024-11-01T07:15:30.137Z] 905df68990b1: Layer already exists [2024-11-01T07:15:30.137Z] e7572dae0824: Layer already exists [2024-11-01T07:15:30.137Z] b75b5dd51c96: Layer already exists [2024-11-01T07:15:30.137Z] 79347d764fba: Layer already exists [2024-11-01T07:15:30.137Z] 16113d51b718: Layer already exists [2024-11-01T07:15:30.137Z] latest: digest: sha256:27c2af86dffa43eacd7dba1b1949370e743ffd11fe3600e5282b4404cd925973 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:30.493Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:30.848Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.0.0-dev.3 [2024-11-01T07:15:30.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-11-01T07:15:30.848Z] e7572dae0824: Preparing [2024-11-01T07:15:30.848Z] 3d68f08bd119: Preparing [2024-11-01T07:15:30.848Z] 905df68990b1: Preparing [2024-11-01T07:15:30.848Z] b75b5dd51c96: Preparing [2024-11-01T07:15:30.848Z] 79347d764fba: Preparing [2024-11-01T07:15:30.848Z] 16113d51b718: Preparing [2024-11-01T07:15:30.848Z] 16113d51b718: Waiting [2024-11-01T07:15:30.848Z] 905df68990b1: Layer already exists [2024-11-01T07:15:30.848Z] e7572dae0824: Layer already exists [2024-11-01T07:15:30.848Z] 3d68f08bd119: Layer already exists [2024-11-01T07:15:30.848Z] 79347d764fba: Layer already exists [2024-11-01T07:15:30.848Z] b75b5dd51c96: Layer already exists [2024-11-01T07:15:30.848Z] 16113d51b718: Layer already exists [2024-11-01T07:15:31.111Z] 4.0.0-dev.3: digest: sha256:27c2af86dffa43eacd7dba1b1949370e743ffd11fe3600e5282b4404cd925973 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:31.467Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:31.824Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:15:31.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-11-01T07:15:31.824Z] e7572dae0824: Preparing [2024-11-01T07:15:31.824Z] 3d68f08bd119: Preparing [2024-11-01T07:15:31.824Z] 905df68990b1: Preparing [2024-11-01T07:15:31.824Z] b75b5dd51c96: Preparing [2024-11-01T07:15:31.824Z] 79347d764fba: Preparing [2024-11-01T07:15:31.824Z] 16113d51b718: Preparing [2024-11-01T07:15:31.824Z] b75b5dd51c96: Layer already exists [2024-11-01T07:15:31.824Z] 79347d764fba: Layer already exists [2024-11-01T07:15:31.824Z] 905df68990b1: Layer already exists [2024-11-01T07:15:31.824Z] e7572dae0824: Layer already exists [2024-11-01T07:15:31.824Z] 3d68f08bd119: Layer already exists [2024-11-01T07:15:31.824Z] 16113d51b718: Layer already exists [2024-11-01T07:15:31.824Z] dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3: digest: sha256:27c2af86dffa43eacd7dba1b1949370e743ffd11fe3600e5282b4404cd925973 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:32.441Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:32.785Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [2024-11-01T07:15:32.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-11-01T07:15:32.785Z] e7572dae0824: Preparing [2024-11-01T07:15:32.785Z] 3d68f08bd119: Preparing [2024-11-01T07:15:32.785Z] 905df68990b1: Preparing [2024-11-01T07:15:32.785Z] b75b5dd51c96: Preparing [2024-11-01T07:15:32.785Z] 79347d764fba: Preparing [2024-11-01T07:15:32.785Z] 16113d51b718: Preparing [2024-11-01T07:15:32.785Z] 16113d51b718: Waiting [2024-11-01T07:15:32.785Z] 3d68f08bd119: Layer already exists [2024-11-01T07:15:32.785Z] 905df68990b1: Layer already exists [2024-11-01T07:15:32.785Z] e7572dae0824: Layer already exists [2024-11-01T07:15:32.785Z] b75b5dd51c96: Layer already exists [2024-11-01T07:15:32.785Z] 79347d764fba: Layer already exists [2024-11-01T07:15:32.785Z] 16113d51b718: Layer already exists [2024-11-01T07:15:32.785Z] main: digest: sha256:27c2af86dffa43eacd7dba1b1949370e743ffd11fe3600e5282b4404cd925973 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T07:15:32.859Z] ===================================================== [Pipeline] echo [2024-11-01T07:15:32.878Z] taggedImages: [2024-11-01T07:15:32.878Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804 [2024-11-01T07:15:32.878Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-11-01T07:15:32.878Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.0.0-dev.3 [2024-11-01T07:15:32.878Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:dad323708bb7fb3ae7999ed6872af7cbf93de804-4.0.0-dev.3 [2024-11-01T07:15:32.878Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:33.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T07:15:33.265Z] [2024-11-01T07:15:33.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:15:33.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T07:15:33.595Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-01T07:15:33.595Z] 8998bd30e6a1: Pulling fs layer [2024-11-01T07:15:33.595Z] 04944245beec: Pulling fs layer [2024-11-01T07:15:33.595Z] 699f458cf7ca: Pulling fs layer [2024-11-01T07:15:33.595Z] 765212b225bb: Pulling fs layer [2024-11-01T07:15:33.595Z] f23df028b6ca: Pulling fs layer [2024-11-01T07:15:33.595Z] d65c8cfc05b1: Pulling fs layer [2024-11-01T07:15:33.595Z] 2437ff75d9bd: Pulling fs layer [2024-11-01T07:15:33.595Z] f23df028b6ca: Waiting [2024-11-01T07:15:33.595Z] 2437ff75d9bd: Waiting [2024-11-01T07:15:33.595Z] d65c8cfc05b1: Waiting [2024-11-01T07:15:33.595Z] 765212b225bb: Waiting [2024-11-01T07:15:33.862Z] 04944245beec: Verifying Checksum [2024-11-01T07:15:33.862Z] 04944245beec: Download complete [2024-11-01T07:15:33.862Z] 765212b225bb: Download complete [2024-11-01T07:15:33.862Z] f23df028b6ca: Verifying Checksum [2024-11-01T07:15:33.862Z] f23df028b6ca: Download complete [2024-11-01T07:15:33.862Z] d65c8cfc05b1: Verifying Checksum [2024-11-01T07:15:33.862Z] d65c8cfc05b1: Download complete [2024-11-01T07:15:34.127Z] 699f458cf7ca: Verifying Checksum [2024-11-01T07:15:34.127Z] 699f458cf7ca: Download complete [2024-11-01T07:15:34.395Z] 8998bd30e6a1: Verifying Checksum [2024-11-01T07:15:34.395Z] 8998bd30e6a1: Download complete [2024-11-01T07:15:36.985Z] 2437ff75d9bd: Verifying Checksum [2024-11-01T07:15:36.985Z] 2437ff75d9bd: Download complete [2024-11-01T07:15:38.919Z] 8998bd30e6a1: Pull complete [2024-11-01T07:15:39.185Z] 04944245beec: Pull complete [2024-11-01T07:15:41.117Z] 699f458cf7ca: Pull complete [2024-11-01T07:15:41.118Z] 765212b225bb: Pull complete [2024-11-01T07:15:41.698Z] f23df028b6ca: Pull complete [2024-11-01T07:15:41.963Z] d65c8cfc05b1: Pull complete [2024-11-01T07:15:56.921Z] 2437ff75d9bd: Pull complete [2024-11-01T07:15:56.921Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-01T07:15:56.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T07:15:56.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:15:57.107Z] prd-ubuntu20.04-docker-arm64-4c-16g-24288 does not seem to be running inside a container [2024-11-01T07:15:57.162Z] $ 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-modbus-go/168 -v /w/workspace/device-modbus-go/168:/w/workspace/device-modbus-go/168:rw,z -v /w/workspace/device-modbus-go/168@tmp:/w/workspace/device-modbus-go/168@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 [2024-11-01T07:15:59.613Z] $ docker top 2cc0a18d1d16a81229cfd8c6a73c0806d6d7131966344307ac8b4718f8b2f509 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:16:00.100Z] ---> job-cost.sh [2024-11-01T07:16:00.363Z] lf-activate-venv: SKIPPING [2024-11-01T07:16:00.363Z] INFO: No Stack... [2024-11-01T07:16:00.939Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-01T07:16:01.517Z] INFO: Archiving Costs [Pipeline] sh [2024-11-01T07:16:01.837Z] + cat /w/workspace/device-modbus-go/168/archives/cost.csv [2024-11-01T07:16:01.837Z] + cut -d, -f6 [Pipeline] lock [2024-11-01T07:16:02.152Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [2024-11-01T07:16:02.164Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] did not exist. Created. [2024-11-01T07:16:02.172Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-01T07:16:02.519Z] /w/workspace/device-modbus-go/168@tmp/durable-5d5c7635/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-01T07:16:02.837Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-01T07:16:02.862Z] Warning: overwriting stash ‘stack-cost’ [2024-11-01T07:16:02.905Z] Stashed 1 file(s) [Pipeline] } [2024-11-01T07:16:02.913Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-168-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-01T07:16:02.947Z] $ docker stop --time=1 2cc0a18d1d16a81229cfd8c6a73c0806d6d7131966344307ac8b4718f8b2f509 [2024-11-01T07:16:04.405Z] $ docker rm -f --volumes 2cc0a18d1d16a81229cfd8c6a73c0806d6d7131966344307ac8b4718f8b2f509 [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 [2024-11-01T07:16:04.874Z] provisioning config files... [2024-11-01T07:16:04.881Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config18434146300724390371tmp [Pipeline] { [Pipeline] sh [2024-11-01T07:16:05.250Z] + set +x [2024-11-01T07:16:05.250Z] + curl -s https://codecov.io/bash [2024-11-01T07:16:05.250Z] + bash -s -- [2024-11-01T07:16:05.250Z] [2024-11-01T07:16:05.250Z] _____ _ [2024-11-01T07:16:05.250Z] / ____| | | [2024-11-01T07:16:05.250Z] | | ___ __| | ___ ___ _____ __ [2024-11-01T07:16:05.250Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-01T07:16:05.250Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-01T07:16:05.250Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-01T07:16:05.250Z] Bash-1.0.6 [2024-11-01T07:16:05.250Z] [2024-11-01T07:16:05.250Z] [2024-11-01T07:16:05.250Z] ==> git version 2.25.1 found [2024-11-01T07:16:05.250Z] ==> 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 [2024-11-01T07:16:05.250Z] Release-Date: 2020-01-08 [2024-11-01T07:16:05.250Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-11-01T07:16:05.250Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-01T07:16:05.250Z] ==> Jenkins CI detected. [2024-11-01T07:16:05.250Z] current dir:  /w/workspace/gexfoundry_device-modbus-go_main [2024-11-01T07:16:05.250Z] project root: . [2024-11-01T07:16:05.250Z] --> token set from env [2024-11-01T07:16:05.250Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-01T07:16:05.250Z] ==> Running gcov in . (disable via -X gcov) [2024-11-01T07:16:05.250Z] ==> Python coveragepy not found [2024-11-01T07:16:05.250Z] ==> Searching for coverage reports in: [2024-11-01T07:16:05.250Z] + . [2024-11-01T07:16:05.250Z] -> Found 1 reports [2024-11-01T07:16:05.250Z] ==> Detecting git/mercurial file structure [2024-11-01T07:16:05.250Z] ==> Reading reports [2024-11-01T07:16:05.250Z] + ./coverage.out bytes=25464 [2024-11-01T07:16:05.250Z] ==> Appending adjustments [2024-11-01T07:16:05.250Z] https://docs.codecov.io/docs/fixing-reports [2024-11-01T07:16:05.510Z] + Found adjustments [2024-11-01T07:16:05.510Z] ==> Gzipping contents [2024-11-01T07:16:05.510Z] 4.0K /tmp/codecov.55vgnL.gz [2024-11-01T07:16:05.510Z] ==> Uploading reports [2024-11-01T07:16:05.510Z] url: https://codecov.io [2024-11-01T07:16:05.510Z] query: branch=main&commit=dad323708bb7fb3ae7999ed6872af7cbf93de804&build=168&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F168%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-01T07:16:05.510Z] -> Pinging Codecov [2024-11-01T07:16:05.510Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=dad323708bb7fb3ae7999ed6872af7cbf93de804&build=168&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F168%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-01T07:16:05.770Z] -> Uploading to [2024-11-01T07:16:05.770Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-modbus-go/dad323708bb7fb3ae7999ed6872af7cbf93de804/54ef80ca-86a3-4bea-a501-16ca2ac8b1f0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241101%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241101T071605Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=51f281b054465f2364f289ed8d8ae06d47bdbcae81054654d32fd8deeb4e4205 [2024-11-01T07:16:05.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-01T07:16:05.770Z] Dload Upload Total Spent Left Speed [2024-11-01T07:16:06.030Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3932 0 0 100 3932 0 15791 --:--:-- --:--:-- --:--:-- 15791 [2024-11-01T07:16:06.030Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] } [2024-11-01T07:16:06.038Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-11-01T07:16:06.175Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-11-01T07:16:06.194Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:06.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T07:16:06.508Z] [2024-11-01T07:16:06.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:06.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T07:16:06.816Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-11-01T07:16:06.816Z] 43c4264eed91: Already exists [2024-11-01T07:16:06.816Z] 4cc291be95ef: Already exists [2024-11-01T07:16:06.816Z] 2ac1f1163629: Already exists [2024-11-01T07:16:06.816Z] 5c3c966382ef: Already exists [2024-11-01T07:16:06.816Z] 4f4fb700ef54: Already exists [2024-11-01T07:16:06.816Z] d9c7d2e4e75e: Pulling fs layer [2024-11-01T07:16:06.816Z] 9c3e1370e548: Pulling fs layer [2024-11-01T07:16:07.085Z] d9c7d2e4e75e: Verifying Checksum [2024-11-01T07:16:07.085Z] d9c7d2e4e75e: Download complete [2024-11-01T07:16:07.345Z] d9c7d2e4e75e: Pull complete [2024-11-01T07:16:07.910Z] 9c3e1370e548: Verifying Checksum [2024-11-01T07:16:07.910Z] 9c3e1370e548: Download complete [2024-11-01T07:16:11.194Z] 9c3e1370e548: Pull complete [2024-11-01T07:16:11.195Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-11-01T07:16:11.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T07:16:11.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:16:11.308Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:16:11.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:16:14.622Z] $ docker top d16175e282db4a99c3817f4acaeec665d3bfdddcf6b5e33d20e4b12d8e1fdc04 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:16:14.986Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] echo [2024-11-01T07:16:14.997Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh [2024-11-01T07:16:15.276Z] + set -o pipefail [2024-11-01T07:16:15.276Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' [2024-11-01T07:16:21.853Z] [2024-11-01T07:16:21.853Z] Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... [2024-11-01T07:16:21.853Z] [2024-11-01T07:16:21.853Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0a0805b9-8982-40eb-8dbc-845f1ef902a3/history/0bfeac37-646a-4095-a60a-31e5969008c7 [2024-11-01T07:16:21.853Z] [2024-11-01T07:16:21.853Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2024-11-01T07:16:21.853Z] [2024-11-01T07:16:21.854Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-11-01T07:16:21.854Z] [Pipeline] } [2024-11-01T07:16:21.859Z] $ docker stop --time=1 d16175e282db4a99c3817f4acaeec665d3bfdddcf6b5e33d20e4b12d8e1fdc04 [2024-11-01T07:16:26.945Z] $ docker rm -f --volumes d16175e282db4a99c3817f4acaeec665d3bfdddcf6b5e33d20e4b12d8e1fdc04 [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 [2024-11-01T07:16:27.821Z] + git log --format=format:%s -1 dad323708bb7fb3ae7999ed6872af7cbf93de804 [Pipeline] sh [2024-11-01T07:16:28.112Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T07:16:28.112Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:28.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:16:28.493Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:16:28.613Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:16:28.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:16:29.146Z] $ docker top 71e6d6b1118da69da3ba8eaa7a12fa5d5d21defd685341330d19d75401afc69b -eo pid,comm [2024-11-01T07:16:29.201Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-11-01T07:16:29.201Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T07:16:29.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T07:16:29.268Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T07:16:29.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T07:16:29.381Z] $ docker exec 71e6d6b1118da69da3ba8eaa7a12fa5d5d21defd685341330d19d75401afc69b ssh-agent [2024-11-01T07:16:29.504Z] SSH_AUTH_SOCK=/tmp/ssh-2ALl93etkSFV/agent.32 [2024-11-01T07:16:29.504Z] SSH_AGENT_PID=38 [2024-11-01T07:16:29.509Z] Running ssh-add (command line suppressed) [2024-11-01T07:16:29.613Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2854240689794751255.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2854240689794751255.key) [2024-11-01T07:16:29.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T07:16:29.938Z] + git semver tag [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,156 [run_tag] DEBUG tag force:False [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,156 [check_head_tag] DEBUG check head tag [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,158 [execute] INFO git cat-file --batch-check [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,158 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,162 [execute] INFO git cat-file --batch [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,185 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,185 [execute] INFO git tag -a v4.0.0-dev.3 -m v4.0.0-dev.3 [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,186 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.3', '-m', 'v4.0.0-dev.3'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-11-01T07:16:30.199Z] 2024-11-01 07:16:30,190 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:30.199Z] 4.0.0-dev.3 [Pipeline] } [2024-11-01T07:16:30.463Z] $ docker exec --env ******** --env ******** 71e6d6b1118da69da3ba8eaa7a12fa5d5d21defd685341330d19d75401afc69b ssh-agent -k [2024-11-01T07:16:30.571Z] unset SSH_AUTH_SOCK; [2024-11-01T07:16:30.572Z] unset SSH_AGENT_PID; [2024-11-01T07:16:30.572Z] echo Agent pid 38 killed; [2024-11-01T07:16:30.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T07:16:30.911Z] + git semver [Pipeline] } [2024-11-01T07:16:31.179Z] $ docker stop --time=1 71e6d6b1118da69da3ba8eaa7a12fa5d5d21defd685341330d19d75401afc69b [2024-11-01T07:16:32.576Z] $ docker rm -f --volumes 71e6d6b1118da69da3ba8eaa7a12fa5d5d21defd685341330d19d75401afc69b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:33.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T07:16:33.019Z] [2024-11-01T07:16:33.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:33.319Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T07:16:33.319Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-11-01T07:16:33.319Z] ab5ef0e58194: Pulling fs layer [2024-11-01T07:16:33.319Z] 9712f1f96733: Pulling fs layer [2024-11-01T07:16:33.319Z] 63f879dbbcfc: Pulling fs layer [2024-11-01T07:16:33.319Z] 0d9ebad4ef96: Pulling fs layer [2024-11-01T07:16:33.319Z] e9a5061849ea: Pulling fs layer [2024-11-01T07:16:33.319Z] d747dcd14b5f: Pulling fs layer [2024-11-01T07:16:33.319Z] 2de7ff778b66: Pulling fs layer [2024-11-01T07:16:33.319Z] 0d9ebad4ef96: Waiting [2024-11-01T07:16:33.319Z] e9a5061849ea: Waiting [2024-11-01T07:16:33.319Z] 2de7ff778b66: Waiting [2024-11-01T07:16:33.319Z] d747dcd14b5f: Waiting [2024-11-01T07:16:33.319Z] 9712f1f96733: Verifying Checksum [2024-11-01T07:16:33.319Z] 9712f1f96733: Download complete [2024-11-01T07:16:33.887Z] 63f879dbbcfc: Verifying Checksum [2024-11-01T07:16:33.887Z] 63f879dbbcfc: Download complete [2024-11-01T07:16:33.887Z] ab5ef0e58194: Verifying Checksum [2024-11-01T07:16:33.887Z] ab5ef0e58194: Download complete [2024-11-01T07:16:33.887Z] e9a5061849ea: Verifying Checksum [2024-11-01T07:16:33.887Z] e9a5061849ea: Download complete [2024-11-01T07:16:33.887Z] d747dcd14b5f: Download complete [2024-11-01T07:16:33.887Z] 0d9ebad4ef96: Verifying Checksum [2024-11-01T07:16:33.887Z] 0d9ebad4ef96: Download complete [2024-11-01T07:16:33.887Z] 2de7ff778b66: Verifying Checksum [2024-11-01T07:16:33.887Z] 2de7ff778b66: Download complete [2024-11-01T07:16:36.418Z] ab5ef0e58194: Pull complete [2024-11-01T07:16:36.676Z] 9712f1f96733: Pull complete [2024-11-01T07:16:37.240Z] 63f879dbbcfc: Pull complete [2024-11-01T07:16:41.422Z] 0d9ebad4ef96: Pull complete [2024-11-01T07:16:41.682Z] e9a5061849ea: Pull complete [2024-11-01T07:16:41.682Z] d747dcd14b5f: Pull complete [2024-11-01T07:16:42.622Z] 2de7ff778b66: Pull complete [2024-11-01T07:16:42.622Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-11-01T07:16:42.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T07:16:42.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:16:42.736Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:16:42.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:16:49.881Z] $ docker top 29db5d2e37eae6c0e9506ecbd13fd92df70ab38eadf24914827291ab6193087a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:16:49.965Z] provisioning config files... [2024-11-01T07:16:49.973Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config11767681795520616054tmp [2024-11-01T07:16:49.983Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config150073966160228210tmp [2024-11-01T07:16:49.992Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config11120475097189631109tmp [Pipeline] { [Pipeline] echo [2024-11-01T07:16:50.020Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:16:50.317Z] ---> sigul-configuration.sh [2024-11-01T07:16:50.317Z] gpg: directory `/root/.gnupg' created [2024-11-01T07:16:50.317Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-11-01T07:16:50.317Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-11-01T07:16:50.317Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-11-01T07:16:50.317Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-11-01T07:16:50.317Z] gpg: CAST5 encrypted data [2024-11-01T07:16:50.317Z] gpg: encrypted with 1 passphrase [2024-11-01T07:16:50.317Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-11-01T07:16:50.615Z] + mkdir /home/jenkins [2024-11-01T07:16:50.615Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-11-01T07:16:50.914Z] + 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 [2024-11-01T07:16:50.929Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:16:51.224Z] ---> sigul-install.sh [2024-11-01T07:16:51.224Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-11-01T07:16:51.526Z] + git tag --list [2024-11-01T07:16:51.526Z] 0.7.1 [2024-11-01T07:16:51.526Z] v1.0.0 [2024-11-01T07:16:51.526Z] v1.1.0 [2024-11-01T07:16:51.526Z] v1.1.1 [2024-11-01T07:16:51.526Z] v1.2.2 [2024-11-01T07:16:51.526Z] v1.3.0 [2024-11-01T07:16:51.526Z] v1.3.1 [2024-11-01T07:16:51.526Z] v2.0.0 [2024-11-01T07:16:51.526Z] v2.1.0 [2024-11-01T07:16:51.526Z] v2.1.1 [2024-11-01T07:16:51.526Z] v2.2.0 [2024-11-01T07:16:51.526Z] v2.3.0 [2024-11-01T07:16:51.526Z] v3.0 [2024-11-01T07:16:51.526Z] v3.0.0 [2024-11-01T07:16:51.526Z] v3.1 [2024-11-01T07:16:51.526Z] v3.1.0 [2024-11-01T07:16:51.526Z] v3.1.0-dev.1 [2024-11-01T07:16:51.526Z] v3.1.0-dev.10 [2024-11-01T07:16:51.526Z] v3.1.0-dev.11 [2024-11-01T07:16:51.526Z] v3.1.0-dev.12 [2024-11-01T07:16:51.526Z] v3.1.0-dev.13 [2024-11-01T07:16:51.526Z] v3.1.0-dev.14 [2024-11-01T07:16:51.526Z] v3.1.0-dev.15 [2024-11-01T07:16:51.526Z] v3.1.0-dev.16 [2024-11-01T07:16:51.526Z] v3.1.0-dev.17 [2024-11-01T07:16:51.526Z] v3.1.0-dev.18 [2024-11-01T07:16:51.526Z] v3.1.0-dev.19 [2024-11-01T07:16:51.526Z] v3.1.0-dev.2 [2024-11-01T07:16:51.526Z] v3.1.0-dev.20 [2024-11-01T07:16:51.526Z] v3.1.0-dev.21 [2024-11-01T07:16:51.526Z] v3.1.0-dev.22 [2024-11-01T07:16:51.526Z] v3.1.0-dev.23 [2024-11-01T07:16:51.526Z] v3.1.0-dev.24 [2024-11-01T07:16:51.526Z] v3.1.0-dev.25 [2024-11-01T07:16:51.526Z] v3.1.0-dev.3 [2024-11-01T07:16:51.526Z] v3.1.0-dev.4 [2024-11-01T07:16:51.526Z] v3.1.0-dev.5 [2024-11-01T07:16:51.526Z] v3.1.0-dev.6 [2024-11-01T07:16:51.526Z] v3.1.0-dev.7 [2024-11-01T07:16:51.526Z] v3.1.0-dev.8 [2024-11-01T07:16:51.526Z] v3.1.0-dev.9 [2024-11-01T07:16:51.526Z] v3.1.1 [2024-11-01T07:16:51.526Z] v3.1.1-dev.1 [2024-11-01T07:16:51.526Z] v3.2.0-dev.1 [2024-11-01T07:16:51.526Z] v3.2.0-dev.10 [2024-11-01T07:16:51.526Z] v3.2.0-dev.11 [2024-11-01T07:16:51.527Z] v3.2.0-dev.12 [2024-11-01T07:16:51.527Z] v3.2.0-dev.13 [2024-11-01T07:16:51.527Z] v3.2.0-dev.14 [2024-11-01T07:16:51.527Z] v3.2.0-dev.15 [2024-11-01T07:16:51.527Z] v3.2.0-dev.16 [2024-11-01T07:16:51.527Z] v3.2.0-dev.17 [2024-11-01T07:16:51.527Z] v3.2.0-dev.18 [2024-11-01T07:16:51.527Z] v3.2.0-dev.19 [2024-11-01T07:16:51.527Z] v3.2.0-dev.2 [2024-11-01T07:16:51.527Z] v3.2.0-dev.20 [2024-11-01T07:16:51.527Z] v3.2.0-dev.21 [2024-11-01T07:16:51.527Z] v3.2.0-dev.22 [2024-11-01T07:16:51.527Z] v3.2.0-dev.23 [2024-11-01T07:16:51.527Z] v3.2.0-dev.24 [2024-11-01T07:16:51.527Z] v3.2.0-dev.25 [2024-11-01T07:16:51.527Z] v3.2.0-dev.26 [2024-11-01T07:16:51.527Z] v3.2.0-dev.3 [2024-11-01T07:16:51.527Z] v3.2.0-dev.4 [2024-11-01T07:16:51.527Z] v3.2.0-dev.5 [2024-11-01T07:16:51.527Z] v3.2.0-dev.6 [2024-11-01T07:16:51.527Z] v3.2.0-dev.7 [2024-11-01T07:16:51.527Z] v3.2.0-dev.8 [2024-11-01T07:16:51.527Z] v3.2.0-dev.9 [2024-11-01T07:16:51.527Z] v4.0.0-dev.1 [2024-11-01T07:16:51.527Z] v4.0.0-dev.2 [2024-11-01T07:16:51.527Z] v4.0.0-dev.3 [Pipeline] sh [2024-11-01T07:16:51.827Z] + lftools sign git-tag v4.0.0-dev.3 [2024-11-01T07:16:52.396Z] Signing Git tag with Sigul... [2024-11-01T07:16:52.396Z] Signing v4.0.0-dev.3 [Pipeline] echo [2024-11-01T07:16:52.980Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:16:53.274Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-11-01T07:16:53.282Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-11-01T07:16:53.308Z] $ docker stop --time=1 29db5d2e37eae6c0e9506ecbd13fd92df70ab38eadf24914827291ab6193087a [2024-11-01T07:16:54.629Z] $ docker rm -f --volumes 29db5d2e37eae6c0e9506ecbd13fd92df70ab38eadf24914827291ab6193087a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-11-01T07:16:55.087Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T07:16:55.087Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:55.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:16:55.388Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:16:55.471Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:16:55.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:16:55.869Z] $ docker top 40a5a2ca664475bbb93d07ae732c2294a85ec056222d5b3e0bcd0faf8fa35ad3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T07:16:55.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T07:16:55.977Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T07:16:56.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T07:16:56.082Z] $ docker exec 40a5a2ca664475bbb93d07ae732c2294a85ec056222d5b3e0bcd0faf8fa35ad3 ssh-agent [2024-11-01T07:16:56.193Z] SSH_AUTH_SOCK=/tmp/ssh-yMgfZU86c60l/agent.32 [2024-11-01T07:16:56.193Z] SSH_AGENT_PID=38 [2024-11-01T07:16:56.198Z] Running ssh-add (command line suppressed) [2024-11-01T07:16:56.287Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_15815806596541857617.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_15815806596541857617.key) [2024-11-01T07:16:56.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T07:16:56.599Z] + git semver bump pre [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,763 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,763 [bump_version] DEBUG bumping version:4.0.0-dev.3 on axis:pre with prefix:dev [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,763 [bump_version] DEBUG bumped version:4.0.0-dev.4 [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,764 [write_version] DEBUG write version:4.0.0-dev.4 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,764 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,764 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,766 [execute] INFO git cat-file --batch-check [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,766 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,771 [execute] INFO git cat-file --batch [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,771 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T07:16:56.857Z] 2024-11-01 07:16:56,776 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:16:56.857Z] 4.0.0-dev.4 [Pipeline] } [2024-11-01T07:16:56.858Z] $ docker exec --env ******** --env ******** 40a5a2ca664475bbb93d07ae732c2294a85ec056222d5b3e0bcd0faf8fa35ad3 ssh-agent -k [2024-11-01T07:16:56.960Z] unset SSH_AUTH_SOCK; [2024-11-01T07:16:56.960Z] unset SSH_AGENT_PID; [2024-11-01T07:16:56.961Z] echo Agent pid 38 killed; [2024-11-01T07:16:56.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T07:16:57.322Z] + git semver [Pipeline] } [2024-11-01T07:16:57.590Z] $ docker stop --time=1 40a5a2ca664475bbb93d07ae732c2294a85ec056222d5b3e0bcd0faf8fa35ad3 [2024-11-01T07:16:58.830Z] $ docker rm -f --volumes 40a5a2ca664475bbb93d07ae732c2294a85ec056222d5b3e0bcd0faf8fa35ad3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T07:16:59.191Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T07:16:59.191Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:16:59.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T07:16:59.500Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:16:59.586Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:16:59.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:16:59.934Z] $ docker top 83abc6fc874cb209c36fdb15a6db43f37783c16d3e4984a64edd320f94f9bcc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T07:17:00.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T07:17:00.056Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T07:17:00.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T07:17:00.154Z] $ docker exec 83abc6fc874cb209c36fdb15a6db43f37783c16d3e4984a64edd320f94f9bcc1 ssh-agent [2024-11-01T07:17:00.260Z] SSH_AUTH_SOCK=/tmp/ssh-JzMXNP0qFy6e/agent.34 [2024-11-01T07:17:00.260Z] SSH_AGENT_PID=40 [2024-11-01T07:17:00.264Z] Running ssh-add (command line suppressed) [2024-11-01T07:17:00.361Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3176366286991983437.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3176366286991983437.key) [2024-11-01T07:17:00.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T07:17:00.671Z] + git semver push [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,832 [run_push] DEBUG push [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,833 [execute] INFO git cat-file --batch-check [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,833 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,837 [execute] INFO git rev-list 21479cb1c9132ebe311f12291a65803370a702ce -- [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,837 [execute] DEBUG Popen(['git', 'rev-list', '21479cb1c9132ebe311f12291a65803370a702ce', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,846 [execute] INFO git fetch -v origin [2024-11-01T07:17:00.931Z] 2024-11-01 07:17:00,847 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-11-01T07:17:01.504Z] 2024-11-01 07:17:01,299 [run_push] DEBUG no remote changes detected [2024-11-01T07:17:01.504Z] 2024-11-01 07:17:01,299 [execute] INFO git push origin semver [2024-11-01T07:17:01.504Z] 2024-11-01 07:17:01,299 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-11-01T07:17:02.074Z] 2024-11-01 07:17:02,038 [run_push] DEBUG push all version tags [2024-11-01T07:17:02.074Z] 2024-11-01 07:17:02,039 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-11-01T07:17:02.074Z] 2024-11-01 07:17:02,039 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-11-01T07:17:03.011Z] 2024-11-01 07:17:02,736 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-11-01T07:17:03.011Z] 4.0.0-dev.4 [Pipeline] } [2024-11-01T07:17:03.013Z] $ docker exec --env ******** --env ******** 83abc6fc874cb209c36fdb15a6db43f37783c16d3e4984a64edd320f94f9bcc1 ssh-agent -k [2024-11-01T07:17:03.106Z] unset SSH_AUTH_SOCK; [2024-11-01T07:17:03.106Z] unset SSH_AGENT_PID; [2024-11-01T07:17:03.107Z] echo Agent pid 40 killed; [2024-11-01T07:17:03.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T07:17:03.442Z] + git semver [Pipeline] } [2024-11-01T07:17:03.710Z] $ docker stop --time=1 83abc6fc874cb209c36fdb15a6db43f37783c16d3e4984a64edd320f94f9bcc1 [2024-11-01T07:17:04.984Z] $ docker rm -f --volumes 83abc6fc874cb209c36fdb15a6db43f37783c16d3e4984a64edd320f94f9bcc1 [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 [2024-11-01T07:17:05.653Z] + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] [2024-11-01T07:17:05.653Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-11-01T07:17:05.653Z] total 16 [2024-11-01T07:17:05.653Z] drwxr-xr-x 3 root root 4096 Nov 1 07:04 . [2024-11-01T07:17:05.653Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 1 07:16 .. [2024-11-01T07:17:05.653Z] drwxr-xr-x 2 root root 4096 Nov 1 07:04 cost [2024-11-01T07:17:05.653Z] -rw-r--r-- 1 root root 88 Nov 1 07:04 cost.csv [2024-11-01T07:17:05.653Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-11-01T07:17:05.653Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-11-01T07:17:05.653Z] total 16 [2024-11-01T07:17:05.653Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 1 07:04 . [2024-11-01T07:17:05.653Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 1 07:16 .. [2024-11-01T07:17:05.653Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 1 07:04 cost [2024-11-01T07:17:05.653Z] -rw-r--r-- 1 jenkins jenkins 88 Nov 1 07:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:05.952Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:06.814Z] ---> package-listing.sh [2024-11-01T07:17:06.814Z] ++ facter osfamily [2024-11-01T07:17:06.814Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-01T07:17:07.074Z] + OS_FAMILY=debian [2024-11-01T07:17:07.074Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2024-11-01T07:17:07.074Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-01T07:17:07.074Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-01T07:17:07.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-01T07:17:07.074Z] + PACKAGES=/tmp/packages_start.txt [2024-11-01T07:17:07.074Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-11-01T07:17:07.074Z] + PACKAGES=/tmp/packages_end.txt [2024-11-01T07:17:07.074Z] + case "${OS_FAMILY}" in [2024-11-01T07:17:07.074Z] + dpkg -l [2024-11-01T07:17:07.074Z] + grep '^ii' [2024-11-01T07:17:07.074Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-01T07:17:07.074Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-01T07:17:07.074Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-01T07:17:07.074Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-11-01T07:17:07.074Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2024-11-01T07:17:07.074Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo [2024-11-01T07:17:07.088Z] 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/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-11-01T07:17:07.361Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T07:17:07.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T07:17:07.915Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T07:17:07.989Z] prd-ubuntu20.04-docker-8c-8g-24285 does not seem to be running inside a container [2024-11-01T07:17:08.009Z] $ 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/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_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 [2024-11-01T07:17:08.251Z] $ docker top 0301565a4e383f76430a335436e36c0cdfd501055a251510a7ee151909de6e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T07:17:08.610Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-01T07:17:08.895Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-01T07:17:09.182Z] + ls /var/log/sa-host [2024-11-01T07:17:09.182Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T07:17:09.271Z] provisioning config files... [2024-11-01T07:17:09.279Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5430750957940666840tmp [Pipeline] { [Pipeline] echo [2024-11-01T07:17:09.296Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:09.577Z] ---> create-netrc.sh [Pipeline] } [2024-11-01T07:17:09.583Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:09.936Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-01T07:17:09.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:10.229Z] ---> sudo-logs.sh [2024-11-01T07:17:10.229Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-01T07:17:10.258Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:10.538Z] ---> job-cost.sh [2024-11-01T07:17:10.538Z] lf-activate-venv: SKIPPING [2024-11-01T07:17:10.538Z] DEBUG: total: 0.2199999988079071 [2024-11-01T07:17:10.538Z] INFO: Retrieving Stack Cost... [2024-11-01T07:17:11.474Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-01T07:17:11.734Z] INFO: Archiving Costs [Pipeline] echo [2024-11-01T07:17:11.748Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T07:17:12.032Z] ---> logs-deploy.sh [2024-11-01T07:17:12.032Z] lf-activate-venv: SKIPPING [2024-11-01T07:17:12.032Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/168 [2024-11-01T07:17:12.032Z] INFO: archiving workspace using pattern(s): [2024-11-01T07:17:12.968Z] Archives upload complete. [2024-11-01T07:17:12.968Z] INFO: archiving logs to Nexus