Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 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-ssh365251440311084936.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh10962820184797364117.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 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3710158591678500766.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13335663744658983791.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16107321606943908263.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-modbus DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6830 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/gexfoundry_device-modbus-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b (main) > 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 Commit message: "Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29" > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b # timeout=10 > git rev-list --no-walk 277c61b16e7c0648a3f514fe0f76a624f6ec5203 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:21:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:21:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:21:30 ========================================================= 05:21:30 EdgeX Global Pipelines Version Info 05:21:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:21:31 ------------------- 05:21:31 stable info: 05:21:31 ------------------- 05:21:31 Commited By: Cherry Wang cherry@iotechsys.com 05:21:31 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 05:21:31 Message: update stable to v1.0.276 05:21:31 ------------------- 05:21:31 experimental info: 05:21:31 ------------------- 05:21:31 Commited By: **** collab-it+edgex@linuxfoundation.org 05:21:31 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 05:21:31 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:21:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d8bab9 [Pipeline] echo 05:21:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:21:32 provisioning config files... 05:21:32 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5015000104264878085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:32 ---> ****-login.sh 05:21:32 nexus3.edgexfoundry.org:10001 05:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:33 05:21:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:21:33 Configure a credential helper to remove this warning. See 05:21:33 https://docs.****.com/go/credential-store/ 05:21:33 05:21:33 Login Succeeded 05:21:33 nexus3.edgexfoundry.org:10002 05:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:33 05:21:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:21:33 Configure a credential helper to remove this warning. See 05:21:33 https://docs.****.com/go/credential-store/ 05:21:33 05:21:33 Login Succeeded 05:21:33 nexus3.edgexfoundry.org:10003 05:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:33 05:21:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:21:33 Configure a credential helper to remove this warning. See 05:21:33 https://docs.****.com/go/credential-store/ 05:21:33 05:21:33 Login Succeeded 05:21:33 nexus3.edgexfoundry.org:10004 05:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:33 05:21:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:21:33 Configure a credential helper to remove this warning. See 05:21:33 https://docs.****.com/go/credential-store/ 05:21:33 05:21:33 Login Succeeded 05:21:33 ****.io 05:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:33 05:21:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:21:33 Configure a credential helper to remove this warning. See 05:21:33 https://docs.****.com/go/credential-store/ 05:21:33 05:21:33 Login Succeeded 05:21:33 ---> ****-login.sh ends [Pipeline] } 05:21:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:21:34 + git rev-list -1 --merges 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b~1..4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo 05:21:34 -----------> git rev-list -1 --merges 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b~1..4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:21:34 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [false] [Pipeline] sh 05:21:34 + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo 05:21:34 ========================================================= 05:21:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:21:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:21:34 + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo 05:21:34 [semverPrep] GIT_COMMIT: 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b, Commit Message: Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29 [Pipeline] echo 05:21:34 [semverPrep] This is not a build commit. [Pipeline] sh 05:21:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:21:35 + grep -v github /etc/ssh/ssh_known_hosts 05:21:35 + [ -e /tmp/ssh_known_hosts ] 05:21:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:21:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:21:35 + sudo tee -a /etc/ssh/ssh_known_hosts 05:21:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:21:35 05:21:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:21:35 0.1.4: Pulling from edgex-devops/py-git-semver 05:21:35 3dae71ba6b94: Pulling fs layer 05:21:35 6bf1a483ea7c: Pulling fs layer 05:21:35 f5dfc541a4d3: Pulling fs layer 05:21:35 461d9e800cba: Pulling fs layer 05:21:35 80192f66455f: Pulling fs layer 05:21:35 2e8e34ca0e6c: Pulling fs layer 05:21:35 a29436f7fd5d: Pulling fs layer 05:21:35 923cac83aea3: Pulling fs layer 05:21:35 25ad8b0a4227: Pulling fs layer 05:21:35 db01528c6b51: Pulling fs layer 05:21:35 28988de357af: Pulling fs layer 05:21:35 461d9e800cba: Waiting 05:21:35 2e8e34ca0e6c: Waiting 05:21:35 80192f66455f: Waiting 05:21:35 923cac83aea3: Waiting 05:21:35 db01528c6b51: Waiting 05:21:35 28988de357af: Waiting 05:21:35 25ad8b0a4227: Waiting 05:21:35 a29436f7fd5d: Waiting 05:21:35 6bf1a483ea7c: Verifying Checksum 05:21:35 6bf1a483ea7c: Download complete 05:21:35 461d9e800cba: Download complete 05:21:35 80192f66455f: Download complete 05:21:36 f5dfc541a4d3: Verifying Checksum 05:21:36 f5dfc541a4d3: Download complete 05:21:36 3dae71ba6b94: Verifying Checksum 05:21:36 3dae71ba6b94: Download complete 05:21:36 923cac83aea3: Verifying Checksum 05:21:36 923cac83aea3: Download complete 05:21:36 25ad8b0a4227: Verifying Checksum 05:21:36 25ad8b0a4227: Download complete 05:21:36 db01528c6b51: Verifying Checksum 05:21:36 db01528c6b51: Download complete 05:21:36 28988de357af: Download complete 05:21:36 a29436f7fd5d: Verifying Checksum 05:21:36 a29436f7fd5d: Download complete 05:21:36 2e8e34ca0e6c: Verifying Checksum 05:21:36 2e8e34ca0e6c: Download complete 05:21:37 3dae71ba6b94: Pull complete 05:21:37 6bf1a483ea7c: Pull complete 05:21:38 f5dfc541a4d3: Pull complete 05:21:38 461d9e800cba: Pull complete 05:21:38 80192f66455f: Pull complete 05:21:44 2e8e34ca0e6c: Pull complete 05:21:44 a29436f7fd5d: Pull complete 05:21:44 923cac83aea3: Pull complete 05:21:44 25ad8b0a4227: Pull complete 05:21:44 db01528c6b51: Pull complete 05:21:44 28988de357af: Pull complete 05:21:44 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:21:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:21:44 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:21:46 $ docker top 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c -eo pid,comm 05:21:46 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). 05:21:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:21:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:21:46 [ssh-agent] Looking for ssh-agent implementation... 05:21:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:21:46 $ docker exec 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent 05:21:46 SSH_AUTH_SOCK=/tmp/ssh-EBcNRLVHUdN4/agent.32 05:21:46 SSH_AGENT_PID=38 05:21:46 Running ssh-add (command line suppressed) 05:21:47 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8518285741955474571.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8518285741955474571.key) 05:21:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:21:47 + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] sh 05:21:47 + git tag --points-at HEAD [Pipeline] } 05:21:47 $ docker exec --env ******** --env ******** 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent -k 05:21:47 unset SSH_AUTH_SOCK; 05:21:47 unset SSH_AGENT_PID; 05:21:47 echo Agent pid 38 killed; 05:21:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:21:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:21:47 [ssh-agent] Looking for ssh-agent implementation... 05:21:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:21:47 $ docker exec 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent 05:21:47 SSH_AUTH_SOCK=/tmp/ssh-6fNRHBFxaPcD/agent.85 05:21:47 SSH_AGENT_PID=92 05:21:48 Running ssh-add (command line suppressed) 05:21:48 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12518687920438319549.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12518687920438319549.key) 05:21:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:21:48 + git semver init 05:21:48 2025-08-13 05:21:48,633 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:21:48 2025-08-13 05:21:48,637 [run_init] DEBUG init version:0.0.0 force:False 05:21:48 2025-08-13 05:21:48,638 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver 05:21:48 2025-08-13 05:21:48,638 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver 05:21:48 2025-08-13 05:21:48,638 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) 05:21:50 2025-08-13 05:21:49,885 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude 05:21:50 2025-08-13 05:21:49,885 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False 05:21:50 2025-08-13 05:21:49,885 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:21:50 2025-08-13 05:21:49,885 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:21:50 4.1.0-dev.4 [Pipeline] } 05:21:50 $ docker exec --env ******** --env ******** 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c ssh-agent -k 05:21:50 unset SSH_AUTH_SOCK; 05:21:50 unset SSH_AGENT_PID; 05:21:50 echo Agent pid 92 killed; 05:21:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:21:50 + git semver [Pipeline] } 05:21:50 $ docker stop --time=1 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c 05:21:52 $ docker rm -f --volumes 608302a7ef02174ee94835db07aa9857dcc0a6bec6f84d34fe7d00b7e623279c [Pipeline] // withDockerContainer [Pipeline] sh 05:21:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:21:52 Stashed 1 file(s) [Pipeline] echo 05:21:52 [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:21:52 provisioning config files... 05:21:52 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config16326039162649834846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:53 ---> ****-login.sh 05:21:53 nexus3.edgexfoundry.org:10001 05:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:53 Login Succeeded 05:21:53 nexus3.edgexfoundry.org:10002 05:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:53 Login Succeeded 05:21:53 nexus3.edgexfoundry.org:10003 05:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:53 Login Succeeded 05:21:53 nexus3.edgexfoundry.org:10004 05:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:53 Login Succeeded 05:21:53 ****.io 05:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:53 Login Succeeded 05:21:53 ---> ****-login.sh ends [Pipeline] } 05:21:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:21:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:21:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:21:53 ========================================================= 05:21:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:21:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:54 + 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 . 05:21:54 #0 building with "default" instance using docker driver 05:21:54 05:21:54 #1 [internal] load build definition from Dockerfile 05:21:54 #1 transferring dockerfile: 1.52kB done 05:21:54 #1 DONE 0.0s 05:21:54 05:21:54 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:21:54 #2 DONE 0.1s 05:21:55 05:21:55 #3 [internal] load .dockerignore 05:21:55 #3 transferring context: 182B done 05:21:55 #3 DONE 0.0s 05:21:55 05:21:55 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 05:21:55 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 05:21:55 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 05:21:55 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 05:21:55 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 05:21:55 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s 05:21:55 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 17.83MB / 74.06MB 0.2s 05:21:55 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 05:21:55 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done 05:21:55 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s 05:21:55 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 05:21:55 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.2s 05:21:55 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 05:21:55 #4 ... 05:21:55 05:21:55 #5 [internal] load build context 05:21:55 #5 transferring context: 27.90MB 0.2s done 05:21:55 #5 DONE 0.2s 05:21:55 05:21:55 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 33.55MB / 74.06MB 0.3s 05:21:55 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 05:21:55 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 05:21:55 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 1.05MB / 13.29MB 0.3s 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 66.06MB / 74.06MB 0.5s 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 19.92MB / 103.05MB 0.5s 05:21:55 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 11.53MB / 13.29MB 0.5s 05:21:55 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 27.26MB / 103.05MB 0.6s 05:21:55 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.6s 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 44.04MB / 103.05MB 0.7s 05:21:55 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 05:21:55 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 63.96MB / 103.05MB 0.8s 05:21:55 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s done 05:21:55 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 88.08MB / 103.05MB 0.9s 05:21:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.0s 05:21:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s done 05:22:01 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done 05:22:01 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 05:22:01 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 05:22:01 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 05:22:01 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 05:22:01 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 05:22:01 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 05:22:01 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 05:22:04 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done 05:22:04 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 05:22:04 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.8s done 05:22:04 #4 DONE 9.5s 05:22:04 05:22:04 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh 05:22:04 #6 0.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:22:04 #6 0.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:22:05 #6 0.570 (1/8) Installing openssh-keygen (9.7_p1-r5) 05:22:05 #6 0.579 (2/8) Installing libedit (20240517.3.1-r0) 05:22:05 #6 0.584 (3/8) Installing openssh-client-common (9.7_p1-r5) 05:22:05 #6 0.609 (4/8) Installing openssh-client-default (9.7_p1-r5) 05:22:05 #6 0.620 (5/8) Installing openssh-sftp-server (9.7_p1-r5) 05:22:05 #6 0.625 (6/8) Installing openssh-server-common (9.7_p1-r5) 05:22:05 #6 0.628 (7/8) Installing openssh-server (9.7_p1-r5) 05:22:05 #6 0.642 (8/8) Installing openssh (9.7_p1-r5) 05:22:05 #6 0.649 Executing busybox-1.36.1-r29.trigger 05:22:05 #6 0.658 OK: 253 MiB in 66 packages 05:22:07 #6 DONE 2.6s 05:22:07 05:22:07 #7 [builder 3/7] WORKDIR /device-modbus-go 05:22:07 #7 DONE 0.0s 05:22:07 05:22:07 #8 [builder 4/7] COPY go.mod vendor* ./ 05:22:07 #8 DONE 0.0s 05:22:07 05:22:07 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:22:07 Still waiting to schedule task 05:22:07 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6828’ 05:22:25 #9 DONE 16.6s 05:22:25 05:22:25 #10 [builder 6/7] COPY . . 05:22:25 #10 DONE 0.1s 05:22:25 05:22:25 #11 [builder 7/7] RUN echo noop 05:22:25 #11 0.195 noop 05:22:25 #11 DONE 0.2s 05:22:25 05:22:25 #12 exporting to image 05:22:25 #12 exporting layers 05:22:30 #12 exporting layers 6.8s done 05:22:30 #12 writing image sha256:bf0d6a4d4c8ddcc372fb708ceb92514e65cc8fc6e45bdbbc8dc42e659b8d33ca done 05:22:30 #12 naming to docker.io/library/ci-base-image-x86_64 done 05:22:30 #12 DONE 6.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:31 + docker inspect -f . ci-base-image-x86_64 05:22:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:22:31 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:22:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:22:31 $ docker top 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:32 + go version 05:22:32 go version go1.23.9 linux/amd64 [Pipeline] } 05:22:32 $ docker stop --time=1 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a 05:22:33 $ docker rm -f --volumes 87f2c8d862dd956236e8de7eedd41245b29180cfb7baeb22f9d2778567a04b6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:33 + docker inspect -f . ci-base-image-x86_64 05:22:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:22:33 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:22:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:22:34 $ docker top a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:34 + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh 05:22:34 + make test 05:22:34 go test ./... -coverprofile=coverage.out 05:22:36 ? github.com/edgexfoundry/device-modbus-go [no test files] 05:22:54 github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements 05:22:54 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.009s coverage: 46.5% of statements 05:23:02 go vet ./... 05:23:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:23:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:23:07 ./bin/test-attribution-txt.sh 05:23:07 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 05:23:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:23:07 $ docker stop --time=1 a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 05:23:10 $ docker rm -f --volumes a6063e37fbbd83adced7e20e86c261f3cc40651a620baa6cab97927fecdb8721 [Pipeline] // withDockerContainer [Pipeline] sh 05:23:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:23:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:23:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:23:11 + ls -al . 05:23:11 total 260 05:23:11 drwxrwxr-x 9 jenkins jenkins 4096 Aug 13 05:22 . 05:23:11 drwxrwxr-x 4 jenkins jenkins 4096 Aug 13 05:21 .. 05:23:11 -rw-rw-r-- 1 jenkins jenkins 140 Aug 13 05:21 .dockerignore 05:23:11 drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:22 .git 05:23:11 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 .github 05:23:11 -rw-rw-r-- 1 jenkins jenkins 266 Aug 13 05:21 .gitignore 05:23:11 -rw-rw-r-- 1 jenkins jenkins 199 Aug 13 05:21 .golangci.yml 05:23:11 drwxr-xr-x 3 jenkins jenkins 4096 Aug 13 05:21 .semver 05:23:11 -rw-rw-r-- 1 jenkins jenkins 20445 Aug 13 05:21 Attribution.txt 05:23:11 -rw-rw-r-- 1 jenkins jenkins 18046 Aug 13 05:21 CHANGELOG.md 05:23:11 -rw-rw-r-- 1 jenkins jenkins 1479 Aug 13 05:21 Dockerfile 05:23:11 -rw-rw-r-- 1 jenkins jenkins 677 Aug 13 05:21 GOVERNANCE.md 05:23:11 -rw-rw-r-- 1 jenkins jenkins 658 Aug 13 05:21 Jenkinsfile 05:23:11 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 13 05:21 LICENSE 05:23:11 -rw-rw-r-- 1 jenkins jenkins 2524 Aug 13 05:21 Makefile 05:23:11 -rw-rw-r-- 1 jenkins jenkins 622 Aug 13 05:21 OWNERS.md 05:23:11 -rw-rw-r-- 1 jenkins jenkins 4463 Aug 13 05:21 README.md 05:23:11 -rw-rw-r-- 1 jenkins jenkins 11 Aug 13 05:21 VERSION 05:23:11 drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:21 bin 05:23:11 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 cmd 05:23:11 -rw-r--r-- 1 jenkins jenkins 27945 Aug 13 05:22 coverage.out 05:23:11 -rw-rw-r-- 1 jenkins jenkins 6427 Aug 13 05:21 go.mod 05:23:11 -rw-rw-r-- 1 jenkins jenkins 87545 Aug 13 05:21 go.sum 05:23:11 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:21 internal 05:23:11 drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:21 simulator 05:23:11 -rw-rw-r-- 1 jenkins jenkins 229 Aug 13 05:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:11 + 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=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --label arch=amd64 --label version=4.1.0-dev.4 . 05:23:12 #0 building with "default" instance using docker driver 05:23:12 05:23:12 #1 [internal] load build definition from Dockerfile 05:23:12 #1 transferring dockerfile: 1.52kB done 05:23:12 #1 DONE 0.0s 05:23:12 05:23:12 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:23:12 #2 DONE 0.0s 05:23:12 05:23:12 #3 [internal] load metadata for docker.io/library/alpine:3.20 05:23:12 #3 DONE 0.1s 05:23:12 05:23:12 #4 [internal] load .dockerignore 05:23:12 #4 transferring context: 05:23:12 #4 transferring context: 182B done 05:23:12 #4 DONE 0.0s 05:23:12 05:23:12 #5 [internal] load build context 05:23:12 #5 transferring context: 40.35kB 0.0s done 05:23:12 #5 DONE 0.0s 05:23:12 05:23:12 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 05:23:12 #6 DONE 0.1s 05:23:12 05:23:12 #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 05:23:12 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 05:23:12 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 05:23:12 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 05:23:12 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 05:23:12 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 05:23:12 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 05:23:12 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 05:23:12 #7 DONE 0.3s 05:23:12 05:23:12 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh 05:23:12 #8 0.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:23:12 #8 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:23:12 #8 0.704 OK: 253 MiB in 66 packages 05:23:12 #8 DONE 0.8s 05:23:12 05:23:12 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 05:23:12 #9 0.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:23:12 #9 0.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:23:12 #9 0.528 (1/1) Installing dumb-init (1.2.5-r3) 05:23:12 #9 0.534 Executing busybox-1.36.1-r29.trigger 05:23:12 #9 0.540 OK: 8 MiB in 15 packages 05:23:13 #9 DONE 0.7s 05:23:13 05:23:13 #10 [builder 3/7] WORKDIR /device-modbus-go 05:23:13 #10 DONE 0.0s 05:23:13 05:23:13 #11 [builder 4/7] COPY go.mod vendor* ./ 05:23:13 #11 DONE 0.0s 05:23:13 05:23:13 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:13 #12 DONE 0.5s 05:23:13 05:23:13 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:23:13 #13 0.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:23:13 #13 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:23:13 #13 ... 05:23:13 05:23:13 #14 [builder 6/7] COPY . . 05:23:13 #14 DONE 0.2s 05:23:13 05:23:13 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:23:13 #13 0.709 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 05:23:13 #13 0.729 Executing busybox-1.36.1-r30.post-upgrade 05:23:13 #13 0.759 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 05:23:13 #13 0.762 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 05:23:13 #13 0.766 Executing busybox-1.36.1-r30.trigger 05:23:13 #13 0.773 OK: 8 MiB in 15 packages 05:23:13 #13 DONE 0.9s 05:23:13 05:23:13 #15 [builder 7/7] RUN make build 05:23:14 #15 0.214 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 05:23:36 #15 DONE 22.0s 05:23:36 05:23:36 #16 [stage-1 4/6] COPY --from=builder /device-modbus-go/cmd / 05:23:36 #16 DONE 0.1s 05:23:36 05:23:36 #17 [stage-1 5/6] COPY --from=builder /device-modbus-go/LICENSE / 05:23:36 #17 DONE 0.0s 05:23:36 05:23:36 #18 [stage-1 6/6] COPY --from=builder /device-modbus-go/Attribution.txt / 05:23:36 #18 DONE 0.0s 05:23:36 05:23:36 #19 exporting to image 05:23:36 #19 exporting layers 0.1s done 05:23:36 #19 writing image sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:23:36 #19 naming to docker.io/library/device-modbus done 05:23:36 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:23:36 provisioning config files... 05:23:36 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3361262014340862527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:23:36 ---> ****-login.sh 05:23:36 nexus3.edgexfoundry.org:10001 05:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:36 Login Succeeded 05:23:36 nexus3.edgexfoundry.org:10002 05:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:36 Login Succeeded 05:23:36 nexus3.edgexfoundry.org:10003 05:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:36 Login Succeeded 05:23:36 nexus3.edgexfoundry.org:10004 05:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:36 Login Succeeded 05:23:36 ****.io 05:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:37 Login Succeeded 05:23:37 ---> ****-login.sh ends [Pipeline] } 05:23:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:23:37 [edgeXDocker.push] Tagging docker image device-modbus with the following tags: 05:23:37 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:23:37 latest 05:23:37 4.1.0-dev.4 05:23:37 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:23:37 main 05:23:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:37 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:37 + docker push nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:23:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:23:37 d48ee1ee83d8: Preparing 05:23:37 2b0aad019138: Preparing 05:23:37 d228e0bcdc24: Preparing 05:23:37 e9576204f4a8: Preparing 05:23:37 3c2d6571ea14: Preparing 05:23:37 097100c76c15: Preparing 05:23:37 097100c76c15: Waiting 05:23:37 2b0aad019138: Pushed 05:23:37 d48ee1ee83d8: Pushed 05:23:37 3c2d6571ea14: Pushed 05:23:37 097100c76c15: Layer already exists 05:23:37 e9576204f4a8: Pushed 05:23:41 d228e0bcdc24: Pushed 05:23:41 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:41 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:41 + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest 05:23:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:23:41 d48ee1ee83d8: Preparing 05:23:41 2b0aad019138: Preparing 05:23:41 d228e0bcdc24: Preparing 05:23:41 e9576204f4a8: Preparing 05:23:41 3c2d6571ea14: Preparing 05:23:41 097100c76c15: Preparing 05:23:41 097100c76c15: Waiting 05:23:41 e9576204f4a8: Layer already exists 05:23:41 3c2d6571ea14: Layer already exists 05:23:41 d48ee1ee83d8: Layer already exists 05:23:41 2b0aad019138: Layer already exists 05:23:41 d228e0bcdc24: Layer already exists 05:23:41 097100c76c15: Layer already exists 05:23:41 latest: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:42 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:42 + docker push nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 05:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:23:42 d48ee1ee83d8: Preparing 05:23:42 2b0aad019138: Preparing 05:23:42 d228e0bcdc24: Preparing 05:23:42 e9576204f4a8: Preparing 05:23:42 3c2d6571ea14: Preparing 05:23:42 097100c76c15: Preparing 05:23:42 097100c76c15: Waiting 05:23:42 d48ee1ee83d8: Layer already exists 05:23:42 e9576204f4a8: Layer already exists 05:23:42 3c2d6571ea14: Layer already exists 05:23:42 d228e0bcdc24: Layer already exists 05:23:42 2b0aad019138: Layer already exists 05:23:42 097100c76c15: Layer already exists 05:23:42 4.1.0-dev.4: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:42 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:43 + docker push nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:23:43 d48ee1ee83d8: Preparing 05:23:43 2b0aad019138: Preparing 05:23:43 d228e0bcdc24: Preparing 05:23:43 e9576204f4a8: Preparing 05:23:43 3c2d6571ea14: Preparing 05:23:43 097100c76c15: Preparing 05:23:43 097100c76c15: Waiting 05:23:43 e9576204f4a8: Layer already exists 05:23:43 3c2d6571ea14: Layer already exists 05:23:43 d228e0bcdc24: Layer already exists 05:23:43 2b0aad019138: Layer already exists 05:23:43 d48ee1ee83d8: Layer already exists 05:23:43 097100c76c15: Layer already exists 05:23:43 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:43 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:43 + docker push nexus3.edgexfoundry.org:10004/device-modbus:main 05:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:23:43 d48ee1ee83d8: Preparing 05:23:43 2b0aad019138: Preparing 05:23:43 d228e0bcdc24: Preparing 05:23:43 e9576204f4a8: Preparing 05:23:43 3c2d6571ea14: Preparing 05:23:43 097100c76c15: Preparing 05:23:43 097100c76c15: Waiting 05:23:43 3c2d6571ea14: Layer already exists 05:23:43 2b0aad019138: Layer already exists 05:23:43 d48ee1ee83d8: Layer already exists 05:23:43 d228e0bcdc24: Layer already exists 05:23:43 e9576204f4a8: Layer already exists 05:23:43 097100c76c15: Layer already exists 05:23:43 main: digest: sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:43 ===================================================== [Pipeline] echo 05:23:43 taggedImages: 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:latest 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] echo 05:23:43 ========================================================= 05:23:43 [edgeXBuildMultiArch] RAW Config: 05:23:43 images: 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:latest 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:23:43 - nexus3.edgexfoundry.org:10004/device-modbus:main 05:23:43 settingsFile: 05:23:43 device-modbus-go-settings 05:23:43 ========================================================= [Pipeline] node 05:23:58 Still waiting to schedule task 05:23:58 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:24:33 Running on prd-centos7-docker-4c-2g-6831 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:24:33 provisioning config files... 05:24:33 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config10541362336743339989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:24:37 ---> ****-login.sh 05:24:37 nexus3.edgexfoundry.org:10001 05:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:24:37 Configure a credential helper to remove this warning. See 05:24:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:24:37 05:24:37 Login Succeeded 05:24:37 nexus3.edgexfoundry.org:10002 05:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:24:37 Configure a credential helper to remove this warning. See 05:24:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:24:37 05:24:37 Login Succeeded 05:24:37 nexus3.edgexfoundry.org:10003 05:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:24:38 Configure a credential helper to remove this warning. See 05:24:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:24:38 05:24:38 Login Succeeded 05:24:38 nexus3.edgexfoundry.org:10004 05:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:24:38 Configure a credential helper to remove this warning. See 05:24:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:24:38 05:24:38 Login Succeeded 05:24:38 ****.io 05:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:24:38 Configure a credential helper to remove this warning. See 05:24:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:24:38 05:24:38 Login Succeeded 05:24:38 ---> ****-login.sh ends [Pipeline] } 05:24:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:24:38 + docker buildx ls 05:24:39 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:24:39 default * docker 05:24:39 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:24:39 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:24:39 edgex-builder [Pipeline] sh 05:24:39 + docker buildx inspect --bootstrap 05:24:39 #1 [internal] booting buildkit 05:24:39 #1 pulling image moby/buildkit:buildx-stable-1 05:24:42 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 05:24:42 #1 creating container buildx_buildkit_edgex-builder0 05:24:44 #1 creating container buildx_buildkit_edgex-builder0 2.1s done 05:24:44 #1 DONE 4.9s 05:24:44 Name: edgex-builder 05:24:44 Driver: docker-container 05:24:44 05:24:44 Nodes: 05:24:44 Name: edgex-builder0 05:24:44 Endpoint: unix:///var/run/docker.sock 05:24:44 Status: running 05:24:44 Buildkit: v0.22.0 05:24:44 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:24:44 + docker buildx ls 05:24:44 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:24:44 edgex-builder * docker-container 05:24:44 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:24:44 default docker 05:24:44 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:24:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b' 05:24:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --push - 05:24:45 #1 [internal] load build definition from Dockerfile 05:24:45 #1 transferring dockerfile: 198B done 05:24:45 #1 DONE 0.0s 05:24:45 05:24:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:24:45 #2 DONE 0.1s 05:24:45 05:24:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:24:45 #3 DONE 0.1s 05:24:45 05:24:45 #4 [internal] load .dockerignore 05:24:45 #4 transferring context: 2B done 05:24:45 #4 DONE 0.0s 05:24:45 05:24:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:45 #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:45 #5 DONE 0.0s 05:24:45 05:24:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:45 #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:45 #6 DONE 0.1s 05:24:45 05:24:45 #7 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 05:24:45 #7 DONE 0.0s 05:24:45 05:24:45 #8 exporting to image 05:24:45 #8 exporting layers done 05:24:45 #8 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done 05:24:45 #8 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:24:45 #8 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done 05:24:45 #8 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done 05:24:45 #8 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done 05:24:45 #8 pushing layers 0.1s done 05:24:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 05:24:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:24:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done 05:24:45 #8 DONE 0.2s 05:24:45 05:24:45 1 warning found (use --debug to expand): 05:24:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:24:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:latest' 05:24:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:latest --push - 05:24:45 #1 [internal] load build definition from Dockerfile 05:24:45 #1 transferring dockerfile: 164B done 05:24:45 #1 DONE 0.0s 05:24:45 05:24:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:latest 05:24:45 #2 DONE 0.0s 05:24:45 05:24:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:latest 05:24:45 #3 DONE 0.0s 05:24:45 05:24:45 #4 [internal] load .dockerignore 05:24:45 #4 transferring context: 2B done 05:24:45 #4 DONE 0.0s 05:24:45 05:24:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:45 #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:45 #5 DONE 0.0s 05:24:45 05:24:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:46 #6 CACHED 05:24:46 05:24:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #5 CACHED 05:24:46 05:24:46 #7 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 05:24:46 #7 DONE 0.0s 05:24:46 05:24:46 #8 exporting to image 05:24:46 #8 exporting layers done 05:24:46 #8 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done 05:24:46 #8 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:24:46 #8 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done 05:24:46 #8 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done 05:24:46 #8 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done 05:24:46 #8 pushing layers 0.0s done 05:24:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:latest@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done 05:24:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:24:46 #8 DONE 0.1s 05:24:46 05:24:46 1 warning found (use --debug to expand): 05:24:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:24:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 --push - 05:24:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4' 05:24:46 #1 [internal] load build definition from Dockerfile 05:24:46 #1 transferring dockerfile: 169B done 05:24:46 #1 DONE 0.0s 05:24:46 05:24:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 05:24:46 #2 DONE 0.0s 05:24:46 05:24:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4 05:24:46 #3 DONE 0.0s 05:24:46 05:24:46 #4 [internal] load .dockerignore 05:24:46 #4 transferring context: 2B done 05:24:46 #4 DONE 0.0s 05:24:46 05:24:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done 05:24:46 #5 CACHED 05:24:46 05:24:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done 05:24:46 #6 CACHED 05:24:46 05:24:46 #7 exporting to image 05:24:46 #7 exporting layers done 05:24:46 #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done 05:24:46 #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:24:46 #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done 05:24:46 #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done 05:24:46 #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done 05:24:46 #7 pushing layers 05:24:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:24:46 #7 pushing layers 0.0s done 05:24:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4.1.0-dev.4@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done 05:24:46 #7 DONE 0.1s 05:24:46 05:24:46 #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 05:24:46 #8 DONE 0.0s 05:24:46 05:24:46 1 warning found (use --debug to expand): 05:24:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:24:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4' 05:24:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 --push - 05:24:46 #1 [internal] load build definition from Dockerfile 05:24:46 #1 transferring dockerfile: 210B done 05:24:46 #1 DONE 0.0s 05:24:46 05:24:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:24:46 #2 DONE 0.0s 05:24:46 05:24:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:24:46 #3 DONE 0.0s 05:24:46 05:24:46 #4 [internal] load .dockerignore 05:24:46 #4 transferring context: 2B done 05:24:46 #4 DONE 0.0s 05:24:46 05:24:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done 05:24:46 #5 CACHED 05:24:46 05:24:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:46 #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a done 05:24:46 #6 CACHED 05:24:46 05:24:46 #7 exporting to image 05:24:46 #7 exporting layers done 05:24:46 #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done 05:24:46 #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:24:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:24:47 #7 ... 05:24:47 05:24:47 #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 05:24:47 #8 DONE 0.0s 05:24:47 05:24:47 #7 exporting to image 05:24:47 #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done 05:24:47 #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done 05:24:47 #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done 05:24:47 #7 pushing layers 0.0s done 05:24:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done 05:24:47 #7 DONE 0.1s 05:24:47 05:24:47 1 warning found (use --debug to expand): 05:24:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:24:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-modbus:main' 05:24:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-modbus:main --push - 05:24:47 #1 [internal] load build definition from Dockerfile 05:24:47 #1 transferring dockerfile: 162B done 05:24:47 #1 DONE 0.0s 05:24:47 05:24:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:main 05:24:47 #2 DONE 0.0s 05:24:47 05:24:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-modbus:main 05:24:47 #3 DONE 0.0s 05:24:47 05:24:47 #4 [internal] load .dockerignore 05:24:47 #4 transferring context: 2B done 05:24:47 #4 DONE 0.0s 05:24:47 05:24:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:47 #5 resolve nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:47 #5 CACHED 05:24:47 05:24:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 05:24:47 #6 resolve nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:2d87230eb64b4287f3e92cb964ab2e2f3227e5ccca8ee0ace36d2983801d940a 0.0s done 05:24:47 #6 CACHED 05:24:47 05:24:47 #7 exporting to image 05:24:47 #7 exporting layers done 05:24:47 #7 exporting manifest sha256:09298bcd743f1355bbfaf91231f39d8a92d90a4710f1bc784bc95779ccad673a done 05:24:47 #7 exporting config sha256:1e379e41e25da2688c5a2b5cf5970e191f3da685f945af1b709b80db6e34591b done 05:24:47 #7 exporting manifest sha256:3c3a9f96426256d60c4e7d01d8cdb59e8e7119bfaea6e03f5e858c0c70b2071e done 05:24:47 #7 exporting config sha256:0c0ab43cee2149ded4bd80b9fd827b01e37e9f4bfaee7764432fb3576351940f done 05:24:47 #7 exporting manifest list sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc done 05:24:47 #7 pushing layers 0.0s done 05:24:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 05:24:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:24:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-modbus:main@sha256:b2e0c1a2eb4aaa816abc97d85b622deec4071fe2f380998f4acaf6c2438f31fc 0.1s done 05:24:47 #7 DONE 0.1s 05:24:47 05:24:47 #8 [auth] device-modbus:pull,push token for nexus3.edgexfoundry.org:10004 05:24:47 #8 DONE 0.0s 05:24:47 05:24:47 1 warning found (use --debug to expand): 05:24:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:24:48 + '[' -d /w/workspace/gexfoundry_device-modbus-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:24:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:24:48 ---> package-listing.sh 05:24:48 ++ facter osfamily 05:24:48 ++ tr '[:upper:]' '[:lower:]' 05:24:49 + OS_FAMILY=redhat 05:24:49 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 05:24:49 + START_PACKAGES=/tmp/packages_start.txt 05:24:49 + END_PACKAGES=/tmp/packages_end.txt 05:24:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:24:49 + PACKAGES=/tmp/packages_start.txt 05:24:49 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:24:49 + PACKAGES=/tmp/packages_end.txt 05:24:49 + case "${OS_FAMILY}" in 05:24:49 + rpm -qa 05:24:49 + sort 05:24:49 + '[' -f /tmp/packages_start.txt ']' 05:24:49 + '[' -f /tmp/packages_end.txt ']' 05:24:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:24:49 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:24:49 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 05:24:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 05:24:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:24:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:24:50 05:24:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:24:51 latest: Pulling from edgex-lftools-log-publisher 05:24:51 5eb5b503b376: Pulling fs layer 05:24:51 5c69ac0246d0: Pulling fs layer 05:24:51 ec43610c2a17: Pulling fs layer 05:24:51 3a2ae6a8a46f: Pulling fs layer 05:24:51 33b1e0a273af: Pulling fs layer 05:24:51 5d3b04190fa2: Pulling fs layer 05:24:51 2f39f015ded8: Pulling fs layer 05:24:51 3a2ae6a8a46f: Waiting 05:24:51 33b1e0a273af: Waiting 05:24:51 5d3b04190fa2: Waiting 05:24:51 2f39f015ded8: Waiting 05:24:51 5c69ac0246d0: Verifying Checksum 05:24:51 5c69ac0246d0: Download complete 05:24:51 3a2ae6a8a46f: Download complete 05:24:51 ec43610c2a17: Verifying Checksum 05:24:51 ec43610c2a17: Download complete 05:24:51 33b1e0a273af: Verifying Checksum 05:24:51 33b1e0a273af: Download complete 05:24:51 5d3b04190fa2: Verifying Checksum 05:24:51 5d3b04190fa2: Download complete 05:24:51 5eb5b503b376: Verifying Checksum 05:24:51 5eb5b503b376: Download complete 05:24:52 2f39f015ded8: Download complete 05:24:53 5eb5b503b376: Pull complete 05:24:53 5c69ac0246d0: Pull complete 05:24:53 ec43610c2a17: Pull complete 05:24:53 3a2ae6a8a46f: Pull complete 05:24:53 33b1e0a273af: Pull complete 05:24:53 5d3b04190fa2: Pull complete 05:24:57 2f39f015ded8: Pull complete 05:24:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:24:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:57 prd-centos7-docker-4c-2g-6831 does not seem to be running inside a container 05:24:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:25:02 $ docker top c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:02 + touch /tmp/pre-build-complete [Pipeline] sh 05:25:02 + mkdir -p /var/log/sysstat [Pipeline] sh 05:25:03 + ls /var/log/sa-host 05:25:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:03 provisioning config files... 05:25:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2885492593029449630tmp [Pipeline] { [Pipeline] echo 05:25:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:25:03 ---> create-netrc.sh [Pipeline] } 05:25:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:25:03 ---> python-tools-install.sh [Pipeline] echo 05:25:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:25:04 ---> sudo-logs.sh 05:25:04 Archiving 'sudo' log.. 05:25:04 sudo: unable to resolve host prd-centos7-docker-4c-2g-6831.novalocal: Name or service not known 05:25:04 sudo: unable to resolve host prd-centos7-docker-4c-2g-6831.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:25:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:25:04 ---> job-cost.sh 05:25:04 lf-activate-venv: SKIPPING 05:25:04 INFO: No Stack... 05:25:04 INFO: Retrieving Pricing Info for: v3-standard-2 05:25:05 INFO: Archiving Costs [Pipeline] echo 05:25:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:25:05 ---> logs-deploy.sh 05:25:05 lf-activate-venv: SKIPPING 05:25:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/194 05:25:05 INFO: archiving workspace using pattern(s): 05:25:06 Archives upload complete. 05:25:06 INFO: archiving logs to Nexus 05:25:07 ---> uname -a: 05:25:07 Linux prd-centos7-docker-4c-2g-6831.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 05:25:07 05:25:07 05:25:07 ---> lscpu: 05:25:07 Architecture: x86_64 05:25:07 CPU op-mode(s): 32-bit, 64-bit 05:25:07 Byte Order: Little Endian 05:25:07 Address sizes: 40 bits physical, 48 bits virtual 05:25:07 CPU(s): 2 05:25:07 On-line CPU(s) list: 0,1 05:25:07 Thread(s) per core: 1 05:25:07 Core(s) per socket: 1 05:25:07 Socket(s): 2 05:25:07 NUMA node(s): 1 05:25:07 Vendor ID: AuthenticAMD 05:25:07 CPU family: 23 05:25:07 Model: 49 05:25:07 Model name: AMD EPYC-Rome Processor 05:25:07 Stepping: 0 05:25:07 CPU MHz: 2799.998 05:25:07 BogoMIPS: 5599.99 05:25:07 Virtualization: AMD-V 05:25:07 Hypervisor vendor: KVM 05:25:07 Virtualization type: full 05:25:07 L1d cache: 64 KiB 05:25:07 L1i cache: 64 KiB 05:25:07 L2 cache: 1 MiB 05:25:07 L3 cache: 32 MiB 05:25:07 NUMA node0 CPU(s): 0,1 05:25:07 Vulnerability Itlb multihit: Not affected 05:25:07 Vulnerability L1tf: Not affected 05:25:07 Vulnerability Mds: Not affected 05:25:07 Vulnerability Meltdown: Not affected 05:25:07 Vulnerability Mmio stale data: Not affected 05:25:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:25:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:25:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:25:07 Vulnerability Srbds: Not affected 05:25:07 Vulnerability Tsx async abort: Not affected 05:25:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 05:25:07 05:25:07 05:25:07 ---> nproc: 05:25:07 2 05:25:07 05:25:07 05:25:07 ---> df -h: 05:25:07 Filesystem Size Used Avail Use% Mounted on 05:25:07 overlay 40G 7.3G 33G 19% / 05:25:07 tmpfs 64M 0 64M 0% /dev 05:25:07 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:25:07 shm 64M 0 64M 0% /dev/shm 05:25:07 /dev/vda1 40G 7.3G 33G 19% /facter-os 05:25:07 05:25:07 05:25:07 Cannot open /var/log/sysstat/sa13: No such file or directory 05:25:07 Please check if data collecting is enabled 05:25:07 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:07 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:25:07 $ docker stop --time=1 c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 05:25:08 $ docker rm -f --volumes c7980b71ad4b458ef3f4e9ecf3f688e72d566fbaa28242656c0ec2063e84af27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:25:08 [WS-CLEANUP] Deleting project workspace... 05:25:08 [WS-CLEANUP] Deferred wipeout is used... 05:25:08 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:09 05:25:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:09 latest: Pulling from edgex-lftools-log-publisher 05:25:09 5eb5b503b376: Pulling fs layer 05:25:09 5c69ac0246d0: Pulling fs layer 05:25:09 ec43610c2a17: Pulling fs layer 05:25:09 3a2ae6a8a46f: Pulling fs layer 05:25:09 33b1e0a273af: Pulling fs layer 05:25:09 5d3b04190fa2: Pulling fs layer 05:25:09 2f39f015ded8: Pulling fs layer 05:25:09 3a2ae6a8a46f: Waiting 05:25:09 33b1e0a273af: Waiting 05:25:09 5d3b04190fa2: Waiting 05:25:09 2f39f015ded8: Waiting 05:25:09 5c69ac0246d0: Verifying Checksum 05:25:09 5c69ac0246d0: Download complete 05:25:09 3a2ae6a8a46f: Verifying Checksum 05:25:09 3a2ae6a8a46f: Download complete 05:25:09 33b1e0a273af: Verifying Checksum 05:25:09 33b1e0a273af: Download complete 05:25:09 5d3b04190fa2: Download complete 05:25:09 ec43610c2a17: Verifying Checksum 05:25:09 ec43610c2a17: Download complete 05:25:09 5eb5b503b376: Verifying Checksum 05:25:09 5eb5b503b376: Download complete 05:25:10 2f39f015ded8: Download complete 05:25:11 5eb5b503b376: Pull complete 05:25:11 5c69ac0246d0: Pull complete 05:25:11 ec43610c2a17: Pull complete 05:25:11 3a2ae6a8a46f: Pull complete 05:25:12 33b1e0a273af: Pull complete 05:25:12 5d3b04190fa2: Pull complete 05:25:18 2f39f015ded8: Pull complete 05:25:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:25:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:18 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:25:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:25:20 $ docker top af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:25:20 ---> job-cost.sh 05:25:20 lf-activate-venv: SKIPPING 05:25:20 INFO: No Stack... 05:25:21 INFO: Retrieving Pricing Info for: v3-standard-8 05:25:21 INFO: Archiving Costs [Pipeline] sh 05:25:21 + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv 05:25:21 + cut -d, -f6 [Pipeline] lock 05:25:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] 05:25:21 Resource [jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] did not exist. Created. 05:25:21 Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:25:22 + echo total: 0.2199999988079071 [Pipeline] stash 05:25:22 Stashed 1 file(s) [Pipeline] } 05:25:22 Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } 05:25:22 $ docker stop --time=1 af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 05:25:23 $ docker rm -f --volumes af2aae76b5b6c2545ebf027edcbad4173a849f3ec44b70176e513221a3096af8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:25:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6832 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws 05:25:55 Running in /w/workspace/device-modbus-go/194 [Pipeline] { [Pipeline] checkout 05:25:58 The recommended git tool is: git 05:26:03 using credential edgex-jenkins-ssh 05:26:03 Cloning the remote Git repository 05:26:03 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 05:26:03 > git init /w/workspace/device-modbus-go/194 # timeout=10 05:26:03 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 05:26:03 > git --version # timeout=10 05:26:03 > git --version # 'git version 2.25.1' 05:26:03 using GIT_SSH to set credentials SSH Credentials for GitHub 05:26:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:26:06 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 05:26:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:26:07 Avoid second fetch 05:26:07 Checking out Revision 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b (main) 05:26:08 Commit message: "Merge pull request #648 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.29" 05:26:07 > git config core.sparsecheckout # timeout=10 05:26:07 > git checkout -f 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:13 provisioning config files... 05:26:13 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/194@tmp/config16851946422529022884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:13 ---> ****-login.sh 05:26:13 nexus3.edgexfoundry.org:10001 05:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:26:14 Configure a credential helper to remove this warning. See 05:26:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:26:14 05:26:14 Login Succeeded 05:26:14 nexus3.edgexfoundry.org:10002 05:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:26:14 Configure a credential helper to remove this warning. See 05:26:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:26:14 05:26:14 Login Succeeded 05:26:14 nexus3.edgexfoundry.org:10003 05:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:26:14 Configure a credential helper to remove this warning. See 05:26:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:26:14 05:26:14 Login Succeeded 05:26:14 nexus3.edgexfoundry.org:10004 05:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:26:15 Configure a credential helper to remove this warning. See 05:26:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:26:15 05:26:15 Login Succeeded 05:26:15 ****.io 05:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:26:15 Configure a credential helper to remove this warning. See 05:26:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:26:15 05:26:15 Login Succeeded 05:26:15 ---> ****-login.sh ends [Pipeline] } 05:26:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:26:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:26:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:26:16 ========================================================= 05:26:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:26:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:16 + 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 . 05:26:16 Sending build context to Docker daemon 14.13MB 05:26:16 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 05:26:16 Step 2/10 : FROM ${BASE} AS builder 05:26:17 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:26:17 94e9d8af2201: Pulling fs layer 05:26:17 a6c56e8762df: Pulling fs layer 05:26:17 f0f3c8884826: Pulling fs layer 05:26:17 c7e7622c144d: Pulling fs layer 05:26:17 4f4fb700ef54: Pulling fs layer 05:26:17 b4c3b6d88c5a: Pulling fs layer 05:26:17 ba8bce9d2590: Pulling fs layer 05:26:17 c7e7622c144d: Waiting 05:26:17 ca778ea9c289: Pulling fs layer 05:26:17 4f4fb700ef54: Waiting 05:26:17 b4c3b6d88c5a: Waiting 05:26:17 ba8bce9d2590: Waiting 05:26:17 ca778ea9c289: Waiting 05:26:17 a6c56e8762df: Verifying Checksum 05:26:17 a6c56e8762df: Download complete 05:26:17 c7e7622c144d: Verifying Checksum 05:26:17 c7e7622c144d: Download complete 05:26:17 4f4fb700ef54: Verifying Checksum 05:26:17 4f4fb700ef54: Download complete 05:26:17 b4c3b6d88c5a: Verifying Checksum 05:26:17 b4c3b6d88c5a: Download complete 05:26:17 94e9d8af2201: Verifying Checksum 05:26:17 94e9d8af2201: Download complete 05:26:18 ca778ea9c289: Verifying Checksum 05:26:18 ca778ea9c289: Download complete 05:26:19 94e9d8af2201: Pull complete 05:26:19 a6c56e8762df: Pull complete 05:26:19 f0f3c8884826: Verifying Checksum 05:26:19 f0f3c8884826: Download complete 05:26:20 ba8bce9d2590: Verifying Checksum 05:26:20 ba8bce9d2590: Download complete 05:26:32 f0f3c8884826: Pull complete 05:26:33 c7e7622c144d: Pull complete 05:26:33 4f4fb700ef54: Pull complete 05:26:33 b4c3b6d88c5a: Pull complete 05:26:41 ba8bce9d2590: Pull complete 05:26:43 ca778ea9c289: Pull complete 05:26:43 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 05:26:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:26:43 ---> 47b25d7523d1 05:26:43 Step 3/10 : ARG ADD_BUILD_TAGS="" 05:26:45 ---> Running in c53f3341b99e 05:26:45 Removing intermediate container c53f3341b99e 05:26:45 ---> d83f19603e0a 05:26:45 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:26:46 ---> Running in 7a692df5799c 05:26:46 Removing intermediate container 7a692df5799c 05:26:46 ---> 62a89aefb656 05:26:46 Step 5/10 : RUN apk add --update --no-cache make git openssh 05:26:46 ---> Running in 005d38e20c72 05:26:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:26:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:26:49 (1/8) Installing openssh-keygen (9.7_p1-r5) 05:26:49 (2/8) Installing libedit (20240517.3.1-r0) 05:26:49 (3/8) Installing openssh-client-common (9.7_p1-r5) 05:26:49 (4/8) Installing openssh-client-default (9.7_p1-r5) 05:26:49 (5/8) Installing openssh-sftp-server (9.7_p1-r5) 05:26:49 (6/8) Installing openssh-server-common (9.7_p1-r5) 05:26:49 (7/8) Installing openssh-server (9.7_p1-r5) 05:26:49 (8/8) Installing openssh (9.7_p1-r5) 05:26:49 Executing busybox-1.36.1-r29.trigger 05:26:49 OK: 245 MiB in 66 packages 05:26:50 Removing intermediate container 005d38e20c72 05:26:50 ---> 2748d80aba48 05:26:50 Step 6/10 : WORKDIR /device-modbus-go 05:26:50 ---> Running in aa6376571cee 05:26:50 Removing intermediate container aa6376571cee 05:26:50 ---> 584e757b409f 05:26:50 Step 7/10 : COPY go.mod vendor* ./ 05:26:52 ---> 063963363b14 05:26:52 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:26:52 ---> Running in e879a926f6a7 05:28:44 Removing intermediate container e879a926f6a7 05:28:44 ---> f5a623da56bf 05:28:44 Step 9/10 : COPY . . 05:28:44 ---> 6821d244844c 05:28:44 Step 10/10 : RUN ${MAKE} 05:28:44 ---> Running in b1db4574f638 05:28:44 noop 05:28:44 Removing intermediate container b1db4574f638 05:28:44 ---> 80ffc02387a3 05:28:44 Successfully built 80ffc02387a3 05:28:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:44 + docker inspect -f . ci-base-image-arm64 05:28:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:45 prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container 05:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-go/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:28:46 $ docker top cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:47 + go version 05:28:47 go version go1.23.9 linux/arm64 [Pipeline] } 05:28:47 $ docker stop --time=1 cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 05:28:48 $ docker rm -f --volumes cd2a811148c208f63819459fcc2eb7ee046d330094a3e53fbbbfbccb1b89e2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:49 + docker inspect -f . ci-base-image-arm64 05:28:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:49 prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container 05:28:49 $ 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/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-go/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:28:50 $ docker top 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:51 + git config --global --add safe.directory /w/workspace/device-modbus-go/194 [Pipeline] fileExists [Pipeline] sh 05:28:52 + make test 05:28:52 go test ./... -coverprofile=coverage.out 05:28:58 ? github.com/edgexfoundry/device-modbus-go [no test files] 05:32:05 github.com/edgexfoundry/device-modbus-go/cmd coverage: 0.0% of statements 05:32:09 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.064s coverage: 46.5% of statements 05:32:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:32:10 go vet ./... 05:32:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:32:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:32:57 ./bin/test-attribution-txt.sh 05:32:57 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 05:32:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:32:57 $ docker stop --time=1 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e 05:32:59 $ docker rm -f --volumes 4296ca62599be87ea214ad417b44785dfdfca35fd6f5b7bf292861f1463f3c0e [Pipeline] // withDockerContainer [Pipeline] sh 05:33:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:33:01 Warning: overwriting stash ‘coverage-report’ 05:33:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:33:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:33:02 + ls -al . 05:33:02 total 256 05:33:02 drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:28 . 05:33:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 13 05:26 .. 05:33:02 -rw-rw-r-- 1 jenkins jenkins 140 Aug 13 05:26 .dockerignore 05:33:02 drwxrwxr-x 8 jenkins jenkins 4096 Aug 13 05:26 .git 05:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 .github 05:33:02 -rw-rw-r-- 1 jenkins jenkins 266 Aug 13 05:26 .gitignore 05:33:02 -rw-rw-r-- 1 jenkins jenkins 199 Aug 13 05:26 .golangci.yml 05:33:02 -rw-rw-r-- 1 jenkins jenkins 20445 Aug 13 05:26 Attribution.txt 05:33:02 -rw-rw-r-- 1 jenkins jenkins 18046 Aug 13 05:26 CHANGELOG.md 05:33:02 -rw-rw-r-- 1 jenkins jenkins 1479 Aug 13 05:26 Dockerfile 05:33:02 -rw-rw-r-- 1 jenkins jenkins 677 Aug 13 05:26 GOVERNANCE.md 05:33:02 -rw-rw-r-- 1 jenkins jenkins 658 Aug 13 05:26 Jenkinsfile 05:33:02 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 13 05:26 LICENSE 05:33:02 -rw-rw-r-- 1 jenkins jenkins 2524 Aug 13 05:26 Makefile 05:33:02 -rw-rw-r-- 1 jenkins jenkins 622 Aug 13 05:26 OWNERS.md 05:33:02 -rw-rw-r-- 1 jenkins jenkins 4463 Aug 13 05:26 README.md 05:33:02 -rw-rw-r-- 1 jenkins jenkins 11 Aug 13 05:21 VERSION 05:33:02 drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:26 bin 05:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 cmd 05:33:02 -rw-r--r-- 1 jenkins jenkins 27945 Aug 13 05:32 coverage.out 05:33:02 -rw-rw-r-- 1 jenkins jenkins 6427 Aug 13 05:26 go.mod 05:33:02 -rw-rw-r-- 1 jenkins jenkins 87545 Aug 13 05:26 go.sum 05:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 13 05:26 internal 05:33:02 drwxrwxr-x 2 jenkins jenkins 4096 Aug 13 05:26 simulator 05:33:02 -rw-rw-r-- 1 jenkins jenkins 229 Aug 13 05:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:02 + 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=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b --label arch=arm64 --label version=4.1.0-dev.4 . 05:33:03 Sending build context to Docker daemon 14.16MB 05:33:03 Step 1/23 : ARG BASE=golang:1.23-alpine3.20 05:33:03 Step 2/23 : FROM ${BASE} AS builder 05:33:03 ---> 80ffc02387a3 05:33:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 05:33:03 ---> Running in ebaf335b81d3 05:33:03 Removing intermediate container ebaf335b81d3 05:33:03 ---> 6b3348c84d32 05:33:03 Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:33:04 ---> Running in b5943da91ec7 05:33:04 Removing intermediate container b5943da91ec7 05:33:04 ---> b21050c59897 05:33:04 Step 5/23 : RUN apk add --update --no-cache make git openssh 05:33:04 ---> Running in 4b00cf7ae89d 05:33:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:33:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:33:06 OK: 245 MiB in 66 packages 05:33:07 Removing intermediate container 4b00cf7ae89d 05:33:07 ---> c090f1d7f589 05:33:07 Step 6/23 : WORKDIR /device-modbus-go 05:33:07 ---> Running in 5baa66fa3245 05:33:08 Removing intermediate container 5baa66fa3245 05:33:08 ---> c181d4bbc4f7 05:33:08 Step 7/23 : COPY go.mod vendor* ./ 05:33:08 ---> f32c66a0876e 05:33:08 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:08 ---> Running in 73d424cde24c 05:33:11 Removing intermediate container 73d424cde24c 05:33:11 ---> 275b5031bbf4 05:33:11 Step 9/23 : COPY . . 05:33:12 ---> ca2d5cd06965 05:33:12 Step 10/23 : RUN ${MAKE} 05:33:12 ---> Running in b2eb06117511 05:33:13 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 05:36:35 Removing intermediate container b2eb06117511 05:36:35 ---> 943a59edafb1 05:36:35 Step 11/23 : FROM alpine:3.20 05:36:35 3.20: Pulling from library/alpine 05:36:35 13e713f82565: Pulling fs layer 05:36:35 13e713f82565: Verifying Checksum 05:36:35 13e713f82565: Download complete 05:36:35 13e713f82565: Pull complete 05:36:35 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 05:36:35 Status: Downloaded newer image for alpine:3.20 05:36:35 ---> c88e9dceb6cb 05:36:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2024: IoTech Ltd' 05:36:35 ---> Running in 62ad05b8621b 05:36:35 Removing intermediate container 62ad05b8621b 05:36:35 ---> f36d8537ea5b 05:36:35 Step 13/23 : RUN apk add --update --no-cache dumb-init 05:36:35 ---> Running in 3cb414a3e7cf 05:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:36:35 (1/1) Installing dumb-init (1.2.5-r3) 05:36:35 Executing busybox-1.36.1-r29.trigger 05:36:35 OK: 9 MiB in 15 packages 05:36:35 Removing intermediate container 3cb414a3e7cf 05:36:35 ---> e15ed1c80f22 05:36:35 Step 14/23 : RUN apk --no-cache upgrade 05:36:35 ---> Running in 641a00fec899 05:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:36:36 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 05:36:36 Executing busybox-1.36.1-r30.post-upgrade 05:36:36 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 05:36:36 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 05:36:36 Executing busybox-1.36.1-r30.trigger 05:36:36 OK: 9 MiB in 15 packages 05:36:36 Removing intermediate container 641a00fec899 05:36:36 ---> baed6143c518 05:36:36 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 05:36:38 ---> cf29259c9993 05:36:38 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 05:36:39 ---> 11ae347d26b8 05:36:39 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 05:36:39 ---> 93313e460d0e 05:36:39 Step 18/23 : EXPOSE 59901 05:36:39 ---> Running in ebe3fa9ffc12 05:36:40 Removing intermediate container ebe3fa9ffc12 05:36:40 ---> 13d889e58c2b 05:36:40 Step 19/23 : ENTRYPOINT ["/device-modbus"] 05:36:40 ---> Running in d901bebb9a1b 05:36:40 Removing intermediate container d901bebb9a1b 05:36:40 ---> 495094d0235a 05:36:40 Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 05:36:40 ---> Running in 5cd04076b19f 05:36:40 Removing intermediate container 5cd04076b19f 05:36:40 ---> 5e43f05860b8 05:36:40 Step 21/23 : LABEL arch=arm64 05:36:40 ---> Running in 515199daf7a5 05:36:41 Removing intermediate container 515199daf7a5 05:36:41 ---> fa5bfd6e7d39 05:36:41 Step 22/23 : LABEL git_sha=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:36:41 ---> Running in f048d85dee56 05:36:41 Removing intermediate container f048d85dee56 05:36:41 ---> ced75d7d4646 05:36:41 Step 23/23 : LABEL version=4.1.0-dev.4 05:36:41 ---> Running in d5f95fdd979f 05:36:41 Removing intermediate container d5f95fdd979f 05:36:41 ---> 2717243debd5 05:36:41 [Warning] One or more build-args [ARCH] were not consumed 05:36:41 Successfully built 2717243debd5 05:36:41 Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:36:42 provisioning config files... 05:36:42 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/194@tmp/config4346950828237988782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:36:42 ---> ****-login.sh 05:36:42 nexus3.edgexfoundry.org:10001 05:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:36:42 Configure a credential helper to remove this warning. See 05:36:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:36:42 05:36:42 Login Succeeded 05:36:42 nexus3.edgexfoundry.org:10002 05:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:36:42 Configure a credential helper to remove this warning. See 05:36:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:36:42 05:36:42 Login Succeeded 05:36:42 nexus3.edgexfoundry.org:10003 05:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:36:43 Configure a credential helper to remove this warning. See 05:36:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:36:43 05:36:43 Login Succeeded 05:36:43 nexus3.edgexfoundry.org:10004 05:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:36:43 Configure a credential helper to remove this warning. See 05:36:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:36:43 05:36:43 Login Succeeded 05:36:43 ****.io 05:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:36:44 Configure a credential helper to remove this warning. See 05:36:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:36:44 05:36:44 Login Succeeded 05:36:44 ---> ****-login.sh ends [Pipeline] } 05:36:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:36:44 [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: 05:36:44 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:36:44 latest 05:36:44 4.1.0-dev.4 05:36:44 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:36:44 main 05:36:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:44 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:46 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:36:46 26a8b79a11c4: Preparing 05:36:46 614bc8b52ac9: Preparing 05:36:46 f95cbf1cb82d: Preparing 05:36:46 3ca02271d270: Preparing 05:36:46 307dad90ff51: Preparing 05:36:46 1e890da81ec9: Preparing 05:36:46 1e890da81ec9: Waiting 05:36:46 614bc8b52ac9: Pushed 05:36:46 26a8b79a11c4: Pushed 05:36:46 307dad90ff51: Pushed 05:36:46 1e890da81ec9: Layer already exists 05:36:46 3ca02271d270: Pushed 05:36:53 f95cbf1cb82d: Pushed 05:36:53 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:53 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:54 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 05:36:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:36:54 26a8b79a11c4: Preparing 05:36:54 614bc8b52ac9: Preparing 05:36:54 f95cbf1cb82d: Preparing 05:36:54 3ca02271d270: Preparing 05:36:54 307dad90ff51: Preparing 05:36:54 1e890da81ec9: Preparing 05:36:54 1e890da81ec9: Waiting 05:36:54 26a8b79a11c4: Layer already exists 05:36:54 f95cbf1cb82d: Layer already exists 05:36:54 3ca02271d270: Layer already exists 05:36:54 614bc8b52ac9: Layer already exists 05:36:54 307dad90ff51: Layer already exists 05:36:54 1e890da81ec9: Layer already exists 05:36:54 latest: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:54 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:55 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 05:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:36:55 26a8b79a11c4: Preparing 05:36:55 614bc8b52ac9: Preparing 05:36:55 f95cbf1cb82d: Preparing 05:36:55 3ca02271d270: Preparing 05:36:55 307dad90ff51: Preparing 05:36:55 1e890da81ec9: Preparing 05:36:55 1e890da81ec9: Waiting 05:36:55 f95cbf1cb82d: Layer already exists 05:36:55 26a8b79a11c4: Layer already exists 05:36:55 3ca02271d270: Layer already exists 05:36:55 307dad90ff51: Layer already exists 05:36:55 614bc8b52ac9: Layer already exists 05:36:55 1e890da81ec9: Layer already exists 05:36:55 4.1.0-dev.4: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:55 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:55 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:36:55 26a8b79a11c4: Preparing 05:36:55 614bc8b52ac9: Preparing 05:36:55 f95cbf1cb82d: Preparing 05:36:55 3ca02271d270: Preparing 05:36:55 307dad90ff51: Preparing 05:36:55 1e890da81ec9: Preparing 05:36:55 1e890da81ec9: Waiting 05:36:55 614bc8b52ac9: Layer already exists 05:36:55 307dad90ff51: Layer already exists 05:36:55 26a8b79a11c4: Layer already exists 05:36:55 f95cbf1cb82d: Layer already exists 05:36:55 3ca02271d270: Layer already exists 05:36:55 1e890da81ec9: Layer already exists 05:36:55 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:56 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:56 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main 05:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:36:56 26a8b79a11c4: Preparing 05:36:56 614bc8b52ac9: Preparing 05:36:56 f95cbf1cb82d: Preparing 05:36:56 3ca02271d270: Preparing 05:36:56 307dad90ff51: Preparing 05:36:56 1e890da81ec9: Preparing 05:36:56 1e890da81ec9: Waiting 05:36:56 3ca02271d270: Layer already exists 05:36:56 307dad90ff51: Layer already exists 05:36:56 26a8b79a11c4: Layer already exists 05:36:56 614bc8b52ac9: Layer already exists 05:36:56 f95cbf1cb82d: Layer already exists 05:36:56 1e890da81ec9: Layer already exists 05:36:56 main: digest: sha256:c6684b1893cb36a9c3464b2d953e920a7fe3b3e159c01d07003a024306a47671 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:56 ===================================================== [Pipeline] echo 05:36:56 taggedImages: 05:36:56 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b 05:36:56 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 05:36:56 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 05:36:56 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 05:36:56 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] echo 05:36:56 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] echo 05:36:56 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] echo 05:36:56 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4.1.0-dev.4 [Pipeline] echo 05:36:56 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b-4.1.0-dev.4 [Pipeline] echo 05:36:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:36:57 05:36:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:36:57 arm64: Pulling from edgex-lftools-log-publisher 05:36:57 8998bd30e6a1: Pulling fs layer 05:36:57 04944245beec: Pulling fs layer 05:36:57 699f458cf7ca: Pulling fs layer 05:36:57 765212b225bb: Pulling fs layer 05:36:57 f23df028b6ca: Pulling fs layer 05:36:57 d65c8cfc05b1: Pulling fs layer 05:36:57 2437ff75d9bd: Pulling fs layer 05:36:57 f23df028b6ca: Waiting 05:36:57 d65c8cfc05b1: Waiting 05:36:57 2437ff75d9bd: Waiting 05:36:57 765212b225bb: Waiting 05:36:58 04944245beec: Verifying Checksum 05:36:58 04944245beec: Download complete 05:36:58 765212b225bb: Verifying Checksum 05:36:58 765212b225bb: Download complete 05:36:58 f23df028b6ca: Verifying Checksum 05:36:58 f23df028b6ca: Download complete 05:36:58 d65c8cfc05b1: Verifying Checksum 05:36:58 d65c8cfc05b1: Download complete 05:36:58 699f458cf7ca: Verifying Checksum 05:36:58 699f458cf7ca: Download complete 05:36:58 8998bd30e6a1: Verifying Checksum 05:36:58 8998bd30e6a1: Download complete 05:37:01 2437ff75d9bd: Verifying Checksum 05:37:01 2437ff75d9bd: Download complete 05:37:03 8998bd30e6a1: Pull complete 05:37:03 04944245beec: Pull complete 05:37:05 699f458cf7ca: Pull complete 05:37:05 765212b225bb: Pull complete 05:37:05 f23df028b6ca: Pull complete 05:37:06 d65c8cfc05b1: Pull complete 05:37:24 2437ff75d9bd: Pull complete 05:37:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:37:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:37:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:37:24 prd-ubuntu20.04-docker-arm64-4c-16g-6832 does not seem to be running inside a container 05:37:24 $ 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/194 -v /w/workspace/device-modbus-go/194:/w/workspace/device-modbus-go/194:rw,z -v /w/workspace/device-modbus-go/194@tmp:/w/workspace/device-modbus-go/194@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:37:27 $ docker top f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:37:27 ---> job-cost.sh 05:37:28 lf-activate-venv: SKIPPING 05:37:28 INFO: No Stack... 05:37:28 INFO: Retrieving Pricing Info for: v3-standard-4 05:37:29 INFO: Archiving Costs [Pipeline] sh 05:37:29 + cat /w/workspace/device-modbus-go/194/archives/cost.csv 05:37:29 + cut -d, -f6 [Pipeline] lock 05:37:29 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] 05:37:29 Resource [jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] did not exist. Created. 05:37:29 Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:37:30 /w/workspace/device-modbus-go/194@tmp/durable-969452d7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:37:30 + echo total: 0.10999999940395355 [Pipeline] stash 05:37:30 Warning: overwriting stash ‘stack-cost’ 05:37:30 Stashed 1 file(s) [Pipeline] } 05:37:30 Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-194-stack-cost] [Pipeline] // lock [Pipeline] } 05:37:30 $ docker stop --time=1 f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 05:37:32 $ docker rm -f --volumes f2f4b77938527595bd39c8338db0c539288b767cd6d3299dc82c3f5928da4ab4 [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 05:37:32 provisioning config files... 05:37:32 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2211542623818829699tmp [Pipeline] { [Pipeline] sh 05:37:33 + set +x 05:37:33 + + curl -s https://codecov.io/bash 05:37:33 bash -s -- 05:37:33 05:37:33 _____ _ 05:37:33 / ____| | | 05:37:33 | | ___ __| | ___ ___ _____ __ 05:37:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:37:33 | |___| (_) | (_| | __/ (_| (_) \ V / 05:37:33 \_____\___/ \__,_|\___|\___\___/ \_/ 05:37:33 Bash-1.0.6 05:37:33 05:37:33 05:37:33 ==> git version 2.25.1 found 05:37:33 ==> 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 05:37:33 Release-Date: 2020-01-08 05:37:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:37:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:37:33 ==> Jenkins CI detected. 05:37:33 current dir:  /w/workspace/gexfoundry_device-modbus-go_main 05:37:33 project root: . 05:37:33 --> token set from env 05:37:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:37:33 ==> Running gcov in . (disable via -X gcov) 05:37:33 ==> Python coveragepy not found 05:37:33 ==> Searching for coverage reports in: 05:37:33 + . 05:37:33 -> Found 1 reports 05:37:33 ==> Detecting git/mercurial file structure 05:37:33 ==> Reading reports 05:37:33 + ./coverage.out bytes=27945 05:37:33 ==> Appending adjustments 05:37:33 https://docs.codecov.io/docs/fixing-reports 05:37:33 + Found adjustments 05:37:33 ==> Gzipping contents 05:37:33 8.0K /tmp/codecov.niVoyo.gz 05:37:33 ==> Uploading reports 05:37:33 url: https://codecov.io 05:37:33 query: branch=main&commit=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:37:33 -> Pinging Codecov 05:37:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F194%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:37:33 -> Uploading to 05:37:33 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-modbus-go/4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b/1c20b22f-40fb-4e8f-87b2-660504607072.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250813%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250813T053733Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f40c7c369f1839d79aa2b26f1c350bdaf2a9d017477d250ad27908b35546ef17 05:37:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:37:33 Dload Upload Total Spent Left Speed 05:37:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4287 0 0 100 4287 0 28019 --:--:-- --:--:-- --:--:-- 28019 05:37:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] } 05:37:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:37:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:37:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:37:34 05:37:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:37:34 latest: Pulling from edgex-devops/edgex-snyk-go 05:37:34 0a9a5dfd008f: Already exists 05:37:34 36466aa92d05: Already exists 05:37:34 e10405b45d13: Already exists 05:37:34 096b7ceb2af7: Already exists 05:37:34 4f4fb700ef54: Already exists 05:37:34 e50aa161e22a: Pulling fs layer 05:37:34 d3c8db5fb9df: Pulling fs layer 05:37:34 e50aa161e22a: Download complete 05:37:35 e50aa161e22a: Pull complete 05:37:36 d3c8db5fb9df: Verifying Checksum 05:37:36 d3c8db5fb9df: Download complete 05:37:39 d3c8db5fb9df: Pull complete 05:37:39 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:37:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:37:39 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:37:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:37:40 $ docker top 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d -eo pid,comm [Pipeline] { [Pipeline] sh 05:37:41 + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] echo 05:37:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh 05:37:41 + set -o pipefail 05:37:41 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' 05:37:51 05:37:51 Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... 05:37:51 05:37:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0a0805b9-8982-40eb-8dbc-845f1ef902a3/history/a7b891bf-346c-49e7-a3cf-1a802a258234 05:37:51 05:37:51 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 05:37:51 05:37:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:37:51 05:37:51 05:37:51 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:37:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:37:51 $ docker stop --time=1 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d 05:37:53 $ docker rm -f --volumes 210e18f522ede9cc160ef6505f62cc0eae54bb43c7d553559a42cb0e239f253d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:37:54 + git log --format=format:%s -1 4d8bab9e2b5a5de8d2b305e7a7ef03477ff6cc9b [Pipeline] sh 05:37:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:37:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:37:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:37:55 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:37:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:37:55 $ docker top bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 -eo pid,comm 05:37:55 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). 05:37:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:37:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:37:55 [ssh-agent] Looking for ssh-agent implementation... 05:37:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:37:55 $ docker exec bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 ssh-agent 05:37:55 SSH_AUTH_SOCK=/tmp/ssh-nAzDvxXVKu4v/agent.32 05:37:55 SSH_AGENT_PID=38 05:37:55 Running ssh-add (command line suppressed) 05:37:56 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5149302228382531042.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5149302228382531042.key) 05:37:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:37:56 + git semver tag 05:37:56 2025-08-13 05:37:56,518 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:37:56 2025-08-13 05:37:56,522 [run_tag] DEBUG tag force:False 05:37:56 2025-08-13 05:37:56,522 [check_head_tag] DEBUG check head tag 05:37:56 2025-08-13 05:37:56,522 [execute] INFO git cat-file --batch-check 05:37:56 2025-08-13 05:37:56,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=, shell=False, universal_newlines=False) 05:37:56 2025-08-13 05:37:56,525 [execute] INFO git cat-file --batch 05:37:56 2025-08-13 05:37:56,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=, shell=False, universal_newlines=False) 05:37:56 2025-08-13 05:37:56,533 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:37:56 2025-08-13 05:37:56,533 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 05:37:56 2025-08-13 05:37:56,533 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) 05:37:56 2025-08-13 05:37:56,535 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:37:56 4.1.0-dev.4 [Pipeline] } 05:37:56 $ docker exec --env ******** --env ******** bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 ssh-agent -k 05:37:56 unset SSH_AUTH_SOCK; 05:37:56 unset SSH_AGENT_PID; 05:37:56 echo Agent pid 38 killed; 05:37:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:37:57 + git semver [Pipeline] } 05:37:57 $ docker stop --time=1 bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 05:37:58 $ docker rm -f --volumes bd615e7a8cfc86f6779b68eb6610f2176e2f9294fbb9cba16c5f76aa7fbf0505 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:37:58 05:37:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:37:59 0.23.1-centos7: Pulling from edgex-lftools 05:37:59 ab5ef0e58194: Pulling fs layer 05:37:59 9712f1f96733: Pulling fs layer 05:37:59 63f879dbbcfc: Pulling fs layer 05:37:59 0d9ebad4ef96: Pulling fs layer 05:37:59 e9a5061849ea: Pulling fs layer 05:37:59 d747dcd14b5f: Pulling fs layer 05:37:59 2de7ff778b66: Pulling fs layer 05:37:59 0d9ebad4ef96: Waiting 05:37:59 e9a5061849ea: Waiting 05:37:59 d747dcd14b5f: Waiting 05:37:59 9712f1f96733: Verifying Checksum 05:37:59 9712f1f96733: Download complete 05:37:59 63f879dbbcfc: Verifying Checksum 05:37:59 63f879dbbcfc: Download complete 05:37:59 e9a5061849ea: Verifying Checksum 05:37:59 e9a5061849ea: Download complete 05:37:59 d747dcd14b5f: Download complete 05:37:59 0d9ebad4ef96: Verifying Checksum 05:37:59 0d9ebad4ef96: Download complete 05:38:00 2de7ff778b66: Verifying Checksum 05:38:00 2de7ff778b66: Download complete 05:38:00 ab5ef0e58194: Verifying Checksum 05:38:00 ab5ef0e58194: Download complete 05:38:04 ab5ef0e58194: Pull complete 05:38:04 9712f1f96733: Pull complete 05:38:04 63f879dbbcfc: Pull complete 05:38:10 0d9ebad4ef96: Pull complete 05:38:10 e9a5061849ea: Pull complete 05:38:10 d747dcd14b5f: Pull complete 05:38:11 2de7ff778b66: Pull complete 05:38:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:38:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:38:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:11 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:38:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:38:13 $ docker top d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:38:13 provisioning config files... 05:38:13 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12693320166153320463tmp 05:38:13 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5625080645284942334tmp 05:38:13 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12377590181793609786tmp [Pipeline] { [Pipeline] echo 05:38:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:38:14 ---> sigul-configuration.sh 05:38:14 gpg: directory `/root/.gnupg' created 05:38:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:38:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:38:14 gpg: keyring `/root/.gnupg/secring.gpg' created 05:38:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:38:14 gpg: CAST5 encrypted data 05:38:14 gpg: encrypted with 1 passphrase 05:38:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:38:14 + mkdir /home/jenkins 05:38:14 + mkdir /home/jenkins/sigul [Pipeline] sh 05:38:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:38:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:38:15 ---> sigul-install.sh 05:38:15 Sigul already installed; skipping installation. [Pipeline] sh 05:38:15 + git tag --list 05:38:15 0.7.1 05:38:15 v1.0.0 05:38:15 v1.1.0 05:38:15 v1.1.1 05:38:15 v1.2.2 05:38:15 v1.3.0 05:38:15 v1.3.1 05:38:15 v2.0.0 05:38:15 v2.1.0 05:38:15 v2.1.1 05:38:15 v2.2.0 05:38:15 v2.3.0 05:38:15 v3.0 05:38:15 v3.0.0 05:38:15 v3.1 05:38:15 v3.1.0 05:38:15 v3.1.1 05:38:15 v4.0 05:38:15 v4.0.0 05:38:15 v4.1.0-dev.1 05:38:15 v4.1.0-dev.2 05:38:15 v4.1.0-dev.3 05:38:15 v4.1.0-dev.4 [Pipeline] sh 05:38:16 + lftools sign git-tag v4.1.0-dev.4 05:38:16 Signing Git tag with Sigul... 05:38:16 Signing v4.1.0-dev.4 [Pipeline] echo 05:38:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:38:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:38:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:38:17 $ docker stop --time=1 d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 05:38:18 $ docker rm -f --volumes d717147e979bca5221610dd0abf34e18aef46a58e0c4ffdb5f605698f39fcae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:38:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:38:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:38:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:19 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:38:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:38:19 $ docker top 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc -eo pid,comm 05:38:19 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). 05:38:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:38:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:19 [ssh-agent] Looking for ssh-agent implementation... 05:38:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:19 $ docker exec 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc ssh-agent 05:38:19 SSH_AUTH_SOCK=/tmp/ssh-D4860u5YT2vC/agent.32 05:38:19 SSH_AGENT_PID=38 05:38:19 Running ssh-add (command line suppressed) 05:38:20 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7261643968188754265.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7261643968188754265.key) 05:38:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:20 + git semver bump pre 05:38:20 2025-08-13 05:38:20,577 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:38:20 2025-08-13 05:38:20,580 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:38:20 2025-08-13 05:38:20,580 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev 05:38:20 2025-08-13 05:38:20,580 [bump_version] DEBUG bumped version:4.1.0-dev.5 05:38:20 2025-08-13 05:38:20,580 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True 05:38:20 2025-08-13 05:38:20,580 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:38:20 2025-08-13 05:38:20,580 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:38:20 2025-08-13 05:38:20,582 [execute] INFO git cat-file --batch-check 05:38:20 2025-08-13 05:38:20,582 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:38:20 2025-08-13 05:38:20,585 [execute] INFO git cat-file --batch 05:38:20 2025-08-13 05:38:20,585 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:38:20 2025-08-13 05:38:20,588 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:38:20 4.1.0-dev.5 [Pipeline] } 05:38:20 $ docker exec --env ******** --env ******** 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc ssh-agent -k 05:38:20 unset SSH_AUTH_SOCK; 05:38:20 unset SSH_AGENT_PID; 05:38:20 echo Agent pid 38 killed; 05:38:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:38:21 + git semver [Pipeline] } 05:38:21 $ docker stop --time=1 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc 05:38:22 $ docker rm -f --volumes 25c38d64a1e98cb451aaa0739999b7565e01b216c19b40cf90cc9590b9fcf2cc [Pipeline] // withDockerContainer [Pipeline] sh 05:38:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:38:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:38:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:23 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:38:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:38:23 $ docker top 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b -eo pid,comm 05:38:23 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). 05:38:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:38:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:23 [ssh-agent] Looking for ssh-agent implementation... 05:38:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:23 $ docker exec 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b ssh-agent 05:38:23 SSH_AUTH_SOCK=/tmp/ssh-1CnA95wEme24/agent.32 05:38:23 SSH_AGENT_PID=38 05:38:23 Running ssh-add (command line suppressed) 05:38:23 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8753671867343636009.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8753671867343636009.key) 05:38:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:24 + git semver push 05:38:24 2025-08-13 05:38:24,422 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:38:24 2025-08-13 05:38:24,426 [run_push] DEBUG push 05:38:24 2025-08-13 05:38:24,427 [execute] INFO git cat-file --batch-check 05:38:24 2025-08-13 05:38:24,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=, shell=False, universal_newlines=False) 05:38:24 2025-08-13 05:38:24,429 [execute] INFO git rev-list 053bd7a317b21672ed2e8e42f4e935cb770c8777 -- 05:38:24 2025-08-13 05:38:24,430 [execute] DEBUG Popen(['git', 'rev-list', '053bd7a317b21672ed2e8e42f4e935cb770c8777', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:38:24 2025-08-13 05:38:24,438 [execute] INFO git fetch -v -- origin 05:38:24 2025-08-13 05:38:24,438 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 05:38:25 2025-08-13 05:38:24,904 [run_push] DEBUG no remote changes detected 05:38:25 2025-08-13 05:38:24,904 [execute] INFO git push origin semver 05:38:25 2025-08-13 05:38:24,905 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 05:38:26 2025-08-13 05:38:25,870 [run_push] DEBUG push all version tags 05:38:26 2025-08-13 05:38:25,871 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:38:26 2025-08-13 05:38:25,871 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, stdin=None, shell=False, universal_newlines=False) 05:38:26 2025-08-13 05:38:26,712 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:38:26 4.1.0-dev.5 [Pipeline] } 05:38:26 $ docker exec --env ******** --env ******** 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b ssh-agent -k 05:38:27 unset SSH_AUTH_SOCK; 05:38:27 unset SSH_AGENT_PID; 05:38:27 echo Agent pid 38 killed; 05:38:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:38:27 + git semver [Pipeline] } 05:38:27 $ docker stop --time=1 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b 05:38:28 $ docker rm -f --volumes 0b77343759f2b45238b0eff05584d52e3fc753d97b33dc4bb31bf04ea2cee36b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:38:29 + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] 05:38:29 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 05:38:29 total 16 05:38:29 drwxr-xr-x 3 root root 4096 Aug 13 05:25 . 05:38:29 drwxrwxr-x 10 jenkins jenkins 4096 Aug 13 05:38 .. 05:38:29 drwxr-xr-x 2 root root 4096 Aug 13 05:25 cost 05:38:29 -rw-r--r-- 1 root root 88 Aug 13 05:25 cost.csv 05:38:29 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives 05:38:29 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 05:38:29 total 16 05:38:29 drwxr-xr-x 3 jenkins jenkins 4096 Aug 13 05:25 . 05:38:29 drwxrwxr-x 10 jenkins jenkins 4096 Aug 13 05:38 .. 05:38:29 drwxr-xr-x 2 jenkins jenkins 4096 Aug 13 05:25 cost 05:38:29 -rw-r--r-- 1 jenkins jenkins 88 Aug 13 05:25 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:38:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:38:30 ---> package-listing.sh 05:38:30 ++ facter osfamily 05:38:30 ++ tr '[:upper:]' '[:lower:]' 05:38:30 + OS_FAMILY=debian 05:38:30 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 05:38:30 + START_PACKAGES=/tmp/packages_start.txt 05:38:30 + END_PACKAGES=/tmp/packages_end.txt 05:38:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:38:30 + PACKAGES=/tmp/packages_start.txt 05:38:30 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:38:30 + PACKAGES=/tmp/packages_end.txt 05:38:30 + case "${OS_FAMILY}" in 05:38:30 + dpkg -l 05:38:30 + grep '^ii' 05:38:30 + '[' -f /tmp/packages_start.txt ']' 05:38:30 + '[' -f /tmp/packages_end.txt ']' 05:38:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:38:30 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:38:30 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 05:38:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 05:38:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:38:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:38:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:31 prd-ubuntu20.04-docker-8c-8g-6830 does not seem to be running inside a container 05:38:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:38:32 $ docker top 2428f7d18f41587d4fec0bfc4d03f5f831e7bf8184957e52df8cb8e844adcc50 -eo pid,comm [Pipeline] { [Pipeline] sh 05:38:32 + touch /tmp/pre-build-complete [Pipeline] sh 05:38:32 + mkdir -p /var/log/sysstat [Pipeline] sh 05:38:32 + ls /var/log/sa-host 05:38:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:38:32 provisioning config files... 05:38:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12676408673890614525tmp [Pipeline] { [Pipeline] echo 05:38:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:38:33 ---> create-netrc.sh [Pipeline] } 05:38:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:38:33 ---> python-tools-install.sh [Pipeline] echo 05:38:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:38:33 ---> sudo-logs.sh 05:38:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:38:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:38:34 ---> job-cost.sh 05:38:34 lf-activate-venv: SKIPPING 05:38:34 DEBUG: total: 0.2199999988079071 05:38:34 INFO: Retrieving Stack Cost... 05:38:34 INFO: Retrieving Pricing Info for: v3-standard-8 05:38:35 INFO: Archiving Costs [Pipeline] echo 05:38:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:38:35 ---> logs-deploy.sh 05:38:35 lf-activate-venv: SKIPPING 05:38:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/194 05:38:35 INFO: archiving workspace using pattern(s): 05:38:36 Archives upload complete. 05:38:36 INFO: archiving logs to Nexus