Pull request #581 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of whxtpbnl for edgexfoundry/device-modbus-go Loading trusted files from base branch main at e778c6a7e22bae4333302da5b4dc0bc2aa806a86 rather than 0079a6753dc3243845d21c2f9117c3e0b3b23a10 Obtained Jenkinsfile from e778c6a7e22bae4333302da5b4dc0bc2aa806a86 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-ssh12880244723441084197.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-ssh6103511704557779604.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-581/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-581/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13512471444641296592.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-581/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15327075737517326866.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh8398483113984953721.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-581/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-581/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8654049560611320127.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-22421 in /w/workspace/xfoundry_device-modbus-go_PR-581 [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/xfoundry_device-modbus-go_PR-581 # 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 Merging remotes/origin/main commit e778c6a7e22bae4333302da5b4dc0bc2aa806a86 into PR head commit 0079a6753dc3243845d21c2f9117c3e0b3b23a10 > 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 remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/581/head:refs/remotes/origin/PR-581 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0079a6753dc3243845d21c2f9117c3e0b3b23a10 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e778c6a7e22bae4333302da5b4dc0bc2aa806a86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 0079a6753dc3243845d21c2f9117c3e0b3b23a10 Checking out Revision 0079a6753dc3243845d21c2f9117c3e0b3b23a10 (PR-581) > git config core.sparsecheckout # timeout=10 > git checkout -f 0079a6753dc3243845d21c2f9117c3e0b3b23a10 # timeout=10 Commit message: "feat: support reuse modbus client" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:42:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:42:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:42:15 ========================================================= 13:42:15 EdgeX Global Pipelines Version Info 13:42:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:42:16 ------------------- 13:42:16 stable info: 13:42:16 ------------------- 13:42:16 Commited By: Ginny Guan ginny@iotechsys.com 13:42:16 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 13:42:16 Message: update stable to v1.0.265 13:42:16 ------------------- 13:42:16 experimental info: 13:42:16 ------------------- 13:42:16 Commited By: Cherry Wang cherry@iotechsys.com 13:42:16 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:42:16 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 13:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:42:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-581 [Pipeline] echo 13:42:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-581 [Pipeline] echo 13:42:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-581 [Pipeline] echo 13:42:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0079a6753dc3243845d21c2f9117c3e0b3b23a10 [Pipeline] echo 13:42:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0079a67 [Pipeline] echo 13:42:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:42:19 provisioning config files... 13:42:19 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/config16477999003571417456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:42:20 ---> ****-login.sh 13:42:20 nexus3.edgexfoundry.org:10001 13:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:20 Configure a credential helper to remove this warning. See 13:42:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:20 13:42:20 Login Succeeded 13:42:20 nexus3.edgexfoundry.org:10002 13:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:20 Configure a credential helper to remove this warning. See 13:42:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:20 13:42:20 Login Succeeded 13:42:20 nexus3.edgexfoundry.org:10003 13:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:20 Configure a credential helper to remove this warning. See 13:42:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:20 13:42:20 Login Succeeded 13:42:20 nexus3.edgexfoundry.org:10004 13:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:20 Configure a credential helper to remove this warning. See 13:42:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:20 13:42:20 Login Succeeded 13:42:20 ****.io 13:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:20 Configure a credential helper to remove this warning. See 13:42:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:20 13:42:20 Login Succeeded 13:42:20 ---> ****-login.sh ends [Pipeline] } 13:42:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:42:21 + git rev-list -1 --merges 0079a6753dc3243845d21c2f9117c3e0b3b23a10~1..0079a6753dc3243845d21c2f9117c3e0b3b23a10 [Pipeline] echo 13:42:21 -----------> git rev-list -1 --merges 0079a6753dc3243845d21c2f9117c3e0b3b23a10~1..0079a6753dc3243845d21c2f9117c3e0b3b23a10 0079a6753dc3243845d21c2f9117c3e0b3b23a10 [false] [Pipeline] sh 13:42:22 + git log --format=format:%s -1 0079a6753dc3243845d21c2f9117c3e0b3b23a10 [Pipeline] echo 13:42:22 ========================================================= 13:42:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:42:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:42:22 + git log --format=format:%s -1 0079a6753dc3243845d21c2f9117c3e0b3b23a10 [Pipeline] echo 13:42:22 [semverPrep] GIT_COMMIT: 0079a6753dc3243845d21c2f9117c3e0b3b23a10, Commit Message: feat: support reuse modbus client [Pipeline] echo 13:42:22 [semverPrep] This is not a build commit. [Pipeline] sh 13:42:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:42:23 + grep -v github /etc/ssh/ssh_known_hosts 13:42:23 + [ -e /tmp/ssh_known_hosts ] 13:42:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:42:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:42:23 + sudo tee -a /etc/ssh/ssh_known_hosts 13:42:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:42:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:42:23 13:42:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:42:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:42:24 0.1.4: Pulling from edgex-devops/py-git-semver 13:42:24 b85a868b505f: Pulling fs layer 13:42:24 e2be974225ed: Pulling fs layer 13:42:24 339a4e72a1f5: Pulling fs layer 13:42:24 988bab9f4d93: Pulling fs layer 13:42:24 1469e6f7b9e6: Pulling fs layer 13:42:24 eaf3925da568: Pulling fs layer 13:42:24 bab4dde63d76: Pulling fs layer 13:42:24 bde34c3a00c8: Pulling fs layer 13:42:24 b352a97aabf1: Pulling fs layer 13:42:24 4872d77fe225: Pulling fs layer 13:42:24 5851b861e8e6: Pulling fs layer 13:42:24 988bab9f4d93: Waiting 13:42:24 1469e6f7b9e6: Waiting 13:42:24 eaf3925da568: Waiting 13:42:24 bab4dde63d76: Waiting 13:42:24 bde34c3a00c8: Waiting 13:42:24 b352a97aabf1: Waiting 13:42:24 5851b861e8e6: Waiting 13:42:24 4872d77fe225: Waiting 13:42:24 e2be974225ed: Verifying Checksum 13:42:24 e2be974225ed: Download complete 13:42:24 988bab9f4d93: Verifying Checksum 13:42:24 988bab9f4d93: Download complete 13:42:24 1469e6f7b9e6: Verifying Checksum 13:42:24 1469e6f7b9e6: Download complete 13:42:24 eaf3925da568: Verifying Checksum 13:42:24 eaf3925da568: Download complete 13:42:24 339a4e72a1f5: Verifying Checksum 13:42:24 339a4e72a1f5: Download complete 13:42:24 bde34c3a00c8: Download complete 13:42:24 b352a97aabf1: Verifying Checksum 13:42:24 b352a97aabf1: Download complete 13:42:24 4872d77fe225: Download complete 13:42:24 5851b861e8e6: Verifying Checksum 13:42:24 5851b861e8e6: Download complete 13:42:24 b85a868b505f: Verifying Checksum 13:42:24 b85a868b505f: Download complete 13:42:24 bab4dde63d76: Verifying Checksum 13:42:24 bab4dde63d76: Download complete 13:42:25 b85a868b505f: Pull complete 13:42:25 e2be974225ed: Pull complete 13:42:26 339a4e72a1f5: Pull complete 13:42:26 988bab9f4d93: Pull complete 13:42:26 1469e6f7b9e6: Pull complete 13:42:26 eaf3925da568: Pull complete 13:42:28 bab4dde63d76: Pull complete 13:42:28 bde34c3a00c8: Pull complete 13:42:28 b352a97aabf1: Pull complete 13:42:28 4872d77fe225: Pull complete 13:42:28 5851b861e8e6: Pull complete 13:42:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:42:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:42:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:42:28 prd-ubuntu20.04-docker-8c-8g-22421 does not seem to be running inside a container 13:42:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-581 -v /w/workspace/xfoundry_device-modbus-go_PR-581:/w/workspace/xfoundry_device-modbus-go_PR-581:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-581@tmp:/w/workspace/xfoundry_device-modbus-go_PR-581@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 13:42:32 $ docker top f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 -eo pid,comm 13:42:32 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). 13:42:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:42:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:32 [ssh-agent] Looking for ssh-agent implementation... 13:42:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:32 $ docker exec f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 ssh-agent 13:42:32 SSH_AUTH_SOCK=/tmp/ssh-1nhnhrG1xj8M/agent.33 13:42:32 SSH_AGENT_PID=39 13:42:32 Running ssh-add (command line suppressed) 13:42:32 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-581@tmp/private_key_4655402488556462504.key (/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/private_key_4655402488556462504.key) 13:42:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:33 + git tag --points-at HEAD [Pipeline] } 13:42:33 $ docker exec --env ******** --env ******** f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 ssh-agent -k 13:42:33 unset SSH_AUTH_SOCK; 13:42:33 unset SSH_AGENT_PID; 13:42:33 echo Agent pid 39 killed; 13:42:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:42:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:33 [ssh-agent] Looking for ssh-agent implementation... 13:42:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:33 $ docker exec f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 ssh-agent 13:42:33 SSH_AUTH_SOCK=/tmp/ssh-S73eDduYrm4z/agent.72 13:42:33 SSH_AGENT_PID=78 13:42:33 Running ssh-add (command line suppressed) 13:42:33 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-581@tmp/private_key_33466802720212341.key (/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/private_key_33466802720212341.key) 13:42:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:33 + git semver init 13:42:34 2024-10-10 13:42:34,141 [run_init] DEBUG init version:0.0.0 force:False 13:42:34 2024-10-10 13:42:34,142 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-581/.semver 13:42:34 2024-10-10 13:42:34,142 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-581/.semver 13:42:34 2024-10-10 13:42:34,142 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-581/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-581, universal_newlines=False, shell=None, istream=None) 13:42:35 2024-10-10 13:42:35,141 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-581/.git/info/exclude 13:42:35 2024-10-10 13:42:35,142 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-581/.semver/PR-581 with force:False 13:42:35 2024-10-10 13:42:35,142 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-581/.semver/PR-581 13:42:35 2024-10-10 13:42:35,146 [execute] INFO git cat-file --batch-check 13:42:35 2024-10-10 13:42:35,147 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-581/.semver, universal_newlines=False, shell=None, istream=) 13:42:35 2024-10-10 13:42:35,152 [execute] INFO git cat-file --batch 13:42:35 2024-10-10 13:42:35,153 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-581/.semver, universal_newlines=False, shell=None, istream=) 13:42:35 2024-10-10 13:42:35,157 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-581/.semver/PR-581 13:42:35 0.0.0 [Pipeline] } 13:42:35 $ docker exec --env ******** --env ******** f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 ssh-agent -k 13:42:35 unset SSH_AUTH_SOCK; 13:42:35 unset SSH_AGENT_PID; 13:42:35 echo Agent pid 78 killed; 13:42:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:42:35 + git semver [Pipeline] } 13:42:36 $ docker stop --time=1 f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 13:42:37 $ docker rm -f --volumes f31d0c9b6207275298dab75784565c9c86b3597f17acdd8be50c7fe037c9bbc2 [Pipeline] // withDockerContainer [Pipeline] sh 13:42:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:42:38 Stashed 1 file(s) [Pipeline] echo 13:42:38 [edgeXSemver]: initialized semver on version 0.0.0 [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 13:42:38 provisioning config files... 13:42:38 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/config12276167068044033116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:42:39 ---> ****-login.sh 13:42:39 nexus3.edgexfoundry.org:10001 13:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:39 Configure a credential helper to remove this warning. See 13:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:39 13:42:39 Login Succeeded 13:42:39 nexus3.edgexfoundry.org:10002 13:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:39 Configure a credential helper to remove this warning. See 13:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:39 13:42:39 Login Succeeded 13:42:39 nexus3.edgexfoundry.org:10003 13:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:39 Configure a credential helper to remove this warning. See 13:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:39 13:42:39 Login Succeeded 13:42:39 nexus3.edgexfoundry.org:10004 13:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:39 Configure a credential helper to remove this warning. See 13:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:39 13:42:39 Login Succeeded 13:42:39 ****.io 13:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:42:39 Configure a credential helper to remove this warning. See 13:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:42:39 13:42:39 Login Succeeded 13:42:39 ---> ****-login.sh ends [Pipeline] } 13:42:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:42:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:42:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:42:40 ========================================================= 13:42:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 13:42:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:42:40 + 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 . 13:42:40 Sending build context to Docker daemon 17.98MB 13:42:40 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 13:42:40 Step 2/10 : FROM ${BASE} AS builder 13:42:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 13:42:40 43c4264eed91: Pulling fs layer 13:42:40 4cc291be95ef: Pulling fs layer 13:42:40 2ac1f1163629: Pulling fs layer 13:42:40 5c3c966382ef: Pulling fs layer 13:42:40 4f4fb700ef54: Pulling fs layer 13:42:40 5d5c8e513c77: Pulling fs layer 13:42:40 9f66e0745190: Pulling fs layer 13:42:40 f49a43e4bbc0: Pulling fs layer 13:42:40 5c3c966382ef: Waiting 13:42:40 4f4fb700ef54: Waiting 13:42:40 5d5c8e513c77: Waiting 13:42:40 9f66e0745190: Waiting 13:42:40 f49a43e4bbc0: Waiting 13:42:40 561ebcabdf7f: Pulling fs layer 13:42:40 561ebcabdf7f: Waiting 13:42:40 4cc291be95ef: Download complete 13:42:41 5c3c966382ef: Download complete 13:42:41 43c4264eed91: Verifying Checksum 13:42:41 43c4264eed91: Download complete 13:42:41 5d5c8e513c77: Download complete 13:42:41 9f66e0745190: Verifying Checksum 13:42:41 9f66e0745190: Download complete 13:42:41 43c4264eed91: Pull complete 13:42:41 561ebcabdf7f: Verifying Checksum 13:42:41 561ebcabdf7f: Download complete 13:42:41 4cc291be95ef: Pull complete 13:42:41 2ac1f1163629: Verifying Checksum 13:42:41 2ac1f1163629: Download complete 13:42:41 f49a43e4bbc0: Verifying Checksum 13:42:41 f49a43e4bbc0: Download complete 13:42:45 2ac1f1163629: Pull complete 13:42:45 5c3c966382ef: Pull complete 13:42:45 4f4fb700ef54: Pull complete 13:42:45 5d5c8e513c77: Pull complete 13:42:45 9f66e0745190: Pull complete 13:42:47 f49a43e4bbc0: Pull complete 13:42:47 561ebcabdf7f: Pull complete 13:42:47 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 13:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:42:47 ---> 3a752c3f9dda 13:42:47 Step 3/10 : ARG ADD_BUILD_TAGS="" 13:42:53 Still waiting to schedule task 13:42:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:42:54 ---> Running in 3ebc2da74a49 13:42:54 Removing intermediate container 3ebc2da74a49 13:42:54 ---> 422b222e721f 13:42:54 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:42:54 ---> Running in 4ca45fe9eac7 13:42:54 Removing intermediate container 4ca45fe9eac7 13:42:54 ---> 75be162f17cc 13:42:54 Step 5/10 : RUN apk add --update --no-cache make git openssh 13:42:54 ---> Running in a6633bdd2527 13:42:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:42:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:42:54 (1/8) Installing openssh-keygen (9.7_p1-r4) 13:42:54 (2/8) Installing libedit (20240517.3.1-r0) 13:42:54 (3/8) Installing openssh-client-common (9.7_p1-r4) 13:42:54 (4/8) Installing openssh-client-default (9.7_p1-r4) 13:42:54 (5/8) Installing openssh-sftp-server (9.7_p1-r4) 13:42:54 (6/8) Installing openssh-server-common (9.7_p1-r4) 13:42:54 (7/8) Installing openssh-server (9.7_p1-r4) 13:42:54 (8/8) Installing openssh (9.7_p1-r4) 13:42:54 Executing busybox-1.36.1-r29.trigger 13:42:54 OK: 252 MiB in 62 packages 13:42:54 Removing intermediate container a6633bdd2527 13:42:54 ---> 3246506a28df 13:42:54 Step 6/10 : WORKDIR /device-modbus-go 13:42:54 ---> Running in 3ff1ddcf3448 13:42:54 Removing intermediate container 3ff1ddcf3448 13:42:54 ---> 3bdfbaf3b3dd 13:42:54 Step 7/10 : COPY go.mod vendor* ./ 13:42:55 ---> 8c8689d010cc 13:42:55 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:42:55 ---> Running in 1e9800c91e96 13:44:02 Removing intermediate container 1e9800c91e96 13:44:02 ---> 1c79375084d1 13:44:02 Step 9/10 : COPY . . 13:44:02 ---> b464b49c6f51 13:44:02 Step 10/10 : RUN ${MAKE} 13:44:02 ---> Running in 8662bdfb6234 13:44:02 noop 13:44:02 Removing intermediate container 8662bdfb6234 13:44:02 ---> 39977db86004 13:44:02 Successfully built 39977db86004 13:44:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:03 + docker inspect -f . ci-base-image-x86_64 13:44:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:44:03 prd-ubuntu20.04-docker-8c-8g-22421 does not seem to be running inside a container 13:44:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-581 -v /w/workspace/xfoundry_device-modbus-go_PR-581:/w/workspace/xfoundry_device-modbus-go_PR-581:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-581@tmp:/w/workspace/xfoundry_device-modbus-go_PR-581@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:44:03 $ docker top 80aa2053501d3e7cda2bd3bb1ac00629d2d8b9a824d5ff9afac560a69a0a8958 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:04 + go version 13:44:04 go version go1.23.2 linux/amd64 [Pipeline] } 13:44:04 $ docker stop --time=1 80aa2053501d3e7cda2bd3bb1ac00629d2d8b9a824d5ff9afac560a69a0a8958 13:44:05 $ docker rm -f --volumes 80aa2053501d3e7cda2bd3bb1ac00629d2d8b9a824d5ff9afac560a69a0a8958 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:06 + docker inspect -f . ci-base-image-x86_64 13:44:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:44:06 prd-ubuntu20.04-docker-8c-8g-22421 does not seem to be running inside a container 13:44:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-modbus-go_PR-581 -v /w/workspace/xfoundry_device-modbus-go_PR-581:/w/workspace/xfoundry_device-modbus-go_PR-581:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-581@tmp:/w/workspace/xfoundry_device-modbus-go_PR-581@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:44:07 $ docker top 3af269d1b9280ee40482c6f8799a2356aa23af44fb865d66fa916d4a0037b14d -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:07 + git config --global --add safe.directory /w/workspace/xfoundry_device-modbus-go_PR-581 [Pipeline] fileExists [Pipeline] sh 13:44:07 + make test 13:44:07 go test ./... -coverprofile=coverage.out 13:44:09 ? github.com/edgexfoundry/device-modbus-go [no test files] 13:44:27 github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements 13:44:27 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.008s coverage: 47.9% of statements 13:44:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22422 in /w/workspace/xfoundry_device-modbus-go_PR-581 [Pipeline] { [Pipeline] ws 13:44:32 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 13:44:32 The recommended git tool is: git 13:44:35 go vet ./... 13:44:38 using credential edgex-jenkins-ssh 13:44:38 Cloning the remote Git repository 13:44:39 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 13:44:39 > git init /w/workspace/device-modbus-go/1 # timeout=10 13:44:39 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 13:44:39 > git --version # timeout=10 13:44:39 > git --version # 'git version 2.25.1' 13:44:39 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:44:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:44:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:44:41 ./bin/test-attribution-txt.sh [Pipeline] echo 13:44:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:44:41 $ docker stop --time=1 3af269d1b9280ee40482c6f8799a2356aa23af44fb865d66fa916d4a0037b14d 13:44:41 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 13:44:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:44:43 Merging remotes/origin/main commit e778c6a7e22bae4333302da5b4dc0bc2aa806a86 into PR head commit 0079a6753dc3243845d21c2f9117c3e0b3b23a10 13:44:43 Merge succeeded, producing 0079a6753dc3243845d21c2f9117c3e0b3b23a10 13:44:43 Checking out Revision 0079a6753dc3243845d21c2f9117c3e0b3b23a10 (PR-581) 13:44:42 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 13:44:43 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 13:44:43 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/581/head:refs/remotes/origin/PR-581 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:44:43 > git config core.sparsecheckout # timeout=10 13:44:43 > git checkout -f 0079a6753dc3243845d21c2f9117c3e0b3b23a10 # timeout=10 13:44:43 > git remote # timeout=10 13:44:43 > git config --get remote.origin.url # timeout=10 13:44:43 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:43 > git merge e778c6a7e22bae4333302da5b4dc0bc2aa806a86 # timeout=10 13:44:43 > git rev-parse HEAD^{commit} # timeout=10 13:44:43 > git config core.sparsecheckout # timeout=10 13:44:43 > git checkout -f 0079a6753dc3243845d21c2f9117c3e0b3b23a10 # timeout=10 13:44:47 $ docker rm -f --volumes 3af269d1b9280ee40482c6f8799a2356aa23af44fb865d66fa916d4a0037b14d 13:44:47 Commit message: "feat: support reuse modbus client" [Pipeline] // withDockerContainer 13:44:48 > git --version # timeout=10 13:44:48 > git --version # 'git version 2.25.1' 13:44:48 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] sh 13:44:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:44:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 13:44:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 13:44:50 + ls -al . 13:44:50 total 272 13:44:50 drwxrwxr-x 9 jenkins jenkins 4096 Oct 10 13:44 . 13:44:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 13:42 .. 13:44:50 -rw-rw-r-- 1 jenkins jenkins 140 Oct 10 13:42 .dockerignore 13:44:50 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 13:44 .git 13:44:50 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:42 .github 13:44:50 -rw-rw-r-- 1 jenkins jenkins 266 Oct 10 13:42 .gitignore 13:44:50 -rw-rw-r-- 1 jenkins jenkins 199 Oct 10 13:42 .golangci.yml 13:44:50 drwxr-xr-x 3 jenkins jenkins 4096 Oct 10 13:42 .semver 13:44:50 -rw-rw-r-- 1 jenkins jenkins 19818 Oct 10 13:42 Attribution.txt 13:44:50 -rw-rw-r-- 1 jenkins jenkins 16388 Oct 10 13:42 CHANGELOG.md 13:44:50 -rw-rw-r-- 1 jenkins jenkins 1474 Oct 10 13:42 Dockerfile 13:44:50 -rw-rw-r-- 1 jenkins jenkins 677 Oct 10 13:42 GOVERNANCE.md 13:44:50 -rw-rw-r-- 1 jenkins jenkins 658 Oct 10 13:42 Jenkinsfile 13:44:50 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 10 13:42 LICENSE 13:44:50 -rw-rw-r-- 1 jenkins jenkins 1942 Oct 10 13:42 Makefile 13:44:50 -rw-rw-r-- 1 jenkins jenkins 622 Oct 10 13:42 OWNERS.md 13:44:50 -rw-rw-r-- 1 jenkins jenkins 4463 Oct 10 13:42 README.md 13:44:50 -rw-rw-r-- 1 jenkins jenkins 5 Oct 10 13:42 VERSION 13:44:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 13:42 bin 13:44:50 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:42 cmd 13:44:50 -rw-r--r-- 1 jenkins jenkins 25463 Oct 10 13:44 coverage.out 13:44:50 -rw-rw-r-- 1 jenkins jenkins 7157 Oct 10 13:42 go.mod 13:44:50 -rw-rw-r-- 1 jenkins jenkins 100518 Oct 10 13:42 go.sum 13:44:50 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:42 internal 13:44:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 13:42 simulator 13:44:50 -rw-rw-r-- 1 jenkins jenkins 229 Oct 10 13:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:44:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:44:50 % Total % Received % Xferd Average Speed Time Time Time Current 13:44:50 Dload Upload Total Spent Left Speed 13:44:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 85520 0 --:--:-- --:--:-- --:--:-- 85520 [Pipeline] sh 13:44:50 + 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=0079a6753dc3243845d21c2f9117c3e0b3b23a10 --label arch=amd64 --label version=0.0.0 . 13:44:50 Sending build context to Docker daemon 18MB 13:44:50 Step 1/23 : ARG BASE=golang:1.23-alpine3.20 13:44:50 Step 2/23 : FROM ${BASE} AS builder 13:44:50 ---> 39977db86004 13:44:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 13:44:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 13:44:51 ---> Running in 3b7cccca50b8 [Pipeline] sh 13:44:51 Removing intermediate container 3b7cccca50b8 13:44:51 ---> dad97bb9afd7 13:44:51 Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:44:51 ---> Running in eea84c6620cb 13:44:51 Removing intermediate container eea84c6620cb 13:44:51 ---> a257975283ab 13:44:51 Step 5/23 : RUN apk add --update --no-cache make git openssh 13:44:51 ---> Running in 34ead12a1d8e 13:44:51 + sudo tee /etc/docker/daemon.new 13:44:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:44:51 { 13:44:51 "registry-mirrors": [ 13:44:51 "https://nexus3.edgexfoundry.org:10001" 13:44:51 ], 13:44:51 "bip": "10.250.0.254/24", 13:44:51 "hosts": [ 13:44:51 "tcp://0.0.0.0:5555", 13:44:51 "unix:///var/run/docker.sock" 13:44:51 ], 13:44:51 "mtu": 1458, 13:44:51 "selinux-enabled": true, 13:44:51 "seccomp-profile": "/etc/docker/seccomp.json" 13:44:51 } [Pipeline] sh 13:44:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:44:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:44:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:44:52 OK: 252 MiB in 62 packages 13:44:52 + sudo service docker restart 13:44:52 Removing intermediate container 34ead12a1d8e 13:44:52 ---> f75366b3945d 13:44:52 Step 6/23 : WORKDIR /device-modbus-go 13:44:52 ---> Running in ca854c228488 13:44:52 Removing intermediate container ca854c228488 13:44:52 ---> 7f8b7da35631 13:44:52 Step 7/23 : COPY go.mod vendor* ./ 13:44:52 ---> c682254f8855 13:44:52 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:44:52 ---> Running in 4799e9f23889 13:44:53 Removing intermediate container 4799e9f23889 13:44:53 ---> 4a707219225b 13:44:53 Step 9/23 : COPY . . 13:44:53 ---> 4e75b15165a7 13:44:53 Step 10/23 : RUN ${MAKE} 13:44:54 ---> Running in 897cd01f7f61 13:44:54 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-modbus ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:45:10 provisioning config files... 13:45:10 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config17634400210325060135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:45:11 ---> ****-login.sh 13:45:11 nexus3.edgexfoundry.org:10001 13:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:45:11 Configure a credential helper to remove this warning. See 13:45:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:45:11 13:45:11 Login Succeeded 13:45:11 nexus3.edgexfoundry.org:10002 13:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:45:12 Configure a credential helper to remove this warning. See 13:45:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:45:12 13:45:12 Login Succeeded 13:45:12 nexus3.edgexfoundry.org:10003 13:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:45:12 Configure a credential helper to remove this warning. See 13:45:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:45:12 13:45:12 Login Succeeded 13:45:12 nexus3.edgexfoundry.org:10004 13:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:45:12 Configure a credential helper to remove this warning. See 13:45:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:45:12 13:45:12 Login Succeeded 13:45:12 ****.io 13:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:45:13 Configure a credential helper to remove this warning. See 13:45:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:45:13 13:45:13 Login Succeeded 13:45:13 ---> ****-login.sh ends [Pipeline] } 13:45:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:45:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:45:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:45:13 ========================================================= 13:45:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 13:45:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:45:14 + 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 . 13:45:14 Sending build context to Docker daemon 9.141MB 13:45:14 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 13:45:14 Step 2/10 : FROM ${BASE} AS builder 13:45:15 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:45:15 cf04c63912e1: Pulling fs layer 13:45:15 55b35a11ae5e: Pulling fs layer 13:45:15 a37a00ec5f00: Pulling fs layer 13:45:15 50b3750afda1: Pulling fs layer 13:45:15 4f4fb700ef54: Pulling fs layer 13:45:15 80978eb59214: Pulling fs layer 13:45:15 c9f46d7d2bd2: Pulling fs layer 13:45:15 c5a475d317c9: Pulling fs layer 13:45:15 80978eb59214: Waiting 13:45:15 c9f46d7d2bd2: Waiting 13:45:15 50b3750afda1: Waiting 13:45:15 4f4fb700ef54: Waiting 13:45:15 55b35a11ae5e: Verifying Checksum 13:45:15 55b35a11ae5e: Download complete 13:45:15 50b3750afda1: Verifying Checksum 13:45:15 50b3750afda1: Download complete 13:45:15 4f4fb700ef54: Download complete 13:45:15 80978eb59214: Verifying Checksum 13:45:15 80978eb59214: Download complete 13:45:15 cf04c63912e1: Verifying Checksum 13:45:15 cf04c63912e1: Download complete 13:45:15 c5a475d317c9: Verifying Checksum 13:45:15 c5a475d317c9: Download complete 13:45:16 cf04c63912e1: Pull complete 13:45:17 55b35a11ae5e: Pull complete 13:45:17 a37a00ec5f00: Download complete 13:45:18 c9f46d7d2bd2: Verifying Checksum 13:45:18 c9f46d7d2bd2: Download complete 13:45:26 Removing intermediate container 897cd01f7f61 13:45:26 ---> 85208ee79ddc 13:45:26 Step 11/23 : FROM alpine:3.20 13:45:26 3.20: Pulling from library/alpine 13:45:26 43c4264eed91: Already exists 13:45:26 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 13:45:26 Status: Downloaded newer image for alpine:3.20 13:45:26 ---> 91ef0af61f39 13:45:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' 13:45:26 ---> Running in 428f011c9da5 13:45:26 Removing intermediate container 428f011c9da5 13:45:26 ---> bfba5a1eaf73 13:45:26 Step 13/23 : RUN apk add --update --no-cache dumb-init 13:45:26 ---> Running in 17147e51834e 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:45:26 (1/1) Installing dumb-init (1.2.5-r3) 13:45:26 Executing busybox-1.36.1-r29.trigger 13:45:26 OK: 8 MiB in 15 packages 13:45:26 Removing intermediate container 17147e51834e 13:45:26 ---> 1dc832a6c744 13:45:26 Step 14/23 : RUN apk --no-cache upgrade 13:45:26 ---> Running in f6cc037681ac 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:45:26 Upgrading critical system libraries and apk-tools: 13:45:26 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 13:45:26 Executing busybox-1.36.1-r29.trigger 13:45:26 Continuing the upgrade transaction with new apk-tools: 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:45:27 OK: 8 MiB in 15 packages 13:45:27 Removing intermediate container f6cc037681ac 13:45:27 ---> 99989db01036 13:45:27 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 13:45:28 ---> 5581350093b1 13:45:28 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 13:45:28 ---> df4dd3e8b19f 13:45:28 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 13:45:28 ---> abc41e97c971 13:45:28 Step 18/23 : EXPOSE 59901 13:45:28 ---> Running in 0e584419962c 13:45:28 Removing intermediate container 0e584419962c 13:45:28 ---> cd01e54b4b1c 13:45:28 Step 19/23 : ENTRYPOINT ["/device-modbus"] 13:45:28 ---> Running in c0edd0c1b8e8 13:45:28 Removing intermediate container c0edd0c1b8e8 13:45:28 ---> 27389ef85a2d 13:45:28 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 13:45:29 ---> Running in 25934e0b6e20 13:45:29 Removing intermediate container 25934e0b6e20 13:45:29 ---> f0381b7867d9 13:45:29 Step 21/23 : LABEL arch=amd64 13:45:29 ---> Running in e6976bd8d45a 13:45:29 Removing intermediate container e6976bd8d45a 13:45:29 ---> 03045c68cf9d 13:45:29 Step 22/23 : LABEL git_sha=0079a6753dc3243845d21c2f9117c3e0b3b23a10 13:45:29 ---> Running in 39822ab9f5d2 13:45:29 Removing intermediate container 39822ab9f5d2 13:45:29 ---> 079139af154e 13:45:29 Step 23/23 : LABEL version=0.0.0 13:45:29 ---> Running in 45444db9226a 13:45:29 Removing intermediate container 45444db9226a 13:45:29 ---> aa20977e84f8 13:45:29 [Warning] One or more build-args [ARCH] were not consumed 13:45:29 Successfully built aa20977e84f8 13:45:29 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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 13:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:45:30 13:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 13:45:30 a37a00ec5f00: Pull complete 13:45:30 50b3750afda1: Pull complete [Pipeline] sh 13:45:30 4f4fb700ef54: Pull complete 13:45:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:45:30 latest: Pulling from edgex-lftools-log-publisher 13:45:30 5eb5b503b376: Pulling fs layer 13:45:30 5c69ac0246d0: Pulling fs layer 13:45:30 ec43610c2a17: Pulling fs layer 13:45:30 3a2ae6a8a46f: Pulling fs layer 13:45:30 33b1e0a273af: Pulling fs layer 13:45:30 5d3b04190fa2: Pulling fs layer 13:45:30 2f39f015ded8: Pulling fs layer 13:45:30 3a2ae6a8a46f: Waiting 13:45:30 33b1e0a273af: Waiting 13:45:30 5d3b04190fa2: Waiting 13:45:30 2f39f015ded8: Waiting 13:45:30 5c69ac0246d0: Verifying Checksum 13:45:30 5c69ac0246d0: Download complete 13:45:30 3a2ae6a8a46f: Verifying Checksum 13:45:30 3a2ae6a8a46f: Download complete 13:45:30 33b1e0a273af: Verifying Checksum 13:45:30 33b1e0a273af: Download complete 13:45:30 5d3b04190fa2: Verifying Checksum 13:45:30 5d3b04190fa2: Download complete 13:45:30 ec43610c2a17: Verifying Checksum 13:45:30 ec43610c2a17: Download complete 13:45:31 80978eb59214: Pull complete 13:45:31 5eb5b503b376: Download complete 13:45:31 2f39f015ded8: Verifying Checksum 13:45:31 2f39f015ded8: Download complete 13:45:32 5eb5b503b376: Pull complete 13:45:32 5c69ac0246d0: Pull complete 13:45:32 ec43610c2a17: Pull complete 13:45:33 3a2ae6a8a46f: Pull complete 13:45:33 33b1e0a273af: Pull complete 13:45:33 5d3b04190fa2: Pull complete 13:45:37 2f39f015ded8: Pull complete 13:45:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:45:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:45:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:45:37 prd-ubuntu20.04-docker-8c-8g-22421 does not seem to be running inside a container 13:45:37 $ 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/xfoundry_device-modbus-go_PR-581 -v /w/workspace/xfoundry_device-modbus-go_PR-581:/w/workspace/xfoundry_device-modbus-go_PR-581:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-581@tmp:/w/workspace/xfoundry_device-modbus-go_PR-581@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:45:39 c9f46d7d2bd2: Pull complete 13:45:40 c5a475d317c9: Pull complete 13:45:40 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 13:45:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 13:45:40 ---> be29e6b0f0d4 13:45:40 Step 3/10 : ARG ADD_BUILD_TAGS="" 13:45:41 ---> Running in cea2163687b3 13:45:41 Removing intermediate container cea2163687b3 13:45:41 ---> 88ab8cfae8d6 13:45:41 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:45:41 ---> Running in f303f03ea85c 13:45:41 Removing intermediate container f303f03ea85c 13:45:41 ---> 243d3fd35285 13:45:41 Step 5/10 : RUN apk add --update --no-cache make git openssh 13:45:41 ---> Running in f1d8e48a78a2 13:45:42 $ docker top 8916eda6182594f7d7e863262861a28470befca28d85160c1da4961be2016226 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:45:42 ---> job-cost.sh 13:45:42 lf-activate-venv: SKIPPING 13:45:42 INFO: No Stack... 13:45:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:45:42 INFO: Retrieving Pricing Info for: v3-standard-8 13:45:43 INFO: Archiving Costs [Pipeline] sh 13:45:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:45:43 + cat /w/workspace/xfoundry_device-modbus-go_PR-581/archives/cost.csv 13:45:43 + cut -d, -f6 [Pipeline] lock 13:45:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] 13:45:43 Resource [jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] did not exist. Created. 13:45:43 Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:45:44 + echo total: 0.2199999988079071 [Pipeline] stash 13:45:44 Stashed 1 file(s) [Pipeline] } 13:45:44 Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:45:44 $ docker stop --time=1 8916eda6182594f7d7e863262861a28470befca28d85160c1da4961be2016226 13:45:44 (1/8) Installing openssh-keygen (9.7_p1-r4) 13:45:44 (2/8) Installing libedit (20240517.3.1-r0) 13:45:44 (3/8) Installing openssh-client-common (9.7_p1-r4) 13:45:44 (4/8) Installing openssh-client-default (9.7_p1-r4) 13:45:44 (5/8) Installing openssh-sftp-server (9.7_p1-r4) 13:45:44 (6/8) Installing openssh-server-common (9.7_p1-r4) 13:45:44 (7/8) Installing openssh-server (9.7_p1-r4) 13:45:44 (8/8) Installing openssh (9.7_p1-r4) 13:45:44 Executing busybox-1.36.1-r29.trigger 13:45:44 OK: 244 MiB in 62 packages 13:45:45 $ docker rm -f --volumes 8916eda6182594f7d7e863262861a28470befca28d85160c1da4961be2016226 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:45:46 Removing intermediate container f1d8e48a78a2 13:45:46 ---> 268216182508 13:45:46 Step 6/10 : WORKDIR /device-modbus-go 13:45:46 ---> Running in 8b1b0ea74bb9 13:45:46 Removing intermediate container 8b1b0ea74bb9 13:45:46 ---> 7e03174194d0 13:45:46 Step 7/10 : COPY go.mod vendor* ./ 13:45:46 ---> 094128693451 13:45:46 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:45:46 ---> Running in beb35cddc5a2 13:47:38 Removing intermediate container beb35cddc5a2 13:47:38 ---> 7ad36d5e0dbd 13:47:38 Step 9/10 : COPY . . 13:47:38 ---> 85447feadee3 13:47:38 Step 10/10 : RUN ${MAKE} 13:47:38 ---> Running in 14fe20926219 13:47:38 noop 13:47:38 Removing intermediate container 14fe20926219 13:47:38 ---> 7e01cf306ad2 13:47:38 Successfully built 7e01cf306ad2 13:47:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:38 + docker inspect -f . ci-base-image-arm64 13:47:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:47:39 prd-ubuntu20.04-docker-arm64-4c-16g-22422 does not seem to be running inside a container 13:47:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 13:47:40 $ docker top 60f7566e0ca1beea36f5980b6b4838274515de1c258a3b554fc5e3ef5da7c3d0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:47:41 + go version 13:47:41 go version go1.23.2 linux/arm64 [Pipeline] } 13:47:41 $ docker stop --time=1 60f7566e0ca1beea36f5980b6b4838274515de1c258a3b554fc5e3ef5da7c3d0 13:47:42 $ docker rm -f --volumes 60f7566e0ca1beea36f5980b6b4838274515de1c258a3b554fc5e3ef5da7c3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:43 + docker inspect -f . ci-base-image-arm64 13:47:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:47:43 prd-ubuntu20.04-docker-arm64-4c-16g-22422 does not seem to be running inside a container 13:47:44 $ 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/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 13:47:45 $ docker top 629ec78aa0d0286aa5760d4a4eaf11225bf4e849052889a6f51ab63b90bb4890 -eo pid,comm [Pipeline] { [Pipeline] sh 13:47:46 + git config --global --add safe.directory /w/workspace/device-modbus-go/1 [Pipeline] fileExists [Pipeline] sh 13:47:46 + make test 13:47:46 go test ./... -coverprofile=coverage.out 13:47:52 ? github.com/edgexfoundry/device-modbus-go [no test files] 13:51:14 github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements 13:51:14 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.051s coverage: 47.9% of statements 13:51:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:51:14 go vet ./... 13:52:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:52:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:52:00 ./bin/test-attribution-txt.sh [Pipeline] echo 13:52:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:52:01 $ docker stop --time=1 629ec78aa0d0286aa5760d4a4eaf11225bf4e849052889a6f51ab63b90bb4890 13:52:03 $ docker rm -f --volumes 629ec78aa0d0286aa5760d4a4eaf11225bf4e849052889a6f51ab63b90bb4890 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:52:04 Warning: overwriting stash ‘coverage-report’ 13:52:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:52:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:52:06 + ls -al . 13:52:06 total 268 13:52:06 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 13:47 . 13:52:06 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 13:44 .. 13:52:06 -rw-rw-r-- 1 jenkins jenkins 140 Oct 10 13:44 .dockerignore 13:52:06 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 13:44 .git 13:52:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:44 .github 13:52:06 -rw-rw-r-- 1 jenkins jenkins 266 Oct 10 13:44 .gitignore 13:52:06 -rw-rw-r-- 1 jenkins jenkins 199 Oct 10 13:44 .golangci.yml 13:52:06 -rw-rw-r-- 1 jenkins jenkins 19818 Oct 10 13:44 Attribution.txt 13:52:06 -rw-rw-r-- 1 jenkins jenkins 16388 Oct 10 13:44 CHANGELOG.md 13:52:06 -rw-rw-r-- 1 jenkins jenkins 1474 Oct 10 13:44 Dockerfile 13:52:06 -rw-rw-r-- 1 jenkins jenkins 677 Oct 10 13:44 GOVERNANCE.md 13:52:06 -rw-rw-r-- 1 jenkins jenkins 658 Oct 10 13:44 Jenkinsfile 13:52:06 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 10 13:44 LICENSE 13:52:06 -rw-rw-r-- 1 jenkins jenkins 1942 Oct 10 13:44 Makefile 13:52:06 -rw-rw-r-- 1 jenkins jenkins 622 Oct 10 13:44 OWNERS.md 13:52:06 -rw-rw-r-- 1 jenkins jenkins 4463 Oct 10 13:44 README.md 13:52:06 -rw-rw-r-- 1 jenkins jenkins 5 Oct 10 13:42 VERSION 13:52:06 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 13:44 bin 13:52:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:44 cmd 13:52:06 -rw-r--r-- 1 jenkins jenkins 25463 Oct 10 13:51 coverage.out 13:52:06 -rw-rw-r-- 1 jenkins jenkins 7157 Oct 10 13:44 go.mod 13:52:06 -rw-rw-r-- 1 jenkins jenkins 100518 Oct 10 13:44 go.sum 13:52:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 13:44 internal 13:52:06 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 13:44 simulator 13:52:06 -rw-rw-r-- 1 jenkins jenkins 229 Oct 10 13:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:06 + 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=0079a6753dc3243845d21c2f9117c3e0b3b23a10 --label arch=arm64 --label version=0.0.0 . 13:52:07 Sending build context to Docker daemon 9.167MB 13:52:07 Step 1/23 : ARG BASE=golang:1.23-alpine3.20 13:52:07 Step 2/23 : FROM ${BASE} AS builder 13:52:07 ---> 7e01cf306ad2 13:52:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 13:52:07 ---> Running in 4032abe84fe7 13:52:07 Removing intermediate container 4032abe84fe7 13:52:07 ---> c960835d0205 13:52:07 Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:52:07 ---> Running in 15a38b5de769 13:52:07 Removing intermediate container 15a38b5de769 13:52:07 ---> 31e0e6891a58 13:52:07 Step 5/23 : RUN apk add --update --no-cache make git openssh 13:52:08 ---> Running in 69a369001958 13:52:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:52:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:52:10 OK: 244 MiB in 62 packages 13:52:11 Removing intermediate container 69a369001958 13:52:11 ---> d5bf988bbf52 13:52:11 Step 6/23 : WORKDIR /device-modbus-go 13:52:11 ---> Running in 51fdcc894e12 13:52:11 Removing intermediate container 51fdcc894e12 13:52:11 ---> 6378c337f5ce 13:52:11 Step 7/23 : COPY go.mod vendor* ./ 13:52:12 ---> 1dc5c966d6a6 13:52:12 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:52:12 ---> Running in 4ac3f4213387 13:52:14 Removing intermediate container 4ac3f4213387 13:52:14 ---> b9ec55c64bff 13:52:14 Step 9/23 : COPY . . 13:52:15 ---> f2fc7f098543 13:52:15 Step 10/23 : RUN ${MAKE} 13:52:15 ---> Running in 8088df4d8c7a 13:52:16 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-modbus ./cmd 13:55:38 Removing intermediate container 8088df4d8c7a 13:55:38 ---> 60d1d4dc433b 13:55:38 Step 11/23 : FROM alpine:3.20 13:55:38 3.20: Pulling from library/alpine 13:55:38 cf04c63912e1: Already exists 13:55:38 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 13:55:38 Status: Downloaded newer image for alpine:3.20 13:55:38 ---> c157a85ed455 13:55:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' 13:55:38 ---> Running in adc4a5df8e30 13:55:38 Removing intermediate container adc4a5df8e30 13:55:38 ---> 81049d201380 13:55:38 Step 13/23 : RUN apk add --update --no-cache dumb-init 13:55:38 ---> Running in 37c788ed0cd6 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:55:38 (1/1) Installing dumb-init (1.2.5-r3) 13:55:38 Executing busybox-1.36.1-r29.trigger 13:55:38 OK: 9 MiB in 15 packages 13:55:38 Removing intermediate container 37c788ed0cd6 13:55:38 ---> 8b6b7f2656d2 13:55:38 Step 14/23 : RUN apk --no-cache upgrade 13:55:38 ---> Running in 08c600ed562e 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:55:38 Upgrading critical system libraries and apk-tools: 13:55:38 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 13:55:38 Executing busybox-1.36.1-r29.trigger 13:55:38 Continuing the upgrade transaction with new apk-tools: 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 13:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 13:55:38 OK: 9 MiB in 15 packages 13:55:38 Removing intermediate container 08c600ed562e 13:55:38 ---> 03c1277df9fe 13:55:38 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 13:55:40 ---> 86825a88ed04 13:55:40 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 13:55:40 ---> f618d28cf89f 13:55:40 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 13:55:41 ---> 53a442cb1777 13:55:41 Step 18/23 : EXPOSE 59901 13:55:41 ---> Running in 0a47d66f5516 13:55:41 Removing intermediate container 0a47d66f5516 13:55:41 ---> 7787892b6851 13:55:41 Step 19/23 : ENTRYPOINT ["/device-modbus"] 13:55:41 ---> Running in 0f81ff4af82e 13:55:42 Removing intermediate container 0f81ff4af82e 13:55:42 ---> 1e3d5c1812df 13:55:42 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 13:55:42 ---> Running in c06d79ee67b0 13:55:42 Removing intermediate container c06d79ee67b0 13:55:42 ---> 95ef2cbbc1fd 13:55:42 Step 21/23 : LABEL arch=arm64 13:55:42 ---> Running in 2f88b7c2bb2a 13:55:42 Removing intermediate container 2f88b7c2bb2a 13:55:42 ---> 99954529a9e7 13:55:42 Step 22/23 : LABEL git_sha=0079a6753dc3243845d21c2f9117c3e0b3b23a10 13:55:42 ---> Running in 0ebc12bb47a6 13:55:42 Removing intermediate container 0ebc12bb47a6 13:55:42 ---> b76012fb0360 13:55:42 Step 23/23 : LABEL version=0.0.0 13:55:43 ---> Running in cefaeea23d15 13:55:43 Removing intermediate container cefaeea23d15 13:55:43 ---> 4498beea3fcf 13:55:43 [Warning] One or more build-args [ARCH] were not consumed 13:55:43 Successfully built 4498beea3fcf 13:55:43 Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:55:44 13:55:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:55:44 arm64: Pulling from edgex-lftools-log-publisher 13:55:44 8998bd30e6a1: Pulling fs layer 13:55:44 04944245beec: Pulling fs layer 13:55:44 699f458cf7ca: Pulling fs layer 13:55:44 765212b225bb: Pulling fs layer 13:55:44 f23df028b6ca: Pulling fs layer 13:55:44 d65c8cfc05b1: Pulling fs layer 13:55:44 2437ff75d9bd: Pulling fs layer 13:55:44 765212b225bb: Waiting 13:55:44 f23df028b6ca: Waiting 13:55:44 2437ff75d9bd: Waiting 13:55:44 d65c8cfc05b1: Waiting 13:55:45 04944245beec: Verifying Checksum 13:55:45 04944245beec: Download complete 13:55:45 765212b225bb: Verifying Checksum 13:55:45 765212b225bb: Download complete 13:55:45 f23df028b6ca: Download complete 13:55:45 d65c8cfc05b1: Verifying Checksum 13:55:45 d65c8cfc05b1: Download complete 13:55:45 699f458cf7ca: Verifying Checksum 13:55:45 699f458cf7ca: Download complete 13:55:45 8998bd30e6a1: Verifying Checksum 13:55:45 8998bd30e6a1: Download complete 13:55:48 2437ff75d9bd: Verifying Checksum 13:55:48 2437ff75d9bd: Download complete 13:55:50 8998bd30e6a1: Pull complete 13:55:50 04944245beec: Pull complete 13:55:51 699f458cf7ca: Pull complete 13:55:52 765212b225bb: Pull complete 13:55:53 f23df028b6ca: Pull complete 13:55:53 d65c8cfc05b1: Pull complete 13:56:08 2437ff75d9bd: Pull complete 13:56:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:56:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:56:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:56:08 prd-ubuntu20.04-docker-arm64-4c-16g-22422 does not seem to be running inside a container 13:56:08 $ 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/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:56:11 $ docker top d015326d31a19844b1834949bc8b1f5eca883dc7020d8356c7b1eaf23b1eed0a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:56:12 ---> job-cost.sh 13:56:12 lf-activate-venv: SKIPPING 13:56:12 INFO: No Stack... 13:56:12 INFO: Retrieving Pricing Info for: v3-standard-4 13:56:13 INFO: Archiving Costs [Pipeline] sh 13:56:13 + cat /w/workspace/device-modbus-go/1/archives/cost.csv 13:56:13 + cut -d, -f6 [Pipeline] lock 13:56:13 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] 13:56:13 Resource [jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] did not exist. Created. 13:56:13 Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:56:14 /w/workspace/device-modbus-go/1@tmp/durable-07b6de3a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:56:14 + echo total: 0.10999999940395355 [Pipeline] stash 13:56:14 Warning: overwriting stash ‘stack-cost’ 13:56:14 Stashed 1 file(s) [Pipeline] } 13:56:14 Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-PR-581-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:56:14 $ docker stop --time=1 d015326d31a19844b1834949bc8b1f5eca883dc7020d8356c7b1eaf23b1eed0a 13:56:16 $ docker rm -f --volumes d015326d31a19844b1834949bc8b1f5eca883dc7020d8356c7b1eaf23b1eed0a [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 13:56:17 provisioning config files... 13:56:17 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/config5638897922260937775tmp [Pipeline] { [Pipeline] sh 13:56:17 + set +x 13:56:17 + curl -s https://codecov.io/bash 13:56:17 + bash -s -- 13:56:18 13:56:18 _____ _ 13:56:18 / ____| | | 13:56:18 | | ___ __| | ___ ___ _____ __ 13:56:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:56:18 | |___| (_) | (_| | __/ (_| (_) \ V / 13:56:18 \_____\___/ \__,_|\___|\___\___/ \_/ 13:56:18 Bash-1.0.6 13:56:18 13:56:18 13:56:18 ==> git version 2.25.1 found 13:56:18 ==> 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 13:56:18 Release-Date: 2020-01-08 13:56:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:56:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:56:18 ==> Jenkins CI detected. 13:56:18 current dir:  /w/workspace/xfoundry_device-modbus-go_PR-581 13:56:18 project root: . 13:56:18 --> token set from env 13:56:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:56:18 ==> Running gcov in . (disable via -X gcov) 13:56:18 ==> Python coveragepy not found 13:56:18 ==> Searching for coverage reports in: 13:56:18 + . 13:56:18 -> Found 1 reports 13:56:18 ==> Detecting git/mercurial file structure 13:56:18 ==> Reading reports 13:56:18 + ./coverage.out bytes=25463 13:56:18 ==> Appending adjustments 13:56:18 https://docs.codecov.io/docs/fixing-reports 13:56:18 + Found adjustments 13:56:18 ==> Gzipping contents 13:56:18 4.0K /tmp/codecov.wfjZzy.gz 13:56:18 ==> Uploading reports 13:56:18 url: https://codecov.io 13:56:18 query: branch=PR-581&commit=0079a6753dc3243845d21c2f9117c3e0b3b23a10&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-581%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=581&job=&cmd_args= 13:56:18 -> Pinging Codecov 13:56:18 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-581&commit=0079a6753dc3243845d21c2f9117c3e0b3b23a10&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-581%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=581&job=&cmd_args= 13:56:18 -> Uploading to 13:56:18 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-modbus-go/0079a6753dc3243845d21c2f9117c3e0b3b23a10/aa268aeb-0858-4d95-84ad-24536b0f043f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241010%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241010T135618Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=147d7889ba2b7c2bb722da61056f0ed44d7fa79e77bb8a3ff539ced08cb9c217 13:56:18 % Total % Received % Xferd Average Speed Time Time Time Current 13:56:18 Dload Upload Total Spent Left Speed 13:56:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3928 0 0 100 3928 0 18975 --:--:-- --:--:-- --:--:-- 18884 100 3928 0 0 100 3928 0 17854 --:--:-- --:--:-- --:--:-- 17773 13:56:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/0079a6753dc3243845d21c2f9117c3e0b3b23a10 [Pipeline] } 13:56:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 13:56:20 + [ -d /w/workspace/xfoundry_device-modbus-go_PR-581/archives ] 13:56:20 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-581/archives 13:56:20 total 16 13:56:20 drwxr-xr-x 3 root root 4096 Oct 10 13:45 . 13:56:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 10 13:45 .. 13:56:20 drwxr-xr-x 2 root root 4096 Oct 10 13:45 cost 13:56:20 -rw-r--r-- 1 root root 88 Oct 10 13:45 cost.csv 13:56:20 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-581/archives 13:56:20 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-581/archives 13:56:20 total 16 13:56:20 drwxr-xr-x 3 jenkins jenkins 4096 Oct 10 13:45 . 13:56:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 10 13:45 .. 13:56:20 drwxr-xr-x 2 jenkins jenkins 4096 Oct 10 13:45 cost 13:56:20 -rw-r--r-- 1 jenkins jenkins 88 Oct 10 13:45 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:56:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:56:22 ---> package-listing.sh 13:56:22 ++ facter osfamily 13:56:22 ++ tr '[:upper:]' '[:lower:]' 13:56:22 + OS_FAMILY=debian 13:56:22 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-581 13:56:22 + START_PACKAGES=/tmp/packages_start.txt 13:56:22 + END_PACKAGES=/tmp/packages_end.txt 13:56:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:56:22 + PACKAGES=/tmp/packages_start.txt 13:56:22 + '[' /w/workspace/xfoundry_device-modbus-go_PR-581 ']' 13:56:22 + PACKAGES=/tmp/packages_end.txt 13:56:22 + case "${OS_FAMILY}" in 13:56:22 + dpkg -l 13:56:22 + grep '^ii' 13:56:22 + '[' -f /tmp/packages_start.txt ']' 13:56:22 + '[' -f /tmp/packages_end.txt ']' 13:56:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:56:22 + '[' /w/workspace/xfoundry_device-modbus-go_PR-581 ']' 13:56:22 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-581/archives/ 13:56:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-581/archives/ [Pipeline] echo 13:56:22 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/xfoundry_device-modbus-go_PR-581/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:56:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:56:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:56:23 prd-ubuntu20.04-docker-8c-8g-22421 does not seem to be running inside a container 13:56:23 $ 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/xfoundry_device-modbus-go_PR-581/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-581 -v /w/workspace/xfoundry_device-modbus-go_PR-581:/w/workspace/xfoundry_device-modbus-go_PR-581:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-581@tmp:/w/workspace/xfoundry_device-modbus-go_PR-581@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:56:23 $ docker top f5dd624c70f7b5489fcfa609fb024abbfd03a35052dd025290fc08a0d38a3c24 -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:24 + touch /tmp/pre-build-complete [Pipeline] sh 13:56:24 + mkdir -p /var/log/sysstat [Pipeline] sh 13:56:24 + ls /var/log/sa-host 13:56:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:56:25 provisioning config files... 13:56:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-581@tmp/config3230215433230142240tmp [Pipeline] { [Pipeline] echo 13:56:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:56:25 ---> create-netrc.sh [Pipeline] } 13:56:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:56:25 ---> python-tools-install.sh [Pipeline] echo 13:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:56:26 ---> sudo-logs.sh 13:56:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:56:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:56:26 ---> job-cost.sh 13:56:26 lf-activate-venv: SKIPPING 13:56:26 DEBUG: total: 0.2199999988079071 13:56:26 INFO: Retrieving Stack Cost... 13:56:27 INFO: Retrieving Pricing Info for: v3-standard-8 13:56:27 INFO: Archiving Costs [Pipeline] echo 13:56:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:56:28 ---> logs-deploy.sh 13:56:28 lf-activate-venv: SKIPPING 13:56:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-581/1 13:56:28 INFO: archiving workspace using pattern(s): 13:56:28 Archives upload complete. 13:56:28 INFO: archiving logs to Nexus