Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d9d7c9445bd01df0ee4a07f33637a5782cac6865 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-ssh15302345933428025616.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-ssh4086191080507802758.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-ssh8990112734664175109.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-ssh7010224164737020058.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-ssh8773817266267545707.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-7265’ is offline Running on prd-ubuntu20.04-docker-8c-8g-7266 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 d9d7c9445bd01df0ee4a07f33637a5782cac6865 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9d7c9445bd01df0ee4a07f33637a5782cac6865 # timeout=10 Commit message: "Merge pull request #565 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.7.0" > git rev-list --no-walk a4ac1bfabe15027a0c2e1639544bd8d2dfd4285b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-07T06:24:13.473Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-07T06:24:13.555Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-07T06:24:13.584Z] ========================================================= [2024-08-07T06:24:13.584Z] EdgeX Global Pipelines Version Info [2024-08-07T06:24:13.584Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:24:18.859Z] ------------------- [2024-08-07T06:24:18.859Z] stable info: [2024-08-07T06:24:18.859Z] ------------------- [2024-08-07T06:24:18.859Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T06:24:18.859Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-07T06:24:18.859Z] Message: update stable to v1.0.260 [2024-08-07T06:24:19.119Z] ------------------- [2024-08-07T06:24:19.119Z] experimental info: [2024-08-07T06:24:19.119Z] ------------------- [2024-08-07T06:24:19.119Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T06:24:19.119Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-07T06:24:19.119Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-07T06:24:19.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2024-08-07T06:24:19.201Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2024-08-07T06:24:19.221Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-07T06:24:19.240Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-07T06:24:19.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-07T06:24:19.283Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-07T06:24:19.306Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-07T06:24:19.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-08-07T06:24:19.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-07T06:24:19.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-07T06:24:19.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-07T06:24:19.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2024-08-07T06:24:19.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-07T06:24:19.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-07T06:24:19.474Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T06:24:19.492Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T06:24:19.514Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-08-07T06:24:28.598Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-08-07T06:24:28.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-07T06:24:28.649Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-07T06:24:28.678Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-08-07T06:24:28.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-08-07T06:24:28.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-08-07T06:24:28.756Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-08-07T06:24:28.787Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-08-07T06:24:28.813Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-07T06:24:28.838Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-07T06:24:28.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-07T06:24:28.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-07T06:24:28.910Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-07T06:24:28.933Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] echo [2024-08-07T06:24:28.954Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9d7c94 [Pipeline] echo [2024-08-07T06:24:28.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:24:29.043Z] provisioning config files... [2024-08-07T06:24:29.056Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4684118194989923060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:24:29.398Z] ---> ****-login.sh [2024-08-07T06:24:29.398Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:24:29.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:29.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:29.660Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:29.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:29.660Z] [2024-08-07T06:24:29.660Z] Login Succeeded [2024-08-07T06:24:29.660Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:24:29.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:29.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:29.660Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:29.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:29.660Z] [2024-08-07T06:24:29.660Z] Login Succeeded [2024-08-07T06:24:29.660Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:24:29.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:29.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:29.920Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:29.920Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:29.920Z] [2024-08-07T06:24:29.920Z] Login Succeeded [2024-08-07T06:24:29.920Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:24:29.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:29.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:29.920Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:29.920Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:29.920Z] [2024-08-07T06:24:29.920Z] Login Succeeded [2024-08-07T06:24:29.920Z] ****.io [2024-08-07T06:24:29.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:30.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:30.180Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:30.180Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:30.180Z] [2024-08-07T06:24:30.180Z] Login Succeeded [2024-08-07T06:24:30.180Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:24:30.188Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-07T06:24:30.601Z] + git rev-list -1 --merges d9d7c9445bd01df0ee4a07f33637a5782cac6865~1..d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] echo [2024-08-07T06:24:30.626Z] -----------> git rev-list -1 --merges d9d7c9445bd01df0ee4a07f33637a5782cac6865~1..d9d7c9445bd01df0ee4a07f33637a5782cac6865 d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:24:30.626Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865 [false] [Pipeline] sh [2024-08-07T06:24:30.919Z] + git log --format=format:%s -1 d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] echo [2024-08-07T06:24:30.932Z] ========================================================= [2024-08-07T06:24:30.932Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-07T06:24:30.932Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:24:31.264Z] + git log --format=format:%s -1 d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] echo [2024-08-07T06:24:31.276Z] [semverPrep] GIT_COMMIT: d9d7c9445bd01df0ee4a07f33637a5782cac6865, Commit Message: Merge pull request #565 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.7.0 [Pipeline] echo [2024-08-07T06:24:31.289Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-08-07T06:24:31.644Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T06:24:31.644Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-07T06:24:31.644Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-07T06:24:31.644Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-07T06:24:31.644Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-07T06:24:31.644Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-07T06:24:31.644Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:24:31.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:24:31.995Z] [2024-08-07T06:24:31.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:24:32.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:24:32.299Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-07T06:24:32.299Z] b85a868b505f: Pulling fs layer [2024-08-07T06:24:32.299Z] e2be974225ed: Pulling fs layer [2024-08-07T06:24:32.299Z] 339a4e72a1f5: Pulling fs layer [2024-08-07T06:24:32.299Z] 988bab9f4d93: Pulling fs layer [2024-08-07T06:24:32.299Z] 1469e6f7b9e6: Pulling fs layer [2024-08-07T06:24:32.299Z] eaf3925da568: Pulling fs layer [2024-08-07T06:24:32.299Z] bab4dde63d76: Pulling fs layer [2024-08-07T06:24:32.299Z] bde34c3a00c8: Pulling fs layer [2024-08-07T06:24:32.299Z] b352a97aabf1: Pulling fs layer [2024-08-07T06:24:32.299Z] 4872d77fe225: Pulling fs layer [2024-08-07T06:24:32.299Z] 5851b861e8e6: Pulling fs layer [2024-08-07T06:24:32.299Z] bab4dde63d76: Waiting [2024-08-07T06:24:32.299Z] bde34c3a00c8: Waiting [2024-08-07T06:24:32.299Z] b352a97aabf1: Waiting [2024-08-07T06:24:32.299Z] 4872d77fe225: Waiting [2024-08-07T06:24:32.299Z] 5851b861e8e6: Waiting [2024-08-07T06:24:32.299Z] 988bab9f4d93: Waiting [2024-08-07T06:24:32.299Z] 1469e6f7b9e6: Waiting [2024-08-07T06:24:32.299Z] eaf3925da568: Waiting [2024-08-07T06:24:32.299Z] e2be974225ed: Verifying Checksum [2024-08-07T06:24:32.299Z] e2be974225ed: Download complete [2024-08-07T06:24:32.299Z] 988bab9f4d93: Verifying Checksum [2024-08-07T06:24:32.299Z] 988bab9f4d93: Download complete [2024-08-07T06:24:33.344Z] 339a4e72a1f5: Verifying Checksum [2024-08-07T06:24:33.344Z] 339a4e72a1f5: Download complete [2024-08-07T06:24:33.344Z] 1469e6f7b9e6: Verifying Checksum [2024-08-07T06:24:33.344Z] 1469e6f7b9e6: Download complete [2024-08-07T06:24:33.344Z] eaf3925da568: Verifying Checksum [2024-08-07T06:24:33.344Z] eaf3925da568: Download complete [2024-08-07T06:24:33.344Z] bde34c3a00c8: Verifying Checksum [2024-08-07T06:24:33.344Z] bde34c3a00c8: Download complete [2024-08-07T06:24:33.344Z] b352a97aabf1: Download complete [2024-08-07T06:24:33.344Z] 4872d77fe225: Verifying Checksum [2024-08-07T06:24:33.344Z] 4872d77fe225: Download complete [2024-08-07T06:24:33.344Z] 5851b861e8e6: Download complete [2024-08-07T06:24:33.344Z] b85a868b505f: Verifying Checksum [2024-08-07T06:24:33.344Z] b85a868b505f: Download complete [2024-08-07T06:24:34.700Z] b85a868b505f: Pull complete [2024-08-07T06:24:34.700Z] bab4dde63d76: Verifying Checksum [2024-08-07T06:24:34.700Z] bab4dde63d76: Download complete [2024-08-07T06:24:34.959Z] e2be974225ed: Pull complete [2024-08-07T06:24:35.219Z] 339a4e72a1f5: Pull complete [2024-08-07T06:24:35.219Z] 988bab9f4d93: Pull complete [2024-08-07T06:24:35.478Z] 1469e6f7b9e6: Pull complete [2024-08-07T06:24:35.736Z] eaf3925da568: Pull complete [2024-08-07T06:24:37.113Z] bab4dde63d76: Pull complete [2024-08-07T06:24:37.371Z] bde34c3a00c8: Pull complete [2024-08-07T06:24:37.371Z] b352a97aabf1: Pull complete [2024-08-07T06:24:37.371Z] 4872d77fe225: Pull complete [2024-08-07T06:24:37.631Z] 5851b861e8e6: Pull complete [2024-08-07T06:24:37.631Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-07T06:24:37.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:24:37.631Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:24:37.764Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:24:37.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T06:24:46.071Z] $ docker top 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc -eo pid,comm [2024-08-07T06:24:46.137Z] 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-08-07T06:24:46.137Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T06:24:46.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:24:46.194Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:24:46.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:24:46.309Z] $ docker exec 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc ssh-agent [2024-08-07T06:24:46.424Z] SSH_AUTH_SOCK=/tmp/ssh-WCX9B4aXIUVF/agent.31 [2024-08-07T06:24:46.424Z] SSH_AGENT_PID=37 [2024-08-07T06:24:46.430Z] Running ssh-add (command line suppressed) [2024-08-07T06:24:46.527Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_17474278234419571695.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_17474278234419571695.key) [2024-08-07T06:24:46.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:24:46.838Z] + git tag --points-at HEAD [Pipeline] } [2024-08-07T06:24:46.845Z] $ docker exec --env ******** --env ******** 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc ssh-agent -k [2024-08-07T06:24:46.942Z] unset SSH_AUTH_SOCK; [2024-08-07T06:24:46.942Z] unset SSH_AGENT_PID; [2024-08-07T06:24:46.942Z] echo Agent pid 37 killed; [2024-08-07T06:24:46.957Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-07T06:24:46.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:24:46.993Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:24:47.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:24:47.106Z] $ docker exec 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc ssh-agent [2024-08-07T06:24:47.220Z] SSH_AUTH_SOCK=/tmp/ssh-BJjhsGUJAJiz/agent.71 [2024-08-07T06:24:47.220Z] SSH_AGENT_PID=77 [2024-08-07T06:24:47.225Z] Running ssh-add (command line suppressed) [2024-08-07T06:24:47.310Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12697076369268191415.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12697076369268191415.key) [2024-08-07T06:24:47.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:24:47.623Z] + git semver init [2024-08-07T06:24:47.882Z] 2024-08-07 06:24:47,770 [run_init] DEBUG init version:0.0.0 force:False [2024-08-07T06:24:47.882Z] 2024-08-07 06:24:47,770 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-08-07T06:24:47.882Z] 2024-08-07 06:24:47,771 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver [2024-08-07T06:24:47.882Z] 2024-08-07 06:24:47,771 [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-08-07T06:24:49.287Z] 2024-08-07 06:24:48,934 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude [2024-08-07T06:24:49.287Z] 2024-08-07 06:24:48,935 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False [2024-08-07T06:24:49.287Z] 2024-08-07 06:24:48,935 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:24:49.287Z] 2024-08-07 06:24:48,935 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:24:49.287Z] 3.2.0-dev.21 [Pipeline] } [2024-08-07T06:24:49.295Z] $ docker exec --env ******** --env ******** 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc ssh-agent -k [2024-08-07T06:24:49.398Z] unset SSH_AUTH_SOCK; [2024-08-07T06:24:49.399Z] unset SSH_AGENT_PID; [2024-08-07T06:24:49.399Z] echo Agent pid 77 killed; [2024-08-07T06:24:49.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T06:24:49.743Z] + git semver [Pipeline] } [2024-08-07T06:24:50.016Z] $ docker stop --time=1 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc [2024-08-07T06:24:51.337Z] $ docker rm -f --volumes 405c064448864ae9b97479b4c00bb75556d60b816239129482a387e7f991a6dc [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:24:51.689Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-07T06:24:51.910Z] Stashed 1 file(s) [Pipeline] echo [2024-08-07T06:24:51.914Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.21 [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-08-07T06:24:52.092Z] provisioning config files... [2024-08-07T06:24:52.102Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config10153847481756201080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:24:52.402Z] ---> ****-login.sh [2024-08-07T06:24:52.402Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:24:52.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:52.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:52.402Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:52.402Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:52.402Z] [2024-08-07T06:24:52.402Z] Login Succeeded [2024-08-07T06:24:52.402Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:24:52.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:52.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:52.403Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:52.403Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:52.403Z] [2024-08-07T06:24:52.403Z] Login Succeeded [2024-08-07T06:24:52.403Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:24:52.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:52.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:52.660Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:52.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:52.660Z] [2024-08-07T06:24:52.660Z] Login Succeeded [2024-08-07T06:24:52.660Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:24:52.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:52.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:52.661Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:52.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:52.661Z] [2024-08-07T06:24:52.661Z] Login Succeeded [2024-08-07T06:24:52.661Z] ****.io [2024-08-07T06:24:52.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:24:52.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:24:52.920Z] Configure a credential helper to remove this warning. See [2024-08-07T06:24:52.920Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:24:52.920Z] [2024-08-07T06:24:52.920Z] Login Succeeded [2024-08-07T06:24:52.920Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:24:52.926Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-07T06:24:53.033Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:24:53.056Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:24:53.074Z] ========================================================= [2024-08-07T06:24:53.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-07T06:24:53.074Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:24:53.413Z] + 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-08-07T06:24:53.413Z] Sending build context to Docker daemon 17.88MB [2024-08-07T06:24:53.413Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:24:53.413Z] Step 2/10 : FROM ${BASE} AS builder [2024-08-07T06:24:53.413Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-07T06:24:53.413Z] 619be1103602: Pulling fs layer [2024-08-07T06:24:53.413Z] 7862e08f4a3e: Pulling fs layer [2024-08-07T06:24:53.413Z] 5df492c9dc93: Pulling fs layer [2024-08-07T06:24:53.413Z] 7629e6793208: Pulling fs layer [2024-08-07T06:24:53.413Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T06:24:53.413Z] fb5054dd5b73: Pulling fs layer [2024-08-07T06:24:53.413Z] eeca6798cff9: Pulling fs layer [2024-08-07T06:24:53.413Z] aa269ceb94a6: Pulling fs layer [2024-08-07T06:24:53.413Z] ada007ff1a6a: Pulling fs layer [2024-08-07T06:24:53.413Z] 4f4fb700ef54: Waiting [2024-08-07T06:24:53.413Z] fb5054dd5b73: Waiting [2024-08-07T06:24:53.413Z] eeca6798cff9: Waiting [2024-08-07T06:24:53.413Z] aa269ceb94a6: Waiting [2024-08-07T06:24:53.413Z] ada007ff1a6a: Waiting [2024-08-07T06:24:53.413Z] 7629e6793208: Waiting [2024-08-07T06:24:53.413Z] 7862e08f4a3e: Download complete [2024-08-07T06:24:53.413Z] 7629e6793208: Verifying Checksum [2024-08-07T06:24:53.413Z] 7629e6793208: Download complete [2024-08-07T06:24:53.413Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T06:24:53.413Z] 4f4fb700ef54: Download complete [2024-08-07T06:24:53.670Z] fb5054dd5b73: Verifying Checksum [2024-08-07T06:24:53.670Z] fb5054dd5b73: Download complete [2024-08-07T06:24:53.670Z] 619be1103602: Verifying Checksum [2024-08-07T06:24:53.670Z] 619be1103602: Download complete [2024-08-07T06:24:53.670Z] eeca6798cff9: Verifying Checksum [2024-08-07T06:24:53.670Z] eeca6798cff9: Download complete [2024-08-07T06:24:53.670Z] 619be1103602: Pull complete [2024-08-07T06:24:53.670Z] ada007ff1a6a: Verifying Checksum [2024-08-07T06:24:53.670Z] ada007ff1a6a: Download complete [2024-08-07T06:24:53.930Z] 7862e08f4a3e: Pull complete [2024-08-07T06:24:53.930Z] 5df492c9dc93: Verifying Checksum [2024-08-07T06:24:53.930Z] 5df492c9dc93: Download complete [2024-08-07T06:24:54.498Z] aa269ceb94a6: Verifying Checksum [2024-08-07T06:24:54.498Z] aa269ceb94a6: Download complete [2024-08-07T06:24:57.777Z] 5df492c9dc93: Pull complete [2024-08-07T06:24:57.778Z] 7629e6793208: Pull complete [2024-08-07T06:24:57.778Z] 4f4fb700ef54: Pull complete [2024-08-07T06:24:57.778Z] fb5054dd5b73: Pull complete [2024-08-07T06:24:57.778Z] eeca6798cff9: Pull complete [2024-08-07T06:25:00.324Z] aa269ceb94a6: Pull complete [2024-08-07T06:25:00.324Z] ada007ff1a6a: Pull complete [2024-08-07T06:25:00.324Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-07T06:25:00.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T06:25:00.324Z] ---> f489d0715acc [2024-08-07T06:25:00.324Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-08-07T06:25:05.825Z] ---> Running in 20f08577b2b0 [2024-08-07T06:25:05.825Z] Removing intermediate container 20f08577b2b0 [2024-08-07T06:25:05.825Z] ---> 956feaca6b73 [2024-08-07T06:25:05.825Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-07T06:25:05.825Z] ---> Running in ca504c396b06 [2024-08-07T06:25:05.825Z] Removing intermediate container ca504c396b06 [2024-08-07T06:25:05.825Z] ---> a4300a45e331 [2024-08-07T06:25:05.825Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-08-07T06:25:05.825Z] ---> Running in 8fc770963ec4 [2024-08-07T06:25:05.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:25:06.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:25:06.340Z] (1/8) Installing openssh-keygen (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (2/8) Installing libedit (20221030.3.1-r1) [2024-08-07T06:25:06.340Z] (3/8) Installing openssh-client-common (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (4/8) Installing openssh-client-default (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (5/8) Installing openssh-sftp-server (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (6/8) Installing openssh-server-common (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (7/8) Installing openssh-server (9.3_p2-r2) [2024-08-07T06:25:06.340Z] (8/8) Installing openssh (9.3_p2-r2) [2024-08-07T06:25:06.340Z] Executing busybox-1.36.1-r5.trigger [2024-08-07T06:25:06.340Z] OK: 270 MiB in 60 packages [2024-08-07T06:25:06.907Z] Removing intermediate container 8fc770963ec4 [2024-08-07T06:25:06.907Z] ---> 8a7bed34d2c0 [2024-08-07T06:25:06.907Z] Step 6/10 : WORKDIR /device-modbus-go [2024-08-07T06:25:06.907Z] ---> Running in bbe6cae45dcd [2024-08-07T06:25:07.043Z] Still waiting to schedule task [2024-08-07T06:25:07.044Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7268’ is offline [2024-08-07T06:25:07.166Z] Removing intermediate container bbe6cae45dcd [2024-08-07T06:25:07.166Z] ---> 70ee229904ef [2024-08-07T06:25:07.166Z] Step 7/10 : COPY go.mod vendor* ./ [2024-08-07T06:25:07.166Z] ---> 3011e9aef27d [2024-08-07T06:25:07.166Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:25:07.166Z] ---> Running in f640d580188a [2024-08-07T06:26:23.503Z] Removing intermediate container f640d580188a [2024-08-07T06:26:23.503Z] ---> b965e781fcdb [2024-08-07T06:26:23.503Z] Step 9/10 : COPY . . [2024-08-07T06:26:23.504Z] ---> 177e9c48c980 [2024-08-07T06:26:23.504Z] Step 10/10 : RUN ${MAKE} [2024-08-07T06:26:23.504Z] ---> Running in 3ac44cd4519e [2024-08-07T06:26:23.504Z] noop [2024-08-07T06:26:23.504Z] Removing intermediate container 3ac44cd4519e [2024-08-07T06:26:23.504Z] ---> da66309f2db6 [2024-08-07T06:26:23.504Z] Successfully built da66309f2db6 [2024-08-07T06:26:23.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:26:23.832Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T06:26:23.832Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:26:23.915Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:26:23.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T06:26:24.273Z] $ docker top c09766d2f7901025dd1c0345bd9eb14dba0db91bd4578f2d41ea0bbbe475cf3c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:26:24.628Z] + go version [2024-08-07T06:26:24.628Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-07T06:26:24.636Z] $ docker stop --time=1 c09766d2f7901025dd1c0345bd9eb14dba0db91bd4578f2d41ea0bbbe475cf3c [2024-08-07T06:26:25.933Z] $ docker rm -f --volumes c09766d2f7901025dd1c0345bd9eb14dba0db91bd4578f2d41ea0bbbe475cf3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:26:26.376Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T06:26:26.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:26:26.463Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:26:26.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T06:26:26.824Z] $ docker top 820671072e1a25d729542d6bf0ef0abec37b9e021324af033247c5f6f33801dc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:26:27.181Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh [2024-08-07T06:26:27.485Z] + make test [2024-08-07T06:26:27.486Z] go test ./... -coverprofile=coverage.out [2024-08-07T06:26:28.859Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-08-07T06:26:46.930Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2024-08-07T06:26:46.930Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.008s coverage: 47.9% of statements [2024-08-07T06:26:55.031Z] go vet ./... [2024-08-07T06:27:00.292Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T06:27:00.292Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T06:27:00.292Z] ./bin/test-attribution-txt.sh [2024-08-07T06:27:00.292Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-08-07T06:27:00.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-07T06:27:00.318Z] $ docker stop --time=1 820671072e1a25d729542d6bf0ef0abec37b9e021324af033247c5f6f33801dc [2024-08-07T06:27:03.445Z] $ docker rm -f --volumes 820671072e1a25d729542d6bf0ef0abec37b9e021324af033247c5f6f33801dc [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:27:03.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-07T06:27:04.046Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-08-07T06:27:04.491Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-07T06:27:04.785Z] + ls -al . [2024-08-07T06:27:04.785Z] total 272 [2024-08-07T06:27:04.785Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 7 06:26 . [2024-08-07T06:27:04.785Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:24 .. [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 7 06:24 .dockerignore [2024-08-07T06:27:04.785Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 06:26 .git [2024-08-07T06:27:04.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:24 .github [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 266 Aug 7 06:24 .gitignore [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 7 06:24 .golangci.yml [2024-08-07T06:27:04.785Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 06:24 .semver [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 19432 Aug 7 06:24 Attribution.txt [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 16388 Aug 7 06:24 CHANGELOG.md [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 1474 Aug 7 06:24 Dockerfile [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 06:24 GOVERNANCE.md [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 658 Aug 7 06:24 Jenkinsfile [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 7 06:24 LICENSE [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 1942 Aug 7 06:24 Makefile [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 7 06:24 OWNERS.md [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 4463 Aug 7 06:24 README.md [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 06:24 VERSION [2024-08-07T06:27:04.785Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:24 bin [2024-08-07T06:27:04.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:24 cmd [2024-08-07T06:27:04.785Z] -rw-r--r-- 1 jenkins jenkins 24601 Aug 7 06:26 coverage.out [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 7185 Aug 7 06:24 go.mod [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 102015 Aug 7 06:24 go.sum [2024-08-07T06:27:04.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:24 internal [2024-08-07T06:27:04.785Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:24 simulator [2024-08-07T06:27:04.785Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 7 06:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:05.453Z] + 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=d9d7c9445bd01df0ee4a07f33637a5782cac6865 --label arch=amd64 --label version=3.2.0-dev.21 . [2024-08-07T06:27:05.454Z] Sending build context to Docker daemon 17.91MB [2024-08-07T06:27:05.454Z] Step 1/23 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:27:05.454Z] Step 2/23 : FROM ${BASE} AS builder [2024-08-07T06:27:05.454Z] ---> da66309f2db6 [2024-08-07T06:27:05.454Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-08-07T06:27:05.713Z] ---> Running in d82550ecf09a [2024-08-07T06:27:05.713Z] Removing intermediate container d82550ecf09a [2024-08-07T06:27:05.713Z] ---> 90c0027d0e25 [2024-08-07T06:27:05.713Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-07T06:27:05.713Z] ---> Running in 50b0ec6f6738 [2024-08-07T06:27:05.974Z] Removing intermediate container 50b0ec6f6738 [2024-08-07T06:27:05.974Z] ---> 8d9a68d7d86d [2024-08-07T06:27:05.974Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-08-07T06:27:05.974Z] ---> Running in 62cc419cfbf2 [2024-08-07T06:27:06.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:06.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:06.490Z] OK: 270 MiB in 60 packages [2024-08-07T06:27:06.748Z] Removing intermediate container 62cc419cfbf2 [2024-08-07T06:27:06.748Z] ---> 3b71903a4c03 [2024-08-07T06:27:06.748Z] Step 6/23 : WORKDIR /device-modbus-go [2024-08-07T06:27:07.007Z] ---> Running in 73cca8bd0aaf [2024-08-07T06:27:07.007Z] Removing intermediate container 73cca8bd0aaf [2024-08-07T06:27:07.007Z] ---> adc8e7cae88d [2024-08-07T06:27:07.007Z] Step 7/23 : COPY go.mod vendor* ./ [2024-08-07T06:27:07.007Z] ---> 64d3dfbd5874 [2024-08-07T06:27:07.007Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:27:07.007Z] ---> Running in 24e48e83a30e [2024-08-07T06:27:08.086Z] Removing intermediate container 24e48e83a30e [2024-08-07T06:27:08.086Z] ---> d75bea362cef [2024-08-07T06:27:08.086Z] Step 9/23 : COPY . . [2024-08-07T06:27:08.345Z] ---> 42fcb16720e6 [2024-08-07T06:27:08.345Z] Step 10/23 : RUN ${MAKE} [2024-08-07T06:27:08.345Z] ---> Running in e198a8afe822 [2024-08-07T06:27:08.605Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=3.2.0-dev.21 -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-08-07T06:27:40.762Z] Removing intermediate container e198a8afe822 [2024-08-07T06:27:40.762Z] ---> b0097037721e [2024-08-07T06:27:40.762Z] Step 11/23 : FROM alpine:3.18 [2024-08-07T06:27:40.762Z] 3.18: Pulling from library/alpine [2024-08-07T06:27:40.762Z] 930bdd4d222e: Pulling fs layer [2024-08-07T06:27:40.762Z] 930bdd4d222e: Verifying Checksum [2024-08-07T06:27:40.762Z] 930bdd4d222e: Download complete [2024-08-07T06:27:40.762Z] 930bdd4d222e: Pull complete [2024-08-07T06:27:40.762Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T06:27:40.762Z] Status: Downloaded newer image for alpine:3.18 [2024-08-07T06:27:40.762Z] ---> 18f865063206 [2024-08-07T06:27:40.762Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2024-08-07T06:27:40.762Z] ---> Running in c636d770a127 [2024-08-07T06:27:40.762Z] Removing intermediate container c636d770a127 [2024-08-07T06:27:40.762Z] ---> 78c6c53393ba [2024-08-07T06:27:40.762Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-08-07T06:27:40.762Z] ---> Running in ea45c1ac5fbf [2024-08-07T06:27:40.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:40.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:40.762Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T06:27:40.762Z] Executing busybox-1.36.1-r7.trigger [2024-08-07T06:27:40.762Z] OK: 7 MiB in 16 packages [2024-08-07T06:27:41.331Z] Removing intermediate container ea45c1ac5fbf [2024-08-07T06:27:41.331Z] ---> 50c46bccd76a [2024-08-07T06:27:41.331Z] Step 14/23 : RUN apk --no-cache upgrade [2024-08-07T06:27:41.331Z] ---> Running in 7f2ba07965df [2024-08-07T06:27:41.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:41.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:27:41.842Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7269 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [2024-08-07T06:27:41.849Z] OK: 7 MiB in 16 packages [Pipeline] ws [2024-08-07T06:27:41.858Z] Running in /w/workspace/device-modbus-go/160 [Pipeline] { [Pipeline] checkout [2024-08-07T06:27:42.108Z] Removing intermediate container 7f2ba07965df [2024-08-07T06:27:42.108Z] ---> beb097accc96 [2024-08-07T06:27:42.108Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-08-07T06:27:43.042Z] ---> e359119d480a [2024-08-07T06:27:43.042Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-08-07T06:27:43.300Z] ---> 07c3d7bf537e [2024-08-07T06:27:43.300Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-08-07T06:27:43.300Z] ---> 4ac1672b7901 [2024-08-07T06:27:43.300Z] Step 18/23 : EXPOSE 59901 [2024-08-07T06:27:43.300Z] ---> Running in 0883a761ace9 [2024-08-07T06:27:43.560Z] Removing intermediate container 0883a761ace9 [2024-08-07T06:27:43.560Z] ---> a6512fb3d84f [2024-08-07T06:27:43.560Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-08-07T06:27:43.560Z] ---> Running in 91e2f56449d0 [2024-08-07T06:27:43.560Z] Removing intermediate container 91e2f56449d0 [2024-08-07T06:27:43.560Z] ---> 71c5b83586b2 [2024-08-07T06:27:43.560Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-08-07T06:27:43.560Z] ---> Running in 0087dac9ce8d [2024-08-07T06:27:43.560Z] Removing intermediate container 0087dac9ce8d [2024-08-07T06:27:43.560Z] ---> 0c3810413191 [2024-08-07T06:27:43.560Z] Step 21/23 : LABEL arch=amd64 [2024-08-07T06:27:43.560Z] ---> Running in ba06b3a487ce [2024-08-07T06:27:43.818Z] Removing intermediate container ba06b3a487ce [2024-08-07T06:27:43.818Z] ---> c93b2bae22bf [2024-08-07T06:27:43.818Z] Step 22/23 : LABEL git_sha=d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:27:43.818Z] ---> Running in a43de0f4771d [2024-08-07T06:27:43.818Z] Removing intermediate container a43de0f4771d [2024-08-07T06:27:43.818Z] ---> cbbe5be40d50 [2024-08-07T06:27:43.818Z] Step 23/23 : LABEL version=3.2.0-dev.21 [2024-08-07T06:27:43.818Z] ---> Running in 58e7eff02afc [2024-08-07T06:27:43.818Z] Removing intermediate container 58e7eff02afc [2024-08-07T06:27:43.818Z] ---> 364f411c02d0 [2024-08-07T06:27:43.818Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-07T06:27:43.818Z] Successfully built 364f411c02d0 [2024-08-07T06:27:43.818Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [2024-08-07T06:27:44.942Z] The recommended git tool is: git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:27:45.052Z] provisioning config files... [2024-08-07T06:27:45.064Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config9854497950412165945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:27:45.369Z] ---> ****-login.sh [2024-08-07T06:27:45.369Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:27:45.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:27:45.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:27:45.369Z] Configure a credential helper to remove this warning. See [2024-08-07T06:27:45.369Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:27:45.369Z] [2024-08-07T06:27:45.369Z] Login Succeeded [2024-08-07T06:27:45.369Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:27:45.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:27:45.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:27:45.370Z] Configure a credential helper to remove this warning. See [2024-08-07T06:27:45.370Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:27:45.370Z] [2024-08-07T06:27:45.370Z] Login Succeeded [2024-08-07T06:27:45.370Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:27:45.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:27:45.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:27:45.628Z] Configure a credential helper to remove this warning. See [2024-08-07T06:27:45.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:27:45.628Z] [2024-08-07T06:27:45.628Z] Login Succeeded [2024-08-07T06:27:45.628Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:27:45.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:27:45.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:27:45.628Z] Configure a credential helper to remove this warning. See [2024-08-07T06:27:45.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:27:45.628Z] [2024-08-07T06:27:45.628Z] Login Succeeded [2024-08-07T06:27:45.628Z] ****.io [2024-08-07T06:27:45.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:27:45.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:27:45.886Z] Configure a credential helper to remove this warning. See [2024-08-07T06:27:45.886Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:27:45.886Z] [2024-08-07T06:27:45.886Z] Login Succeeded [2024-08-07T06:27:45.886Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:27:45.892Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T06:27:45.942Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:27:45.969Z] [edgeXDocker.push] Tagging docker image device-modbus with the following tags: [2024-08-07T06:27:45.969Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:27:45.969Z] latest [2024-08-07T06:27:45.969Z] 3.2.0-dev.21 [2024-08-07T06:27:45.969Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:27:45.969Z] main [2024-08-07T06:27:45.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:46.316Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:46.634Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:27:46.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-08-07T06:27:46.634Z] 021623881346: Preparing [2024-08-07T06:27:46.634Z] 36dd1d9f26b9: Preparing [2024-08-07T06:27:46.634Z] bc084694f4ce: Preparing [2024-08-07T06:27:46.634Z] b2ceab8453f7: Preparing [2024-08-07T06:27:46.634Z] 0d3f6b47a265: Preparing [2024-08-07T06:27:46.634Z] ce7f800efff9: Preparing [2024-08-07T06:27:46.634Z] ce7f800efff9: Waiting [2024-08-07T06:27:46.634Z] b2ceab8453f7: Pushed [2024-08-07T06:27:46.634Z] 0d3f6b47a265: Pushed [2024-08-07T06:27:46.634Z] 36dd1d9f26b9: Pushed [2024-08-07T06:27:46.634Z] 021623881346: Pushed [2024-08-07T06:27:46.634Z] ce7f800efff9: Layer already exists [2024-08-07T06:27:49.165Z] bc084694f4ce: Pushed [2024-08-07T06:27:49.424Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865: digest: sha256:dec5984b8b8c3047aecf2df21e41d6780131098b96a0ce44ee86ff50c00a88f0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:49.752Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:50.080Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-08-07T06:27:50.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-08-07T06:27:50.080Z] 021623881346: Preparing [2024-08-07T06:27:50.080Z] 36dd1d9f26b9: Preparing [2024-08-07T06:27:50.080Z] bc084694f4ce: Preparing [2024-08-07T06:27:50.080Z] b2ceab8453f7: Preparing [2024-08-07T06:27:50.080Z] 0d3f6b47a265: Preparing [2024-08-07T06:27:50.080Z] ce7f800efff9: Preparing [2024-08-07T06:27:50.080Z] ce7f800efff9: Waiting [2024-08-07T06:27:50.080Z] 0d3f6b47a265: Layer already exists [2024-08-07T06:27:50.080Z] 36dd1d9f26b9: Layer already exists [2024-08-07T06:27:50.080Z] b2ceab8453f7: Layer already exists [2024-08-07T06:27:50.080Z] 021623881346: Layer already exists [2024-08-07T06:27:50.080Z] bc084694f4ce: Layer already exists [2024-08-07T06:27:50.080Z] ce7f800efff9: Layer already exists [2024-08-07T06:27:50.080Z] latest: digest: sha256:dec5984b8b8c3047aecf2df21e41d6780131098b96a0ce44ee86ff50c00a88f0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:50.477Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:50.803Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.21 [2024-08-07T06:27:50.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-08-07T06:27:50.803Z] 021623881346: Preparing [2024-08-07T06:27:50.803Z] 36dd1d9f26b9: Preparing [2024-08-07T06:27:50.803Z] bc084694f4ce: Preparing [2024-08-07T06:27:50.803Z] b2ceab8453f7: Preparing [2024-08-07T06:27:50.803Z] 0d3f6b47a265: Preparing [2024-08-07T06:27:50.803Z] ce7f800efff9: Preparing [2024-08-07T06:27:50.803Z] ce7f800efff9: Waiting [2024-08-07T06:27:50.804Z] bc084694f4ce: Layer already exists [2024-08-07T06:27:50.804Z] 021623881346: Layer already exists [2024-08-07T06:27:50.804Z] 0d3f6b47a265: Layer already exists [2024-08-07T06:27:50.804Z] 36dd1d9f26b9: Layer already exists [2024-08-07T06:27:50.804Z] b2ceab8453f7: Layer already exists [2024-08-07T06:27:50.804Z] ce7f800efff9: Layer already exists [2024-08-07T06:27:50.804Z] 3.2.0-dev.21: digest: sha256:dec5984b8b8c3047aecf2df21e41d6780131098b96a0ce44ee86ff50c00a88f0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:51.131Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:51.439Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:27:51.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-08-07T06:27:51.439Z] 021623881346: Preparing [2024-08-07T06:27:51.439Z] 36dd1d9f26b9: Preparing [2024-08-07T06:27:51.439Z] bc084694f4ce: Preparing [2024-08-07T06:27:51.439Z] b2ceab8453f7: Preparing [2024-08-07T06:27:51.439Z] 0d3f6b47a265: Preparing [2024-08-07T06:27:51.439Z] ce7f800efff9: Preparing [2024-08-07T06:27:51.439Z] ce7f800efff9: Waiting [2024-08-07T06:27:51.439Z] bc084694f4ce: Layer already exists [2024-08-07T06:27:51.439Z] 021623881346: Layer already exists [2024-08-07T06:27:51.439Z] b2ceab8453f7: Layer already exists [2024-08-07T06:27:51.439Z] 0d3f6b47a265: Layer already exists [2024-08-07T06:27:51.439Z] 36dd1d9f26b9: Layer already exists [2024-08-07T06:27:51.439Z] ce7f800efff9: Layer already exists [2024-08-07T06:27:51.439Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21: digest: sha256:dec5984b8b8c3047aecf2df21e41d6780131098b96a0ce44ee86ff50c00a88f0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:51.766Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:52.097Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:main [2024-08-07T06:27:52.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2024-08-07T06:27:52.097Z] 021623881346: Preparing [2024-08-07T06:27:52.097Z] 36dd1d9f26b9: Preparing [2024-08-07T06:27:52.097Z] bc084694f4ce: Preparing [2024-08-07T06:27:52.097Z] b2ceab8453f7: Preparing [2024-08-07T06:27:52.097Z] 0d3f6b47a265: Preparing [2024-08-07T06:27:52.097Z] ce7f800efff9: Preparing [2024-08-07T06:27:52.097Z] ce7f800efff9: Waiting [2024-08-07T06:27:52.097Z] 021623881346: Layer already exists [2024-08-07T06:27:52.097Z] 0d3f6b47a265: Layer already exists [2024-08-07T06:27:52.097Z] b2ceab8453f7: Layer already exists [2024-08-07T06:27:52.097Z] bc084694f4ce: Layer already exists [2024-08-07T06:27:52.097Z] 36dd1d9f26b9: Layer already exists [2024-08-07T06:27:52.097Z] ce7f800efff9: Layer already exists [2024-08-07T06:27:52.097Z] main: digest: sha256:dec5984b8b8c3047aecf2df21e41d6780131098b96a0ce44ee86ff50c00a88f0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T06:27:52.168Z] ===================================================== [Pipeline] echo [2024-08-07T06:27:52.182Z] taggedImages: [2024-08-07T06:27:52.182Z] - nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:27:52.182Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2024-08-07T06:27:52.182Z] - nexus3.edgexfoundry.org:10004/device-modbus:3.2.0-dev.21 [2024-08-07T06:27:52.182Z] - nexus3.edgexfoundry.org:10004/device-modbus:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:27:52.182Z] - 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-08-07T06:27:52.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:27:52.583Z] [2024-08-07T06:27:52.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:27:52.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:27:52.883Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-07T06:27:52.883Z] 5eb5b503b376: Pulling fs layer [2024-08-07T06:27:52.883Z] 5c69ac0246d0: Pulling fs layer [2024-08-07T06:27:52.883Z] ec43610c2a17: Pulling fs layer [2024-08-07T06:27:52.883Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-07T06:27:52.883Z] 33b1e0a273af: Pulling fs layer [2024-08-07T06:27:52.883Z] 5d3b04190fa2: Pulling fs layer [2024-08-07T06:27:52.883Z] 2f39f015ded8: Pulling fs layer [2024-08-07T06:27:52.883Z] 3a2ae6a8a46f: Waiting [2024-08-07T06:27:52.883Z] 33b1e0a273af: Waiting [2024-08-07T06:27:52.883Z] 5d3b04190fa2: Waiting [2024-08-07T06:27:52.883Z] 2f39f015ded8: Waiting [2024-08-07T06:27:52.883Z] 5c69ac0246d0: Verifying Checksum [2024-08-07T06:27:52.883Z] 5c69ac0246d0: Download complete [2024-08-07T06:27:52.883Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-07T06:27:52.883Z] 3a2ae6a8a46f: Download complete [2024-08-07T06:27:52.883Z] 33b1e0a273af: Verifying Checksum [2024-08-07T06:27:52.883Z] 33b1e0a273af: Download complete [2024-08-07T06:27:52.883Z] 5d3b04190fa2: Verifying Checksum [2024-08-07T06:27:52.883Z] 5d3b04190fa2: Download complete [2024-08-07T06:27:52.883Z] ec43610c2a17: Verifying Checksum [2024-08-07T06:27:52.883Z] ec43610c2a17: Download complete [2024-08-07T06:27:53.091Z] using credential edgex-jenkins-ssh [2024-08-07T06:27:53.113Z] Cloning the remote Git repository [2024-08-07T06:27:53.140Z] 5eb5b503b376: Verifying Checksum [2024-08-07T06:27:53.140Z] 5eb5b503b376: Download complete [2024-08-07T06:27:53.705Z] 2f39f015ded8: Download complete [2024-08-07T06:27:54.271Z] 5eb5b503b376: Pull complete [2024-08-07T06:27:54.271Z] 5c69ac0246d0: Pull complete [2024-08-07T06:27:53.162Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2024-08-07T06:27:53.279Z] > git init /w/workspace/device-modbus-go/160 # timeout=10 [2024-08-07T06:27:53.492Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2024-08-07T06:27:53.493Z] > git --version # timeout=10 [2024-08-07T06:27:53.538Z] > git --version # 'git version 2.25.1' [2024-08-07T06:27:53.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-07T06:27:53.794Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T06:27:54.838Z] ec43610c2a17: Pull complete [2024-08-07T06:27:54.838Z] 3a2ae6a8a46f: Pull complete [2024-08-07T06:27:55.097Z] 33b1e0a273af: Pull complete [2024-08-07T06:27:55.097Z] 5d3b04190fa2: Pull complete [2024-08-07T06:27:56.907Z] Avoid second fetch [2024-08-07T06:27:56.907Z] Checking out Revision d9d7c9445bd01df0ee4a07f33637a5782cac6865 (main) [2024-08-07T06:27:55.897Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2024-08-07T06:27:55.921Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T06:27:56.922Z] > git config core.sparsecheckout # timeout=10 [2024-08-07T06:27:56.994Z] > git checkout -f d9d7c9445bd01df0ee4a07f33637a5782cac6865 # timeout=10 [2024-08-07T06:27:57.828Z] Commit message: "Merge pull request #565 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.7.0" [2024-08-07T06:28:00.362Z] 2f39f015ded8: Pull complete [2024-08-07T06:28:00.362Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-07T06:28:00.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:28:00.362Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:28:00.451Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:28:00.480Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-07T06:28:02.158Z] [2024-08-07T06:28:02.158Z] GitHub has been notified of this commit’s build result [2024-08-07T06:28:02.158Z] [2024-08-07T06:28:05.039Z] $ docker top ed7a7e6d274bdd0ac404201cd3e2221973ba56de32685af5269a0692a2ccb78d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:28:05.421Z] ---> job-cost.sh [2024-08-07T06:28:05.421Z] lf-activate-venv: SKIPPING [2024-08-07T06:28:05.421Z] INFO: No Stack... [2024-08-07T06:28:05.680Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T06:28:05.792Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-07T06:28:05.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T06:28:05.792Z] Dload Upload Total Spent Left Speed [2024-08-07T06:28:05.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 231k 0 --:--:-- --:--:-- --:--:-- 231k [Pipeline] sh [2024-08-07T06:28:06.137Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-07T06:28:06.250Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T06:28:06.468Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2024-08-07T06:28:06.468Z] sudo tee /etc/docker/daemon.new [2024-08-07T06:28:06.468Z] { [2024-08-07T06:28:06.468Z] "registry-mirrors": [ [2024-08-07T06:28:06.468Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-07T06:28:06.468Z] ], [2024-08-07T06:28:06.468Z] "bip": "10.250.0.254/24", [2024-08-07T06:28:06.468Z] "hosts": [ [2024-08-07T06:28:06.468Z] "tcp://0.0.0.0:5555", [2024-08-07T06:28:06.468Z] "unix:///var/run/docker.sock" [2024-08-07T06:28:06.468Z] ], [2024-08-07T06:28:06.468Z] "mtu": 1458, [2024-08-07T06:28:06.468Z] "selinux-enabled": true, [2024-08-07T06:28:06.468Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-07T06:28:06.468Z] } [Pipeline] sh [2024-08-07T06:28:06.542Z] + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv [2024-08-07T06:28:06.542Z] + cut -d, -f6 [Pipeline] lock [2024-08-07T06:28:06.555Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [2024-08-07T06:28:06.566Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] did not exist. Created. [2024-08-07T06:28:06.576Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T06:28:06.804Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-07T06:28:06.881Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-08-07T06:28:06.912Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T06:28:06.920Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T06:28:06.939Z] $ docker stop --time=1 ed7a7e6d274bdd0ac404201cd3e2221973ba56de32685af5269a0692a2ccb78d [2024-08-07T06:28:07.143Z] + sudo service docker restart [2024-08-07T06:28:08.095Z] $ docker rm -f --volumes ed7a7e6d274bdd0ac404201cd3e2221973ba56de32685af5269a0692a2ccb78d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:28:25.435Z] provisioning config files... [2024-08-07T06:28:25.459Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/160@tmp/config158332898993928811tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:28:25.908Z] ---> ****-login.sh [2024-08-07T06:28:25.908Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:28:26.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:28:26.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:28:26.449Z] Configure a credential helper to remove this warning. See [2024-08-07T06:28:26.449Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:28:26.449Z] [2024-08-07T06:28:26.449Z] Login Succeeded [2024-08-07T06:28:26.449Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:28:26.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:28:26.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:28:26.719Z] Configure a credential helper to remove this warning. See [2024-08-07T06:28:26.719Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:28:26.719Z] [2024-08-07T06:28:26.719Z] Login Succeeded [2024-08-07T06:28:26.719Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:28:26.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:28:27.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:28:27.253Z] Configure a credential helper to remove this warning. See [2024-08-07T06:28:27.253Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:28:27.253Z] [2024-08-07T06:28:27.253Z] Login Succeeded [2024-08-07T06:28:27.253Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:28:27.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:28:27.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:28:27.523Z] Configure a credential helper to remove this warning. See [2024-08-07T06:28:27.523Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:28:27.523Z] [2024-08-07T06:28:27.523Z] Login Succeeded [2024-08-07T06:28:27.523Z] ****.io [2024-08-07T06:28:27.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:28:28.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:28:28.055Z] Configure a credential helper to remove this warning. See [2024-08-07T06:28:28.055Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:28:28.055Z] [2024-08-07T06:28:28.055Z] Login Succeeded [2024-08-07T06:28:28.055Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:28:28.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-07T06:28:28.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:28:28.506Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:28:28.522Z] ========================================================= [2024-08-07T06:28:28.522Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-07T06:28:28.522Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:28:28.888Z] + 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-08-07T06:28:29.156Z] Sending build context to Docker daemon 9.085MB [2024-08-07T06:28:29.423Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:28:29.423Z] Step 2/10 : FROM ${BASE} AS builder [2024-08-07T06:28:29.423Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-07T06:28:29.423Z] c6b39de5b339: Pulling fs layer [2024-08-07T06:28:29.423Z] a69c41024577: Pulling fs layer [2024-08-07T06:28:29.423Z] d6de4b400683: Pulling fs layer [2024-08-07T06:28:29.423Z] 35cb2a7552d0: Pulling fs layer [2024-08-07T06:28:29.423Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T06:28:29.423Z] 464afbd9ba4c: Pulling fs layer [2024-08-07T06:28:29.423Z] 00f215d4a9da: Pulling fs layer [2024-08-07T06:28:29.423Z] d496ad576159: Pulling fs layer [2024-08-07T06:28:29.423Z] 4f4fb700ef54: Waiting [2024-08-07T06:28:29.423Z] 464afbd9ba4c: Waiting [2024-08-07T06:28:29.423Z] 00f215d4a9da: Waiting [2024-08-07T06:28:29.423Z] 35cb2a7552d0: Waiting [2024-08-07T06:28:29.423Z] d496ad576159: Waiting [2024-08-07T06:28:29.423Z] a69c41024577: Verifying Checksum [2024-08-07T06:28:29.423Z] a69c41024577: Download complete [2024-08-07T06:28:29.423Z] 35cb2a7552d0: Verifying Checksum [2024-08-07T06:28:29.423Z] 35cb2a7552d0: Download complete [2024-08-07T06:28:29.423Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T06:28:29.423Z] 4f4fb700ef54: Download complete [2024-08-07T06:28:29.694Z] 464afbd9ba4c: Verifying Checksum [2024-08-07T06:28:29.694Z] 464afbd9ba4c: Download complete [2024-08-07T06:28:29.694Z] c6b39de5b339: Verifying Checksum [2024-08-07T06:28:29.694Z] c6b39de5b339: Download complete [2024-08-07T06:28:29.961Z] d496ad576159: Verifying Checksum [2024-08-07T06:28:29.961Z] d496ad576159: Download complete [2024-08-07T06:28:30.549Z] c6b39de5b339: Pull complete [2024-08-07T06:28:31.134Z] a69c41024577: Pull complete [2024-08-07T06:28:31.400Z] d6de4b400683: Verifying Checksum [2024-08-07T06:28:31.400Z] d6de4b400683: Download complete [2024-08-07T06:28:32.360Z] 00f215d4a9da: Verifying Checksum [2024-08-07T06:28:32.360Z] 00f215d4a9da: Download complete [2024-08-07T06:28:44.690Z] d6de4b400683: Pull complete [2024-08-07T06:28:44.690Z] 35cb2a7552d0: Pull complete [2024-08-07T06:28:44.690Z] 4f4fb700ef54: Pull complete [2024-08-07T06:28:44.958Z] 464afbd9ba4c: Pull complete [2024-08-07T06:28:55.064Z] 00f215d4a9da: Pull complete [2024-08-07T06:28:55.667Z] d496ad576159: Pull complete [2024-08-07T06:28:55.667Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-07T06:28:55.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T06:28:55.667Z] ---> f246e2811388 [2024-08-07T06:28:55.667Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2024-08-07T06:28:57.673Z] ---> Running in 4a1e5009adcf [2024-08-07T06:28:57.673Z] Removing intermediate container 4a1e5009adcf [2024-08-07T06:28:57.673Z] ---> b48037b9d804 [2024-08-07T06:28:57.673Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-07T06:28:57.944Z] ---> Running in 7dc7f2c9d6c2 [2024-08-07T06:28:58.217Z] Removing intermediate container 7dc7f2c9d6c2 [2024-08-07T06:28:58.217Z] ---> 2528955028bc [2024-08-07T06:28:58.217Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2024-08-07T06:28:58.217Z] ---> Running in 6874fa88844e [2024-08-07T06:28:59.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:28:59.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:29:00.690Z] (1/8) Installing openssh-keygen (9.3_p2-r2) [2024-08-07T06:29:00.690Z] (2/8) Installing libedit (20221030.3.1-r1) [2024-08-07T06:29:00.958Z] (3/8) Installing openssh-client-common (9.3_p2-r2) [2024-08-07T06:29:00.958Z] (4/8) Installing openssh-client-default (9.3_p2-r2) [2024-08-07T06:29:00.958Z] (5/8) Installing openssh-sftp-server (9.3_p2-r2) [2024-08-07T06:29:00.958Z] (6/8) Installing openssh-server-common (9.3_p2-r2) [2024-08-07T06:29:00.958Z] (7/8) Installing openssh-server (9.3_p2-r2) [2024-08-07T06:29:00.958Z] (8/8) Installing openssh (9.3_p2-r2) [2024-08-07T06:29:00.958Z] Executing busybox-1.36.1-r5.trigger [2024-08-07T06:29:00.958Z] OK: 272 MiB in 60 packages [2024-08-07T06:29:02.368Z] Removing intermediate container 6874fa88844e [2024-08-07T06:29:02.368Z] ---> 378ba5216b73 [2024-08-07T06:29:02.368Z] Step 6/10 : WORKDIR /device-modbus-go [2024-08-07T06:29:02.368Z] ---> Running in e7a58f69d0a0 [2024-08-07T06:29:02.635Z] Removing intermediate container e7a58f69d0a0 [2024-08-07T06:29:02.635Z] ---> f3da2ca22984 [2024-08-07T06:29:02.635Z] Step 7/10 : COPY go.mod vendor* ./ [2024-08-07T06:29:03.219Z] ---> 02688ad17785 [2024-08-07T06:29:03.219Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:29:03.219Z] ---> Running in 2e0e82fa4553 [2024-08-07T06:30:55.081Z] Removing intermediate container 2e0e82fa4553 [2024-08-07T06:30:55.081Z] ---> 5316054c7ee3 [2024-08-07T06:30:55.081Z] Step 9/10 : COPY . . [2024-08-07T06:30:55.081Z] ---> 3269e610a83e [2024-08-07T06:30:55.081Z] Step 10/10 : RUN ${MAKE} [2024-08-07T06:30:55.081Z] ---> Running in 8f0961cf3199 [2024-08-07T06:30:55.081Z] noop [2024-08-07T06:30:55.349Z] Removing intermediate container 8f0961cf3199 [2024-08-07T06:30:55.349Z] ---> 5e6f1671d55f [2024-08-07T06:30:55.349Z] Successfully built 5e6f1671d55f [2024-08-07T06:30:55.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:30:55.711Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T06:30:55.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:30:55.943Z] prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container [2024-08-07T06:30:56.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/160 -v /w/workspace/device-modbus-go/160:/w/workspace/device-modbus-go/160:rw,z -v /w/workspace/device-modbus-go/160@tmp:/w/workspace/device-modbus-go/160@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-08-07T06:30:57.324Z] $ docker top a7d1f56f6db97f5960592f129b846d67e57c93a56bcb1d0bc9a615e95a5c3be2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:30:58.168Z] + go version [2024-08-07T06:30:58.168Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-07T06:30:58.187Z] $ docker stop --time=1 a7d1f56f6db97f5960592f129b846d67e57c93a56bcb1d0bc9a615e95a5c3be2 [2024-08-07T06:30:59.856Z] $ docker rm -f --volumes a7d1f56f6db97f5960592f129b846d67e57c93a56bcb1d0bc9a615e95a5c3be2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:31:00.458Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T06:31:00.458Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:31:00.665Z] prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container [2024-08-07T06:31:00.745Z] $ 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/160 -v /w/workspace/device-modbus-go/160:/w/workspace/device-modbus-go/160:rw,z -v /w/workspace/device-modbus-go/160@tmp:/w/workspace/device-modbus-go/160@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-08-07T06:31:02.051Z] $ docker top 07bf082eaa68468d7ce819b21c8fe2c8e253634836bdaf2f1ad249ad475800b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:31:02.949Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/160 [Pipeline] fileExists [Pipeline] sh [2024-08-07T06:31:03.623Z] + make test [2024-08-07T06:31:03.623Z] go test ./... -coverprofile=coverage.out [2024-08-07T06:31:10.298Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2024-08-07T06:34:47.215Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2024-08-07T06:34:47.215Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.056s coverage: 47.9% of statements [2024-08-07T06:34:47.215Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-08-07T06:34:47.215Z] go vet ./... [2024-08-07T06:35:43.608Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T06:35:43.608Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T06:35:43.608Z] ./bin/test-attribution-txt.sh [2024-08-07T06:35:43.608Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-08-07T06:35:43.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-07T06:35:43.641Z] $ docker stop --time=1 07bf082eaa68468d7ce819b21c8fe2c8e253634836bdaf2f1ad249ad475800b6 [2024-08-07T06:35:45.610Z] $ docker rm -f --volumes 07bf082eaa68468d7ce819b21c8fe2c8e253634836bdaf2f1ad249ad475800b6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:35:47.383Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-07T06:35:47.409Z] Warning: overwriting stash ‘coverage-report’ [2024-08-07T06:35:47.926Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:35:48.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-07T06:35:48.666Z] + ls -al . [2024-08-07T06:35:48.666Z] total 268 [2024-08-07T06:35:48.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 06:31 . [2024-08-07T06:35:48.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:27 .. [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 7 06:27 .dockerignore [2024-08-07T06:35:48.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 06:28 .git [2024-08-07T06:35:48.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:27 .github [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 266 Aug 7 06:27 .gitignore [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 7 06:27 .golangci.yml [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 19432 Aug 7 06:27 Attribution.txt [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 16388 Aug 7 06:27 CHANGELOG.md [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 1474 Aug 7 06:27 Dockerfile [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 06:27 GOVERNANCE.md [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 658 Aug 7 06:27 Jenkinsfile [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 7 06:27 LICENSE [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 1942 Aug 7 06:27 Makefile [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 7 06:27 OWNERS.md [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 4463 Aug 7 06:27 README.md [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 06:24 VERSION [2024-08-07T06:35:48.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:27 bin [2024-08-07T06:35:48.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:27 cmd [2024-08-07T06:35:48.666Z] -rw-r--r-- 1 jenkins jenkins 24601 Aug 7 06:34 coverage.out [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 7185 Aug 7 06:27 go.mod [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 102015 Aug 7 06:27 go.sum [2024-08-07T06:35:48.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:27 internal [2024-08-07T06:35:48.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:27 simulator [2024-08-07T06:35:48.666Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 7 06:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:35:49.018Z] + 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=d9d7c9445bd01df0ee4a07f33637a5782cac6865 --label arch=arm64 --label version=3.2.0-dev.21 . [2024-08-07T06:35:49.285Z] Sending build context to Docker daemon 9.111MB [2024-08-07T06:35:49.574Z] Step 1/23 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:35:49.574Z] Step 2/23 : FROM ${BASE} AS builder [2024-08-07T06:35:49.574Z] ---> 5e6f1671d55f [2024-08-07T06:35:49.574Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2024-08-07T06:35:49.574Z] ---> Running in e2b7e93560ed [2024-08-07T06:35:50.163Z] Removing intermediate container e2b7e93560ed [2024-08-07T06:35:50.163Z] ---> 617973556ad2 [2024-08-07T06:35:50.163Z] Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-08-07T06:35:50.163Z] ---> Running in de35e326fadd [2024-08-07T06:35:50.440Z] Removing intermediate container de35e326fadd [2024-08-07T06:35:50.440Z] ---> 1ac107622b47 [2024-08-07T06:35:50.440Z] Step 5/23 : RUN apk add --update --no-cache make git openssh [2024-08-07T06:35:50.708Z] ---> Running in 2689dacf87cc [2024-08-07T06:35:51.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:35:52.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:35:53.238Z] OK: 272 MiB in 60 packages [2024-08-07T06:35:54.205Z] Removing intermediate container 2689dacf87cc [2024-08-07T06:35:54.205Z] ---> 6bfd54dfe6d9 [2024-08-07T06:35:54.205Z] Step 6/23 : WORKDIR /device-modbus-go [2024-08-07T06:35:54.205Z] ---> Running in 211ce1c681a5 [2024-08-07T06:35:54.473Z] Removing intermediate container 211ce1c681a5 [2024-08-07T06:35:54.473Z] ---> f6d53b0fd554 [2024-08-07T06:35:54.473Z] Step 7/23 : COPY go.mod vendor* ./ [2024-08-07T06:35:55.060Z] ---> cad0051d93a4 [2024-08-07T06:35:55.060Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:35:55.060Z] ---> Running in 54a1512440c5 [2024-08-07T06:35:57.647Z] Removing intermediate container 54a1512440c5 [2024-08-07T06:35:57.647Z] ---> 22b26db9cf6e [2024-08-07T06:35:57.647Z] Step 9/23 : COPY . . [2024-08-07T06:35:58.606Z] ---> 48e0c5be270a [2024-08-07T06:35:58.606Z] Step 10/23 : RUN ${MAKE} [2024-08-07T06:35:58.606Z] ---> Running in 3283a82807bc [2024-08-07T06:35:59.564Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-modbus-go.Version=3.2.0-dev.21 -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-08-07T06:39:51.380Z] Removing intermediate container 3283a82807bc [2024-08-07T06:39:51.380Z] ---> 53164c6e8f9b [2024-08-07T06:39:51.380Z] Step 11/23 : FROM alpine:3.18 [2024-08-07T06:39:51.380Z] 3.18: Pulling from library/alpine [2024-08-07T06:39:51.380Z] 4983c3fe2029: Pulling fs layer [2024-08-07T06:39:51.380Z] 4983c3fe2029: Verifying Checksum [2024-08-07T06:39:51.380Z] 4983c3fe2029: Download complete [2024-08-07T06:39:51.380Z] 4983c3fe2029: Pull complete [2024-08-07T06:39:51.380Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T06:39:51.380Z] Status: Downloaded newer image for alpine:3.18 [2024-08-07T06:39:51.380Z] ---> a0237000ae83 [2024-08-07T06:39:51.380Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2024-08-07T06:39:51.380Z] ---> Running in 6809ec6b11aa [2024-08-07T06:39:51.380Z] Removing intermediate container 6809ec6b11aa [2024-08-07T06:39:51.380Z] ---> 3f5954be595c [2024-08-07T06:39:51.380Z] Step 13/23 : RUN apk add --update --no-cache dumb-init [2024-08-07T06:39:51.380Z] ---> Running in 6084319a06f1 [2024-08-07T06:39:51.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:39:51.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:39:51.380Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T06:39:51.380Z] Executing busybox-1.36.1-r7.trigger [2024-08-07T06:39:51.380Z] OK: 8 MiB in 16 packages [2024-08-07T06:39:51.380Z] Removing intermediate container 6084319a06f1 [2024-08-07T06:39:51.380Z] ---> c4cee3872cbe [2024-08-07T06:39:51.380Z] Step 14/23 : RUN apk --no-cache upgrade [2024-08-07T06:39:51.380Z] ---> Running in d800ac408a73 [2024-08-07T06:39:51.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:39:51.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:39:51.380Z] OK: 8 MiB in 16 packages [2024-08-07T06:39:51.380Z] Removing intermediate container d800ac408a73 [2024-08-07T06:39:51.380Z] ---> 565313c39007 [2024-08-07T06:39:51.380Z] Step 15/23 : COPY --from=builder /device-modbus-go/cmd / [2024-08-07T06:39:51.380Z] ---> f2b1e58f126d [2024-08-07T06:39:51.380Z] Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / [2024-08-07T06:39:51.380Z] ---> fb32069934bd [2024-08-07T06:39:51.380Z] Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / [2024-08-07T06:39:51.650Z] ---> f65cc2172e10 [2024-08-07T06:39:51.650Z] Step 18/23 : EXPOSE 59901 [2024-08-07T06:39:51.915Z] ---> Running in 827c6ad719a5 [2024-08-07T06:39:52.179Z] Removing intermediate container 827c6ad719a5 [2024-08-07T06:39:52.179Z] ---> b418bb2eed13 [2024-08-07T06:39:52.179Z] Step 19/23 : ENTRYPOINT ["/device-modbus"] [2024-08-07T06:39:52.179Z] ---> Running in 243434cadc4c [2024-08-07T06:39:52.443Z] Removing intermediate container 243434cadc4c [2024-08-07T06:39:52.443Z] ---> 4c615d1e2427 [2024-08-07T06:39:52.443Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-08-07T06:39:52.443Z] ---> Running in e4810f4486b9 [2024-08-07T06:39:53.029Z] Removing intermediate container e4810f4486b9 [2024-08-07T06:39:53.029Z] ---> 80009ea4b21f [2024-08-07T06:39:53.029Z] Step 21/23 : LABEL arch=arm64 [2024-08-07T06:39:53.029Z] ---> Running in 09e34181fb84 [2024-08-07T06:39:53.295Z] Removing intermediate container 09e34181fb84 [2024-08-07T06:39:53.295Z] ---> e1a5172896ca [2024-08-07T06:39:53.295Z] Step 22/23 : LABEL git_sha=d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:39:53.295Z] ---> Running in 83bcd381f9cf [2024-08-07T06:39:53.576Z] Removing intermediate container 83bcd381f9cf [2024-08-07T06:39:53.576Z] ---> 17b3c699119a [2024-08-07T06:39:53.576Z] Step 23/23 : LABEL version=3.2.0-dev.21 [2024-08-07T06:39:53.576Z] ---> Running in bf6ac96807b2 [2024-08-07T06:39:53.872Z] Removing intermediate container bf6ac96807b2 [2024-08-07T06:39:53.872Z] ---> 13810ca42703 [2024-08-07T06:39:53.872Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-07T06:39:53.872Z] Successfully built 13810ca42703 [2024-08-07T06:39:53.872Z] 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-08-07T06:39:54.028Z] provisioning config files... [2024-08-07T06:39:54.046Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/160@tmp/config1619684155874478259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:39:54.406Z] ---> ****-login.sh [2024-08-07T06:39:54.406Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:39:54.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:39:54.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:39:54.681Z] Configure a credential helper to remove this warning. See [2024-08-07T06:39:54.681Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:39:54.681Z] [2024-08-07T06:39:54.681Z] Login Succeeded [2024-08-07T06:39:54.681Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:39:54.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:39:54.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:39:54.947Z] Configure a credential helper to remove this warning. See [2024-08-07T06:39:54.947Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:39:54.947Z] [2024-08-07T06:39:54.947Z] Login Succeeded [2024-08-07T06:39:54.947Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:39:55.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:39:55.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:39:55.484Z] Configure a credential helper to remove this warning. See [2024-08-07T06:39:55.484Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:39:55.484Z] [2024-08-07T06:39:55.484Z] Login Succeeded [2024-08-07T06:39:55.484Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:39:55.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:39:55.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:39:55.751Z] Configure a credential helper to remove this warning. See [2024-08-07T06:39:55.751Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:39:55.751Z] [2024-08-07T06:39:55.751Z] Login Succeeded [2024-08-07T06:39:55.751Z] ****.io [2024-08-07T06:39:56.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:39:56.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:39:56.287Z] Configure a credential helper to remove this warning. See [2024-08-07T06:39:56.287Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:39:56.287Z] [2024-08-07T06:39:56.287Z] Login Succeeded [2024-08-07T06:39:56.287Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:39:56.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T06:39:56.334Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:39:56.371Z] [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: [2024-08-07T06:39:56.371Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:39:56.371Z] latest [2024-08-07T06:39:56.371Z] 3.2.0-dev.21 [2024-08-07T06:39:56.371Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:39:56.371Z] main [2024-08-07T06:39:56.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:39:56.731Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:39:57.091Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:39:57.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-08-07T06:39:57.091Z] 786a5573869e: Preparing [2024-08-07T06:39:57.091Z] f369950e14a2: Preparing [2024-08-07T06:39:57.091Z] 87b31bcaab36: Preparing [2024-08-07T06:39:57.091Z] 8b6170a22423: Preparing [2024-08-07T06:39:57.091Z] 96b75c509f2c: Preparing [2024-08-07T06:39:57.091Z] 3c20671a5817: Preparing [2024-08-07T06:39:57.091Z] 3c20671a5817: Waiting [2024-08-07T06:39:57.357Z] 786a5573869e: Pushed [2024-08-07T06:39:57.357Z] f369950e14a2: Pushed [2024-08-07T06:39:57.357Z] 96b75c509f2c: Pushed [2024-08-07T06:39:57.357Z] 8b6170a22423: Pushed [2024-08-07T06:39:57.357Z] 3c20671a5817: Layer already exists [2024-08-07T06:40:03.999Z] 87b31bcaab36: Pushed [2024-08-07T06:40:03.999Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865: digest: sha256:93ca0fc44f715fb81aa78d4da3c7246dcff758fc383eb0415b0c2036e7712004 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:04.375Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:04.729Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-08-07T06:40:04.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-08-07T06:40:04.729Z] 786a5573869e: Preparing [2024-08-07T06:40:04.729Z] f369950e14a2: Preparing [2024-08-07T06:40:04.729Z] 87b31bcaab36: Preparing [2024-08-07T06:40:04.729Z] 8b6170a22423: Preparing [2024-08-07T06:40:04.729Z] 96b75c509f2c: Preparing [2024-08-07T06:40:04.729Z] 3c20671a5817: Preparing [2024-08-07T06:40:04.729Z] 3c20671a5817: Waiting [2024-08-07T06:40:04.729Z] 87b31bcaab36: Layer already exists [2024-08-07T06:40:04.729Z] 786a5573869e: Layer already exists [2024-08-07T06:40:04.729Z] f369950e14a2: Layer already exists [2024-08-07T06:40:04.729Z] 8b6170a22423: Layer already exists [2024-08-07T06:40:04.729Z] 96b75c509f2c: Layer already exists [2024-08-07T06:40:04.729Z] 3c20671a5817: Layer already exists [2024-08-07T06:40:04.995Z] latest: digest: sha256:93ca0fc44f715fb81aa78d4da3c7246dcff758fc383eb0415b0c2036e7712004 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:05.371Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:05.732Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.21 [2024-08-07T06:40:05.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-08-07T06:40:05.732Z] 786a5573869e: Preparing [2024-08-07T06:40:05.732Z] f369950e14a2: Preparing [2024-08-07T06:40:05.732Z] 87b31bcaab36: Preparing [2024-08-07T06:40:05.732Z] 8b6170a22423: Preparing [2024-08-07T06:40:05.732Z] 96b75c509f2c: Preparing [2024-08-07T06:40:05.732Z] 3c20671a5817: Preparing [2024-08-07T06:40:05.732Z] 3c20671a5817: Waiting [2024-08-07T06:40:05.732Z] 87b31bcaab36: Layer already exists [2024-08-07T06:40:05.732Z] f369950e14a2: Layer already exists [2024-08-07T06:40:05.732Z] 8b6170a22423: Layer already exists [2024-08-07T06:40:05.732Z] 96b75c509f2c: Layer already exists [2024-08-07T06:40:05.732Z] 786a5573869e: Layer already exists [2024-08-07T06:40:05.732Z] 3c20671a5817: Layer already exists [2024-08-07T06:40:05.732Z] 3.2.0-dev.21: digest: sha256:93ca0fc44f715fb81aa78d4da3c7246dcff758fc383eb0415b0c2036e7712004 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:06.360Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:06.716Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:40:06.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-08-07T06:40:06.716Z] 786a5573869e: Preparing [2024-08-07T06:40:06.716Z] f369950e14a2: Preparing [2024-08-07T06:40:06.716Z] 87b31bcaab36: Preparing [2024-08-07T06:40:06.716Z] 8b6170a22423: Preparing [2024-08-07T06:40:06.716Z] 96b75c509f2c: Preparing [2024-08-07T06:40:06.716Z] 3c20671a5817: Preparing [2024-08-07T06:40:06.716Z] 3c20671a5817: Waiting [2024-08-07T06:40:06.716Z] 96b75c509f2c: Layer already exists [2024-08-07T06:40:06.716Z] f369950e14a2: Layer already exists [2024-08-07T06:40:06.716Z] 8b6170a22423: Layer already exists [2024-08-07T06:40:06.716Z] 87b31bcaab36: Layer already exists [2024-08-07T06:40:06.716Z] 786a5573869e: Layer already exists [2024-08-07T06:40:06.716Z] 3c20671a5817: Layer already exists [2024-08-07T06:40:06.982Z] d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21: digest: sha256:93ca0fc44f715fb81aa78d4da3c7246dcff758fc383eb0415b0c2036e7712004 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:07.345Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:07.701Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [2024-08-07T06:40:07.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2024-08-07T06:40:07.701Z] 786a5573869e: Preparing [2024-08-07T06:40:07.701Z] f369950e14a2: Preparing [2024-08-07T06:40:07.702Z] 87b31bcaab36: Preparing [2024-08-07T06:40:07.702Z] 8b6170a22423: Preparing [2024-08-07T06:40:07.702Z] 96b75c509f2c: Preparing [2024-08-07T06:40:07.702Z] 3c20671a5817: Preparing [2024-08-07T06:40:07.702Z] 3c20671a5817: Waiting [2024-08-07T06:40:07.702Z] 87b31bcaab36: Layer already exists [2024-08-07T06:40:07.702Z] 786a5573869e: Layer already exists [2024-08-07T06:40:07.702Z] f369950e14a2: Layer already exists [2024-08-07T06:40:07.702Z] 96b75c509f2c: Layer already exists [2024-08-07T06:40:07.702Z] 8b6170a22423: Layer already exists [2024-08-07T06:40:07.702Z] 3c20671a5817: Layer already exists [2024-08-07T06:40:07.968Z] main: digest: sha256:93ca0fc44f715fb81aa78d4da3c7246dcff758fc383eb0415b0c2036e7712004 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T06:40:08.048Z] ===================================================== [Pipeline] echo [2024-08-07T06:40:08.069Z] taggedImages: [2024-08-07T06:40:08.069Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865 [2024-08-07T06:40:08.069Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2024-08-07T06:40:08.069Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.2.0-dev.21 [2024-08-07T06:40:08.069Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:d9d7c9445bd01df0ee4a07f33637a5782cac6865-3.2.0-dev.21 [2024-08-07T06:40:08.069Z] - 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-08-07T06:40:08.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T06:40:08.463Z] [2024-08-07T06:40:08.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:08.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T06:40:08.808Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-07T06:40:08.808Z] 8998bd30e6a1: Pulling fs layer [2024-08-07T06:40:08.808Z] 04944245beec: Pulling fs layer [2024-08-07T06:40:08.808Z] 699f458cf7ca: Pulling fs layer [2024-08-07T06:40:08.808Z] 765212b225bb: Pulling fs layer [2024-08-07T06:40:08.808Z] f23df028b6ca: Pulling fs layer [2024-08-07T06:40:08.808Z] d65c8cfc05b1: Pulling fs layer [2024-08-07T06:40:08.808Z] 2437ff75d9bd: Pulling fs layer [2024-08-07T06:40:08.808Z] f23df028b6ca: Waiting [2024-08-07T06:40:08.808Z] d65c8cfc05b1: Waiting [2024-08-07T06:40:08.808Z] 2437ff75d9bd: Waiting [2024-08-07T06:40:08.808Z] 765212b225bb: Waiting [2024-08-07T06:40:09.075Z] 04944245beec: Verifying Checksum [2024-08-07T06:40:09.075Z] 04944245beec: Download complete [2024-08-07T06:40:09.075Z] 765212b225bb: Verifying Checksum [2024-08-07T06:40:09.075Z] 765212b225bb: Download complete [2024-08-07T06:40:09.075Z] f23df028b6ca: Verifying Checksum [2024-08-07T06:40:09.075Z] f23df028b6ca: Download complete [2024-08-07T06:40:09.075Z] d65c8cfc05b1: Verifying Checksum [2024-08-07T06:40:09.075Z] d65c8cfc05b1: Download complete [2024-08-07T06:40:09.344Z] 699f458cf7ca: Download complete [2024-08-07T06:40:09.612Z] 8998bd30e6a1: Verifying Checksum [2024-08-07T06:40:09.612Z] 8998bd30e6a1: Download complete [2024-08-07T06:40:12.199Z] 2437ff75d9bd: Verifying Checksum [2024-08-07T06:40:12.199Z] 2437ff75d9bd: Download complete [2024-08-07T06:40:14.139Z] 8998bd30e6a1: Pull complete [2024-08-07T06:40:14.721Z] 04944245beec: Pull complete [2024-08-07T06:40:16.666Z] 699f458cf7ca: Pull complete [2024-08-07T06:40:16.666Z] 765212b225bb: Pull complete [2024-08-07T06:40:17.642Z] f23df028b6ca: Pull complete [2024-08-07T06:40:17.642Z] d65c8cfc05b1: Pull complete [2024-08-07T06:40:35.850Z] 2437ff75d9bd: Pull complete [2024-08-07T06:40:35.850Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-07T06:40:35.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T06:40:35.850Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:40:36.054Z] prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container [2024-08-07T06:40:36.116Z] $ 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/160 -v /w/workspace/device-modbus-go/160:/w/workspace/device-modbus-go/160:rw,z -v /w/workspace/device-modbus-go/160@tmp:/w/workspace/device-modbus-go/160@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-08-07T06:40:38.997Z] $ docker top 9d95bb5c4bf2611c747e842c591bf47b2c5e4d965c1661840c5a0884a8ca0381 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:40:39.840Z] ---> job-cost.sh [2024-08-07T06:40:39.840Z] lf-activate-venv: SKIPPING [2024-08-07T06:40:39.840Z] INFO: No Stack... [2024-08-07T06:40:40.423Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-07T06:40:41.004Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T06:40:41.644Z] + + cat /w/workspace/device-modbus-go/160/archives/cost.csv [2024-08-07T06:40:41.644Z] cut -d, -f6 [Pipeline] lock [2024-08-07T06:40:41.710Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [2024-08-07T06:40:41.721Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] did not exist. Created. [2024-08-07T06:40:41.728Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T06:40:42.388Z] /w/workspace/device-modbus-go/160@tmp/durable-ef7992ae/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-08-07T06:40:43.032Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-07T06:40:43.048Z] Warning: overwriting stash ‘stack-cost’ [2024-08-07T06:40:43.102Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T06:40:43.113Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-modbus-go-main-160-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T06:40:43.141Z] $ docker stop --time=1 9d95bb5c4bf2611c747e842c591bf47b2c5e4d965c1661840c5a0884a8ca0381 [2024-08-07T06:40:44.670Z] $ docker rm -f --volumes 9d95bb5c4bf2611c747e842c591bf47b2c5e4d965c1661840c5a0884a8ca0381 [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-08-07T06:40:45.107Z] provisioning config files... [2024-08-07T06:40:45.114Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13953529163538539054tmp [Pipeline] { [Pipeline] sh [2024-08-07T06:40:45.417Z] + set +x [2024-08-07T06:40:45.417Z] + curl -s https://codecov.io/bash [2024-08-07T06:40:45.417Z] + bash -s -- [2024-08-07T06:40:45.417Z] [2024-08-07T06:40:45.417Z] _____ _ [2024-08-07T06:40:45.417Z] / ____| | | [2024-08-07T06:40:45.417Z] | | ___ __| | ___ ___ _____ __ [2024-08-07T06:40:45.417Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-07T06:40:45.417Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-07T06:40:45.417Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-07T06:40:45.417Z] Bash-1.0.6 [2024-08-07T06:40:45.417Z] [2024-08-07T06:40:45.417Z] [2024-08-07T06:40:45.417Z] ==> git version 2.25.1 found [2024-08-07T06:40:45.417Z] ==> 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-08-07T06:40:45.417Z] Release-Date: 2020-01-08 [2024-08-07T06:40:45.417Z] 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-08-07T06:40:45.417Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-07T06:40:45.417Z] ==> Jenkins CI detected. [2024-08-07T06:40:45.417Z] current dir:  /w/workspace/gexfoundry_device-modbus-go_main [2024-08-07T06:40:45.417Z] project root: . [2024-08-07T06:40:45.417Z] --> token set from env [2024-08-07T06:40:45.417Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-07T06:40:45.417Z] ==> Running gcov in . (disable via -X gcov) [2024-08-07T06:40:45.417Z] ==> Python coveragepy not found [2024-08-07T06:40:45.417Z] ==> Searching for coverage reports in: [2024-08-07T06:40:45.417Z] + . [2024-08-07T06:40:45.417Z] -> Found 1 reports [2024-08-07T06:40:45.417Z] ==> Detecting git/mercurial file structure [2024-08-07T06:40:45.417Z] ==> Reading reports [2024-08-07T06:40:45.417Z] + ./coverage.out bytes=24601 [2024-08-07T06:40:45.417Z] ==> Appending adjustments [2024-08-07T06:40:45.417Z] https://docs.codecov.io/docs/fixing-reports [2024-08-07T06:40:45.676Z] + Found adjustments [2024-08-07T06:40:45.676Z] ==> Gzipping contents [2024-08-07T06:40:45.676Z] 4.0K /tmp/codecov.cJcPmz.gz [2024-08-07T06:40:45.676Z] ==> Uploading reports [2024-08-07T06:40:45.676Z] url: https://codecov.io [2024-08-07T06:40:45.676Z] query: branch=main&commit=d9d7c9445bd01df0ee4a07f33637a5782cac6865&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F160%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T06:40:45.676Z] -> Pinging Codecov [2024-08-07T06:40:45.676Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d9d7c9445bd01df0ee4a07f33637a5782cac6865&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F160%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T06:40:45.676Z] -> Uploading to [2024-08-07T06:40:45.676Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-07/55DBCA73C666E3227836607328DD7E49/d9d7c9445bd01df0ee4a07f33637a5782cac6865/2c9e0aa9-e668-4fac-b743-3e70d984fa61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T064045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb2f3d0de4513dce39fb95c5a5df2cfbde45baba886026dff3facac3d61f782e [2024-08-07T06:40:45.676Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T06:40:45.676Z] Dload Upload Total Spent Left Speed [2024-08-07T06:40:45.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3843 0 0 100 3843 0 18746 --:--:-- --:--:-- --:--:-- 18655 100 3843 0 0 100 3843 0 15946 --:--:-- --:--:-- --:--:-- 15880 [2024-08-07T06:40:45.934Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] } [2024-08-07T06:40:45.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-08-07T06:40:46.077Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-07T06:40:46.096Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:46.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T06:40:46.403Z] [2024-08-07T06:40:46.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:40:46.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T06:40:46.710Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-07T06:40:46.710Z] 619be1103602: Already exists [2024-08-07T06:40:46.710Z] f8ea3408117e: Pulling fs layer [2024-08-07T06:40:46.710Z] 91320369b822: Pulling fs layer [2024-08-07T06:40:46.710Z] 0406650e8295: Pulling fs layer [2024-08-07T06:40:46.710Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T06:40:46.710Z] 96d80e3f36e1: Pulling fs layer [2024-08-07T06:40:46.710Z] bcf3aedb951c: Pulling fs layer [2024-08-07T06:40:46.710Z] 4f4fb700ef54: Waiting [2024-08-07T06:40:46.710Z] bcf3aedb951c: Waiting [2024-08-07T06:40:46.710Z] 96d80e3f36e1: Waiting [2024-08-07T06:40:46.710Z] 0406650e8295: Verifying Checksum [2024-08-07T06:40:46.710Z] 0406650e8295: Download complete [2024-08-07T06:40:46.710Z] f8ea3408117e: Verifying Checksum [2024-08-07T06:40:46.710Z] f8ea3408117e: Download complete [2024-08-07T06:40:46.710Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T06:40:46.710Z] 4f4fb700ef54: Download complete [2024-08-07T06:40:46.969Z] f8ea3408117e: Pull complete [2024-08-07T06:40:46.969Z] 96d80e3f36e1: Verifying Checksum [2024-08-07T06:40:46.969Z] 96d80e3f36e1: Download complete [2024-08-07T06:40:47.226Z] 91320369b822: Verifying Checksum [2024-08-07T06:40:47.227Z] 91320369b822: Download complete [2024-08-07T06:40:47.484Z] bcf3aedb951c: Verifying Checksum [2024-08-07T06:40:47.484Z] bcf3aedb951c: Download complete [2024-08-07T06:40:50.763Z] 91320369b822: Pull complete [2024-08-07T06:40:50.763Z] 0406650e8295: Pull complete [2024-08-07T06:40:50.763Z] 4f4fb700ef54: Pull complete [2024-08-07T06:40:50.763Z] 96d80e3f36e1: Pull complete [2024-08-07T06:40:53.292Z] bcf3aedb951c: Pull complete [2024-08-07T06:40:53.292Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-07T06:40:53.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T06:40:53.292Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:40:53.395Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:40:53.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-08-07T06:41:01.347Z] $ docker top 0c52711ddd451cc6c6fc1cc17dca3fd2f4a9346011bec9f9129efa50142929fc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:41:01.699Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] echo [2024-08-07T06:41:01.709Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh [2024-08-07T06:41:01.986Z] + set -o pipefail [2024-08-07T06:41:01.986Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0a0805b9-8982-40eb-8dbc-845f1ef902a3/history/b5c47b84-72db-4602-8ed9-6c5faea627ce [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] [2024-08-07T06:41:11.407Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-07T06:41:11.407Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-07T06:41:11.414Z] $ docker stop --time=1 0c52711ddd451cc6c6fc1cc17dca3fd2f4a9346011bec9f9129efa50142929fc [2024-08-07T06:41:16.489Z] $ docker rm -f --volumes 0c52711ddd451cc6c6fc1cc17dca3fd2f4a9346011bec9f9129efa50142929fc [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-08-07T06:41:17.396Z] + git log --format=format:%s -1 d9d7c9445bd01df0ee4a07f33637a5782cac6865 [Pipeline] sh [2024-08-07T06:41:17.685Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T06:41:17.685Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:17.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:41:17.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:41:18.065Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:41:18.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T06:41:18.588Z] $ docker top cf7a614784dd1d321043cd1f0e84882df34dc608c7f5d7c863451b202329ac80 -eo pid,comm [2024-08-07T06:41:18.639Z] 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-08-07T06:41:18.639Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T06:41:18.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:41:18.688Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:41:18.795Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:41:18.793Z] $ docker exec cf7a614784dd1d321043cd1f0e84882df34dc608c7f5d7c863451b202329ac80 ssh-agent [2024-08-07T06:41:18.906Z] SSH_AUTH_SOCK=/tmp/ssh-GGTBk5ERrIGs/agent.33 [2024-08-07T06:41:18.906Z] SSH_AGENT_PID=39 [2024-08-07T06:41:18.921Z] Running ssh-add (command line suppressed) [2024-08-07T06:41:19.023Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3717063348678922650.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3717063348678922650.key) [2024-08-07T06:41:19.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:41:19.373Z] + git semver tag [2024-08-07T06:41:19.641Z] 2024-08-07 06:41:19,548 [run_tag] DEBUG tag force:False [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,548 [check_head_tag] DEBUG check head tag [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,549 [execute] INFO git cat-file --batch-check [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,549 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,553 [execute] INFO git cat-file --batch [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,572 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,572 [execute] INFO git tag -a v3.2.0-dev.21 -m v3.2.0-dev.21 [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,573 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.21', '-m', 'v3.2.0-dev.21'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2024-08-07T06:41:19.642Z] 2024-08-07 06:41:19,577 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:19.642Z] 3.2.0-dev.21 [Pipeline] } [2024-08-07T06:41:19.645Z] $ docker exec --env ******** --env ******** cf7a614784dd1d321043cd1f0e84882df34dc608c7f5d7c863451b202329ac80 ssh-agent -k [2024-08-07T06:41:19.736Z] unset SSH_AUTH_SOCK; [2024-08-07T06:41:19.737Z] unset SSH_AGENT_PID; [2024-08-07T06:41:19.737Z] echo Agent pid 39 killed; [2024-08-07T06:41:19.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T06:41:20.074Z] + git semver [Pipeline] } [2024-08-07T06:41:20.338Z] $ docker stop --time=1 cf7a614784dd1d321043cd1f0e84882df34dc608c7f5d7c863451b202329ac80 [2024-08-07T06:41:21.618Z] $ docker rm -f --volumes cf7a614784dd1d321043cd1f0e84882df34dc608c7f5d7c863451b202329ac80 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:22.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T06:41:22.044Z] [2024-08-07T06:41:22.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:22.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T06:41:22.349Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-07T06:41:22.349Z] ab5ef0e58194: Pulling fs layer [2024-08-07T06:41:22.349Z] 9712f1f96733: Pulling fs layer [2024-08-07T06:41:22.349Z] 63f879dbbcfc: Pulling fs layer [2024-08-07T06:41:22.349Z] 0d9ebad4ef96: Pulling fs layer [2024-08-07T06:41:22.349Z] e9a5061849ea: Pulling fs layer [2024-08-07T06:41:22.349Z] d747dcd14b5f: Pulling fs layer [2024-08-07T06:41:22.349Z] 2de7ff778b66: Pulling fs layer [2024-08-07T06:41:22.349Z] 0d9ebad4ef96: Waiting [2024-08-07T06:41:22.349Z] e9a5061849ea: Waiting [2024-08-07T06:41:22.349Z] d747dcd14b5f: Waiting [2024-08-07T06:41:22.349Z] 2de7ff778b66: Waiting [2024-08-07T06:41:22.349Z] 9712f1f96733: Verifying Checksum [2024-08-07T06:41:22.349Z] 9712f1f96733: Download complete [2024-08-07T06:41:22.607Z] 63f879dbbcfc: Verifying Checksum [2024-08-07T06:41:22.607Z] 63f879dbbcfc: Download complete [2024-08-07T06:41:22.866Z] e9a5061849ea: Verifying Checksum [2024-08-07T06:41:22.866Z] e9a5061849ea: Download complete [2024-08-07T06:41:22.866Z] d747dcd14b5f: Verifying Checksum [2024-08-07T06:41:22.866Z] d747dcd14b5f: Download complete [2024-08-07T06:41:22.866Z] 0d9ebad4ef96: Verifying Checksum [2024-08-07T06:41:22.866Z] 0d9ebad4ef96: Download complete [2024-08-07T06:41:22.866Z] ab5ef0e58194: Verifying Checksum [2024-08-07T06:41:22.866Z] ab5ef0e58194: Download complete [2024-08-07T06:41:22.866Z] 2de7ff778b66: Verifying Checksum [2024-08-07T06:41:22.866Z] 2de7ff778b66: Download complete [2024-08-07T06:41:26.215Z] ab5ef0e58194: Pull complete [2024-08-07T06:41:26.215Z] 9712f1f96733: Pull complete [2024-08-07T06:41:26.814Z] 63f879dbbcfc: Pull complete [2024-08-07T06:41:31.001Z] 0d9ebad4ef96: Pull complete [2024-08-07T06:41:31.002Z] e9a5061849ea: Pull complete [2024-08-07T06:41:31.002Z] d747dcd14b5f: Pull complete [2024-08-07T06:41:31.934Z] 2de7ff778b66: Pull complete [2024-08-07T06:41:31.934Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-07T06:41:31.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T06:41:31.934Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:41:32.035Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:41:32.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-08-07T06:41:37.777Z] $ docker top 0fdc3abf091ae77f9be0601c2357f12df1d8559bc697c6a5518b825b8469cc99 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:41:37.859Z] provisioning config files... [2024-08-07T06:41:37.866Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13632361382706113195tmp [2024-08-07T06:41:37.874Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config14400813121888291522tmp [2024-08-07T06:41:37.882Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config15565960073585993390tmp [Pipeline] { [Pipeline] echo [2024-08-07T06:41:37.961Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:38.258Z] ---> sigul-configuration.sh [2024-08-07T06:41:38.258Z] gpg: directory `/root/.gnupg' created [2024-08-07T06:41:38.258Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-07T06:41:38.258Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-07T06:41:38.258Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-07T06:41:38.258Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-07T06:41:38.258Z] gpg: CAST5 encrypted data [2024-08-07T06:41:38.258Z] gpg: encrypted with 1 passphrase [2024-08-07T06:41:38.258Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-07T06:41:38.561Z] + mkdir /home/jenkins [2024-08-07T06:41:38.561Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-07T06:41:38.856Z] + 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-08-07T06:41:38.870Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:39.161Z] ---> sigul-install.sh [2024-08-07T06:41:39.161Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-07T06:41:39.450Z] + git tag --list [2024-08-07T06:41:39.450Z] 0.7.1 [2024-08-07T06:41:39.450Z] v1.0.0 [2024-08-07T06:41:39.450Z] v1.1.0 [2024-08-07T06:41:39.450Z] v1.1.1 [2024-08-07T06:41:39.450Z] v1.2.2 [2024-08-07T06:41:39.450Z] v1.3.0 [2024-08-07T06:41:39.450Z] v1.3.1 [2024-08-07T06:41:39.450Z] v2.0.0 [2024-08-07T06:41:39.450Z] v2.1.0 [2024-08-07T06:41:39.450Z] v2.1.1 [2024-08-07T06:41:39.450Z] v2.2.0 [2024-08-07T06:41:39.450Z] v2.3.0 [2024-08-07T06:41:39.450Z] v3.0 [2024-08-07T06:41:39.450Z] v3.0.0 [2024-08-07T06:41:39.450Z] v3.1 [2024-08-07T06:41:39.450Z] v3.1.0 [2024-08-07T06:41:39.450Z] v3.1.0-dev.1 [2024-08-07T06:41:39.450Z] v3.1.0-dev.10 [2024-08-07T06:41:39.450Z] v3.1.0-dev.11 [2024-08-07T06:41:39.450Z] v3.1.0-dev.12 [2024-08-07T06:41:39.450Z] v3.1.0-dev.13 [2024-08-07T06:41:39.450Z] v3.1.0-dev.14 [2024-08-07T06:41:39.450Z] v3.1.0-dev.15 [2024-08-07T06:41:39.450Z] v3.1.0-dev.16 [2024-08-07T06:41:39.450Z] v3.1.0-dev.17 [2024-08-07T06:41:39.450Z] v3.1.0-dev.18 [2024-08-07T06:41:39.450Z] v3.1.0-dev.19 [2024-08-07T06:41:39.450Z] v3.1.0-dev.2 [2024-08-07T06:41:39.450Z] v3.1.0-dev.20 [2024-08-07T06:41:39.450Z] v3.1.0-dev.21 [2024-08-07T06:41:39.450Z] v3.1.0-dev.22 [2024-08-07T06:41:39.450Z] v3.1.0-dev.23 [2024-08-07T06:41:39.450Z] v3.1.0-dev.24 [2024-08-07T06:41:39.450Z] v3.1.0-dev.25 [2024-08-07T06:41:39.450Z] v3.1.0-dev.3 [2024-08-07T06:41:39.450Z] v3.1.0-dev.4 [2024-08-07T06:41:39.450Z] v3.1.0-dev.5 [2024-08-07T06:41:39.450Z] v3.1.0-dev.6 [2024-08-07T06:41:39.450Z] v3.1.0-dev.7 [2024-08-07T06:41:39.450Z] v3.1.0-dev.8 [2024-08-07T06:41:39.450Z] v3.1.0-dev.9 [2024-08-07T06:41:39.450Z] v3.1.1 [2024-08-07T06:41:39.450Z] v3.1.1-dev.1 [2024-08-07T06:41:39.450Z] v3.2.0-dev.1 [2024-08-07T06:41:39.450Z] v3.2.0-dev.10 [2024-08-07T06:41:39.450Z] v3.2.0-dev.11 [2024-08-07T06:41:39.450Z] v3.2.0-dev.12 [2024-08-07T06:41:39.450Z] v3.2.0-dev.13 [2024-08-07T06:41:39.450Z] v3.2.0-dev.14 [2024-08-07T06:41:39.450Z] v3.2.0-dev.15 [2024-08-07T06:41:39.450Z] v3.2.0-dev.16 [2024-08-07T06:41:39.450Z] v3.2.0-dev.17 [2024-08-07T06:41:39.450Z] v3.2.0-dev.18 [2024-08-07T06:41:39.450Z] v3.2.0-dev.19 [2024-08-07T06:41:39.450Z] v3.2.0-dev.2 [2024-08-07T06:41:39.450Z] v3.2.0-dev.20 [2024-08-07T06:41:39.450Z] v3.2.0-dev.21 [2024-08-07T06:41:39.450Z] v3.2.0-dev.3 [2024-08-07T06:41:39.450Z] v3.2.0-dev.4 [2024-08-07T06:41:39.450Z] v3.2.0-dev.5 [2024-08-07T06:41:39.450Z] v3.2.0-dev.6 [2024-08-07T06:41:39.450Z] v3.2.0-dev.7 [2024-08-07T06:41:39.450Z] v3.2.0-dev.8 [2024-08-07T06:41:39.450Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-07T06:41:39.745Z] + lftools sign git-tag v3.2.0-dev.21 [2024-08-07T06:41:40.312Z] Signing Git tag with Sigul... [2024-08-07T06:41:40.312Z] Signing v3.2.0-dev.21 [Pipeline] echo [2024-08-07T06:41:40.892Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:41.190Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-07T06:41:41.196Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-07T06:41:41.221Z] $ docker stop --time=1 0fdc3abf091ae77f9be0601c2357f12df1d8559bc697c6a5518b825b8469cc99 [2024-08-07T06:41:42.492Z] $ docker rm -f --volumes 0fdc3abf091ae77f9be0601c2357f12df1d8559bc697c6a5518b825b8469cc99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-07T06:41:42.906Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T06:41:42.906Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:43.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:41:43.212Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:41:43.285Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:41:43.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T06:41:43.648Z] $ docker top 081bfec3ba46d8cf5e86d25121e2bbf658d6add10384a4682b1740b63c2e7a22 -eo pid,comm [2024-08-07T06:41:43.697Z] 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-08-07T06:41:43.697Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T06:41:43.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:41:43.747Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:41:43.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:41:43.852Z] $ docker exec 081bfec3ba46d8cf5e86d25121e2bbf658d6add10384a4682b1740b63c2e7a22 ssh-agent [2024-08-07T06:41:43.964Z] SSH_AUTH_SOCK=/tmp/ssh-XfpvZ39DY0Ix/agent.32 [2024-08-07T06:41:43.964Z] SSH_AGENT_PID=39 [2024-08-07T06:41:43.969Z] Running ssh-add (command line suppressed) [2024-08-07T06:41:44.062Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_16937494011154333434.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_16937494011154333434.key) [2024-08-07T06:41:44.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:41:44.366Z] + git semver bump pre [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [bump_version] DEBUG bumping version:3.2.0-dev.21 on axis:pre with prefix:dev [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [bump_version] DEBUG bumped version:3.2.0-dev.22 [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [write_version] DEBUG write version:3.2.0-dev.22 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,524 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,526 [execute] INFO git cat-file --batch-check [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,526 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,531 [execute] INFO git cat-file --batch [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,531 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T06:41:44.625Z] 2024-08-07 06:41:44,535 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:44.625Z] 3.2.0-dev.22 [Pipeline] } [2024-08-07T06:41:44.629Z] $ docker exec --env ******** --env ******** 081bfec3ba46d8cf5e86d25121e2bbf658d6add10384a4682b1740b63c2e7a22 ssh-agent -k [2024-08-07T06:41:44.722Z] unset SSH_AUTH_SOCK; [2024-08-07T06:41:44.722Z] unset SSH_AGENT_PID; [2024-08-07T06:41:44.722Z] echo Agent pid 39 killed; [2024-08-07T06:41:44.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T06:41:45.053Z] + git semver [Pipeline] } [2024-08-07T06:41:45.319Z] $ docker stop --time=1 081bfec3ba46d8cf5e86d25121e2bbf658d6add10384a4682b1740b63c2e7a22 [2024-08-07T06:41:46.572Z] $ docker rm -f --volumes 081bfec3ba46d8cf5e86d25121e2bbf658d6add10384a4682b1740b63c2e7a22 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:41:46.920Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T06:41:46.920Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:47.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:41:47.221Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:41:47.305Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:41:47.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T06:41:47.638Z] $ docker top 8cfea24956efef34572c7c1b19b4ba253a2de99f35d5993d28adccb300b3fe78 -eo pid,comm [2024-08-07T06:41:47.687Z] 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-08-07T06:41:47.687Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T06:41:47.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:41:47.739Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:41:47.852Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:41:47.850Z] $ docker exec 8cfea24956efef34572c7c1b19b4ba253a2de99f35d5993d28adccb300b3fe78 ssh-agent [2024-08-07T06:41:47.959Z] SSH_AUTH_SOCK=/tmp/ssh-8qDDTQIe7ybk/agent.32 [2024-08-07T06:41:47.959Z] SSH_AGENT_PID=38 [2024-08-07T06:41:47.964Z] Running ssh-add (command line suppressed) [2024-08-07T06:41:48.062Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12761543102077864064.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12761543102077864064.key) [2024-08-07T06:41:48.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:41:48.373Z] + git semver push [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,534 [run_push] DEBUG push [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,535 [execute] INFO git cat-file --batch-check [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,535 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,539 [execute] INFO git rev-list 95c2a92e4ab569726a8574b764026dd561c30b71 -- [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,539 [execute] DEBUG Popen(['git', 'rev-list', '95c2a92e4ab569726a8574b764026dd561c30b71', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,549 [execute] INFO git fetch -v origin [2024-08-07T06:41:48.631Z] 2024-08-07 06:41:48,549 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-07T06:41:49.198Z] 2024-08-07 06:41:49,107 [run_push] DEBUG no remote changes detected [2024-08-07T06:41:49.198Z] 2024-08-07 06:41:49,107 [execute] INFO git push origin semver [2024-08-07T06:41:49.198Z] 2024-08-07 06:41:49,107 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T06:41:50.135Z] 2024-08-07 06:41:49,883 [run_push] DEBUG push all version tags [2024-08-07T06:41:50.135Z] 2024-08-07 06:41:49,883 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-07T06:41:50.135Z] 2024-08-07 06:41:49,884 [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-08-07T06:41:50.703Z] 2024-08-07 06:41:50,662 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2024-08-07T06:41:50.703Z] 3.2.0-dev.22 [Pipeline] } [2024-08-07T06:41:50.709Z] $ docker exec --env ******** --env ******** 8cfea24956efef34572c7c1b19b4ba253a2de99f35d5993d28adccb300b3fe78 ssh-agent -k [2024-08-07T06:41:50.798Z] unset SSH_AUTH_SOCK; [2024-08-07T06:41:50.798Z] unset SSH_AGENT_PID; [2024-08-07T06:41:50.798Z] echo Agent pid 38 killed; [2024-08-07T06:41:50.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T06:41:51.137Z] + git semver [Pipeline] } [2024-08-07T06:41:51.402Z] $ docker stop --time=1 8cfea24956efef34572c7c1b19b4ba253a2de99f35d5993d28adccb300b3fe78 [2024-08-07T06:41:52.656Z] $ docker rm -f --volumes 8cfea24956efef34572c7c1b19b4ba253a2de99f35d5993d28adccb300b3fe78 [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-08-07T06:41:53.302Z] + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] [2024-08-07T06:41:53.302Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-08-07T06:41:53.302Z] total 16 [2024-08-07T06:41:53.302Z] drwxr-xr-x 3 root root 4096 Aug 7 06:28 . [2024-08-07T06:41:53.302Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 06:41 .. [2024-08-07T06:41:53.302Z] drwxr-xr-x 2 root root 4096 Aug 7 06:28 cost [2024-08-07T06:41:53.302Z] -rw-r--r-- 1 root root 88 Aug 7 06:28 cost.csv [2024-08-07T06:41:53.302Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-08-07T06:41:53.302Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2024-08-07T06:41:53.302Z] total 16 [2024-08-07T06:41:53.302Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 06:28 . [2024-08-07T06:41:53.302Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 06:41 .. [2024-08-07T06:41:53.302Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 06:28 cost [2024-08-07T06:41:53.302Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 7 06:28 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:53.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:54.449Z] ---> package-listing.sh [2024-08-07T06:41:54.450Z] ++ facter osfamily [2024-08-07T06:41:54.450Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-07T06:41:54.709Z] + OS_FAMILY=debian [2024-08-07T06:41:54.709Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2024-08-07T06:41:54.709Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-07T06:41:54.709Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-07T06:41:54.709Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-07T06:41:54.709Z] + PACKAGES=/tmp/packages_start.txt [2024-08-07T06:41:54.709Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-08-07T06:41:54.709Z] + PACKAGES=/tmp/packages_end.txt [2024-08-07T06:41:54.709Z] + case "${OS_FAMILY}" in [2024-08-07T06:41:54.709Z] + dpkg -l [2024-08-07T06:41:54.709Z] + grep '^ii' [2024-08-07T06:41:54.709Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-07T06:41:54.709Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-07T06:41:54.709Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-07T06:41:54.709Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2024-08-07T06:41:54.709Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2024-08-07T06:41:54.709Z] + 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-08-07T06:41:54.721Z] 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-08-07T06:41:54.999Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:41:55.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:41:55.563Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:41:55.648Z] prd-ubuntu20.04-docker-8c-8g-7266 does not seem to be running inside a container [2024-08-07T06:41:55.678Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-07T06:41:55.886Z] $ docker top ae973ab1516d49eaab301d919af46674ba7d536e1ae532e77d2b1a5b3e7f2a41 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:41:56.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-07T06:41:56.526Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-07T06:41:56.815Z] + ls /var/log/sa-host [2024-08-07T06:41:56.815Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:41:56.885Z] provisioning config files... [2024-08-07T06:41:56.891Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config6940847859344069653tmp [Pipeline] { [Pipeline] echo [2024-08-07T06:41:56.910Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:57.195Z] ---> create-netrc.sh [Pipeline] } [2024-08-07T06:41:57.202Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:57.535Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-07T06:41:57.545Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:57.829Z] ---> sudo-logs.sh [2024-08-07T06:41:57.829Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-07T06:41:57.864Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:58.151Z] ---> job-cost.sh [2024-08-07T06:41:58.151Z] lf-activate-venv: SKIPPING [2024-08-07T06:41:58.151Z] DEBUG: total: 0.2199999988079071 [2024-08-07T06:41:58.151Z] INFO: Retrieving Stack Cost... [2024-08-07T06:41:58.411Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T06:41:58.670Z] INFO: Archiving Costs [Pipeline] echo [2024-08-07T06:41:58.684Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:41:58.966Z] ---> logs-deploy.sh [2024-08-07T06:41:58.966Z] lf-activate-venv: SKIPPING [2024-08-07T06:41:58.966Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/160 [2024-08-07T06:41:58.966Z] INFO: archiving workspace using pattern(s): [2024-08-07T06:41:59.899Z] Archives upload complete. [2024-08-07T06:41:59.899Z] INFO: archiving logs to Nexus