Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b 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-ssh12414528740638229308.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh4487282728073935523.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh9934672314329468768.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh6851595380973604675.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-ssh5401786124560144634.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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-6850’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6852 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 a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b (main) Commit message: "Merge pull request #564 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29" > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b # timeout=10 > git rev-list --no-walk b6c4b0dee6461bdbd7ff5442e9e8ba8b047e9f9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-31T06:57:15.438Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-31T06:57:15.523Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-31T06:57:15.554Z] ========================================================= [2024-07-31T06:57:15.554Z] EdgeX Global Pipelines Version Info [2024-07-31T06:57:15.554Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-31T06:57:16.274Z] ------------------- [2024-07-31T06:57:16.274Z] stable info: [2024-07-31T06:57:16.274Z] ------------------- [2024-07-31T06:57:16.274Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T06:57:16.274Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-31T06:57:16.274Z] Message: update stable to v1.0.260 [2024-07-31T06:57:16.845Z] ------------------- [2024-07-31T06:57:16.845Z] experimental info: [2024-07-31T06:57:16.845Z] ------------------- [2024-07-31T06:57:16.845Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T06:57:16.845Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-31T06:57:16.845Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-31T06:57:16.931Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2024-07-31T06:57:16.957Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2024-07-31T06:57:16.984Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-31T06:57:17.007Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-31T06:57:17.031Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-31T06:57:17.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-31T06:57:17.078Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-31T06:57:17.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-31T06:57:17.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-31T06:57:17.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-31T06:57:17.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-31T06:57:17.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2024-07-31T06:57:17.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-31T06:57:17.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-31T06:57:17.256Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T06:57:17.281Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T06:57:17.304Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-31T06:57:17.331Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-31T06:57:17.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-31T06:57:17.386Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-31T06:57:17.410Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-31T06:57:17.438Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-31T06:57:17.462Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-31T06:57:17.488Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-31T06:57:17.510Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-31T06:57:17.534Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-31T06:57:17.558Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-31T06:57:17.578Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-31T06:57:17.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-31T06:57:17.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-31T06:57:17.656Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] echo [2024-07-31T06:57:17.677Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4ac1bf [Pipeline] echo [2024-07-31T06:57:17.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T06:57:17.772Z] provisioning config files... [2024-07-31T06:57:17.785Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config16357478276939825227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T06:57:18.119Z] ---> ****-login.sh [2024-07-31T06:57:18.119Z] nexus3.edgexfoundry.org:10001 [2024-07-31T06:57:18.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:18.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:18.380Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:18.380Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:18.380Z] [2024-07-31T06:57:18.380Z] Login Succeeded [2024-07-31T06:57:18.380Z] nexus3.edgexfoundry.org:10002 [2024-07-31T06:57:18.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:18.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:18.380Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:18.380Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:18.380Z] [2024-07-31T06:57:18.380Z] Login Succeeded [2024-07-31T06:57:18.380Z] nexus3.edgexfoundry.org:10003 [2024-07-31T06:57:18.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:18.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:18.641Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:18.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:18.642Z] [2024-07-31T06:57:18.642Z] Login Succeeded [2024-07-31T06:57:18.642Z] nexus3.edgexfoundry.org:10004 [2024-07-31T06:57:18.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:18.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:18.642Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:18.642Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:18.642Z] [2024-07-31T06:57:18.642Z] Login Succeeded [2024-07-31T06:57:18.642Z] ****.io [2024-07-31T06:57:18.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:18.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:18.902Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:18.902Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:18.902Z] [2024-07-31T06:57:18.902Z] Login Succeeded [2024-07-31T06:57:18.902Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T06:57:18.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-31T06:57:19.308Z] + git rev-list -1 --merges a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b~1..a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] echo [2024-07-31T06:57:19.337Z] -----------> git rev-list -1 --merges a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b~1..a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T06:57:19.337Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [false] [Pipeline] sh [2024-07-31T06:57:19.633Z] + git log --format=format:%s -1 a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] echo [2024-07-31T06:57:19.650Z] ========================================================= [2024-07-31T06:57:19.650Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-31T06:57:19.650Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-31T06:57:19.996Z] + git log --format=format:%s -1 a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] echo [2024-07-31T06:57:20.010Z] [semverPrep] GIT_COMMIT: a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b, Commit Message: Merge pull request #564 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29 [Pipeline] echo [2024-07-31T06:57:20.025Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-31T06:57:20.383Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T06:57:20.383Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-31T06:57:20.383Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-31T06:57:20.383Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-31T06:57:20.383Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-31T06:57:20.383Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-31T06:57:20.383Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:57:20.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T06:57:20.740Z] [2024-07-31T06:57:20.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:57:21.045Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T06:57:21.045Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-31T06:57:21.045Z] b85a868b505f: Pulling fs layer [2024-07-31T06:57:21.045Z] e2be974225ed: Pulling fs layer [2024-07-31T06:57:21.045Z] 339a4e72a1f5: Pulling fs layer [2024-07-31T06:57:21.045Z] 988bab9f4d93: Pulling fs layer [2024-07-31T06:57:21.045Z] 1469e6f7b9e6: Pulling fs layer [2024-07-31T06:57:21.045Z] eaf3925da568: Pulling fs layer [2024-07-31T06:57:21.045Z] bab4dde63d76: Pulling fs layer [2024-07-31T06:57:21.045Z] bde34c3a00c8: Pulling fs layer [2024-07-31T06:57:21.045Z] b352a97aabf1: Pulling fs layer [2024-07-31T06:57:21.045Z] 4872d77fe225: Pulling fs layer [2024-07-31T06:57:21.045Z] 5851b861e8e6: Pulling fs layer [2024-07-31T06:57:21.045Z] bab4dde63d76: Waiting [2024-07-31T06:57:21.045Z] bde34c3a00c8: Waiting [2024-07-31T06:57:21.045Z] 1469e6f7b9e6: Waiting [2024-07-31T06:57:21.045Z] eaf3925da568: Waiting [2024-07-31T06:57:21.045Z] b352a97aabf1: Waiting [2024-07-31T06:57:21.045Z] 988bab9f4d93: Waiting [2024-07-31T06:57:21.045Z] 5851b861e8e6: Waiting [2024-07-31T06:57:21.045Z] 4872d77fe225: Waiting [2024-07-31T06:57:21.045Z] e2be974225ed: Verifying Checksum [2024-07-31T06:57:21.045Z] e2be974225ed: Download complete [2024-07-31T06:57:21.045Z] 988bab9f4d93: Download complete [2024-07-31T06:57:21.303Z] 1469e6f7b9e6: Verifying Checksum [2024-07-31T06:57:21.303Z] 1469e6f7b9e6: Download complete [2024-07-31T06:57:21.303Z] 339a4e72a1f5: Verifying Checksum [2024-07-31T06:57:21.303Z] 339a4e72a1f5: Download complete [2024-07-31T06:57:21.303Z] eaf3925da568: Download complete [2024-07-31T06:57:21.303Z] bde34c3a00c8: Download complete [2024-07-31T06:57:21.303Z] b352a97aabf1: Verifying Checksum [2024-07-31T06:57:21.303Z] b352a97aabf1: Download complete [2024-07-31T06:57:21.303Z] 4872d77fe225: Verifying Checksum [2024-07-31T06:57:21.303Z] 4872d77fe225: Download complete [2024-07-31T06:57:21.303Z] 5851b861e8e6: Verifying Checksum [2024-07-31T06:57:21.303Z] 5851b861e8e6: Download complete [2024-07-31T06:57:21.303Z] b85a868b505f: Verifying Checksum [2024-07-31T06:57:21.303Z] b85a868b505f: Download complete [2024-07-31T06:57:21.563Z] bab4dde63d76: Verifying Checksum [2024-07-31T06:57:21.563Z] bab4dde63d76: Download complete [2024-07-31T06:57:22.512Z] b85a868b505f: Pull complete [2024-07-31T06:57:22.512Z] e2be974225ed: Pull complete [2024-07-31T06:57:23.080Z] 339a4e72a1f5: Pull complete [2024-07-31T06:57:23.080Z] 988bab9f4d93: Pull complete [2024-07-31T06:57:23.340Z] 1469e6f7b9e6: Pull complete [2024-07-31T06:57:23.340Z] eaf3925da568: Pull complete [2024-07-31T06:57:25.243Z] bab4dde63d76: Pull complete [2024-07-31T06:57:25.243Z] bde34c3a00c8: Pull complete [2024-07-31T06:57:25.243Z] b352a97aabf1: Pull complete [2024-07-31T06:57:25.503Z] 4872d77fe225: Pull complete [2024-07-31T06:57:25.503Z] 5851b861e8e6: Pull complete [2024-07-31T06:57:25.503Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-31T06:57:25.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T06:57:25.503Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T06:57:25.642Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T06:57:25.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T06:57:28.656Z] $ docker top 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 -eo pid,comm [2024-07-31T06:57:28.716Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-31T06:57:28.716Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T06:57:28.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T06:57:28.783Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T06:57:28.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T06:57:28.901Z] $ docker exec 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 ssh-agent [2024-07-31T06:57:29.011Z] SSH_AUTH_SOCK=/tmp/ssh-YaWEUZ2gTSJc/agent.31 [2024-07-31T06:57:29.011Z] SSH_AGENT_PID=37 [2024-07-31T06:57:29.019Z] Running ssh-add (command line suppressed) [2024-07-31T06:57:29.119Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_6589896180549776660.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_6589896180549776660.key) [2024-07-31T06:57:29.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T06:57:29.431Z] + git tag --points-at HEAD [Pipeline] } [2024-07-31T06:57:29.439Z] $ docker exec --env ******** --env ******** 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 ssh-agent -k [2024-07-31T06:57:29.548Z] unset SSH_AUTH_SOCK; [2024-07-31T06:57:29.549Z] unset SSH_AGENT_PID; [2024-07-31T06:57:29.549Z] echo Agent pid 37 killed; [2024-07-31T06:57:29.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-31T06:57:29.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T06:57:29.610Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T06:57:29.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T06:57:29.738Z] $ docker exec 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 ssh-agent [2024-07-31T06:57:29.857Z] SSH_AUTH_SOCK=/tmp/ssh-h06NGqbzNQw3/agent.70 [2024-07-31T06:57:29.857Z] SSH_AGENT_PID=76 [2024-07-31T06:57:29.862Z] Running ssh-add (command line suppressed) [2024-07-31T06:57:29.966Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_10854689713769699348.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_10854689713769699348.key) [2024-07-31T06:57:29.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T06:57:30.274Z] + git semver init [2024-07-31T06:57:30.538Z] 2024-07-31 06:57:30,484 [run_init] DEBUG init version:0.0.0 force:False [2024-07-31T06:57:30.538Z] 2024-07-31 06:57:30,485 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-07-31T06:57:30.538Z] 2024-07-31 06:57:30,486 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-07-31T06:57:30.538Z] 2024-07-31 06:57:30,486 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-31T06:57:31.781Z] 2024-07-31 06:57:31,752 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude [2024-07-31T06:57:31.781Z] 2024-07-31 06:57:31,753 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False [2024-07-31T06:57:31.781Z] 2024-07-31 06:57:31,753 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T06:57:31.781Z] 2024-07-31 06:57:31,753 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T06:57:31.781Z] 3.2.0-dev.20 [Pipeline] } [2024-07-31T06:57:31.791Z] $ docker exec --env ******** --env ******** 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 ssh-agent -k [2024-07-31T06:57:31.890Z] unset SSH_AUTH_SOCK; [2024-07-31T06:57:31.890Z] unset SSH_AGENT_PID; [2024-07-31T06:57:31.890Z] echo Agent pid 76 killed; [2024-07-31T06:57:31.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T06:57:32.229Z] + git semver [Pipeline] } [2024-07-31T06:57:32.499Z] $ docker stop --time=1 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 [2024-07-31T06:57:33.796Z] $ docker rm -f --volumes 8a17bb838b34aed71bb5b2dfb9acb3a5e0794b450184f2c9e844ecf6dc15b0c1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T06:57:34.156Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-31T06:57:34.397Z] Stashed 1 file(s) [Pipeline] echo [2024-07-31T06:57:34.402Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.20 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T06:57:34.611Z] provisioning config files... [2024-07-31T06:57:34.621Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7159090843498408374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T06:57:34.922Z] ---> ****-login.sh [2024-07-31T06:57:34.922Z] nexus3.edgexfoundry.org:10001 [2024-07-31T06:57:34.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:34.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:34.922Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:34.922Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:34.922Z] [2024-07-31T06:57:34.922Z] Login Succeeded [2024-07-31T06:57:34.922Z] nexus3.edgexfoundry.org:10002 [2024-07-31T06:57:34.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:34.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:34.922Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:34.922Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:34.922Z] [2024-07-31T06:57:34.922Z] Login Succeeded [2024-07-31T06:57:34.922Z] nexus3.edgexfoundry.org:10003 [2024-07-31T06:57:35.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:35.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:35.781Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:35.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:35.781Z] [2024-07-31T06:57:35.781Z] Login Succeeded [2024-07-31T06:57:35.781Z] nexus3.edgexfoundry.org:10004 [2024-07-31T06:57:35.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:35.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:35.781Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:35.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:35.781Z] [2024-07-31T06:57:35.781Z] Login Succeeded [2024-07-31T06:57:35.781Z] ****.io [2024-07-31T06:57:35.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T06:57:36.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T06:57:36.537Z] Configure a credential helper to remove this warning. See [2024-07-31T06:57:36.537Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T06:57:36.537Z] [2024-07-31T06:57:36.537Z] Login Succeeded [2024-07-31T06:57:36.537Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T06:57:36.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-31T06:57:39.546Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T06:57:39.562Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T06:57:39.575Z] ========================================================= [2024-07-31T06:57:39.575Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-31T06:57:39.575Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:57:39.904Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-31T06:57:39.904Z] Sending build context to Docker daemon 17.87MB [2024-07-31T06:57:39.904Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-31T06:57:39.904Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-31T06:57:40.162Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-31T06:57:40.163Z] 619be1103602: Pulling fs layer [2024-07-31T06:57:40.163Z] 7862e08f4a3e: Pulling fs layer [2024-07-31T06:57:40.163Z] 5df492c9dc93: Pulling fs layer [2024-07-31T06:57:40.163Z] 7629e6793208: Pulling fs layer [2024-07-31T06:57:40.163Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T06:57:40.163Z] fb5054dd5b73: Pulling fs layer [2024-07-31T06:57:40.163Z] eeca6798cff9: Pulling fs layer [2024-07-31T06:57:40.163Z] aa269ceb94a6: Pulling fs layer [2024-07-31T06:57:40.163Z] ada007ff1a6a: Pulling fs layer [2024-07-31T06:57:40.163Z] 4f4fb700ef54: Waiting [2024-07-31T06:57:40.163Z] 7629e6793208: Waiting [2024-07-31T06:57:40.163Z] fb5054dd5b73: Waiting [2024-07-31T06:57:40.163Z] aa269ceb94a6: Waiting [2024-07-31T06:57:40.163Z] ada007ff1a6a: Waiting [2024-07-31T06:57:40.163Z] 7862e08f4a3e: Download complete [2024-07-31T06:57:40.163Z] 7629e6793208: Verifying Checksum [2024-07-31T06:57:40.163Z] 7629e6793208: Download complete [2024-07-31T06:57:40.163Z] 4f4fb700ef54: Download complete [2024-07-31T06:57:40.163Z] 619be1103602: Verifying Checksum [2024-07-31T06:57:40.163Z] 619be1103602: Download complete [2024-07-31T06:57:40.163Z] fb5054dd5b73: Verifying Checksum [2024-07-31T06:57:40.163Z] fb5054dd5b73: Download complete [2024-07-31T06:57:40.163Z] eeca6798cff9: Verifying Checksum [2024-07-31T06:57:40.163Z] eeca6798cff9: Download complete [2024-07-31T06:57:40.163Z] 619be1103602: Pull complete [2024-07-31T06:57:40.420Z] ada007ff1a6a: Verifying Checksum [2024-07-31T06:57:40.420Z] ada007ff1a6a: Download complete [2024-07-31T06:57:40.420Z] 7862e08f4a3e: Pull complete [2024-07-31T06:57:40.685Z] 5df492c9dc93: Verifying Checksum [2024-07-31T06:57:40.685Z] 5df492c9dc93: Download complete [2024-07-31T06:57:40.943Z] aa269ceb94a6: Verifying Checksum [2024-07-31T06:57:40.943Z] aa269ceb94a6: Download complete [2024-07-31T06:57:44.338Z] 5df492c9dc93: Pull complete [2024-07-31T06:57:44.338Z] 7629e6793208: Pull complete [2024-07-31T06:57:44.338Z] 4f4fb700ef54: Pull complete [2024-07-31T06:57:44.338Z] fb5054dd5b73: Pull complete [2024-07-31T06:57:44.338Z] eeca6798cff9: Pull complete [2024-07-31T06:57:46.093Z] aa269ceb94a6: Pull complete [2024-07-31T06:57:46.670Z] ada007ff1a6a: Pull complete [2024-07-31T06:57:46.670Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-31T06:57:46.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T06:57:46.670Z] ---> f489d0715acc [2024-07-31T06:57:46.670Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-07-31T06:57:49.546Z] Still waiting to schedule task [2024-07-31T06:57:49.547Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6851’ [2024-07-31T06:57:50.876Z] ---> Running in 3c7fd21e717d [2024-07-31T06:57:50.876Z] Removing intermediate container 3c7fd21e717d [2024-07-31T06:57:50.876Z] ---> d277b4ee5dd8 [2024-07-31T06:57:50.876Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-31T06:57:50.876Z] ---> Running in 8bbb770a7042 [2024-07-31T06:57:51.134Z] Removing intermediate container 8bbb770a7042 [2024-07-31T06:57:51.134Z] ---> 175af4cba6d4 [2024-07-31T06:57:51.134Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-07-31T06:57:51.134Z] ---> Running in 70ccb8256bf9 [2024-07-31T06:57:51.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T06:57:51.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T06:57:51.960Z] (1/8) Installing openssh-keygen (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (2/8) Installing libedit (20221030.3.1-r1) [2024-07-31T06:57:51.960Z] (3/8) Installing openssh-client-common (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (4/8) Installing openssh-client-default (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (5/8) Installing openssh-sftp-server (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (6/8) Installing openssh-server-common (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (7/8) Installing openssh-server (9.3_p2-r2) [2024-07-31T06:57:51.960Z] (8/8) Installing openssh (9.3_p2-r2) [2024-07-31T06:57:51.960Z] Executing busybox-1.36.1-r5.trigger [2024-07-31T06:57:51.960Z] OK: 270 MiB in 60 packages [2024-07-31T06:57:52.527Z] Removing intermediate container 70ccb8256bf9 [2024-07-31T06:57:52.527Z] ---> 059ac17a04e5 [2024-07-31T06:57:52.527Z] Step 6/10 : WORKDIR /device-modbus-go [2024-07-31T06:57:52.527Z] ---> Running in 432a1795bb84 [2024-07-31T06:57:52.527Z] Removing intermediate container 432a1795bb84 [2024-07-31T06:57:52.527Z] ---> 240567cb2eb8 [2024-07-31T06:57:52.527Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-31T06:57:52.527Z] ---> 90d966432e4c [2024-07-31T06:57:52.527Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T06:57:52.785Z] ---> Running in 7000714b0413 [2024-07-31T06:58:48.060Z] Removing intermediate container 7000714b0413 [2024-07-31T06:58:48.060Z] ---> 9af37a2d62fc [2024-07-31T06:58:48.060Z] Step 9/10 : COPY . . [2024-07-31T06:58:48.060Z] ---> 760c1ec35005 [2024-07-31T06:58:48.060Z] Step 10/10 : RUN ${MAKE} [2024-07-31T06:58:48.060Z] ---> Running in ee85f8fcaf80 [2024-07-31T06:58:48.060Z] noop [2024-07-31T06:58:48.060Z] Removing intermediate container ee85f8fcaf80 [2024-07-31T06:58:48.060Z] ---> d75e71240d0e [2024-07-31T06:58:48.060Z] Successfully built d75e71240d0e [2024-07-31T06:58:48.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:58:48.392Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T06:58:48.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T06:58:48.475Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T06:58:48.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-31T06:58:48.830Z] $ docker top d53448cf4d8c5c8093dd4b5610548f4c13d169f0676e7698420ca7b103e09d2f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T06:58:49.189Z] + go version [2024-07-31T06:58:49.189Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-31T06:58:49.197Z] $ docker stop --time=1 d53448cf4d8c5c8093dd4b5610548f4c13d169f0676e7698420ca7b103e09d2f [2024-07-31T06:58:50.501Z] $ docker rm -f --volumes d53448cf4d8c5c8093dd4b5610548f4c13d169f0676e7698420ca7b103e09d2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:58:50.960Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T06:58:50.960Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T06:58:51.048Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T06:58:51.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-31T06:58:51.409Z] $ docker top 61fe94d72811a00b53f4d37e2c25deb431652687d7df55931bd13571a90bfabc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T06:58:51.755Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-31T06:58:52.057Z] + make test [2024-07-31T06:58:52.057Z] go test ./... -coverprofile=coverage.out [2024-07-31T06:58:53.480Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-07-31T06:59:11.555Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2024-07-31T06:59:11.555Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.010s coverage: 47.9% of statements [2024-07-31T06:59:21.518Z] go vet ./... [2024-07-31T06:59:26.782Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-31T06:59:26.782Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-31T06:59:26.782Z] ./bin/test-attribution-txt.sh [2024-07-31T06:59:26.782Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-31T06:59:26.794Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-31T06:59:26.809Z] $ docker stop --time=1 61fe94d72811a00b53f4d37e2c25deb431652687d7df55931bd13571a90bfabc [2024-07-31T06:59:30.488Z] $ docker rm -f --volumes 61fe94d72811a00b53f4d37e2c25deb431652687d7df55931bd13571a90bfabc [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T06:59:31.039Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-31T06:59:31.103Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-31T06:59:31.647Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-31T06:59:31.929Z] + ls -al . [2024-07-31T06:59:31.929Z] total 272 [2024-07-31T06:59:31.929Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 31 06:58 . [2024-07-31T06:59:31.929Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 06:57 .. [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 31 06:57 .dockerignore [2024-07-31T06:59:31.929Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 06:59 .git [2024-07-31T06:59:31.929Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 06:57 .github [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 266 Jul 31 06:57 .gitignore [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 06:57 .golangci.yml [2024-07-31T06:59:31.929Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 06:57 .semver [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 19432 Jul 31 06:57 Attribution.txt [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 16388 Jul 31 06:57 CHANGELOG.md [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 1474 Jul 31 06:57 Dockerfile [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 06:57 GOVERNANCE.md [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 658 Jul 31 06:57 Jenkinsfile [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 31 06:57 LICENSE [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 1942 Jul 31 06:57 Makefile [2024-07-31T06:59:31.929Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 31 06:57 OWNERS.md [2024-07-31T06:59:31.930Z] -rw-rw-r-- 1 jenkins jenkins 4463 Jul 31 06:57 README.md [2024-07-31T06:59:31.930Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 06:57 VERSION [2024-07-31T06:59:31.930Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 06:57 bin [2024-07-31T06:59:31.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 06:57 cmd [2024-07-31T06:59:31.930Z] -rw-r--r-- 1 jenkins jenkins 24601 Jul 31 06:59 coverage.out [2024-07-31T06:59:31.930Z] -rw-rw-r-- 1 jenkins jenkins 7185 Jul 31 06:57 go.mod [2024-07-31T06:59:31.930Z] -rw-rw-r-- 1 jenkins jenkins 102015 Jul 31 06:57 go.sum [2024-07-31T06:59:31.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 06:57 internal [2024-07-31T06:59:31.930Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 06:57 simulator [2024-07-31T06:59:31.930Z] -rw-rw-r-- 1 jenkins jenkins 229 Jul 31 06:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T06:59:32.261Z] + 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=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b --label arch=amd64 --label version=3.2.0-dev.20 . [2024-07-31T06:59:32.261Z] Sending build context to Docker daemon 17.9MB [2024-07-31T06:59:32.261Z] Step 1/23 : ARG BASE=golang:1.21-alpine3.18 [2024-07-31T06:59:32.261Z] Step 2/23 : FROM ${BASE} AS builder [2024-07-31T06:59:32.261Z] ---> d75e71240d0e [2024-07-31T06:59:32.261Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-07-31T06:59:32.520Z] ---> Running in 466313a09cfc [2024-07-31T06:59:32.520Z] Removing intermediate container 466313a09cfc [2024-07-31T06:59:32.520Z] ---> 1a8767ec0fa2 [2024-07-31T06:59:32.520Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-31T06:59:32.520Z] ---> Running in 2c8f4560238c [2024-07-31T06:59:32.779Z] Removing intermediate container 2c8f4560238c [2024-07-31T06:59:32.779Z] ---> 16d7a71c977c [2024-07-31T06:59:32.779Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-07-31T06:59:32.779Z] ---> Running in dedb3162d220 [2024-07-31T06:59:33.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T06:59:33.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T06:59:33.296Z] OK: 270 MiB in 60 packages [2024-07-31T06:59:33.864Z] Removing intermediate container dedb3162d220 [2024-07-31T06:59:33.864Z] ---> 873377033e30 [2024-07-31T06:59:33.864Z] Step 6/23 : WORKDIR /device-modbus-go [2024-07-31T06:59:33.864Z] ---> Running in 69fc44fcf3f1 [2024-07-31T06:59:33.864Z] Removing intermediate container 69fc44fcf3f1 [2024-07-31T06:59:33.864Z] ---> c0ec59dfeaf6 [2024-07-31T06:59:33.864Z] Step 7/23 : COPY go.mod vendor* ./ [2024-07-31T06:59:33.864Z] ---> 061bffb202c2 [2024-07-31T06:59:33.864Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T06:59:33.864Z] ---> Running in 32ecad4d1063 [2024-07-31T06:59:34.800Z] Removing intermediate container 32ecad4d1063 [2024-07-31T06:59:34.800Z] ---> 377646981072 [2024-07-31T06:59:34.800Z] Step 9/23 : COPY . . [2024-07-31T06:59:35.060Z] ---> 6845f66159b5 [2024-07-31T06:59:35.060Z] Step 10/23 : RUN ${MAKE} [2024-07-31T06:59:35.060Z] ---> Running in f262dec9d00e [2024-07-31T06:59:35.320Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.29" -trimpath -mod=readonly -o cmd/device-modbus ./cmd [2024-07-31T07:00:07.399Z] Removing intermediate container f262dec9d00e [2024-07-31T07:00:07.399Z] ---> b3e5067922bd [2024-07-31T07:00:07.399Z] Step 11/23 : FROM alpine:3.18 [2024-07-31T07:00:07.399Z] 3.18: Pulling from library/alpine [2024-07-31T07:00:07.399Z] 930bdd4d222e: Pulling fs layer [2024-07-31T07:00:07.399Z] 930bdd4d222e: Download complete [2024-07-31T07:00:07.399Z] 930bdd4d222e: Pull complete [2024-07-31T07:00:07.399Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T07:00:07.399Z] Status: Downloaded newer image for alpine:3.18 [2024-07-31T07:00:07.399Z] ---> 18f865063206 [2024-07-31T07:00:07.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2024-07-31T07:00:07.399Z] ---> Running in effd156ad575 [2024-07-31T07:00:07.399Z] Removing intermediate container effd156ad575 [2024-07-31T07:00:07.399Z] ---> d6938ac1ea14 [2024-07-31T07:00:07.399Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-07-31T07:00:07.399Z] ---> Running in d1f17e097eb7 [2024-07-31T07:00:07.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T07:00:07.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T07:00:07.399Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T07:00:07.399Z] Executing busybox-1.36.1-r7.trigger [2024-07-31T07:00:07.399Z] OK: 7 MiB in 16 packages [2024-07-31T07:00:07.399Z] Removing intermediate container d1f17e097eb7 [2024-07-31T07:00:07.399Z] ---> 2169fc0a6937 [2024-07-31T07:00:07.399Z] Step 14/23 : RUN apk --no-cache upgrade [2024-07-31T07:00:07.399Z] ---> Running in 0e6352d95045 [2024-07-31T07:00:07.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T07:00:07.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T07:00:07.918Z] OK: 7 MiB in 16 packages [2024-07-31T07:00:08.178Z] Removing intermediate container 0e6352d95045 [2024-07-31T07:00:08.178Z] ---> 03cf9b8e10e1 [2024-07-31T07:00:08.178Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-07-31T07:00:09.165Z] ---> 95b44a104a4f [2024-07-31T07:00:09.165Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-07-31T07:00:09.165Z] ---> a95d57269096 [2024-07-31T07:00:09.165Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-07-31T07:00:09.165Z] ---> a813b9381156 [2024-07-31T07:00:09.165Z] Step 18/23 : EXPOSE 59901 [2024-07-31T07:00:09.424Z] ---> Running in 5917aae83fa4 [2024-07-31T07:00:09.424Z] Removing intermediate container 5917aae83fa4 [2024-07-31T07:00:09.424Z] ---> 5a28edd1c643 [2024-07-31T07:00:09.424Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-07-31T07:00:09.424Z] ---> Running in 5871ad73f1fc [2024-07-31T07:00:09.424Z] Removing intermediate container 5871ad73f1fc [2024-07-31T07:00:09.424Z] ---> b82b74719e9a [2024-07-31T07:00:09.424Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-31T07:00:09.424Z] ---> Running in e1fb5db45427 [2024-07-31T07:00:09.424Z] Removing intermediate container e1fb5db45427 [2024-07-31T07:00:09.424Z] ---> 2ed4a2d3ec6f [2024-07-31T07:00:09.424Z] Step 21/23 : LABEL arch=amd64 [2024-07-31T07:00:09.686Z] ---> Running in e4a1864dab1f [2024-07-31T07:00:09.686Z] Removing intermediate container e4a1864dab1f [2024-07-31T07:00:09.686Z] ---> 8229e91f8c82 [2024-07-31T07:00:09.686Z] Step 22/23 : LABEL git_sha=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:00:09.686Z] ---> Running in 282b2a7cb7e5 [2024-07-31T07:00:09.686Z] Removing intermediate container 282b2a7cb7e5 [2024-07-31T07:00:09.686Z] ---> 311561953e39 [2024-07-31T07:00:09.686Z] Step 23/23 : LABEL version=3.2.0-dev.20 [2024-07-31T07:00:09.686Z] ---> Running in bd7791a21736 [2024-07-31T07:00:09.686Z] Removing intermediate container bd7791a21736 [2024-07-31T07:00:09.686Z] ---> 8c955804c39d [2024-07-31T07:00:09.686Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-31T07:00:09.686Z] Successfully built 8c955804c39d [2024-07-31T07:00:09.687Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T07:00:09.811Z] provisioning config files... [2024-07-31T07:00:09.822Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13229169429983638807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:00:10.123Z] ---> ****-login.sh [2024-07-31T07:00:10.123Z] nexus3.edgexfoundry.org:10001 [2024-07-31T07:00:10.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:00:10.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:00:10.123Z] Configure a credential helper to remove this warning. See [2024-07-31T07:00:10.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:00:10.123Z] [2024-07-31T07:00:10.123Z] Login Succeeded [2024-07-31T07:00:10.123Z] nexus3.edgexfoundry.org:10002 [2024-07-31T07:00:10.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:00:10.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:00:10.124Z] Configure a credential helper to remove this warning. See [2024-07-31T07:00:10.124Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:00:10.124Z] [2024-07-31T07:00:10.124Z] Login Succeeded [2024-07-31T07:00:10.124Z] nexus3.edgexfoundry.org:10003 [2024-07-31T07:00:10.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:00:10.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:00:10.382Z] Configure a credential helper to remove this warning. See [2024-07-31T07:00:10.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:00:10.382Z] [2024-07-31T07:00:10.382Z] Login Succeeded [2024-07-31T07:00:10.382Z] nexus3.edgexfoundry.org:10004 [2024-07-31T07:00:10.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:00:10.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:00:10.383Z] Configure a credential helper to remove this warning. See [2024-07-31T07:00:10.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:00:10.383Z] [2024-07-31T07:00:10.383Z] Login Succeeded [2024-07-31T07:00:10.383Z] ****.io [2024-07-31T07:00:10.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:00:12.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:00:12.284Z] Configure a credential helper to remove this warning. See [2024-07-31T07:00:12.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:00:12.284Z] [2024-07-31T07:00:12.284Z] Login Succeeded [2024-07-31T07:00:12.284Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T07:00:12.290Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T07:00:12.347Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T07:00:12.373Z] [edgeXDocker.push] Tagging docker image device-modbus with the following tags: [2024-07-31T07:00:12.373Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:00:12.373Z] latest [2024-07-31T07:00:12.373Z] 3.2.0-dev.20 [2024-07-31T07:00:12.373Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:00:12.373Z] main [2024-07-31T07:00:12.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:12.721Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:13.044Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:00:13.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-07-31T07:00:13.044Z] b91c184f0436: Preparing [2024-07-31T07:00:13.044Z] 72cb3f73ca73: Preparing [2024-07-31T07:00:13.044Z] 37c4dc866c47: Preparing [2024-07-31T07:00:13.044Z] 19bc61f8cc47: Preparing [2024-07-31T07:00:13.044Z] ba5210629e04: Preparing [2024-07-31T07:00:13.044Z] ce7f800efff9: Preparing [2024-07-31T07:00:13.044Z] ce7f800efff9: Waiting [2024-07-31T07:00:13.044Z] 19bc61f8cc47: Pushed [2024-07-31T07:00:13.044Z] ce7f800efff9: Layer already exists [2024-07-31T07:00:13.044Z] ba5210629e04: Pushed [2024-07-31T07:00:13.044Z] b91c184f0436: Pushed [2024-07-31T07:00:13.044Z] 72cb3f73ca73: Pushed [2024-07-31T07:00:16.329Z] 37c4dc866c47: Pushed [2024-07-31T07:00:16.329Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b: digest: sha256:de0b6a226dd25809048d7c485b4ac538889f9522f925e26ba2cf545181b3ca93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:16.654Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:16.974Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-07-31T07:00:16.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-07-31T07:00:16.974Z] b91c184f0436: Preparing [2024-07-31T07:00:16.974Z] 72cb3f73ca73: Preparing [2024-07-31T07:00:16.974Z] 37c4dc866c47: Preparing [2024-07-31T07:00:16.974Z] 19bc61f8cc47: Preparing [2024-07-31T07:00:16.974Z] ba5210629e04: Preparing [2024-07-31T07:00:16.974Z] ce7f800efff9: Preparing [2024-07-31T07:00:16.974Z] ce7f800efff9: Waiting [2024-07-31T07:00:16.974Z] ba5210629e04: Layer already exists [2024-07-31T07:00:16.974Z] 19bc61f8cc47: Layer already exists [2024-07-31T07:00:16.974Z] 72cb3f73ca73: Layer already exists [2024-07-31T07:00:16.974Z] b91c184f0436: Layer already exists [2024-07-31T07:00:16.974Z] 37c4dc866c47: Layer already exists [2024-07-31T07:00:16.974Z] ce7f800efff9: Layer already exists [2024-07-31T07:00:16.974Z] latest: digest: sha256:de0b6a226dd25809048d7c485b4ac538889f9522f925e26ba2cf545181b3ca93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:17.308Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:17.633Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.20 [2024-07-31T07:00:17.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-07-31T07:00:17.634Z] b91c184f0436: Preparing [2024-07-31T07:00:17.634Z] 72cb3f73ca73: Preparing [2024-07-31T07:00:17.634Z] 37c4dc866c47: Preparing [2024-07-31T07:00:17.634Z] 19bc61f8cc47: Preparing [2024-07-31T07:00:17.634Z] ba5210629e04: Preparing [2024-07-31T07:00:17.634Z] ce7f800efff9: Preparing [2024-07-31T07:00:17.634Z] ce7f800efff9: Waiting [2024-07-31T07:00:17.634Z] ba5210629e04: Layer already exists [2024-07-31T07:00:17.634Z] 37c4dc866c47: Layer already exists [2024-07-31T07:00:17.634Z] 72cb3f73ca73: Layer already exists [2024-07-31T07:00:17.634Z] 19bc61f8cc47: Layer already exists [2024-07-31T07:00:17.634Z] b91c184f0436: Layer already exists [2024-07-31T07:00:17.634Z] ce7f800efff9: Layer already exists [2024-07-31T07:00:17.634Z] 3.2.0-dev.20: digest: sha256:de0b6a226dd25809048d7c485b4ac538889f9522f925e26ba2cf545181b3ca93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:17.973Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:18.299Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:00:18.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-07-31T07:00:18.299Z] b91c184f0436: Preparing [2024-07-31T07:00:18.299Z] 72cb3f73ca73: Preparing [2024-07-31T07:00:18.299Z] 37c4dc866c47: Preparing [2024-07-31T07:00:18.299Z] 19bc61f8cc47: Preparing [2024-07-31T07:00:18.299Z] ba5210629e04: Preparing [2024-07-31T07:00:18.299Z] ce7f800efff9: Preparing [2024-07-31T07:00:18.299Z] ce7f800efff9: Waiting [2024-07-31T07:00:18.299Z] 37c4dc866c47: Layer already exists [2024-07-31T07:00:18.299Z] b91c184f0436: Layer already exists [2024-07-31T07:00:18.299Z] ba5210629e04: Layer already exists [2024-07-31T07:00:18.299Z] 19bc61f8cc47: Layer already exists [2024-07-31T07:00:18.299Z] 72cb3f73ca73: Layer already exists [2024-07-31T07:00:18.299Z] ce7f800efff9: Layer already exists [2024-07-31T07:00:18.299Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20: digest: sha256:de0b6a226dd25809048d7c485b4ac538889f9522f925e26ba2cf545181b3ca93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:18.634Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:18.960Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:main [2024-07-31T07:00:18.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-07-31T07:00:18.960Z] b91c184f0436: Preparing [2024-07-31T07:00:18.960Z] 72cb3f73ca73: Preparing [2024-07-31T07:00:18.960Z] 37c4dc866c47: Preparing [2024-07-31T07:00:18.960Z] 19bc61f8cc47: Preparing [2024-07-31T07:00:18.960Z] ba5210629e04: Preparing [2024-07-31T07:00:18.960Z] ce7f800efff9: Preparing [2024-07-31T07:00:18.960Z] ce7f800efff9: Waiting [2024-07-31T07:00:18.960Z] 37c4dc866c47: Layer already exists [2024-07-31T07:00:18.960Z] 19bc61f8cc47: Layer already exists [2024-07-31T07:00:18.960Z] ba5210629e04: Layer already exists [2024-07-31T07:00:18.960Z] b91c184f0436: Layer already exists [2024-07-31T07:00:18.960Z] 72cb3f73ca73: Layer already exists [2024-07-31T07:00:18.960Z] ce7f800efff9: Layer already exists [2024-07-31T07:00:18.960Z] main: digest: sha256:de0b6a226dd25809048d7c485b4ac538889f9522f925e26ba2cf545181b3ca93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T07:00:19.110Z] ===================================================== [Pipeline] echo [2024-07-31T07:00:19.125Z] taggedImages: [2024-07-31T07:00:19.125Z] - nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:00:19.125Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-07-31T07:00:19.125Z] - nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.20 [2024-07-31T07:00:19.125Z] - nexus3.edgexfoundry.org:10004/device-modbus:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:00:19.125Z] - nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:19.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T07:00:19.528Z] [2024-07-31T07:00:19.528Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:00:19.831Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T07:00:19.831Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-31T07:00:19.831Z] 5eb5b503b376: Pulling fs layer [2024-07-31T07:00:19.831Z] 5c69ac0246d0: Pulling fs layer [2024-07-31T07:00:19.831Z] ec43610c2a17: Pulling fs layer [2024-07-31T07:00:19.831Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-31T07:00:19.831Z] 33b1e0a273af: Pulling fs layer [2024-07-31T07:00:19.831Z] 5d3b04190fa2: Pulling fs layer [2024-07-31T07:00:19.831Z] 2f39f015ded8: Pulling fs layer [2024-07-31T07:00:19.831Z] 3a2ae6a8a46f: Waiting [2024-07-31T07:00:19.831Z] 33b1e0a273af: Waiting [2024-07-31T07:00:19.831Z] 5d3b04190fa2: Waiting [2024-07-31T07:00:19.831Z] 2f39f015ded8: Waiting [2024-07-31T07:00:19.831Z] 5c69ac0246d0: Verifying Checksum [2024-07-31T07:00:19.831Z] 5c69ac0246d0: Download complete [2024-07-31T07:00:19.831Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-31T07:00:19.831Z] 3a2ae6a8a46f: Download complete [2024-07-31T07:00:19.831Z] 33b1e0a273af: Verifying Checksum [2024-07-31T07:00:19.831Z] 33b1e0a273af: Download complete [2024-07-31T07:00:19.831Z] 5d3b04190fa2: Verifying Checksum [2024-07-31T07:00:19.831Z] 5d3b04190fa2: Download complete [2024-07-31T07:00:19.831Z] ec43610c2a17: Verifying Checksum [2024-07-31T07:00:19.831Z] ec43610c2a17: Download complete [2024-07-31T07:00:20.090Z] 5eb5b503b376: Download complete [2024-07-31T07:00:20.655Z] 2f39f015ded8: Download complete [2024-07-31T07:00:21.220Z] 5eb5b503b376: Pull complete [2024-07-31T07:00:21.479Z] 5c69ac0246d0: Pull complete [2024-07-31T07:00:22.045Z] ec43610c2a17: Pull complete [2024-07-31T07:00:22.045Z] 3a2ae6a8a46f: Pull complete [2024-07-31T07:00:22.045Z] 33b1e0a273af: Pull complete [2024-07-31T07:00:22.143Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6853 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws [2024-07-31T07:00:22.159Z] Running in /w/workspace/device-modbus-go/159 [Pipeline] { [Pipeline] checkout [2024-07-31T07:00:22.303Z] 5d3b04190fa2: Pull complete [2024-07-31T07:00:25.219Z] The recommended git tool is: git [2024-07-31T07:00:26.486Z] 2f39f015ded8: Pull complete [2024-07-31T07:00:26.486Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-31T07:00:26.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T07:00:26.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:00:26.585Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:00:26.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-31T07:00:30.179Z] $ docker top 66f14aef92c2a36447201451b9bcb25128b772aa8fb099edf19dfc16d4797c45 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:00:30.553Z] ---> job-cost.sh [2024-07-31T07:00:30.553Z] lf-activate-venv: SKIPPING [2024-07-31T07:00:30.553Z] INFO: No Stack... [2024-07-31T07:00:30.813Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-31T07:00:31.379Z] INFO: Archiving Costs [Pipeline] sh [2024-07-31T07:00:31.672Z] + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv [2024-07-31T07:00:31.672Z] + cut -d, -f6 [Pipeline] lock [2024-07-31T07:00:31.688Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [2024-07-31T07:00:31.696Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] did not exist. Created. [2024-07-31T07:00:31.705Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-31T07:00:32.021Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-31T07:00:32.056Z] Stashed 1 file(s) [Pipeline] } [2024-07-31T07:00:32.183Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-31T07:00:32.204Z] $ docker stop --time=1 66f14aef92c2a36447201451b9bcb25128b772aa8fb099edf19dfc16d4797c45 [2024-07-31T07:00:32.862Z] using credential edgex-jenkins-ssh [2024-07-31T07:00:32.890Z] Cloning the remote Git repository [2024-07-31T07:00:32.940Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2024-07-31T07:00:33.357Z] $ docker rm -f --volumes 66f14aef92c2a36447201451b9bcb25128b772aa8fb099edf19dfc16d4797c45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-31T07:00:33.064Z] > git init /w/workspace/device-modbus-go/159 # timeout=10 [2024-07-31T07:00:33.221Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2024-07-31T07:00:33.222Z] > git --version # timeout=10 [2024-07-31T07:00:33.257Z] > git --version # 'git version 2.25.1' [2024-07-31T07:00:33.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-31T07:00:33.437Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T07:00:35.386Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2024-07-31T07:00:35.407Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T07:00:36.374Z] Avoid second fetch [2024-07-31T07:00:36.374Z] Checking out Revision a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b (main) [2024-07-31T07:00:37.066Z] Commit message: "Merge pull request #564 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29" [2024-07-31T07:00:36.390Z] > git config core.sparsecheckout # timeout=10 [2024-07-31T07:00:36.464Z] > git checkout -f a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-31T07:00:41.810Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-31T07:00:41.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T07:00:41.810Z] Dload Upload Total Spent Left Speed [2024-07-31T07:00:41.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 231k 0 --:--:-- --:--:-- --:--:-- 231k [Pipeline] sh [2024-07-31T07:00:42.146Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-31T07:00:42.474Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-31T07:00:42.474Z] + sudo tee /etc/docker/daemon.new [2024-07-31T07:00:42.474Z] { [2024-07-31T07:00:42.474Z] "registry-mirrors": [ [2024-07-31T07:00:42.474Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-31T07:00:42.474Z] ], [2024-07-31T07:00:42.474Z] "bip": "10.250.0.254/24", [2024-07-31T07:00:42.474Z] "hosts": [ [2024-07-31T07:00:42.474Z] "tcp://0.0.0.0:5555", [2024-07-31T07:00:42.474Z] "unix:///var/run/docker.sock" [2024-07-31T07:00:42.474Z] ], [2024-07-31T07:00:42.474Z] "mtu": 1458, [2024-07-31T07:00:42.474Z] "selinux-enabled": true, [2024-07-31T07:00:42.474Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-31T07:00:42.474Z] } [Pipeline] sh [2024-07-31T07:00:42.824Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-31T07:00:43.162Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T07:01:01.450Z] provisioning config files... [2024-07-31T07:01:01.478Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/159@tmp/config15890623092119812907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:01:01.951Z] ---> ****-login.sh [2024-07-31T07:01:01.951Z] nexus3.edgexfoundry.org:10001 [2024-07-31T07:01:02.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:01:02.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:01:02.826Z] Configure a credential helper to remove this warning. See [2024-07-31T07:01:02.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:01:02.826Z] [2024-07-31T07:01:02.826Z] Login Succeeded [2024-07-31T07:01:02.826Z] nexus3.edgexfoundry.org:10002 [2024-07-31T07:01:03.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:01:03.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:01:03.099Z] Configure a credential helper to remove this warning. See [2024-07-31T07:01:03.099Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:01:03.099Z] [2024-07-31T07:01:03.099Z] Login Succeeded [2024-07-31T07:01:03.099Z] nexus3.edgexfoundry.org:10003 [2024-07-31T07:01:03.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:01:03.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:01:03.647Z] Configure a credential helper to remove this warning. See [2024-07-31T07:01:03.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:01:03.647Z] [2024-07-31T07:01:03.647Z] Login Succeeded [2024-07-31T07:01:03.647Z] nexus3.edgexfoundry.org:10004 [2024-07-31T07:01:03.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:01:03.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:01:03.918Z] Configure a credential helper to remove this warning. See [2024-07-31T07:01:03.918Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:01:03.918Z] [2024-07-31T07:01:03.918Z] Login Succeeded [2024-07-31T07:01:03.918Z] ****.io [2024-07-31T07:01:04.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:01:04.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:01:04.462Z] Configure a credential helper to remove this warning. See [2024-07-31T07:01:04.462Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:01:04.462Z] [2024-07-31T07:01:04.462Z] Login Succeeded [2024-07-31T07:01:04.462Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T07:01:04.476Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-31T07:01:04.828Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T07:01:04.847Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T07:01:04.872Z] ========================================================= [2024-07-31T07:01:04.872Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-31T07:01:04.872Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:01:05.263Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-31T07:01:05.863Z] Sending build context to Docker daemon 9.081MB [2024-07-31T07:01:05.863Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-31T07:01:05.863Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-31T07:01:05.863Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-31T07:01:05.863Z] c6b39de5b339: Pulling fs layer [2024-07-31T07:01:05.863Z] a69c41024577: Pulling fs layer [2024-07-31T07:01:05.863Z] d6de4b400683: Pulling fs layer [2024-07-31T07:01:05.863Z] 35cb2a7552d0: Pulling fs layer [2024-07-31T07:01:05.863Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T07:01:05.863Z] 464afbd9ba4c: Pulling fs layer [2024-07-31T07:01:05.863Z] 00f215d4a9da: Pulling fs layer [2024-07-31T07:01:05.863Z] d496ad576159: Pulling fs layer [2024-07-31T07:01:05.863Z] 35cb2a7552d0: Waiting [2024-07-31T07:01:05.863Z] 4f4fb700ef54: Waiting [2024-07-31T07:01:05.863Z] 464afbd9ba4c: Waiting [2024-07-31T07:01:05.863Z] d496ad576159: Waiting [2024-07-31T07:01:05.863Z] 00f215d4a9da: Waiting [2024-07-31T07:01:05.863Z] a69c41024577: Verifying Checksum [2024-07-31T07:01:05.863Z] a69c41024577: Download complete [2024-07-31T07:01:05.863Z] 35cb2a7552d0: Verifying Checksum [2024-07-31T07:01:05.863Z] 35cb2a7552d0: Download complete [2024-07-31T07:01:06.142Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T07:01:06.142Z] 4f4fb700ef54: Download complete [2024-07-31T07:01:06.142Z] c6b39de5b339: Verifying Checksum [2024-07-31T07:01:06.142Z] c6b39de5b339: Download complete [2024-07-31T07:01:06.142Z] 464afbd9ba4c: Verifying Checksum [2024-07-31T07:01:06.142Z] 464afbd9ba4c: Download complete [2024-07-31T07:01:06.416Z] d496ad576159: Verifying Checksum [2024-07-31T07:01:06.416Z] d496ad576159: Download complete [2024-07-31T07:01:07.036Z] c6b39de5b339: Pull complete [2024-07-31T07:01:07.644Z] a69c41024577: Pull complete [2024-07-31T07:01:07.920Z] d6de4b400683: Verifying Checksum [2024-07-31T07:01:07.920Z] d6de4b400683: Download complete [2024-07-31T07:01:09.342Z] 00f215d4a9da: Verifying Checksum [2024-07-31T07:01:09.342Z] 00f215d4a9da: Download complete [2024-07-31T07:01:21.677Z] d6de4b400683: Pull complete [2024-07-31T07:01:21.677Z] 35cb2a7552d0: Pull complete [2024-07-31T07:01:21.677Z] 4f4fb700ef54: Pull complete [2024-07-31T07:01:21.677Z] 464afbd9ba4c: Pull complete [2024-07-31T07:01:31.954Z] 00f215d4a9da: Pull complete [2024-07-31T07:01:32.935Z] d496ad576159: Pull complete [2024-07-31T07:01:32.935Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-31T07:01:32.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T07:01:32.935Z] ---> f246e2811388 [2024-07-31T07:01:32.935Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-07-31T07:01:33.908Z] ---> Running in 93bd2b580d87 [2024-07-31T07:01:34.875Z] Removing intermediate container 93bd2b580d87 [2024-07-31T07:01:34.875Z] ---> 328aeff01014 [2024-07-31T07:01:34.875Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-31T07:01:35.146Z] ---> Running in 9e602b4de157 [2024-07-31T07:01:35.416Z] Removing intermediate container 9e602b4de157 [2024-07-31T07:01:35.416Z] ---> eb3e99995c8c [2024-07-31T07:01:35.416Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-07-31T07:01:35.416Z] ---> Running in 9263e2acc922 [2024-07-31T07:01:36.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T07:01:37.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T07:01:38.093Z] (1/8) Installing openssh-keygen (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (2/8) Installing libedit (20221030.3.1-r1) [2024-07-31T07:01:38.093Z] (3/8) Installing openssh-client-common (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (4/8) Installing openssh-client-default (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (5/8) Installing openssh-sftp-server (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (6/8) Installing openssh-server-common (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (7/8) Installing openssh-server (9.3_p2-r2) [2024-07-31T07:01:38.093Z] (8/8) Installing openssh (9.3_p2-r2) [2024-07-31T07:01:38.093Z] Executing busybox-1.36.1-r5.trigger [2024-07-31T07:01:38.093Z] OK: 272 MiB in 60 packages [2024-07-31T07:01:39.515Z] Removing intermediate container 9263e2acc922 [2024-07-31T07:01:39.515Z] ---> 65ff7ef654cb [2024-07-31T07:01:39.515Z] Step 6/10 : WORKDIR /device-modbus-go [2024-07-31T07:01:39.515Z] ---> Running in d8023f9dd160 [2024-07-31T07:01:39.515Z] Removing intermediate container d8023f9dd160 [2024-07-31T07:01:39.515Z] ---> 9f4084cac3bf [2024-07-31T07:01:39.515Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-31T07:01:40.104Z] ---> 48bc1ae56b10 [2024-07-31T07:01:40.104Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T07:01:40.104Z] ---> Running in 35d930e06a8e [2024-07-31T07:03:31.820Z] Removing intermediate container 35d930e06a8e [2024-07-31T07:03:31.820Z] ---> 3b0aa034e3d1 [2024-07-31T07:03:31.820Z] Step 9/10 : COPY . . [2024-07-31T07:03:31.820Z] ---> 7e12bd385248 [2024-07-31T07:03:31.820Z] Step 10/10 : RUN ${MAKE} [2024-07-31T07:03:31.820Z] ---> Running in 8a7d5ed3a8b3 [2024-07-31T07:03:31.820Z] noop [2024-07-31T07:03:31.820Z] Removing intermediate container 8a7d5ed3a8b3 [2024-07-31T07:03:31.820Z] ---> c136c1743491 [2024-07-31T07:03:31.820Z] Successfully built c136c1743491 [2024-07-31T07:03:31.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:03:32.195Z] + docker inspect -f . ci-base-image-arm64 [2024-07-31T07:03:32.195Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:03:32.445Z] prd-ubuntu20.04-docker-arm64-4c-16g-6853 does not seem to be running inside a container [2024-07-31T07:03:32.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/159 -v /w/workspace/device-modbus-go/159:/w/workspace/device-modbus-go/159:rw,z -v /w/workspace/device-modbus-go/159@tmp:/w/workspace/device-modbus-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-31T07:03:33.855Z] $ docker top f68d7b272bfa55f75c81bdaabc073e6325300d98a1f3d1f66f6254bc73529d4e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T07:03:34.720Z] + go version [2024-07-31T07:03:34.720Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-31T07:03:34.746Z] $ docker stop --time=1 f68d7b272bfa55f75c81bdaabc073e6325300d98a1f3d1f66f6254bc73529d4e [2024-07-31T07:03:36.397Z] $ docker rm -f --volumes f68d7b272bfa55f75c81bdaabc073e6325300d98a1f3d1f66f6254bc73529d4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:03:37.018Z] + docker inspect -f . ci-base-image-arm64 [2024-07-31T07:03:37.018Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:03:37.231Z] prd-ubuntu20.04-docker-arm64-4c-16g-6853 does not seem to be running inside a container [2024-07-31T07:03:37.300Z] $ 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/159 -v /w/workspace/device-modbus-go/159:/w/workspace/device-modbus-go/159:rw,z -v /w/workspace/device-modbus-go/159@tmp:/w/workspace/device-modbus-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-31T07:03:38.569Z] $ docker top c86579319d7d3947fe0cab1150491897c12179ade67deb1c08528cc84dc40380 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T07:03:39.416Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/159 [Pipeline] fileExists [Pipeline] sh [2024-07-31T07:03:40.066Z] + make test [2024-07-31T07:03:40.066Z] go test ./... -coverprofile=coverage.out [2024-07-31T07:03:46.731Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-07-31T07:07:08.546Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2024-07-31T07:07:08.546Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.055s coverage: 47.9% of statements [2024-07-31T07:07:08.812Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-31T07:07:08.812Z] go vet ./... [2024-07-31T07:07:55.638Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-31T07:07:55.638Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-31T07:07:55.638Z] ./bin/test-attribution-txt.sh [2024-07-31T07:07:55.638Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-31T07:07:55.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-31T07:07:55.681Z] $ docker stop --time=1 c86579319d7d3947fe0cab1150491897c12179ade67deb1c08528cc84dc40380 [2024-07-31T07:07:57.665Z] $ docker rm -f --volumes c86579319d7d3947fe0cab1150491897c12179ade67deb1c08528cc84dc40380 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T07:07:59.197Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-31T07:07:59.226Z] Warning: overwriting stash ‘coverage-report’ [2024-07-31T07:07:59.724Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-31T07:08:00.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-31T07:08:00.460Z] + ls -al . [2024-07-31T07:08:00.460Z] total 268 [2024-07-31T07:08:00.460Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 07:03 . [2024-07-31T07:08:00.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 07:00 .. [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 31 07:00 .dockerignore [2024-07-31T07:08:00.460Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 07:00 .git [2024-07-31T07:08:00.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 07:00 .github [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 266 Jul 31 07:00 .gitignore [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 07:00 .golangci.yml [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 19432 Jul 31 07:00 Attribution.txt [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 16388 Jul 31 07:00 CHANGELOG.md [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 1474 Jul 31 07:00 Dockerfile [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 07:00 GOVERNANCE.md [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 658 Jul 31 07:00 Jenkinsfile [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 31 07:00 LICENSE [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 1942 Jul 31 07:00 Makefile [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 31 07:00 OWNERS.md [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 4463 Jul 31 07:00 README.md [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 31 06:57 VERSION [2024-07-31T07:08:00.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 07:00 bin [2024-07-31T07:08:00.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 07:00 cmd [2024-07-31T07:08:00.460Z] -rw-r--r-- 1 jenkins jenkins 24601 Jul 31 07:07 coverage.out [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 7185 Jul 31 07:00 go.mod [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 102015 Jul 31 07:00 go.sum [2024-07-31T07:08:00.460Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 07:00 internal [2024-07-31T07:08:00.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 07:00 simulator [2024-07-31T07:08:00.460Z] -rw-rw-r-- 1 jenkins jenkins 229 Jul 31 07:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:08:00.808Z] + 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=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b --label arch=arm64 --label version=3.2.0-dev.20 . [2024-07-31T07:08:01.389Z] Sending build context to Docker daemon 9.106MB [2024-07-31T07:08:01.389Z] Step 1/23 : ARG BASE=golang:1.21-alpine3.18 [2024-07-31T07:08:01.389Z] Step 2/23 : FROM ${BASE} AS builder [2024-07-31T07:08:01.389Z] ---> c136c1743491 [2024-07-31T07:08:01.389Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-07-31T07:08:01.389Z] ---> Running in 8fd8bce3afa5 [2024-07-31T07:08:01.658Z] Removing intermediate container 8fd8bce3afa5 [2024-07-31T07:08:01.922Z] ---> 245fb3735488 [2024-07-31T07:08:01.922Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-31T07:08:01.922Z] ---> Running in a41d375244e0 [2024-07-31T07:08:02.188Z] Removing intermediate container a41d375244e0 [2024-07-31T07:08:02.188Z] ---> 95a7bf03d94a [2024-07-31T07:08:02.188Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-07-31T07:08:02.188Z] ---> Running in bada7514c755 [2024-07-31T07:08:03.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T07:08:03.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T07:08:04.574Z] OK: 272 MiB in 60 packages [2024-07-31T07:08:05.541Z] Removing intermediate container bada7514c755 [2024-07-31T07:08:05.541Z] ---> ce812005d6a1 [2024-07-31T07:08:05.541Z] Step 6/23 : WORKDIR /device-modbus-go [2024-07-31T07:08:05.541Z] ---> Running in 6270207f9dcb [2024-07-31T07:08:05.808Z] Removing intermediate container 6270207f9dcb [2024-07-31T07:08:05.808Z] ---> 9d178292e610 [2024-07-31T07:08:05.808Z] Step 7/23 : COPY go.mod vendor* ./ [2024-07-31T07:08:06.390Z] ---> ed09d2003bc1 [2024-07-31T07:08:06.390Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T07:08:06.662Z] ---> Running in 22febc5e5a60 [2024-07-31T07:08:09.240Z] Removing intermediate container 22febc5e5a60 [2024-07-31T07:08:09.240Z] ---> 0ef224bcf9bf [2024-07-31T07:08:09.240Z] Step 9/23 : COPY . . [2024-07-31T07:08:10.202Z] ---> b449433de54f [2024-07-31T07:08:10.202Z] Step 10/23 : RUN ${MAKE} [2024-07-31T07:08:10.202Z] ---> Running in 2954b72a0ff2 [2024-07-31T07:08:11.158Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.29" -trimpath -mod=readonly -o cmd/device-modbus ./cmd [2024-07-31T07:11:48.086Z] Removing intermediate container 2954b72a0ff2 [2024-07-31T07:11:48.086Z] ---> 141b578624a2 [2024-07-31T07:11:48.086Z] Step 11/23 : FROM alpine:3.18 [2024-07-31T07:11:48.086Z] 3.18: Pulling from library/alpine [2024-07-31T07:11:48.086Z] 4983c3fe2029: Pulling fs layer [2024-07-31T07:11:48.086Z] 4983c3fe2029: Verifying Checksum [2024-07-31T07:11:48.086Z] 4983c3fe2029: Download complete [2024-07-31T07:11:48.086Z] 4983c3fe2029: Pull complete [2024-07-31T07:11:48.086Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T07:11:48.086Z] Status: Downloaded newer image for alpine:3.18 [2024-07-31T07:11:48.086Z] ---> a0237000ae83 [2024-07-31T07:11:48.086Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2024-07-31T07:11:48.086Z] ---> Running in ada953ec2b5f [2024-07-31T07:11:48.086Z] Removing intermediate container ada953ec2b5f [2024-07-31T07:11:48.086Z] ---> dff972a145d0 [2024-07-31T07:11:48.086Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-07-31T07:11:48.086Z] ---> Running in bcd27d3c9983 [2024-07-31T07:11:48.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T07:11:48.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T07:11:48.086Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T07:11:48.086Z] Executing busybox-1.36.1-r7.trigger [2024-07-31T07:11:48.086Z] OK: 8 MiB in 16 packages [2024-07-31T07:11:48.086Z] Removing intermediate container bcd27d3c9983 [2024-07-31T07:11:48.086Z] ---> 7d6bd5e6e04d [2024-07-31T07:11:48.086Z] Step 14/23 : RUN apk --no-cache upgrade [2024-07-31T07:11:48.086Z] ---> Running in 626308b2a054 [2024-07-31T07:11:48.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T07:11:48.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T07:11:48.086Z] OK: 8 MiB in 16 packages [2024-07-31T07:11:49.049Z] Removing intermediate container 626308b2a054 [2024-07-31T07:11:49.049Z] ---> 6cfefcd0af62 [2024-07-31T07:11:49.049Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-07-31T07:11:50.448Z] ---> afb76d96da74 [2024-07-31T07:11:50.448Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-07-31T07:11:51.030Z] ---> de916d7b8db1 [2024-07-31T07:11:51.030Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-07-31T07:11:51.611Z] ---> 30c5da9b1b4e [2024-07-31T07:11:51.611Z] Step 18/23 : EXPOSE 59901 [2024-07-31T07:11:51.611Z] ---> Running in 341baf292cce [2024-07-31T07:11:51.878Z] Removing intermediate container 341baf292cce [2024-07-31T07:11:51.878Z] ---> 4f00613f1dd0 [2024-07-31T07:11:51.878Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-07-31T07:11:51.878Z] ---> Running in 4f8d7b60ecb9 [2024-07-31T07:11:52.151Z] Removing intermediate container 4f8d7b60ecb9 [2024-07-31T07:11:52.151Z] ---> 6f0224ed6a64 [2024-07-31T07:11:52.151Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-07-31T07:11:52.420Z] ---> Running in 462e1518ca8b [2024-07-31T07:11:52.685Z] Removing intermediate container 462e1518ca8b [2024-07-31T07:11:52.685Z] ---> 8b2521c2ec92 [2024-07-31T07:11:52.685Z] Step 21/23 : LABEL arch=arm64 [2024-07-31T07:11:52.685Z] ---> Running in 00b184add119 [2024-07-31T07:11:52.949Z] Removing intermediate container 00b184add119 [2024-07-31T07:11:52.949Z] ---> 79f8520c3b3c [2024-07-31T07:11:52.949Z] Step 22/23 : LABEL git_sha=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:11:52.949Z] ---> Running in 10fe66751964 [2024-07-31T07:11:53.216Z] Removing intermediate container 10fe66751964 [2024-07-31T07:11:53.216Z] ---> 8f8f87a008b3 [2024-07-31T07:11:53.216Z] Step 23/23 : LABEL version=3.2.0-dev.20 [2024-07-31T07:11:53.487Z] ---> Running in 8a9c3fe949d5 [2024-07-31T07:11:53.753Z] Removing intermediate container 8a9c3fe949d5 [2024-07-31T07:11:53.753Z] ---> 090393c1296a [2024-07-31T07:11:53.753Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-31T07:11:53.753Z] Successfully built 090393c1296a [2024-07-31T07:11:53.753Z] Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T07:11:53.906Z] provisioning config files... [2024-07-31T07:11:53.921Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/159@tmp/config8514962353749316415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:11:54.258Z] ---> ****-login.sh [2024-07-31T07:11:54.258Z] nexus3.edgexfoundry.org:10001 [2024-07-31T07:11:54.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:11:54.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:11:54.529Z] Configure a credential helper to remove this warning. See [2024-07-31T07:11:54.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:11:54.529Z] [2024-07-31T07:11:54.529Z] Login Succeeded [2024-07-31T07:11:54.529Z] nexus3.edgexfoundry.org:10002 [2024-07-31T07:11:54.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:11:54.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:11:54.795Z] Configure a credential helper to remove this warning. See [2024-07-31T07:11:54.795Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:11:54.795Z] [2024-07-31T07:11:54.795Z] Login Succeeded [2024-07-31T07:11:54.795Z] nexus3.edgexfoundry.org:10003 [2024-07-31T07:11:55.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:11:55.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:11:55.331Z] Configure a credential helper to remove this warning. See [2024-07-31T07:11:55.331Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:11:55.331Z] [2024-07-31T07:11:55.331Z] Login Succeeded [2024-07-31T07:11:55.331Z] nexus3.edgexfoundry.org:10004 [2024-07-31T07:11:55.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:11:55.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:11:55.601Z] Configure a credential helper to remove this warning. See [2024-07-31T07:11:55.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:11:55.601Z] [2024-07-31T07:11:55.601Z] Login Succeeded [2024-07-31T07:11:55.601Z] ****.io [2024-07-31T07:11:55.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T07:11:56.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T07:11:56.133Z] Configure a credential helper to remove this warning. See [2024-07-31T07:11:56.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T07:11:56.133Z] [2024-07-31T07:11:56.133Z] Login Succeeded [2024-07-31T07:11:56.133Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T07:11:56.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T07:11:56.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T07:11:56.240Z] [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: [2024-07-31T07:11:56.240Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:11:56.240Z] latest [2024-07-31T07:11:56.240Z] 3.2.0-dev.20 [2024-07-31T07:11:56.240Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:11:56.240Z] main [2024-07-31T07:11:56.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:11:56.619Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:11:56.985Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:11:56.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-07-31T07:11:56.985Z] d4e8f8904d5d: Preparing [2024-07-31T07:11:56.985Z] d45f9edf889c: Preparing [2024-07-31T07:11:56.985Z] d8a49ae87757: Preparing [2024-07-31T07:11:56.985Z] 467597293964: Preparing [2024-07-31T07:11:56.985Z] b0bf2d197867: Preparing [2024-07-31T07:11:56.985Z] 3c20671a5817: Preparing [2024-07-31T07:11:56.985Z] 3c20671a5817: Waiting [2024-07-31T07:11:57.250Z] d45f9edf889c: Pushed [2024-07-31T07:11:57.250Z] 467597293964: Pushed [2024-07-31T07:11:57.250Z] b0bf2d197867: Pushed [2024-07-31T07:11:57.250Z] d4e8f8904d5d: Pushed [2024-07-31T07:11:57.250Z] 3c20671a5817: Layer already exists [2024-07-31T07:12:03.902Z] d8a49ae87757: Pushed [2024-07-31T07:12:03.902Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b: digest: sha256:e20f1d0a09eb3cf0bc0d9cdd895700996e9a26ef807aded19ac38e9d5e607aad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:04.273Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:04.618Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-07-31T07:12:04.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-07-31T07:12:04.618Z] d4e8f8904d5d: Preparing [2024-07-31T07:12:04.618Z] d45f9edf889c: Preparing [2024-07-31T07:12:04.618Z] d8a49ae87757: Preparing [2024-07-31T07:12:04.618Z] 467597293964: Preparing [2024-07-31T07:12:04.618Z] b0bf2d197867: Preparing [2024-07-31T07:12:04.618Z] 3c20671a5817: Preparing [2024-07-31T07:12:04.618Z] 3c20671a5817: Waiting [2024-07-31T07:12:04.618Z] b0bf2d197867: Layer already exists [2024-07-31T07:12:04.618Z] d4e8f8904d5d: Layer already exists [2024-07-31T07:12:04.618Z] d45f9edf889c: Layer already exists [2024-07-31T07:12:04.618Z] d8a49ae87757: Layer already exists [2024-07-31T07:12:04.618Z] 467597293964: Layer already exists [2024-07-31T07:12:04.618Z] 3c20671a5817: Layer already exists [2024-07-31T07:12:04.881Z] latest: digest: sha256:e20f1d0a09eb3cf0bc0d9cdd895700996e9a26ef807aded19ac38e9d5e607aad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:05.229Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:05.578Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.20 [2024-07-31T07:12:05.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-07-31T07:12:05.578Z] d4e8f8904d5d: Preparing [2024-07-31T07:12:05.578Z] d45f9edf889c: Preparing [2024-07-31T07:12:05.578Z] d8a49ae87757: Preparing [2024-07-31T07:12:05.578Z] 467597293964: Preparing [2024-07-31T07:12:05.578Z] b0bf2d197867: Preparing [2024-07-31T07:12:05.578Z] 3c20671a5817: Preparing [2024-07-31T07:12:05.578Z] 3c20671a5817: Waiting [2024-07-31T07:12:05.579Z] b0bf2d197867: Layer already exists [2024-07-31T07:12:05.579Z] 467597293964: Layer already exists [2024-07-31T07:12:05.579Z] d8a49ae87757: Layer already exists [2024-07-31T07:12:05.579Z] d4e8f8904d5d: Layer already exists [2024-07-31T07:12:05.579Z] d45f9edf889c: Layer already exists [2024-07-31T07:12:05.579Z] 3c20671a5817: Layer already exists [2024-07-31T07:12:05.579Z] 3.2.0-dev.20: digest: sha256:e20f1d0a09eb3cf0bc0d9cdd895700996e9a26ef807aded19ac38e9d5e607aad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:06.194Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:06.566Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:12:06.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-07-31T07:12:06.566Z] d4e8f8904d5d: Preparing [2024-07-31T07:12:06.566Z] d45f9edf889c: Preparing [2024-07-31T07:12:06.566Z] d8a49ae87757: Preparing [2024-07-31T07:12:06.566Z] 467597293964: Preparing [2024-07-31T07:12:06.566Z] b0bf2d197867: Preparing [2024-07-31T07:12:06.566Z] 3c20671a5817: Preparing [2024-07-31T07:12:06.566Z] 3c20671a5817: Waiting [2024-07-31T07:12:06.566Z] d4e8f8904d5d: Layer already exists [2024-07-31T07:12:06.566Z] b0bf2d197867: Layer already exists [2024-07-31T07:12:06.566Z] d8a49ae87757: Layer already exists [2024-07-31T07:12:06.566Z] d45f9edf889c: Layer already exists [2024-07-31T07:12:06.566Z] 467597293964: Layer already exists [2024-07-31T07:12:06.566Z] 3c20671a5817: Layer already exists [2024-07-31T07:12:06.829Z] a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20: digest: sha256:e20f1d0a09eb3cf0bc0d9cdd895700996e9a26ef807aded19ac38e9d5e607aad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:07.175Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:07.522Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [2024-07-31T07:12:07.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-07-31T07:12:07.522Z] d4e8f8904d5d: Preparing [2024-07-31T07:12:07.522Z] d45f9edf889c: Preparing [2024-07-31T07:12:07.522Z] d8a49ae87757: Preparing [2024-07-31T07:12:07.522Z] 467597293964: Preparing [2024-07-31T07:12:07.522Z] b0bf2d197867: Preparing [2024-07-31T07:12:07.522Z] 3c20671a5817: Preparing [2024-07-31T07:12:07.522Z] d4e8f8904d5d: Layer already exists [2024-07-31T07:12:07.522Z] b0bf2d197867: Layer already exists [2024-07-31T07:12:07.522Z] d8a49ae87757: Layer already exists [2024-07-31T07:12:07.522Z] d45f9edf889c: Layer already exists [2024-07-31T07:12:07.522Z] 467597293964: Layer already exists [2024-07-31T07:12:07.522Z] 3c20671a5817: Layer already exists [2024-07-31T07:12:07.788Z] main: digest: sha256:e20f1d0a09eb3cf0bc0d9cdd895700996e9a26ef807aded19ac38e9d5e607aad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T07:12:07.869Z] ===================================================== [Pipeline] echo [2024-07-31T07:12:07.886Z] taggedImages: [2024-07-31T07:12:07.886Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [2024-07-31T07:12:07.886Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-07-31T07:12:07.886Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.20 [2024-07-31T07:12:07.886Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b-3.2.0-dev.20 [2024-07-31T07:12:07.886Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:08.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T07:12:08.268Z] [2024-07-31T07:12:08.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:08.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T07:12:08.613Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-31T07:12:08.613Z] 8998bd30e6a1: Pulling fs layer [2024-07-31T07:12:08.613Z] 04944245beec: Pulling fs layer [2024-07-31T07:12:08.613Z] 699f458cf7ca: Pulling fs layer [2024-07-31T07:12:08.613Z] 765212b225bb: Pulling fs layer [2024-07-31T07:12:08.613Z] f23df028b6ca: Pulling fs layer [2024-07-31T07:12:08.613Z] d65c8cfc05b1: Pulling fs layer [2024-07-31T07:12:08.613Z] 2437ff75d9bd: Pulling fs layer [2024-07-31T07:12:08.613Z] 765212b225bb: Waiting [2024-07-31T07:12:08.613Z] d65c8cfc05b1: Waiting [2024-07-31T07:12:08.613Z] f23df028b6ca: Waiting [2024-07-31T07:12:08.613Z] 2437ff75d9bd: Waiting [2024-07-31T07:12:08.880Z] 04944245beec: Verifying Checksum [2024-07-31T07:12:08.880Z] 04944245beec: Download complete [2024-07-31T07:12:08.880Z] 765212b225bb: Verifying Checksum [2024-07-31T07:12:08.880Z] 765212b225bb: Download complete [2024-07-31T07:12:08.880Z] f23df028b6ca: Verifying Checksum [2024-07-31T07:12:08.880Z] f23df028b6ca: Download complete [2024-07-31T07:12:08.880Z] d65c8cfc05b1: Download complete [2024-07-31T07:12:08.880Z] 699f458cf7ca: Verifying Checksum [2024-07-31T07:12:08.880Z] 699f458cf7ca: Download complete [2024-07-31T07:12:09.462Z] 8998bd30e6a1: Verifying Checksum [2024-07-31T07:12:09.462Z] 8998bd30e6a1: Download complete [2024-07-31T07:12:12.041Z] 2437ff75d9bd: Verifying Checksum [2024-07-31T07:12:12.041Z] 2437ff75d9bd: Download complete [2024-07-31T07:12:13.985Z] 8998bd30e6a1: Pull complete [2024-07-31T07:12:14.567Z] 04944245beec: Pull complete [2024-07-31T07:12:15.974Z] 699f458cf7ca: Pull complete [2024-07-31T07:12:16.242Z] 765212b225bb: Pull complete [2024-07-31T07:12:17.200Z] f23df028b6ca: Pull complete [2024-07-31T07:12:17.200Z] d65c8cfc05b1: Pull complete [2024-07-31T07:12:35.411Z] 2437ff75d9bd: Pull complete [2024-07-31T07:12:35.411Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-31T07:12:35.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T07:12:35.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:12:35.627Z] prd-ubuntu20.04-docker-arm64-4c-16g-6853 does not seem to be running inside a container [2024-07-31T07:12:35.691Z] $ 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/159 -v /w/workspace/device-modbus-go/159:/w/workspace/device-modbus-go/159:rw,z -v /w/workspace/device-modbus-go/159@tmp:/w/workspace/device-modbus-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-31T07:12:38.539Z] $ docker top 7a3c6de36dd32801206b59f09840bcf790e5684c94764b96bf4c10374f206f97 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:12:39.398Z] ---> job-cost.sh [2024-07-31T07:12:39.398Z] lf-activate-venv: SKIPPING [2024-07-31T07:12:39.398Z] INFO: No Stack... [2024-07-31T07:12:39.663Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-31T07:12:40.617Z] INFO: Archiving Costs [Pipeline] sh [2024-07-31T07:12:41.245Z] + cat /w/workspace/device-modbus-go/159/archives/cost.csv [2024-07-31T07:12:41.245Z] + cut -d, -f6 [Pipeline] lock [2024-07-31T07:12:41.294Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [2024-07-31T07:12:41.301Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] did not exist. Created. [2024-07-31T07:12:41.309Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-31T07:12:41.945Z] /w/workspace/device-modbus-go/159@tmp/durable-b337987d/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-31T07:12:42.261Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-31T07:12:42.291Z] Warning: overwriting stash ‘stack-cost’ [2024-07-31T07:12:42.333Z] Stashed 1 file(s) [Pipeline] } [2024-07-31T07:12:42.342Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-159-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-31T07:12:42.372Z] $ docker stop --time=1 7a3c6de36dd32801206b59f09840bcf790e5684c94764b96bf4c10374f206f97 [2024-07-31T07:12:43.861Z] $ docker rm -f --volumes 7a3c6de36dd32801206b59f09840bcf790e5684c94764b96bf4c10374f206f97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-07-31T07:12:44.401Z] provisioning config files... [2024-07-31T07:12:44.408Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config16568847253248874485tmp [Pipeline] { [Pipeline] sh [2024-07-31T07:12:44.770Z] + set +x [2024-07-31T07:12:44.770Z] + bash -s -- [2024-07-31T07:12:44.770Z] + curl -s https://codecov.io/bash [2024-07-31T07:12:44.770Z] [2024-07-31T07:12:44.770Z] _____ _ [2024-07-31T07:12:44.770Z] / ____| | | [2024-07-31T07:12:44.770Z] | | ___ __| | ___ ___ _____ __ [2024-07-31T07:12:44.770Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-31T07:12:44.770Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-31T07:12:44.770Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-31T07:12:44.770Z] Bash-1.0.6 [2024-07-31T07:12:44.770Z] [2024-07-31T07:12:44.770Z] [2024-07-31T07:12:44.770Z] ==> git version 2.25.1 found [2024-07-31T07:12:44.770Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-07-31T07:12:44.770Z] Release-Date: 2020-01-08 [2024-07-31T07:12:44.770Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-31T07:12:44.770Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-31T07:12:44.770Z] ==> Jenkins CI detected. [2024-07-31T07:12:44.770Z] current dir:  /w/workspace/gexfoundry_device-modbus-go_main [2024-07-31T07:12:44.770Z] project root: . [2024-07-31T07:12:44.770Z] --> token set from env [2024-07-31T07:12:44.770Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-31T07:12:44.771Z] ==> Running gcov in . (disable via -X gcov) [2024-07-31T07:12:44.771Z] ==> Python coveragepy not found [2024-07-31T07:12:44.771Z] ==> Searching for coverage reports in: [2024-07-31T07:12:44.771Z] + . [2024-07-31T07:12:44.771Z] -> Found 1 reports [2024-07-31T07:12:44.771Z] ==> Detecting git/mercurial file structure [2024-07-31T07:12:44.771Z] ==> Reading reports [2024-07-31T07:12:44.771Z] + ./coverage.out bytes=24601 [2024-07-31T07:12:44.771Z] ==> Appending adjustments [2024-07-31T07:12:44.771Z] https://docs.codecov.io/docs/fixing-reports [2024-07-31T07:12:45.045Z] + Found adjustments [2024-07-31T07:12:45.045Z] ==> Gzipping contents [2024-07-31T07:12:45.045Z] 4.0K /tmp/codecov.r2vdNq.gz [2024-07-31T07:12:45.045Z] ==> Uploading reports [2024-07-31T07:12:45.045Z] url: https://codecov.io [2024-07-31T07:12:45.045Z] query: branch=main&commit=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F159%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-31T07:12:45.045Z] -> Pinging Codecov [2024-07-31T07:12:45.045Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F159%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-31T07:12:45.045Z] -> Uploading to [2024-07-31T07:12:45.045Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-31/55DBCA73C666E3227836607328DD7E49/a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b/34e90d63-7eb0-45ad-8461-7ed4e0b8dc10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240731%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240731T071244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f285d4fb80dbadcf1cee3091111d2a5eb06e25fe636d3b740bb75fe082f8a76 [2024-07-31T07:12:45.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T07:12:45.045Z] Dload Upload Total Spent Left Speed [2024-07-31T07:12:45.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3843 0 0 100 3843 0 18565 --:--:-- --:--:-- --:--:-- 18475 100 3843 0 0 100 3843 0 15880 --:--:-- --:--:-- --:--:-- 15814 [2024-07-31T07:12:45.323Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] } [2024-07-31T07:12:45.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-31T07:12:45.585Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-31T07:12:45.607Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:45.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T07:12:45.955Z] [2024-07-31T07:12:45.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:12:46.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T07:12:46.282Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-31T07:12:46.282Z] 619be1103602: Already exists [2024-07-31T07:12:46.282Z] f8ea3408117e: Pulling fs layer [2024-07-31T07:12:46.282Z] 91320369b822: Pulling fs layer [2024-07-31T07:12:46.282Z] 0406650e8295: Pulling fs layer [2024-07-31T07:12:46.282Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T07:12:46.282Z] 96d80e3f36e1: Pulling fs layer [2024-07-31T07:12:46.282Z] bcf3aedb951c: Pulling fs layer [2024-07-31T07:12:46.282Z] 96d80e3f36e1: Waiting [2024-07-31T07:12:46.282Z] 4f4fb700ef54: Waiting [2024-07-31T07:12:46.283Z] bcf3aedb951c: Waiting [2024-07-31T07:12:46.283Z] 0406650e8295: Verifying Checksum [2024-07-31T07:12:46.283Z] 0406650e8295: Download complete [2024-07-31T07:12:46.283Z] f8ea3408117e: Download complete [2024-07-31T07:12:46.283Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T07:12:46.283Z] 4f4fb700ef54: Download complete [2024-07-31T07:12:46.283Z] f8ea3408117e: Pull complete [2024-07-31T07:12:46.541Z] 96d80e3f36e1: Verifying Checksum [2024-07-31T07:12:46.541Z] 96d80e3f36e1: Download complete [2024-07-31T07:12:46.800Z] 91320369b822: Verifying Checksum [2024-07-31T07:12:46.800Z] 91320369b822: Download complete [2024-07-31T07:12:47.059Z] bcf3aedb951c: Verifying Checksum [2024-07-31T07:12:47.059Z] bcf3aedb951c: Download complete [2024-07-31T07:12:49.590Z] 91320369b822: Pull complete [2024-07-31T07:12:49.590Z] 0406650e8295: Pull complete [2024-07-31T07:12:49.590Z] 4f4fb700ef54: Pull complete [2024-07-31T07:12:50.158Z] 96d80e3f36e1: Pull complete [2024-07-31T07:12:53.442Z] bcf3aedb951c: Pull complete [2024-07-31T07:12:53.442Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-31T07:12:53.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T07:12:53.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:12:53.544Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:12:53.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-31T07:12:56.560Z] $ docker top 56a1c47381fe1b5ef26662748c8607edb726648c72dea216420ca62872dade58 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T07:12:56.930Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] echo [2024-07-31T07:12:56.941Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh [2024-07-31T07:12:57.223Z] + set -o pipefail [2024-07-31T07:12:57.223Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0a0805b9-8982-40eb-8dbc-845f1ef902a3/history/98ffd268-e83d-40ec-9b25-c6cc6538b1f0 [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] [2024-07-31T07:13:07.204Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-31T07:13:07.204Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-31T07:13:07.216Z] $ docker stop --time=1 56a1c47381fe1b5ef26662748c8607edb726648c72dea216420ca62872dade58 [2024-07-31T07:13:12.072Z] $ docker rm -f --volumes 56a1c47381fe1b5ef26662748c8607edb726648c72dea216420ca62872dade58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-31T07:13:13.025Z] + git log --format=format:%s -1 a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b [Pipeline] sh [2024-07-31T07:13:13.315Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T07:13:13.315Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:13.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T07:13:13.626Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:13:13.706Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:13:13.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T07:13:14.274Z] $ docker top 62380ba5d60a7e6c761ab87bb0d773734f76bf17c23cdafc30b34b1034c5dbf4 -eo pid,comm [2024-07-31T07:13:14.322Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-31T07:13:14.322Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T07:13:14.392Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T07:13:14.392Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T07:13:14.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T07:13:14.509Z] $ docker exec 62380ba5d60a7e6c761ab87bb0d773734f76bf17c23cdafc30b34b1034c5dbf4 ssh-agent [2024-07-31T07:13:14.610Z] SSH_AUTH_SOCK=/tmp/ssh-vOpWv7lUNoqt/agent.32 [2024-07-31T07:13:14.610Z] SSH_AGENT_PID=38 [2024-07-31T07:13:14.614Z] Running ssh-add (command line suppressed) [2024-07-31T07:13:14.709Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_11543451454326879138.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_11543451454326879138.key) [2024-07-31T07:13:14.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T07:13:15.023Z] + git semver tag [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,192 [run_tag] DEBUG tag force:False [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,193 [check_head_tag] DEBUG check head tag [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,193 [execute] INFO git cat-file --batch-check [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,194 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,198 [execute] INFO git cat-file --batch [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,198 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,215 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,215 [execute] INFO git tag -a v3.2.0-dev.20 -m v3.2.0-dev.20 [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,215 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.20', '-m', 'v3.2.0-dev.20'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-31T07:13:15.281Z] 2024-07-31 07:13:15,219 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:15.281Z] 3.2.0-dev.20 [Pipeline] } [2024-07-31T07:13:15.287Z] $ docker exec --env ******** --env ******** 62380ba5d60a7e6c761ab87bb0d773734f76bf17c23cdafc30b34b1034c5dbf4 ssh-agent -k [2024-07-31T07:13:15.385Z] unset SSH_AUTH_SOCK; [2024-07-31T07:13:15.386Z] unset SSH_AGENT_PID; [2024-07-31T07:13:15.386Z] echo Agent pid 38 killed; [2024-07-31T07:13:15.405Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T07:13:15.735Z] + git semver [Pipeline] } [2024-07-31T07:13:16.002Z] $ docker stop --time=1 62380ba5d60a7e6c761ab87bb0d773734f76bf17c23cdafc30b34b1034c5dbf4 [2024-07-31T07:13:17.362Z] $ docker rm -f --volumes 62380ba5d60a7e6c761ab87bb0d773734f76bf17c23cdafc30b34b1034c5dbf4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:17.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T07:13:17.801Z] [2024-07-31T07:13:17.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:18.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T07:13:18.103Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-31T07:13:18.103Z] ab5ef0e58194: Pulling fs layer [2024-07-31T07:13:18.103Z] 9712f1f96733: Pulling fs layer [2024-07-31T07:13:18.103Z] 63f879dbbcfc: Pulling fs layer [2024-07-31T07:13:18.103Z] 0d9ebad4ef96: Pulling fs layer [2024-07-31T07:13:18.103Z] e9a5061849ea: Pulling fs layer [2024-07-31T07:13:18.103Z] d747dcd14b5f: Pulling fs layer [2024-07-31T07:13:18.103Z] 2de7ff778b66: Pulling fs layer [2024-07-31T07:13:18.103Z] 0d9ebad4ef96: Waiting [2024-07-31T07:13:18.103Z] e9a5061849ea: Waiting [2024-07-31T07:13:18.103Z] 2de7ff778b66: Waiting [2024-07-31T07:13:18.103Z] d747dcd14b5f: Waiting [2024-07-31T07:13:18.103Z] 9712f1f96733: Verifying Checksum [2024-07-31T07:13:18.103Z] 9712f1f96733: Download complete [2024-07-31T07:13:18.362Z] 63f879dbbcfc: Verifying Checksum [2024-07-31T07:13:18.362Z] 63f879dbbcfc: Download complete [2024-07-31T07:13:18.619Z] e9a5061849ea: Verifying Checksum [2024-07-31T07:13:18.619Z] e9a5061849ea: Download complete [2024-07-31T07:13:18.619Z] d747dcd14b5f: Verifying Checksum [2024-07-31T07:13:18.619Z] d747dcd14b5f: Download complete [2024-07-31T07:13:18.619Z] 0d9ebad4ef96: Verifying Checksum [2024-07-31T07:13:18.619Z] 0d9ebad4ef96: Download complete [2024-07-31T07:13:18.619Z] ab5ef0e58194: Verifying Checksum [2024-07-31T07:13:18.619Z] ab5ef0e58194: Download complete [2024-07-31T07:13:18.619Z] 2de7ff778b66: Verifying Checksum [2024-07-31T07:13:18.619Z] 2de7ff778b66: Download complete [2024-07-31T07:13:21.147Z] ab5ef0e58194: Pull complete [2024-07-31T07:13:21.147Z] 9712f1f96733: Pull complete [2024-07-31T07:13:22.080Z] 63f879dbbcfc: Pull complete [2024-07-31T07:13:26.266Z] 0d9ebad4ef96: Pull complete [2024-07-31T07:13:26.266Z] e9a5061849ea: Pull complete [2024-07-31T07:13:26.266Z] d747dcd14b5f: Pull complete [2024-07-31T07:13:27.199Z] 2de7ff778b66: Pull complete [2024-07-31T07:13:27.199Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-31T07:13:27.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T07:13:27.199Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:13:27.312Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:13:27.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-31T07:13:32.374Z] $ docker top 106b8ec2475ab896f32224f2a4cefee6f8eb7bf035ffde8df8f51fadad782f43 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-31T07:13:32.455Z] provisioning config files... [2024-07-31T07:13:32.460Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5198095476804015139tmp [2024-07-31T07:13:32.467Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4983481873889808893tmp [2024-07-31T07:13:32.473Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4875908682793772205tmp [Pipeline] { [Pipeline] echo [2024-07-31T07:13:32.571Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:32.864Z] ---> sigul-configuration.sh [2024-07-31T07:13:32.864Z] gpg: directory `/root/.gnupg' created [2024-07-31T07:13:32.864Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-31T07:13:32.864Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-31T07:13:32.864Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-31T07:13:32.864Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-31T07:13:32.864Z] gpg: CAST5 encrypted data [2024-07-31T07:13:32.864Z] gpg: encrypted with 1 passphrase [2024-07-31T07:13:32.864Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-31T07:13:33.157Z] + mkdir /home/jenkins [2024-07-31T07:13:33.157Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-31T07:13:33.449Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-07-31T07:13:33.463Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:33.752Z] ---> sigul-install.sh [2024-07-31T07:13:33.752Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-31T07:13:34.046Z] + git tag --list [2024-07-31T07:13:34.046Z] 0.7.1 [2024-07-31T07:13:34.046Z] v1.0.0 [2024-07-31T07:13:34.046Z] v1.1.0 [2024-07-31T07:13:34.046Z] v1.1.1 [2024-07-31T07:13:34.046Z] v1.2.2 [2024-07-31T07:13:34.046Z] v1.3.0 [2024-07-31T07:13:34.046Z] v1.3.1 [2024-07-31T07:13:34.046Z] v2.0.0 [2024-07-31T07:13:34.046Z] v2.1.0 [2024-07-31T07:13:34.046Z] v2.1.1 [2024-07-31T07:13:34.046Z] v2.2.0 [2024-07-31T07:13:34.046Z] v2.3.0 [2024-07-31T07:13:34.046Z] v3.0 [2024-07-31T07:13:34.046Z] v3.0.0 [2024-07-31T07:13:34.046Z] v3.1 [2024-07-31T07:13:34.046Z] v3.1.0 [2024-07-31T07:13:34.046Z] v3.1.0-dev.1 [2024-07-31T07:13:34.046Z] v3.1.0-dev.10 [2024-07-31T07:13:34.046Z] v3.1.0-dev.11 [2024-07-31T07:13:34.046Z] v3.1.0-dev.12 [2024-07-31T07:13:34.046Z] v3.1.0-dev.13 [2024-07-31T07:13:34.046Z] v3.1.0-dev.14 [2024-07-31T07:13:34.046Z] v3.1.0-dev.15 [2024-07-31T07:13:34.046Z] v3.1.0-dev.16 [2024-07-31T07:13:34.046Z] v3.1.0-dev.17 [2024-07-31T07:13:34.046Z] v3.1.0-dev.18 [2024-07-31T07:13:34.046Z] v3.1.0-dev.19 [2024-07-31T07:13:34.046Z] v3.1.0-dev.2 [2024-07-31T07:13:34.046Z] v3.1.0-dev.20 [2024-07-31T07:13:34.046Z] v3.1.0-dev.21 [2024-07-31T07:13:34.046Z] v3.1.0-dev.22 [2024-07-31T07:13:34.046Z] v3.1.0-dev.23 [2024-07-31T07:13:34.046Z] v3.1.0-dev.24 [2024-07-31T07:13:34.046Z] v3.1.0-dev.25 [2024-07-31T07:13:34.046Z] v3.1.0-dev.3 [2024-07-31T07:13:34.046Z] v3.1.0-dev.4 [2024-07-31T07:13:34.046Z] v3.1.0-dev.5 [2024-07-31T07:13:34.046Z] v3.1.0-dev.6 [2024-07-31T07:13:34.046Z] v3.1.0-dev.7 [2024-07-31T07:13:34.046Z] v3.1.0-dev.8 [2024-07-31T07:13:34.046Z] v3.1.0-dev.9 [2024-07-31T07:13:34.046Z] v3.1.1 [2024-07-31T07:13:34.046Z] v3.1.1-dev.1 [2024-07-31T07:13:34.046Z] v3.2.0-dev.1 [2024-07-31T07:13:34.046Z] v3.2.0-dev.10 [2024-07-31T07:13:34.046Z] v3.2.0-dev.11 [2024-07-31T07:13:34.046Z] v3.2.0-dev.12 [2024-07-31T07:13:34.046Z] v3.2.0-dev.13 [2024-07-31T07:13:34.046Z] v3.2.0-dev.14 [2024-07-31T07:13:34.046Z] v3.2.0-dev.15 [2024-07-31T07:13:34.046Z] v3.2.0-dev.16 [2024-07-31T07:13:34.046Z] v3.2.0-dev.17 [2024-07-31T07:13:34.046Z] v3.2.0-dev.18 [2024-07-31T07:13:34.046Z] v3.2.0-dev.19 [2024-07-31T07:13:34.046Z] v3.2.0-dev.2 [2024-07-31T07:13:34.046Z] v3.2.0-dev.20 [2024-07-31T07:13:34.046Z] v3.2.0-dev.3 [2024-07-31T07:13:34.046Z] v3.2.0-dev.4 [2024-07-31T07:13:34.046Z] v3.2.0-dev.5 [2024-07-31T07:13:34.046Z] v3.2.0-dev.6 [2024-07-31T07:13:34.046Z] v3.2.0-dev.7 [2024-07-31T07:13:34.046Z] v3.2.0-dev.8 [2024-07-31T07:13:34.046Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-31T07:13:34.386Z] + lftools sign git-tag v3.2.0-dev.20 [2024-07-31T07:13:34.956Z] Signing Git tag with Sigul... [2024-07-31T07:13:34.956Z] Signing v3.2.0-dev.20 [Pipeline] echo [2024-07-31T07:13:35.230Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:35.523Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-31T07:13:35.530Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-31T07:13:35.558Z] $ docker stop --time=1 106b8ec2475ab896f32224f2a4cefee6f8eb7bf035ffde8df8f51fadad782f43 [2024-07-31T07:13:36.899Z] $ docker rm -f --volumes 106b8ec2475ab896f32224f2a4cefee6f8eb7bf035ffde8df8f51fadad782f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-31T07:13:37.354Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T07:13:37.354Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:37.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T07:13:37.656Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:13:37.735Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:13:37.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T07:13:38.293Z] $ docker top bc9fd7329dd37be1c68fb55804763596c2539d22401e411425a0422ed5d21f7c -eo pid,comm [2024-07-31T07:13:38.340Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-31T07:13:38.340Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T07:13:38.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T07:13:38.416Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T07:13:38.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T07:13:38.518Z] $ docker exec bc9fd7329dd37be1c68fb55804763596c2539d22401e411425a0422ed5d21f7c ssh-agent [2024-07-31T07:13:38.627Z] SSH_AUTH_SOCK=/tmp/ssh-WZ0CfG4j8lEy/agent.33 [2024-07-31T07:13:38.627Z] SSH_AGENT_PID=39 [2024-07-31T07:13:38.632Z] Running ssh-add (command line suppressed) [2024-07-31T07:13:38.721Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8919443764280375819.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8919443764280375819.key) [2024-07-31T07:13:38.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T07:13:39.037Z] + git semver bump pre [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,206 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,206 [bump_version] DEBUG bumping version:3.2.0-dev.20 on axis:pre with prefix:dev [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,206 [bump_version] DEBUG bumped version:3.2.0-dev.21 [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,206 [write_version] DEBUG write version:3.2.0-dev.21 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,206 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,207 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:39.295Z] 2024-07-31 07:13:39,208 [execute] INFO git cat-file --batch-check [2024-07-31T07:13:39.296Z] 2024-07-31 07:13:39,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T07:13:39.296Z] 2024-07-31 07:13:39,214 [execute] INFO git cat-file --batch [2024-07-31T07:13:39.296Z] 2024-07-31 07:13:39,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T07:13:39.296Z] 2024-07-31 07:13:39,219 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:39.296Z] 3.2.0-dev.21 [Pipeline] } [2024-07-31T07:13:39.302Z] $ docker exec --env ******** --env ******** bc9fd7329dd37be1c68fb55804763596c2539d22401e411425a0422ed5d21f7c ssh-agent -k [2024-07-31T07:13:39.395Z] unset SSH_AUTH_SOCK; [2024-07-31T07:13:39.395Z] unset SSH_AGENT_PID; [2024-07-31T07:13:39.395Z] echo Agent pid 39 killed; [2024-07-31T07:13:39.406Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T07:13:39.733Z] + git semver [Pipeline] } [2024-07-31T07:13:40.002Z] $ docker stop --time=1 bc9fd7329dd37be1c68fb55804763596c2539d22401e411425a0422ed5d21f7c [2024-07-31T07:13:41.296Z] $ docker rm -f --volumes bc9fd7329dd37be1c68fb55804763596c2539d22401e411425a0422ed5d21f7c [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T07:13:41.649Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T07:13:41.649Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:41.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T07:13:41.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:13:42.047Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:13:42.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T07:13:42.388Z] $ docker top b833fc5abc31af58463701ef2d4d3d84f77f32480b7dc1f92ca359feb27b2c0c -eo pid,comm [2024-07-31T07:13:42.435Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-31T07:13:42.435Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T07:13:42.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T07:13:42.487Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T07:13:42.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T07:13:42.599Z] $ docker exec b833fc5abc31af58463701ef2d4d3d84f77f32480b7dc1f92ca359feb27b2c0c ssh-agent [2024-07-31T07:13:42.712Z] SSH_AUTH_SOCK=/tmp/ssh-4bOMxl4IB7Ef/agent.33 [2024-07-31T07:13:42.713Z] SSH_AGENT_PID=39 [2024-07-31T07:13:42.717Z] Running ssh-add (command line suppressed) [2024-07-31T07:13:42.820Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_645315909069247801.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_645315909069247801.key) [2024-07-31T07:13:42.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T07:13:43.126Z] + git semver push [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,300 [run_push] DEBUG push [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,301 [execute] INFO git cat-file --batch-check [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,301 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,304 [execute] INFO git rev-list 05d9200b05a162734bf5de20b5408b358bab8ea4 -- [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,305 [execute] DEBUG Popen(['git', 'rev-list', '05d9200b05a162734bf5de20b5408b358bab8ea4', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,314 [execute] INFO git fetch -v origin [2024-07-31T07:13:43.385Z] 2024-07-31 07:13:43,315 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-31T07:13:43.955Z] 2024-07-31 07:13:43,773 [run_push] DEBUG no remote changes detected [2024-07-31T07:13:43.955Z] 2024-07-31 07:13:43,773 [execute] INFO git push origin semver [2024-07-31T07:13:43.955Z] 2024-07-31 07:13:43,774 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-31T07:13:44.522Z] 2024-07-31 07:13:44,464 [run_push] DEBUG push all version tags [2024-07-31T07:13:44.522Z] 2024-07-31 07:13:44,464 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-31T07:13:44.522Z] 2024-07-31 07:13:44,465 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-31T07:13:45.463Z] 2024-07-31 07:13:45,264 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-07-31T07:13:45.463Z] 3.2.0-dev.21 [Pipeline] } [2024-07-31T07:13:45.469Z] $ docker exec --env ******** --env ******** b833fc5abc31af58463701ef2d4d3d84f77f32480b7dc1f92ca359feb27b2c0c ssh-agent -k [2024-07-31T07:13:45.568Z] unset SSH_AUTH_SOCK; [2024-07-31T07:13:45.568Z] unset SSH_AGENT_PID; [2024-07-31T07:13:45.568Z] echo Agent pid 39 killed; [2024-07-31T07:13:45.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T07:13:45.912Z] + git semver [Pipeline] } [2024-07-31T07:13:46.180Z] $ docker stop --time=1 b833fc5abc31af58463701ef2d4d3d84f77f32480b7dc1f92ca359feb27b2c0c [2024-07-31T07:13:47.443Z] $ docker rm -f --volumes b833fc5abc31af58463701ef2d4d3d84f77f32480b7dc1f92ca359feb27b2c0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-31T07:13:48.097Z] + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] [2024-07-31T07:13:48.097Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-07-31T07:13:48.097Z] total 16 [2024-07-31T07:13:48.097Z] drwxr-xr-x 3 root root 4096 Jul 31 07:00 . [2024-07-31T07:13:48.097Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 07:13 .. [2024-07-31T07:13:48.097Z] drwxr-xr-x 2 root root 4096 Jul 31 07:00 cost [2024-07-31T07:13:48.097Z] -rw-r--r-- 1 root root 88 Jul 31 07:00 cost.csv [2024-07-31T07:13:48.097Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-07-31T07:13:48.097Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-07-31T07:13:48.097Z] total 16 [2024-07-31T07:13:48.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 07:00 . [2024-07-31T07:13:48.097Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 07:13 .. [2024-07-31T07:13:48.097Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 07:00 cost [2024-07-31T07:13:48.097Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 31 07:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:48.381Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:49.234Z] ---> package-listing.sh [2024-07-31T07:13:49.234Z] ++ facter osfamily [2024-07-31T07:13:49.234Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-31T07:13:49.493Z] + OS_FAMILY=debian [2024-07-31T07:13:49.493Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2024-07-31T07:13:49.493Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-31T07:13:49.493Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-31T07:13:49.493Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-31T07:13:49.493Z] + PACKAGES=/tmp/packages_start.txt [2024-07-31T07:13:49.493Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-07-31T07:13:49.493Z] + PACKAGES=/tmp/packages_end.txt [2024-07-31T07:13:49.493Z] + case "${OS_FAMILY}" in [2024-07-31T07:13:49.493Z] + dpkg -l [2024-07-31T07:13:49.493Z] + grep '^ii' [2024-07-31T07:13:49.493Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-31T07:13:49.493Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-31T07:13:49.493Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-31T07:13:49.493Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-07-31T07:13:49.493Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2024-07-31T07:13:49.493Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo [2024-07-31T07:13:49.504Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-31T07:13:49.779Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T07:13:50.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T07:13:50.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T07:13:50.424Z] prd-ubuntu20.04-docker-8c-8g-6852 does not seem to be running inside a container [2024-07-31T07:13:50.449Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-31T07:13:50.637Z] $ docker top 051cd6bb1c4f5072e37fe3fa138e89a124c722cc3277c810b7dec4757067624d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T07:13:50.990Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-31T07:13:51.273Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-31T07:13:51.551Z] + ls /var/log/sa-host [2024-07-31T07:13:51.551Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T07:13:51.767Z] provisioning config files... [2024-07-31T07:13:51.776Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config14952603329912541124tmp [Pipeline] { [Pipeline] echo [2024-07-31T07:13:51.795Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:52.079Z] ---> create-netrc.sh [Pipeline] } [2024-07-31T07:13:52.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:52.424Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-31T07:13:52.434Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:52.717Z] ---> sudo-logs.sh [2024-07-31T07:13:52.717Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-31T07:13:52.750Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:53.032Z] ---> job-cost.sh [2024-07-31T07:13:53.032Z] lf-activate-venv: SKIPPING [2024-07-31T07:13:53.032Z] DEBUG: total: 0.2199999988079071 [2024-07-31T07:13:53.032Z] INFO: Retrieving Stack Cost... [2024-07-31T07:13:53.600Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-31T07:13:53.860Z] INFO: Archiving Costs [Pipeline] echo [2024-07-31T07:13:53.872Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T07:13:54.154Z] ---> logs-deploy.sh [2024-07-31T07:13:54.154Z] lf-activate-venv: SKIPPING [2024-07-31T07:13:54.154Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/159 [2024-07-31T07:13:54.154Z] INFO: archiving workspace using pattern(s): [2024-07-31T07:13:55.092Z] Archives upload complete. [2024-07-31T07:13:55.092Z] INFO: archiving logs to Nexus