Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 53be42878d98bd81d8f19abe7357388c82439207 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-ssh14236225026834898989.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-ssh3905026692243687201.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-sdk-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-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11407310802447966301.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-ssh2671752057369544598.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-sdk-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-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9033618780560188143.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7272 in /w/workspace/edgexfoundry_device-sdk-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-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 53be42878d98bd81d8f19abe7357388c82439207 (main) Commit message: "Merge pull request #1609 from cloudxxx8/issue-1608" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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 53be42878d98bd81d8f19abe7357388c82439207 # timeout=10 > git rev-list --no-walk 5c2a377d73b399f8f8c2d20a5426d9b5e769b74b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-07T06:43:28.650Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-07T06:43:28.740Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-07T06:43:28.763Z] ========================================================= [2024-08-07T06:43:28.763Z] EdgeX Global Pipelines Version Info [2024-08-07T06:43:28.763Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:43:29.519Z] ------------------- [2024-08-07T06:43:29.519Z] stable info: [2024-08-07T06:43:29.519Z] ------------------- [2024-08-07T06:43:29.519Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T06:43:29.519Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-07T06:43:29.519Z] Message: update stable to v1.0.260 [2024-08-07T06:43:30.090Z] ------------------- [2024-08-07T06:43:30.090Z] experimental info: [2024-08-07T06:43:30.090Z] ------------------- [2024-08-07T06:43:30.090Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T06:43:30.090Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-07T06:43:30.090Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-07T06:43:30.165Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2024-08-07T06:43:30.187Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2024-08-07T06:43:30.207Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-07T06:43:30.226Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-07T06:43:30.247Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-07T06:43:30.271Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-07T06:43:30.294Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-07T06:43:30.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2024-08-07T06:43:30.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-07T06:43:30.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-07T06:43:30.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-07T06:43:30.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2024-08-07T06:43:30.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-07T06:43:30.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-07T06:43:30.472Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T06:43:30.494Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-08-07T06:43:30.519Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-08-07T06:43:30.539Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-08-07T06:43:30.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-07T06:43:30.580Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-07T06:43:30.605Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-07T06:43:30.633Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-07T06:43:30.658Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-08-07T06:43:30.688Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-08-07T06:43:30.715Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-08-07T06:43:30.734Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-07T06:43:30.754Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-07T06:43:30.773Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-07T06:43:30.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-07T06:43:30.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-07T06:43:30.838Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] echo [2024-08-07T06:43:30.859Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 53be428 [Pipeline] echo [2024-08-07T06:43:30.886Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:43:30.939Z] provisioning config files... [2024-08-07T06:43:30.951Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13680038167235371768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:43:31.276Z] ---> ****-login.sh [2024-08-07T06:43:31.276Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:43:31.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:31.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:31.536Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:31.536Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:31.536Z] [2024-08-07T06:43:31.536Z] Login Succeeded [2024-08-07T06:43:31.536Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:43:31.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:31.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:31.796Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:31.796Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:31.796Z] [2024-08-07T06:43:31.796Z] Login Succeeded [2024-08-07T06:43:31.796Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:43:31.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:31.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:31.797Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:31.797Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:31.797Z] [2024-08-07T06:43:31.797Z] Login Succeeded [2024-08-07T06:43:31.797Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:43:31.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:31.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:31.797Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:31.797Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:31.797Z] [2024-08-07T06:43:31.797Z] Login Succeeded [2024-08-07T06:43:31.797Z] ****.io [2024-08-07T06:43:32.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:32.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:32.321Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:32.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:32.321Z] [2024-08-07T06:43:32.321Z] Login Succeeded [2024-08-07T06:43:32.322Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:43:32.330Z] 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:43:32.742Z] + git rev-list -1 --merges 53be42878d98bd81d8f19abe7357388c82439207~1..53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] echo [2024-08-07T06:43:32.773Z] -----------> git rev-list -1 --merges 53be42878d98bd81d8f19abe7357388c82439207~1..53be42878d98bd81d8f19abe7357388c82439207 53be42878d98bd81d8f19abe7357388c82439207 [2024-08-07T06:43:32.773Z] 53be42878d98bd81d8f19abe7357388c82439207 [false] [Pipeline] sh [2024-08-07T06:43:33.066Z] + git log --format=format:%s -1 53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] echo [2024-08-07T06:43:33.083Z] ========================================================= [2024-08-07T06:43:33.083Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-07T06:43:33.083Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:43:33.419Z] + git log --format=format:%s -1 53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] echo [2024-08-07T06:43:33.431Z] [semverPrep] GIT_COMMIT: 53be42878d98bd81d8f19abe7357388c82439207, Commit Message: Merge pull request #1609 from cloudxxx8/issue-1608 [Pipeline] echo [2024-08-07T06:43:33.442Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-08-07T06:43:33.823Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T06:43:33.824Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-07T06:43:33.824Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-07T06:43:33.824Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-07T06:43:33.824Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-07T06:43:33.824Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-07T06:43:33.824Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:43:34.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:43:34.255Z] [2024-08-07T06:43:34.255Z] 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:43:34.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:43:34.563Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-07T06:43:34.563Z] b85a868b505f: Pulling fs layer [2024-08-07T06:43:34.563Z] e2be974225ed: Pulling fs layer [2024-08-07T06:43:34.563Z] 339a4e72a1f5: Pulling fs layer [2024-08-07T06:43:34.563Z] 988bab9f4d93: Pulling fs layer [2024-08-07T06:43:34.563Z] 1469e6f7b9e6: Pulling fs layer [2024-08-07T06:43:34.563Z] eaf3925da568: Pulling fs layer [2024-08-07T06:43:34.563Z] bab4dde63d76: Pulling fs layer [2024-08-07T06:43:34.563Z] bde34c3a00c8: Pulling fs layer [2024-08-07T06:43:34.563Z] b352a97aabf1: Pulling fs layer [2024-08-07T06:43:34.563Z] 4872d77fe225: Pulling fs layer [2024-08-07T06:43:34.563Z] 5851b861e8e6: Pulling fs layer [2024-08-07T06:43:34.563Z] 988bab9f4d93: Waiting [2024-08-07T06:43:34.563Z] 1469e6f7b9e6: Waiting [2024-08-07T06:43:34.563Z] 4872d77fe225: Waiting [2024-08-07T06:43:34.563Z] eaf3925da568: Waiting [2024-08-07T06:43:34.563Z] bab4dde63d76: Waiting [2024-08-07T06:43:34.563Z] bde34c3a00c8: Waiting [2024-08-07T06:43:34.563Z] 5851b861e8e6: Waiting [2024-08-07T06:43:34.563Z] b352a97aabf1: Waiting [2024-08-07T06:43:34.563Z] e2be974225ed: Verifying Checksum [2024-08-07T06:43:34.563Z] e2be974225ed: Download complete [2024-08-07T06:43:34.563Z] 988bab9f4d93: Verifying Checksum [2024-08-07T06:43:34.563Z] 988bab9f4d93: Download complete [2024-08-07T06:43:34.823Z] 1469e6f7b9e6: Verifying Checksum [2024-08-07T06:43:34.823Z] 1469e6f7b9e6: Download complete [2024-08-07T06:43:34.823Z] eaf3925da568: Download complete [2024-08-07T06:43:34.823Z] 339a4e72a1f5: Verifying Checksum [2024-08-07T06:43:34.823Z] 339a4e72a1f5: Download complete [2024-08-07T06:43:34.823Z] bde34c3a00c8: Verifying Checksum [2024-08-07T06:43:34.823Z] bde34c3a00c8: Download complete [2024-08-07T06:43:34.823Z] b352a97aabf1: Download complete [2024-08-07T06:43:34.823Z] 4872d77fe225: Verifying Checksum [2024-08-07T06:43:34.823Z] 4872d77fe225: Download complete [2024-08-07T06:43:34.823Z] 5851b861e8e6: Download complete [2024-08-07T06:43:34.823Z] b85a868b505f: Verifying Checksum [2024-08-07T06:43:34.823Z] b85a868b505f: Download complete [2024-08-07T06:43:35.084Z] bab4dde63d76: Verifying Checksum [2024-08-07T06:43:35.084Z] bab4dde63d76: Download complete [2024-08-07T06:43:36.024Z] b85a868b505f: Pull complete [2024-08-07T06:43:36.024Z] e2be974225ed: Pull complete [2024-08-07T06:43:36.593Z] 339a4e72a1f5: Pull complete [2024-08-07T06:43:36.593Z] 988bab9f4d93: Pull complete [2024-08-07T06:43:36.854Z] 1469e6f7b9e6: Pull complete [2024-08-07T06:43:36.854Z] eaf3925da568: Pull complete [2024-08-07T06:43:38.782Z] bab4dde63d76: Pull complete [2024-08-07T06:43:38.782Z] bde34c3a00c8: Pull complete [2024-08-07T06:43:38.782Z] b352a97aabf1: Pull complete [2024-08-07T06:43:39.042Z] 4872d77fe225: Pull complete [2024-08-07T06:43:39.043Z] 5851b861e8e6: Pull complete [2024-08-07T06:43:39.043Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-07T06:43:39.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T06:43:39.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:43:39.180Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T06:43:39.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T06:43:41.959Z] $ docker top 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f -eo pid,comm [2024-08-07T06:43:42.020Z] 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:43:42.020Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T06:43:42.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:43:42.081Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:43:42.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:43:42.176Z] $ docker exec 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f ssh-agent [2024-08-07T06:43:42.296Z] SSH_AUTH_SOCK=/tmp/ssh-dB46ADjJYUFi/agent.32 [2024-08-07T06:43:42.296Z] SSH_AGENT_PID=38 [2024-08-07T06:43:42.302Z] Running ssh-add (command line suppressed) [2024-08-07T06:43:42.379Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16709438082596911301.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16709438082596911301.key) [2024-08-07T06:43:42.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:43:42.696Z] + git tag --points-at HEAD [Pipeline] } [2024-08-07T06:43:42.697Z] $ docker exec --env ******** --env ******** 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f ssh-agent -k [2024-08-07T06:43:42.792Z] unset SSH_AUTH_SOCK; [2024-08-07T06:43:42.793Z] unset SSH_AGENT_PID; [2024-08-07T06:43:42.793Z] echo Agent pid 38 killed; [2024-08-07T06:43:42.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-07T06:43:42.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T06:43:42.862Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T06:43:42.975Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T06:43:42.968Z] $ docker exec 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f ssh-agent [2024-08-07T06:43:43.071Z] SSH_AUTH_SOCK=/tmp/ssh-cdZvgZXDIJgY/agent.71 [2024-08-07T06:43:43.071Z] SSH_AGENT_PID=77 [2024-08-07T06:43:43.075Z] Running ssh-add (command line suppressed) [2024-08-07T06:43:43.153Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_704321533820473121.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_704321533820473121.key) [2024-08-07T06:43:43.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T06:43:43.467Z] + git semver init [2024-08-07T06:43:43.728Z] 2024-08-07 06:43:43,616 [run_init] DEBUG init version:0.0.0 force:False [2024-08-07T06:43:43.728Z] 2024-08-07 06:43:43,617 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-08-07T06:43:43.728Z] 2024-08-07 06:43:43,617 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-08-07T06:43:43.728Z] 2024-08-07 06:43:43,617 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-08-07T06:43:46.272Z] 2024-08-07 06:43:45,737 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2024-08-07T06:43:46.272Z] 2024-08-07 06:43:45,738 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2024-08-07T06:43:46.272Z] 2024-08-07 06:43:45,738 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T06:43:46.272Z] 2024-08-07 06:43:45,738 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T06:43:46.272Z] 3.2.0-dev.30 [Pipeline] } [2024-08-07T06:43:46.275Z] $ docker exec --env ******** --env ******** 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f ssh-agent -k [2024-08-07T06:43:46.371Z] unset SSH_AUTH_SOCK; [2024-08-07T06:43:46.371Z] unset SSH_AGENT_PID; [2024-08-07T06:43:46.371Z] echo Agent pid 77 killed; [2024-08-07T06:43:46.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T06:43:46.711Z] + git semver [Pipeline] } [2024-08-07T06:43:46.981Z] $ docker stop --time=1 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f [2024-08-07T06:43:48.287Z] $ docker rm -f --volumes 0458cedba46ddb5d5d1ec8d520bdc354fb80cf76c364ee8053de4cdd45f8e86f [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:43:48.647Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-07T06:43:48.884Z] Stashed 1 file(s) [Pipeline] echo [2024-08-07T06:43:48.888Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.30 [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:43:49.073Z] provisioning config files... [2024-08-07T06:43:49.083Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3729397227507492770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:43:49.386Z] ---> ****-login.sh [2024-08-07T06:43:49.386Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:43:49.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:49.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:49.386Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:49.386Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:49.386Z] [2024-08-07T06:43:49.386Z] Login Succeeded [2024-08-07T06:43:49.386Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:43:49.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:49.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:49.387Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:49.387Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:49.387Z] [2024-08-07T06:43:49.387Z] Login Succeeded [2024-08-07T06:43:49.387Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:43:49.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:49.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:49.647Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:49.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:49.647Z] [2024-08-07T06:43:49.647Z] Login Succeeded [2024-08-07T06:43:49.647Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:43:49.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:49.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:49.647Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:49.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:49.647Z] [2024-08-07T06:43:49.647Z] Login Succeeded [2024-08-07T06:43:49.647Z] ****.io [2024-08-07T06:43:49.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:43:49.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:43:49.908Z] Configure a credential helper to remove this warning. See [2024-08-07T06:43:49.908Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:43:49.908Z] [2024-08-07T06:43:49.908Z] Login Succeeded [2024-08-07T06:43:49.908Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:43:49.917Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-07T06:43:50.001Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:43:50.025Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:43:50.041Z] ========================================================= [2024-08-07T06:43:50.041Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-07T06:43:50.041Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:43:50.378Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/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:43:50.379Z] Sending build context to Docker daemon 25.16MB [2024-08-07T06:43:50.379Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:43:50.379Z] Step 2/10 : FROM ${BASE} AS builder [2024-08-07T06:43:50.640Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-07T06:43:50.640Z] 619be1103602: Pulling fs layer [2024-08-07T06:43:50.640Z] 7862e08f4a3e: Pulling fs layer [2024-08-07T06:43:50.640Z] 5df492c9dc93: Pulling fs layer [2024-08-07T06:43:50.640Z] 7629e6793208: Pulling fs layer [2024-08-07T06:43:50.640Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T06:43:50.640Z] fb5054dd5b73: Pulling fs layer [2024-08-07T06:43:50.640Z] eeca6798cff9: Pulling fs layer [2024-08-07T06:43:50.640Z] aa269ceb94a6: Pulling fs layer [2024-08-07T06:43:50.640Z] ada007ff1a6a: Pulling fs layer [2024-08-07T06:43:50.640Z] 4f4fb700ef54: Waiting [2024-08-07T06:43:50.640Z] fb5054dd5b73: Waiting [2024-08-07T06:43:50.640Z] eeca6798cff9: Waiting [2024-08-07T06:43:50.640Z] aa269ceb94a6: Waiting [2024-08-07T06:43:50.640Z] 7629e6793208: Waiting [2024-08-07T06:43:50.640Z] 7862e08f4a3e: Download complete [2024-08-07T06:43:50.640Z] 7629e6793208: Download complete [2024-08-07T06:43:50.640Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T06:43:50.640Z] 4f4fb700ef54: Download complete [2024-08-07T06:43:50.640Z] fb5054dd5b73: Download complete [2024-08-07T06:43:50.640Z] 619be1103602: Verifying Checksum [2024-08-07T06:43:50.640Z] 619be1103602: Download complete [2024-08-07T06:43:50.640Z] eeca6798cff9: Verifying Checksum [2024-08-07T06:43:50.640Z] eeca6798cff9: Download complete [2024-08-07T06:43:50.899Z] 619be1103602: Pull complete [2024-08-07T06:43:50.899Z] ada007ff1a6a: Verifying Checksum [2024-08-07T06:43:50.899Z] ada007ff1a6a: Download complete [2024-08-07T06:43:50.899Z] 7862e08f4a3e: Pull complete [2024-08-07T06:43:51.159Z] 5df492c9dc93: Verifying Checksum [2024-08-07T06:43:51.159Z] 5df492c9dc93: Download complete [2024-08-07T06:43:51.417Z] aa269ceb94a6: Verifying Checksum [2024-08-07T06:43:51.417Z] aa269ceb94a6: Download complete [2024-08-07T06:43:54.696Z] 5df492c9dc93: Pull complete [2024-08-07T06:43:54.696Z] 7629e6793208: Pull complete [2024-08-07T06:43:54.696Z] 4f4fb700ef54: Pull complete [2024-08-07T06:43:54.696Z] fb5054dd5b73: Pull complete [2024-08-07T06:43:54.696Z] eeca6798cff9: Pull complete [2024-08-07T06:43:57.224Z] aa269ceb94a6: Pull complete [2024-08-07T06:43:57.483Z] ada007ff1a6a: Pull complete [2024-08-07T06:43:57.483Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-07T06:43:57.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T06:43:57.483Z] ---> f489d0715acc [2024-08-07T06:43:57.483Z] Step 3/10 : ARG MAKE=make build [2024-08-07T06:44:01.676Z] ---> Running in e3c6f788bad3 [2024-08-07T06:44:01.676Z] Removing intermediate container e3c6f788bad3 [2024-08-07T06:44:01.676Z] ---> bac9478cd047 [2024-08-07T06:44:01.676Z] Step 4/10 : WORKDIR /device-sdk-go [2024-08-07T06:44:01.676Z] ---> Running in b14b6ee7a690 [2024-08-07T06:44:01.676Z] Removing intermediate container b14b6ee7a690 [2024-08-07T06:44:01.676Z] ---> 05180d83fc9b [2024-08-07T06:44:01.676Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-07T06:44:01.676Z] ---> Running in 91b0c0d48f85 [2024-08-07T06:44:01.676Z] Removing intermediate container 91b0c0d48f85 [2024-08-07T06:44:01.676Z] ---> 575e17fae14b [2024-08-07T06:44:01.676Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-08-07T06:44:01.676Z] ---> Running in fefb94ee2bb8 [2024-08-07T06:44:01.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:44:01.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:44:01.935Z] OK: 264 MiB in 52 packages [2024-08-07T06:44:02.519Z] Removing intermediate container fefb94ee2bb8 [2024-08-07T06:44:02.519Z] ---> 7283b6ca61f3 [2024-08-07T06:44:02.519Z] Step 7/10 : COPY go.mod vendor* ./ [2024-08-07T06:44:02.519Z] ---> dc67f48a96a0 [2024-08-07T06:44:02.519Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:44:02.519Z] ---> Running in 14de56bfb4fe [2024-08-07T06:44:04.024Z] Still waiting to schedule task [2024-08-07T06:44:04.024Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7271’ [2024-08-07T06:44:49.353Z] Removing intermediate container 14de56bfb4fe [2024-08-07T06:44:49.353Z] ---> 9d7cee332709 [2024-08-07T06:44:49.353Z] Step 9/10 : COPY . . [2024-08-07T06:44:49.353Z] ---> 9fd5fc10777b [2024-08-07T06:44:49.353Z] Step 10/10 : RUN ${MAKE} [2024-08-07T06:44:49.353Z] ---> Running in b02b610aa90f [2024-08-07T06:44:49.353Z] noop [2024-08-07T06:44:49.353Z] Removing intermediate container b02b610aa90f [2024-08-07T06:44:49.353Z] ---> 37bcc885c186 [2024-08-07T06:44:49.353Z] Successfully built 37bcc885c186 [2024-08-07T06:44:49.353Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:44:49.683Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T06:44:49.683Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:44:49.757Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T06:44:49.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T06:44:50.124Z] $ docker top 3e69523b533db57bf30c1c0d45762e4bc79fa568fc134168c8ad1c4822ccc1a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:44:50.472Z] + go version [2024-08-07T06:44:50.472Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-07T06:44:50.487Z] $ docker stop --time=1 3e69523b533db57bf30c1c0d45762e4bc79fa568fc134168c8ad1c4822ccc1a3 [2024-08-07T06:44:51.757Z] $ docker rm -f --volumes 3e69523b533db57bf30c1c0d45762e4bc79fa568fc134168c8ad1c4822ccc1a3 [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:44:52.205Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T06:44:52.205Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:44:52.287Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T06:44:52.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T06:44:52.671Z] $ docker top cd0c633a73c36389ae9037bd376852375e4484cf6cfbb52906c744f8d0331866 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:44:53.012Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2024-08-07T06:44:53.316Z] + make test [2024-08-07T06:44:53.316Z] go test -race -coverprofile=coverage.out ./... [2024-08-07T06:45:01.422Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-08-07T06:45:27.959Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.022s coverage: 27.0% of statements [2024-08-07T06:45:27.959Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.028s coverage: 79.4% of statements [2024-08-07T06:45:27.959Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.046s coverage: 86.0% of statements [2024-08-07T06:45:27.959Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-08-07T06:45:28.219Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-08-07T06:45:28.219Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-08-07T06:45:29.154Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.086s coverage: 52.2% of statements [2024-08-07T06:45:30.090Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-08-07T06:45:31.997Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.050s coverage: 14.4% of statements [2024-08-07T06:45:31.997Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.037s coverage: 44.6% of statements [2024-08-07T06:45:31.997Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.043s coverage: 68.5% of statements [2024-08-07T06:45:31.997Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.092s coverage: 89.2% of statements [2024-08-07T06:45:31.997Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.051s coverage: 5.4% of statements [2024-08-07T06:45:57.582Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7273 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2024-08-07T06:45:57.599Z] Running in /w/workspace/device-sdk-go/305 [Pipeline] { [Pipeline] checkout [2024-08-07T06:46:00.835Z] The recommended git tool is: git [2024-08-07T06:46:09.209Z] using credential edgex-jenkins-ssh [2024-08-07T06:46:09.240Z] Cloning the remote Git repository [2024-08-07T06:46:09.336Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2024-08-07T06:46:09.481Z] > git init /w/workspace/device-sdk-go/305 # timeout=10 [2024-08-07T06:46:09.824Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2024-08-07T06:46:09.825Z] > git --version # timeout=10 [2024-08-07T06:46:10.716Z] GO111MODULE=on go vet ./... [2024-08-07T06:46:10.976Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T06:46:10.976Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T06:46:10.976Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-07T06:46:11.248Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-07T06:46:11.269Z] $ docker stop --time=1 cd0c633a73c36389ae9037bd376852375e4484cf6cfbb52906c744f8d0331866 [2024-08-07T06:46:09.955Z] > git --version # 'git version 2.25.1' [2024-08-07T06:46:09.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-07T06:46:10.258Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T06:46:14.242Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2024-08-07T06:46:14.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T06:46:14.990Z] $ docker rm -f --volumes cd0c633a73c36389ae9037bd376852375e4484cf6cfbb52906c744f8d0331866 [Pipeline] // withDockerContainer [2024-08-07T06:46:15.371Z] Avoid second fetch [2024-08-07T06:46:15.372Z] Checking out Revision 53be42878d98bd81d8f19abe7357388c82439207 (main) [Pipeline] sh [2024-08-07T06:46:15.655Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-07T06:46:15.723Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-08-07T06:46:15.386Z] > git config core.sparsecheckout # timeout=10 [2024-08-07T06:46:15.488Z] > git checkout -f 53be42878d98bd81d8f19abe7357388c82439207 # timeout=10 [2024-08-07T06:46:16.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-07T06:46:16.298Z] Commit message: "Merge pull request #1609 from cloudxxx8/issue-1608" [2024-08-07T06:46:16.538Z] + ls -al . [2024-08-07T06:46:16.538Z] total 380 [2024-08-07T06:46:16.538Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 7 06:44 . [2024-08-07T06:46:16.538Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:43 .. [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 7 06:43 .dockerignore [2024-08-07T06:46:16.538Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 06:45 .git [2024-08-07T06:46:16.538Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:43 .github [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 137 Aug 7 06:43 .gitignore [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 7 06:43 .golangci.yml [2024-08-07T06:46:16.538Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 06:43 .semver [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 48109 Aug 7 06:43 CHANGELOG.md [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 06:43 GOVERNANCE.md [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 885 Aug 7 06:43 Jenkinsfile [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 7 06:43 LICENSE [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 1842 Aug 7 06:43 Makefile [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 619 Aug 7 06:43 OWNERS.md [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 4937 Aug 7 06:43 README.md [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 06:43 VERSION [2024-08-07T06:46:16.538Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:43 bin [2024-08-07T06:46:16.538Z] -rw-r--r-- 1 jenkins jenkins 125704 Aug 7 06:45 coverage.out [2024-08-07T06:46:16.538Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 06:43 example [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 6996 Aug 7 06:43 go.mod [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 101460 Aug 7 06:43 go.sum [2024-08-07T06:46:16.538Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 06:43 internal [2024-08-07T06:46:16.538Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:43 openapi [2024-08-07T06:46:16.538Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 7 06:43 pkg [2024-08-07T06:46:16.538Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:43 snap [2024-08-07T06:46:16.538Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 7 06:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:46:16.854Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=53be42878d98bd81d8f19abe7357388c82439207 --label arch=amd64 --label version=3.2.0-dev.30 . [2024-08-07T06:46:16.854Z] Sending build context to Docker daemon 25.29MB [2024-08-07T06:46:16.854Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:46:16.854Z] Step 2/24 : FROM ${BASE} AS builder [2024-08-07T06:46:16.854Z] ---> 37bcc885c186 [2024-08-07T06:46:16.854Z] Step 3/24 : ARG MAKE=make build [2024-08-07T06:46:17.426Z] ---> Running in e6662712219f [2024-08-07T06:46:17.426Z] Removing intermediate container e6662712219f [2024-08-07T06:46:17.426Z] ---> caf218d7157b [2024-08-07T06:46:17.426Z] Step 4/24 : WORKDIR /device-sdk-go [2024-08-07T06:46:17.426Z] ---> Running in 2d9565bd2fd9 [2024-08-07T06:46:17.687Z] Removing intermediate container 2d9565bd2fd9 [2024-08-07T06:46:17.687Z] ---> e605a092ff7b [2024-08-07T06:46:17.687Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-07T06:46:17.687Z] ---> Running in 708546bebef2 [2024-08-07T06:46:17.687Z] Removing intermediate container 708546bebef2 [2024-08-07T06:46:17.687Z] ---> f3ebad4747ea [2024-08-07T06:46:17.687Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-08-07T06:46:17.687Z] ---> Running in 26d778eb4eb0 [2024-08-07T06:46:17.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:18.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:18.464Z] OK: 264 MiB in 52 packages [2024-08-07T06:46:18.726Z] Removing intermediate container 26d778eb4eb0 [2024-08-07T06:46:18.726Z] ---> f33ea029ce6e [2024-08-07T06:46:18.726Z] Step 7/24 : COPY go.mod vendor* ./ [2024-08-07T06:46:18.726Z] ---> db43c8c8ab12 [2024-08-07T06:46:18.726Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:46:18.986Z] ---> Running in 05b0cda109cc [2024-08-07T06:46:19.555Z] Removing intermediate container 05b0cda109cc [2024-08-07T06:46:19.555Z] ---> c9d5e7512bf8 [2024-08-07T06:46:19.555Z] Step 9/24 : COPY . . [2024-08-07T06:46:20.490Z] ---> 6b566d5fb980 [2024-08-07T06:46:20.490Z] Step 10/24 : RUN ${MAKE} [2024-08-07T06:46:20.490Z] ---> Running in 3bb1360013af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:46:20.748Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.30 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.30" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-08-07T06:46:21.248Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-07T06:46:21.248Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T06:46:21.248Z] Dload Upload Total Spent Left Speed [2024-08-07T06:46:21.248Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2024-08-07T06:46:21.578Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-07T06:46:21.905Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-08-07T06:46:21.905Z] /etc/docker/daemon.json [2024-08-07T06:46:21.905Z] { [2024-08-07T06:46:21.905Z] "registry-mirrors": [ [2024-08-07T06:46:21.905Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-07T06:46:21.905Z] ], [2024-08-07T06:46:21.905Z] "bip": "10.250.0.254/24", [2024-08-07T06:46:21.905Z] "hosts": [ [2024-08-07T06:46:21.905Z] "tcp://0.0.0.0:5555", [2024-08-07T06:46:21.905Z] "unix:///var/run/docker.sock" [2024-08-07T06:46:21.905Z] ], [2024-08-07T06:46:21.905Z] "mtu": 1458, [2024-08-07T06:46:21.905Z] "selinux-enabled": true, [2024-08-07T06:46:21.905Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-07T06:46:21.905Z] } [Pipeline] sh [2024-08-07T06:46:22.225Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-07T06:46:22.557Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T06:46:40.818Z] provisioning config files... [2024-08-07T06:46:40.847Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/305@tmp/config17172227220300073642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:46:41.305Z] ---> ****-login.sh [2024-08-07T06:46:41.305Z] nexus3.edgexfoundry.org:10001 [2024-08-07T06:46:41.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:46:41.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:46:41.847Z] Configure a credential helper to remove this warning. See [2024-08-07T06:46:41.847Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:46:41.847Z] [2024-08-07T06:46:41.847Z] Login Succeeded [2024-08-07T06:46:41.847Z] nexus3.edgexfoundry.org:10002 [2024-08-07T06:46:42.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:46:42.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:46:42.391Z] Configure a credential helper to remove this warning. See [2024-08-07T06:46:42.391Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:46:42.391Z] [2024-08-07T06:46:42.391Z] Login Succeeded [2024-08-07T06:46:42.391Z] nexus3.edgexfoundry.org:10003 [2024-08-07T06:46:42.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:46:42.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:46:42.661Z] Configure a credential helper to remove this warning. See [2024-08-07T06:46:42.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:46:42.661Z] [2024-08-07T06:46:42.661Z] Login Succeeded [2024-08-07T06:46:42.661Z] nexus3.edgexfoundry.org:10004 [2024-08-07T06:46:42.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:46:42.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:46:42.936Z] Configure a credential helper to remove this warning. See [2024-08-07T06:46:42.936Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:46:42.936Z] [2024-08-07T06:46:42.936Z] Login Succeeded [2024-08-07T06:46:42.936Z] ****.io [2024-08-07T06:46:43.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T06:46:43.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T06:46:43.473Z] Configure a credential helper to remove this warning. See [2024-08-07T06:46:43.473Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T06:46:43.473Z] [2024-08-07T06:46:43.473Z] Login Succeeded [2024-08-07T06:46:43.473Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T06:46:43.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-08-07T06:46:43.828Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:46:43.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T06:46:43.869Z] ========================================================= [2024-08-07T06:46:43.869Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-07T06:46:43.869Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:46:44.244Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/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:46:44.831Z] Sending build context to Docker daemon 13.02MB [2024-08-07T06:46:44.831Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:46:44.831Z] Step 2/10 : FROM ${BASE} AS builder [2024-08-07T06:46:45.101Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-07T06:46:45.101Z] c6b39de5b339: Pulling fs layer [2024-08-07T06:46:45.101Z] a69c41024577: Pulling fs layer [2024-08-07T06:46:45.101Z] d6de4b400683: Pulling fs layer [2024-08-07T06:46:45.101Z] 35cb2a7552d0: Pulling fs layer [2024-08-07T06:46:45.101Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T06:46:45.101Z] 464afbd9ba4c: Pulling fs layer [2024-08-07T06:46:45.101Z] 00f215d4a9da: Pulling fs layer [2024-08-07T06:46:45.101Z] d496ad576159: Pulling fs layer [2024-08-07T06:46:45.101Z] 35cb2a7552d0: Waiting [2024-08-07T06:46:45.101Z] 4f4fb700ef54: Waiting [2024-08-07T06:46:45.101Z] 464afbd9ba4c: Waiting [2024-08-07T06:46:45.101Z] 00f215d4a9da: Waiting [2024-08-07T06:46:45.101Z] a69c41024577: Download complete [2024-08-07T06:46:45.371Z] 35cb2a7552d0: Verifying Checksum [2024-08-07T06:46:45.371Z] 35cb2a7552d0: Download complete [2024-08-07T06:46:45.371Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T06:46:45.371Z] 4f4fb700ef54: Download complete [2024-08-07T06:46:45.371Z] 464afbd9ba4c: Download complete [2024-08-07T06:46:45.371Z] c6b39de5b339: Download complete [2024-08-07T06:46:45.959Z] d496ad576159: Verifying Checksum [2024-08-07T06:46:45.959Z] d496ad576159: Download complete [2024-08-07T06:46:46.230Z] c6b39de5b339: Pull complete [2024-08-07T06:46:46.819Z] a69c41024577: Pull complete [2024-08-07T06:46:47.088Z] d6de4b400683: Verifying Checksum [2024-08-07T06:46:47.088Z] d6de4b400683: Download complete [2024-08-07T06:46:48.502Z] 00f215d4a9da: Verifying Checksum [2024-08-07T06:46:48.502Z] 00f215d4a9da: Download complete [2024-08-07T06:46:52.816Z] Removing intermediate container 3bb1360013af [2024-08-07T06:46:52.816Z] ---> bb3704a33a41 [2024-08-07T06:46:52.816Z] Step 11/24 : FROM alpine:3.18 [2024-08-07T06:46:52.816Z] 3.18: Pulling from library/alpine [2024-08-07T06:46:52.816Z] 930bdd4d222e: Pulling fs layer [2024-08-07T06:46:52.816Z] 930bdd4d222e: Verifying Checksum [2024-08-07T06:46:52.816Z] 930bdd4d222e: Download complete [2024-08-07T06:46:52.816Z] 930bdd4d222e: Pull complete [2024-08-07T06:46:52.816Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T06:46:52.816Z] Status: Downloaded newer image for alpine:3.18 [2024-08-07T06:46:52.816Z] ---> 18f865063206 [2024-08-07T06:46:52.816Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-08-07T06:46:52.816Z] ---> Running in 3fe473cdbf02 [2024-08-07T06:46:52.816Z] Removing intermediate container 3fe473cdbf02 [2024-08-07T06:46:52.816Z] ---> e7072443543f [2024-08-07T06:46:52.816Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-08-07T06:46:52.816Z] ---> Running in 4a0d2c5a23fb [2024-08-07T06:46:53.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:53.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:53.592Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T06:46:53.592Z] Executing busybox-1.36.1-r7.trigger [2024-08-07T06:46:53.592Z] OK: 7 MiB in 16 packages [2024-08-07T06:46:54.159Z] Removing intermediate container 4a0d2c5a23fb [2024-08-07T06:46:54.159Z] ---> 3d3ed1574021 [2024-08-07T06:46:54.159Z] Step 14/24 : RUN apk --no-cache upgrade [2024-08-07T06:46:54.159Z] ---> Running in c52165e7137b [2024-08-07T06:46:54.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:54.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T06:46:54.677Z] OK: 7 MiB in 16 packages [2024-08-07T06:46:54.936Z] Removing intermediate container c52165e7137b [2024-08-07T06:46:54.936Z] ---> ff0083752d50 [2024-08-07T06:46:54.936Z] Step 15/24 : WORKDIR / [2024-08-07T06:46:54.936Z] ---> Running in fb77b2e552d4 [2024-08-07T06:46:54.936Z] Removing intermediate container fb77b2e552d4 [2024-08-07T06:46:54.936Z] ---> 368c7a1053bf [2024-08-07T06:46:54.936Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-08-07T06:46:55.194Z] ---> 61e6de36bd34 [2024-08-07T06:46:55.194Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-08-07T06:46:56.570Z] ---> f2bffb93d559 [2024-08-07T06:46:56.570Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-08-07T06:46:56.570Z] ---> 3b030900c02a [2024-08-07T06:46:56.570Z] Step 19/24 : EXPOSE 59999 [2024-08-07T06:46:56.570Z] ---> Running in 1558989014ca [2024-08-07T06:46:56.571Z] Removing intermediate container 1558989014ca [2024-08-07T06:46:56.571Z] ---> b943b88e6f9f [2024-08-07T06:46:56.571Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-08-07T06:46:56.571Z] ---> Running in 97470c4a2883 [2024-08-07T06:46:56.829Z] Removing intermediate container 97470c4a2883 [2024-08-07T06:46:56.829Z] ---> 36928a3c7491 [2024-08-07T06:46:56.829Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-08-07T06:46:56.829Z] ---> Running in 43fa409826ca [2024-08-07T06:46:56.829Z] Removing intermediate container 43fa409826ca [2024-08-07T06:46:56.829Z] ---> a46eb5db7e4a [2024-08-07T06:46:56.829Z] Step 22/24 : LABEL arch=amd64 [2024-08-07T06:46:56.829Z] ---> Running in bed39d46a930 [2024-08-07T06:46:56.829Z] Removing intermediate container bed39d46a930 [2024-08-07T06:46:56.829Z] ---> d34b109a6017 [2024-08-07T06:46:56.829Z] Step 23/24 : LABEL git_sha=53be42878d98bd81d8f19abe7357388c82439207 [2024-08-07T06:46:56.829Z] ---> Running in 5979b6fea5c4 [2024-08-07T06:46:57.088Z] Removing intermediate container 5979b6fea5c4 [2024-08-07T06:46:57.088Z] ---> ae2a1909a58b [2024-08-07T06:46:57.088Z] Step 24/24 : LABEL version=3.2.0-dev.30 [2024-08-07T06:46:57.088Z] ---> Running in b92f60dfc4e6 [2024-08-07T06:46:57.088Z] Removing intermediate container b92f60dfc4e6 [2024-08-07T06:46:57.088Z] ---> 4bbe5f95698f [2024-08-07T06:46:57.088Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-07T06:46:57.088Z] Successfully built 4bbe5f95698f [2024-08-07T06:46:57.088Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:46:57.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:46:57.560Z] [2024-08-07T06:46:57.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:46:57.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:46:57.860Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-07T06:46:57.860Z] 5eb5b503b376: Pulling fs layer [2024-08-07T06:46:57.860Z] 5c69ac0246d0: Pulling fs layer [2024-08-07T06:46:57.860Z] ec43610c2a17: Pulling fs layer [2024-08-07T06:46:57.860Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-07T06:46:57.860Z] 33b1e0a273af: Pulling fs layer [2024-08-07T06:46:57.860Z] 5d3b04190fa2: Pulling fs layer [2024-08-07T06:46:57.860Z] 2f39f015ded8: Pulling fs layer [2024-08-07T06:46:57.860Z] 3a2ae6a8a46f: Waiting [2024-08-07T06:46:57.860Z] 33b1e0a273af: Waiting [2024-08-07T06:46:57.860Z] 5d3b04190fa2: Waiting [2024-08-07T06:46:57.860Z] 5c69ac0246d0: Download complete [2024-08-07T06:46:57.860Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-07T06:46:57.860Z] 3a2ae6a8a46f: Download complete [2024-08-07T06:46:57.860Z] 33b1e0a273af: Verifying Checksum [2024-08-07T06:46:57.860Z] 33b1e0a273af: Download complete [2024-08-07T06:46:57.860Z] ec43610c2a17: Verifying Checksum [2024-08-07T06:46:57.860Z] ec43610c2a17: Download complete [2024-08-07T06:46:57.860Z] 5d3b04190fa2: Verifying Checksum [2024-08-07T06:46:57.860Z] 5d3b04190fa2: Download complete [2024-08-07T06:46:58.118Z] 5eb5b503b376: Verifying Checksum [2024-08-07T06:46:58.118Z] 5eb5b503b376: Download complete [2024-08-07T06:46:58.684Z] 2f39f015ded8: Download complete [2024-08-07T06:46:59.249Z] 5eb5b503b376: Pull complete [2024-08-07T06:46:59.509Z] 5c69ac0246d0: Pull complete [2024-08-07T06:46:59.767Z] ec43610c2a17: Pull complete [2024-08-07T06:47:00.026Z] 3a2ae6a8a46f: Pull complete [2024-08-07T06:47:00.026Z] 33b1e0a273af: Pull complete [2024-08-07T06:47:00.284Z] 5d3b04190fa2: Pull complete [2024-08-07T06:47:00.819Z] d6de4b400683: Pull complete [2024-08-07T06:47:00.819Z] 35cb2a7552d0: Pull complete [2024-08-07T06:47:00.819Z] 4f4fb700ef54: Pull complete [2024-08-07T06:47:00.819Z] 464afbd9ba4c: Pull complete [2024-08-07T06:47:04.467Z] 2f39f015ded8: Pull complete [2024-08-07T06:47:04.467Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-07T06:47:04.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T06:47:04.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:47:04.569Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T06:47:04.606Z] $ 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/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-07T06:47:07.850Z] $ docker top 7ff21d339614445f8e6bfa45042924db455ce221a07653f71ba0621cdd0086fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T06:47:08.246Z] ---> job-cost.sh [2024-08-07T06:47:08.246Z] lf-activate-venv: SKIPPING [2024-08-07T06:47:08.246Z] INFO: No Stack... [2024-08-07T06:47:08.506Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T06:47:08.765Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T06:47:09.019Z] 00f215d4a9da: Pull complete [2024-08-07T06:47:09.057Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2024-08-07T06:47:09.057Z] + cut -d, -f6 [Pipeline] lock [2024-08-07T06:47:09.073Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [2024-08-07T06:47:09.082Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] did not exist. Created. [2024-08-07T06:47:09.090Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T06:47:09.403Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-08-07T06:47:09.443Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T06:47:09.453Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T06:47:09.487Z] $ docker stop --time=1 7ff21d339614445f8e6bfa45042924db455ce221a07653f71ba0621cdd0086fd [2024-08-07T06:47:10.434Z] d496ad576159: Pull complete [2024-08-07T06:47:10.434Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-07T06:47:10.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T06:47:10.434Z] ---> f246e2811388 [2024-08-07T06:47:10.434Z] Step 3/10 : ARG MAKE=make build [2024-08-07T06:47:10.637Z] $ docker rm -f --volumes 7ff21d339614445f8e6bfa45042924db455ce221a07653f71ba0621cdd0086fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-08-07T06:47:12.389Z] ---> Running in 4180e1b34bbe [2024-08-07T06:47:12.389Z] Removing intermediate container 4180e1b34bbe [2024-08-07T06:47:12.389Z] ---> 743ed54f7bd9 [2024-08-07T06:47:12.389Z] Step 4/10 : WORKDIR /device-sdk-go [2024-08-07T06:47:12.389Z] ---> Running in ae65dfd94c54 [2024-08-07T06:47:12.659Z] Removing intermediate container ae65dfd94c54 [2024-08-07T06:47:12.660Z] ---> ae71f74899bb [2024-08-07T06:47:12.660Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-07T06:47:12.660Z] ---> Running in 8a4f9ef52af9 [2024-08-07T06:47:12.928Z] Removing intermediate container 8a4f9ef52af9 [2024-08-07T06:47:12.928Z] ---> 5e1fbd664f8f [2024-08-07T06:47:12.928Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-08-07T06:47:13.200Z] ---> Running in dcc8c3ec7e28 [2024-08-07T06:47:14.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:47:14.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:47:15.390Z] OK: 266 MiB in 52 packages [2024-08-07T06:47:16.353Z] Removing intermediate container dcc8c3ec7e28 [2024-08-07T06:47:16.353Z] ---> 362e19cfe285 [2024-08-07T06:47:16.353Z] Step 7/10 : COPY go.mod vendor* ./ [2024-08-07T06:47:16.940Z] ---> 5adf6aa3edc5 [2024-08-07T06:47:16.940Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:47:16.940Z] ---> Running in bbad123734d8 [2024-08-07T06:49:08.627Z] Removing intermediate container bbad123734d8 [2024-08-07T06:49:08.627Z] ---> 5be5310c9fde [2024-08-07T06:49:08.627Z] Step 9/10 : COPY . . [2024-08-07T06:49:08.627Z] ---> cfedf53625d2 [2024-08-07T06:49:08.627Z] Step 10/10 : RUN ${MAKE} [2024-08-07T06:49:08.627Z] ---> Running in 4f9637467380 [2024-08-07T06:49:08.627Z] noop [2024-08-07T06:49:08.627Z] Removing intermediate container 4f9637467380 [2024-08-07T06:49:08.627Z] ---> caf47e084c6f [2024-08-07T06:49:08.627Z] Successfully built caf47e084c6f [2024-08-07T06:49:08.627Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:49:08.987Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T06:49:08.987Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:49:09.203Z] prd-ubuntu20.04-docker-arm64-4c-16g-7273 does not seem to be running inside a container [2024-08-07T06:49:09.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/305 -v /w/workspace/device-sdk-go/305:/w/workspace/device-sdk-go/305:rw,z -v /w/workspace/device-sdk-go/305@tmp:/w/workspace/device-sdk-go/305@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:49:10.568Z] $ docker top cbf6a4e2ea3494a73c7112225cac840a6154979bd7126b51f3890809111a37cd -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:49:11.396Z] + go version [2024-08-07T06:49:11.396Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-07T06:49:11.407Z] $ docker stop --time=1 cbf6a4e2ea3494a73c7112225cac840a6154979bd7126b51f3890809111a37cd [2024-08-07T06:49:13.038Z] $ docker rm -f --volumes cbf6a4e2ea3494a73c7112225cac840a6154979bd7126b51f3890809111a37cd [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:49:13.689Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T06:49:13.689Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T06:49:13.866Z] prd-ubuntu20.04-docker-arm64-4c-16g-7273 does not seem to be running inside a container [2024-08-07T06:49:13.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/305 -v /w/workspace/device-sdk-go/305:/w/workspace/device-sdk-go/305:rw,z -v /w/workspace/device-sdk-go/305@tmp:/w/workspace/device-sdk-go/305@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:49:15.121Z] $ docker top 7356c65b0506b936bb4b899935737420629dc11682478ce7394df4404fb00fc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T06:49:15.634Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/305 [Pipeline] fileExists [Pipeline] sh [2024-08-07T06:49:16.566Z] + make test [2024-08-07T06:49:16.566Z] go test -race -coverprofile=coverage.out ./... [2024-08-07T06:49:57.135Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-08-07T06:53:08.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-08-07T06:53:08.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-08-07T06:53:08.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-08-07T06:53:08.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-08-07T06:53:08.720Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-08-07T06:53:16.928Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.118s coverage: 27.0% of statements [2024-08-07T06:53:21.187Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.155s coverage: 79.4% of statements [2024-08-07T06:53:26.540Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-08-07T06:53:26.540Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-08-07T06:53:27.952Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.241s coverage: 86.0% of statements [2024-08-07T06:53:31.311Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-08-07T06:53:32.726Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.426s coverage: 52.2% of statements [2024-08-07T06:53:36.973Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.157s coverage: 14.4% of statements [2024-08-07T06:53:37.557Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.682s coverage: 44.6% of statements [2024-08-07T06:53:37.557Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-08-07T06:53:37.557Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-08-07T06:53:38.962Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.294s coverage: 68.5% of statements [2024-08-07T06:53:42.309Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.357s coverage: 89.2% of statements [2024-08-07T06:53:45.653Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-08-07T06:53:46.609Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.240s coverage: 5.4% of statements [2024-08-07T06:53:48.024Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-08-07T06:53:48.024Z] GO111MODULE=on go vet ./... [2024-08-07T06:57:24.820Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T06:57:24.820Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T06:57:24.820Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-07T06:57:24.837Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-08-07T06:57:24.848Z] $ docker stop --time=1 7356c65b0506b936bb4b899935737420629dc11682478ce7394df4404fb00fc6 [2024-08-07T06:57:26.784Z] $ docker rm -f --volumes 7356c65b0506b936bb4b899935737420629dc11682478ce7394df4404fb00fc6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T06:57:28.972Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-08-07T06:57:28.998Z] Warning: overwriting stash ‘coverage-report’ [2024-08-07T06:57:29.686Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T06:57:30.130Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-08-07T06:57:30.500Z] + ls -al . [2024-08-07T06:57:30.500Z] total 376 [2024-08-07T06:57:30.500Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 06:49 . [2024-08-07T06:57:30.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:46 .. [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 7 06:46 .dockerignore [2024-08-07T06:57:30.500Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 06:46 .git [2024-08-07T06:57:30.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:46 .github [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 137 Aug 7 06:46 .gitignore [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 7 06:46 .golangci.yml [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 48109 Aug 7 06:46 CHANGELOG.md [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 06:46 GOVERNANCE.md [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 885 Aug 7 06:46 Jenkinsfile [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 7 06:46 LICENSE [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 1842 Aug 7 06:46 Makefile [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 619 Aug 7 06:46 OWNERS.md [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 4937 Aug 7 06:46 README.md [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 7 06:43 VERSION [2024-08-07T06:57:30.500Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 06:46 bin [2024-08-07T06:57:30.500Z] -rw-r--r-- 1 jenkins jenkins 125703 Aug 7 06:53 coverage.out [2024-08-07T06:57:30.500Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 7 06:46 example [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 6996 Aug 7 06:46 go.mod [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 101460 Aug 7 06:46 go.sum [2024-08-07T06:57:30.500Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 06:46 internal [2024-08-07T06:57:30.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 06:46 openapi [2024-08-07T06:57:30.500Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 7 06:46 pkg [2024-08-07T06:57:30.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 06:46 snap [2024-08-07T06:57:30.500Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 7 06:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T06:57:30.869Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=53be42878d98bd81d8f19abe7357388c82439207 --label arch=arm64 --label version=3.2.0-dev.30 . [2024-08-07T06:57:31.467Z] Sending build context to Docker daemon 13.14MB [2024-08-07T06:57:31.467Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-08-07T06:57:31.467Z] Step 2/24 : FROM ${BASE} AS builder [2024-08-07T06:57:31.467Z] ---> caf47e084c6f [2024-08-07T06:57:31.467Z] Step 3/24 : ARG MAKE=make build [2024-08-07T06:57:31.747Z] ---> Running in 941b3bc9a6cb [2024-08-07T06:57:32.030Z] Removing intermediate container 941b3bc9a6cb [2024-08-07T06:57:32.030Z] ---> 22167ae291a7 [2024-08-07T06:57:32.030Z] Step 4/24 : WORKDIR /device-sdk-go [2024-08-07T06:57:32.030Z] ---> Running in bc812cd342f2 [2024-08-07T06:57:32.307Z] Removing intermediate container bc812cd342f2 [2024-08-07T06:57:32.307Z] ---> a7ac23d13162 [2024-08-07T06:57:32.307Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-08-07T06:57:32.307Z] ---> Running in 53d524e9c3a7 [2024-08-07T06:57:32.579Z] Removing intermediate container 53d524e9c3a7 [2024-08-07T06:57:32.579Z] ---> 12f3477e076e [2024-08-07T06:57:32.579Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-08-07T06:57:32.851Z] ---> Running in 7e1b1bdbf7dc [2024-08-07T06:57:33.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T06:57:34.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T06:57:34.972Z] OK: 266 MiB in 52 packages [2024-08-07T06:57:35.935Z] Removing intermediate container 7e1b1bdbf7dc [2024-08-07T06:57:35.935Z] ---> 0053d576b00b [2024-08-07T06:57:35.935Z] Step 7/24 : COPY go.mod vendor* ./ [2024-08-07T06:57:36.203Z] ---> a792ed7c569c [2024-08-07T06:57:36.204Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T06:57:37.113Z] ---> Running in 9f7d93d465bc [2024-08-07T06:57:38.497Z] Removing intermediate container 9f7d93d465bc [2024-08-07T06:57:38.497Z] ---> e7644e6079ab [2024-08-07T06:57:38.497Z] Step 9/24 : COPY . . [2024-08-07T06:57:40.059Z] ---> 7d20ac4e764b [2024-08-07T06:57:40.059Z] Step 10/24 : RUN ${MAKE} [2024-08-07T06:57:40.059Z] ---> Running in 4085cd4f2177 [2024-08-07T06:57:41.034Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.30 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.30" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-08-07T07:01:05.410Z] Removing intermediate container 4085cd4f2177 [2024-08-07T07:01:05.410Z] ---> d983316cd15b [2024-08-07T07:01:05.410Z] Step 11/24 : FROM alpine:3.18 [2024-08-07T07:01:05.410Z] 3.18: Pulling from library/alpine [2024-08-07T07:01:05.410Z] 4983c3fe2029: Pulling fs layer [2024-08-07T07:01:05.410Z] 4983c3fe2029: Verifying Checksum [2024-08-07T07:01:05.410Z] 4983c3fe2029: Download complete [2024-08-07T07:01:05.410Z] 4983c3fe2029: Pull complete [2024-08-07T07:01:05.410Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T07:01:05.410Z] Status: Downloaded newer image for alpine:3.18 [2024-08-07T07:01:05.410Z] ---> a0237000ae83 [2024-08-07T07:01:05.410Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-08-07T07:01:05.410Z] ---> Running in 742b5722e241 [2024-08-07T07:01:05.410Z] Removing intermediate container 742b5722e241 [2024-08-07T07:01:05.410Z] ---> 70fdc12f08db [2024-08-07T07:01:05.410Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-08-07T07:01:05.410Z] ---> Running in 2fc0b6388f12 [2024-08-07T07:01:05.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T07:01:05.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T07:01:05.410Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T07:01:05.410Z] Executing busybox-1.36.1-r7.trigger [2024-08-07T07:01:05.410Z] OK: 8 MiB in 16 packages [2024-08-07T07:01:05.410Z] Removing intermediate container 2fc0b6388f12 [2024-08-07T07:01:05.410Z] ---> 54c1d9ab2646 [2024-08-07T07:01:05.410Z] Step 14/24 : RUN apk --no-cache upgrade [2024-08-07T07:01:05.410Z] ---> Running in ca89710d7b5c [2024-08-07T07:01:05.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T07:01:05.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T07:01:05.673Z] OK: 8 MiB in 16 packages [2024-08-07T07:01:06.631Z] Removing intermediate container ca89710d7b5c [2024-08-07T07:01:06.631Z] ---> 6e7d252d79d9 [2024-08-07T07:01:06.631Z] Step 15/24 : WORKDIR / [2024-08-07T07:01:06.631Z] ---> Running in db13dc4504ea [2024-08-07T07:01:06.898Z] Removing intermediate container db13dc4504ea [2024-08-07T07:01:06.898Z] ---> dd6260377a6b [2024-08-07T07:01:06.898Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-08-07T07:01:07.480Z] ---> 7ae4612a68e6 [2024-08-07T07:01:07.480Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-08-07T07:01:09.420Z] ---> 07e09f2b4955 [2024-08-07T07:01:09.420Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-08-07T07:01:10.009Z] ---> 18df40cd0536 [2024-08-07T07:01:10.009Z] Step 19/24 : EXPOSE 59999 [2024-08-07T07:01:10.276Z] ---> Running in 34434bdab07c [2024-08-07T07:01:10.542Z] Removing intermediate container 34434bdab07c [2024-08-07T07:01:10.542Z] ---> 1435b3d60342 [2024-08-07T07:01:10.542Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-08-07T07:01:10.542Z] ---> Running in 7a747895142d [2024-08-07T07:01:10.807Z] Removing intermediate container 7a747895142d [2024-08-07T07:01:10.807Z] ---> 26956d6be96b [2024-08-07T07:01:10.807Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-08-07T07:01:10.807Z] ---> Running in 0b15e9d670bb [2024-08-07T07:01:11.075Z] Removing intermediate container 0b15e9d670bb [2024-08-07T07:01:11.075Z] ---> e79801bcf3e0 [2024-08-07T07:01:11.075Z] Step 22/24 : LABEL arch=arm64 [2024-08-07T07:01:11.341Z] ---> Running in 3302ec0c06b1 [2024-08-07T07:01:11.607Z] Removing intermediate container 3302ec0c06b1 [2024-08-07T07:01:11.607Z] ---> 8b79e645ead7 [2024-08-07T07:01:11.607Z] Step 23/24 : LABEL git_sha=53be42878d98bd81d8f19abe7357388c82439207 [2024-08-07T07:01:11.607Z] ---> Running in 9ed87123b424 [2024-08-07T07:01:11.876Z] Removing intermediate container 9ed87123b424 [2024-08-07T07:01:11.876Z] ---> 003eef3f0871 [2024-08-07T07:01:11.876Z] Step 24/24 : LABEL version=3.2.0-dev.30 [2024-08-07T07:01:12.144Z] ---> Running in 36e8434c92d6 [2024-08-07T07:01:12.413Z] Removing intermediate container 36e8434c92d6 [2024-08-07T07:01:12.413Z] ---> 266f19a1a4c0 [2024-08-07T07:01:12.413Z] [Warning] One or more build-args [ARCH] were not consumed [2024-08-07T07:01:12.413Z] Successfully built 266f19a1a4c0 [2024-08-07T07:01:12.413Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:01:12.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T07:01:12.886Z] [2024-08-07T07:01:12.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:01:13.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T07:01:13.227Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-07T07:01:13.227Z] 8998bd30e6a1: Pulling fs layer [2024-08-07T07:01:13.227Z] 04944245beec: Pulling fs layer [2024-08-07T07:01:13.227Z] 699f458cf7ca: Pulling fs layer [2024-08-07T07:01:13.227Z] 765212b225bb: Pulling fs layer [2024-08-07T07:01:13.227Z] f23df028b6ca: Pulling fs layer [2024-08-07T07:01:13.227Z] 765212b225bb: Waiting [2024-08-07T07:01:13.227Z] d65c8cfc05b1: Pulling fs layer [2024-08-07T07:01:13.227Z] 2437ff75d9bd: Pulling fs layer [2024-08-07T07:01:13.227Z] f23df028b6ca: Waiting [2024-08-07T07:01:13.227Z] d65c8cfc05b1: Waiting [2024-08-07T07:01:13.227Z] 2437ff75d9bd: Waiting [2024-08-07T07:01:13.501Z] 04944245beec: Verifying Checksum [2024-08-07T07:01:13.501Z] 04944245beec: Download complete [2024-08-07T07:01:13.501Z] 765212b225bb: Verifying Checksum [2024-08-07T07:01:13.501Z] 765212b225bb: Download complete [2024-08-07T07:01:13.501Z] f23df028b6ca: Verifying Checksum [2024-08-07T07:01:13.501Z] f23df028b6ca: Download complete [2024-08-07T07:01:13.501Z] d65c8cfc05b1: Verifying Checksum [2024-08-07T07:01:13.501Z] d65c8cfc05b1: Download complete [2024-08-07T07:01:13.501Z] 699f458cf7ca: Verifying Checksum [2024-08-07T07:01:13.501Z] 699f458cf7ca: Download complete [2024-08-07T07:01:14.086Z] 8998bd30e6a1: Verifying Checksum [2024-08-07T07:01:14.086Z] 8998bd30e6a1: Download complete [2024-08-07T07:01:16.670Z] 2437ff75d9bd: Verifying Checksum [2024-08-07T07:01:16.670Z] 2437ff75d9bd: Download complete [2024-08-07T07:01:18.611Z] 8998bd30e6a1: Pull complete [2024-08-07T07:01:19.193Z] 04944245beec: Pull complete [2024-08-07T07:01:20.598Z] 699f458cf7ca: Pull complete [2024-08-07T07:01:20.865Z] 765212b225bb: Pull complete [2024-08-07T07:01:21.822Z] f23df028b6ca: Pull complete [2024-08-07T07:01:21.822Z] d65c8cfc05b1: Pull complete [2024-08-07T07:01:40.017Z] 2437ff75d9bd: Pull complete [2024-08-07T07:01:40.017Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-07T07:01:40.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T07:01:40.017Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:01:40.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-7273 does not seem to be running inside a container [2024-08-07T07:01:40.270Z] $ 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-sdk-go/305 -v /w/workspace/device-sdk-go/305:/w/workspace/device-sdk-go/305:rw,z -v /w/workspace/device-sdk-go/305@tmp:/w/workspace/device-sdk-go/305@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-07T07:01:42.948Z] $ docker top d1ae4e448b387ad48a2d8dad83f83686754d1d7655607e5135c2c49efc98f0bc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:01:43.802Z] ---> job-cost.sh [2024-08-07T07:01:43.802Z] lf-activate-venv: SKIPPING [2024-08-07T07:01:43.802Z] INFO: No Stack... [2024-08-07T07:01:44.383Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-07T07:01:44.961Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T07:01:45.601Z] + cat /w/workspace/device-sdk-go/305/archives/cost.csv [2024-08-07T07:01:45.601Z] + cut -d, -f6 [Pipeline] lock [2024-08-07T07:01:45.655Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [2024-08-07T07:01:45.663Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] did not exist. Created. [2024-08-07T07:01:45.669Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T07:01:46.328Z] /w/workspace/device-sdk-go/305@tmp/durable-228eeda0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-08-07T07:01:46.967Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-07T07:01:46.994Z] Warning: overwriting stash ‘stack-cost’ [2024-08-07T07:01:47.070Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T07:01:47.079Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-305-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T07:01:47.093Z] $ docker stop --time=1 d1ae4e448b387ad48a2d8dad83f83686754d1d7655607e5135c2c49efc98f0bc [2024-08-07T07:01:48.565Z] $ docker rm -f --volumes d1ae4e448b387ad48a2d8dad83f83686754d1d7655607e5135c2c49efc98f0bc [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-07T07:01:49.100Z] provisioning config files... [2024-08-07T07:01:49.108Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5953594555219221004tmp [Pipeline] { [Pipeline] sh [2024-08-07T07:01:49.408Z] + set +x [2024-08-07T07:01:49.408Z] + curl -s https://codecov.io/bash [2024-08-07T07:01:49.408Z] + bash -s -- [2024-08-07T07:01:49.408Z] [2024-08-07T07:01:49.408Z] _____ _ [2024-08-07T07:01:49.408Z] / ____| | | [2024-08-07T07:01:49.408Z] | | ___ __| | ___ ___ _____ __ [2024-08-07T07:01:49.408Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-07T07:01:49.408Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-07T07:01:49.408Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-07T07:01:49.408Z] Bash-1.0.6 [2024-08-07T07:01:49.408Z] [2024-08-07T07:01:49.408Z] [2024-08-07T07:01:49.408Z] ==> git version 2.25.1 found [2024-08-07T07:01:49.408Z] ==> 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-07T07:01:49.408Z] Release-Date: 2020-01-08 [2024-08-07T07:01:49.408Z] 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-07T07:01:49.408Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-07T07:01:49.408Z] ==> Jenkins CI detected. [2024-08-07T07:01:49.408Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2024-08-07T07:01:49.408Z] project root: . [2024-08-07T07:01:49.408Z] --> token set from env [2024-08-07T07:01:49.408Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-07T07:01:49.408Z] ==> Running gcov in . (disable via -X gcov) [2024-08-07T07:01:49.408Z] ==> Python coveragepy not found [2024-08-07T07:01:49.408Z] ==> Searching for coverage reports in: [2024-08-07T07:01:49.408Z] + . [2024-08-07T07:01:49.666Z] -> Found 1 reports [2024-08-07T07:01:49.666Z] ==> Detecting git/mercurial file structure [2024-08-07T07:01:49.666Z] ==> Reading reports [2024-08-07T07:01:49.666Z] + ./coverage.out bytes=125703 [2024-08-07T07:01:49.666Z] ==> Appending adjustments [2024-08-07T07:01:49.666Z] https://docs.codecov.io/docs/fixing-reports [2024-08-07T07:01:49.924Z] + Found adjustments [2024-08-07T07:01:49.924Z] ==> Gzipping contents [2024-08-07T07:01:49.924Z] 20K /tmp/codecov.sFYkNe.gz [2024-08-07T07:01:49.924Z] ==> Uploading reports [2024-08-07T07:01:49.925Z] url: https://codecov.io [2024-08-07T07:01:49.925Z] query: branch=main&commit=53be42878d98bd81d8f19abe7357388c82439207&build=305&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F305%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T07:01:49.925Z] -> Pinging Codecov [2024-08-07T07:01:49.925Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=53be42878d98bd81d8f19abe7357388c82439207&build=305&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F305%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T07:01:49.925Z] -> Uploading to [2024-08-07T07:01:49.925Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-07/7E55EF52A471D76F132DFD9A03CDDE97/53be42878d98bd81d8f19abe7357388c82439207/b05742cd-cc0c-49d0-a028-ea8816d955c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T070149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb28bee9e09bdd08fd1c413d336991c9a4d03d8e0d2ce82d72a574ab698daa3d [2024-08-07T07:01:50.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T07:01:50.185Z] Dload Upload Total Spent Left Speed [2024-08-07T07:01:50.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17121 0 0 100 17121 0 69881 --:--:-- --:--:-- --:--:-- 69881 [2024-08-07T07:01:50.185Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] } [2024-08-07T07:01:50.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-08-07T07:01:50.396Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-07T07:01:50.411Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:01:50.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T07:01:50.722Z] [2024-08-07T07:01:50.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:01:51.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T07:01:51.035Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-07T07:01:51.035Z] 619be1103602: Already exists [2024-08-07T07:01:51.035Z] f8ea3408117e: Pulling fs layer [2024-08-07T07:01:51.035Z] 91320369b822: Pulling fs layer [2024-08-07T07:01:51.035Z] 0406650e8295: Pulling fs layer [2024-08-07T07:01:51.035Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T07:01:51.035Z] 96d80e3f36e1: Pulling fs layer [2024-08-07T07:01:51.035Z] bcf3aedb951c: Pulling fs layer [2024-08-07T07:01:51.035Z] 96d80e3f36e1: Waiting [2024-08-07T07:01:51.035Z] 0406650e8295: Verifying Checksum [2024-08-07T07:01:51.035Z] 0406650e8295: Download complete [2024-08-07T07:01:51.035Z] f8ea3408117e: Verifying Checksum [2024-08-07T07:01:51.035Z] f8ea3408117e: Download complete [2024-08-07T07:01:51.035Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T07:01:51.035Z] 4f4fb700ef54: Download complete [2024-08-07T07:01:51.035Z] f8ea3408117e: Pull complete [2024-08-07T07:01:51.294Z] 96d80e3f36e1: Download complete [2024-08-07T07:01:51.554Z] 91320369b822: Verifying Checksum [2024-08-07T07:01:51.554Z] 91320369b822: Download complete [2024-08-07T07:01:51.813Z] bcf3aedb951c: Verifying Checksum [2024-08-07T07:01:51.813Z] bcf3aedb951c: Download complete [2024-08-07T07:01:55.097Z] 91320369b822: Pull complete [2024-08-07T07:01:55.097Z] 0406650e8295: Pull complete [2024-08-07T07:01:55.097Z] 4f4fb700ef54: Pull complete [2024-08-07T07:01:55.356Z] 96d80e3f36e1: Pull complete [2024-08-07T07:01:58.647Z] bcf3aedb951c: Pull complete [2024-08-07T07:01:58.647Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-07T07:01:58.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T07:01:58.647Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:01:58.751Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:01:58.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-08-07T07:02:02.551Z] $ docker top 0c34f35bd69b769a0c11b13ea4bfeebe67ff76c7b5caa26c5778e4836da235ed -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T07:02:02.886Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2024-08-07T07:02:02.896Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2024-08-07T07:02:03.173Z] + set -o pipefail [2024-08-07T07:02:03.174Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2024-08-07T07:02:09.737Z] [2024-08-07T07:02:09.737Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2024-08-07T07:02:09.737Z] [2024-08-07T07:02:09.737Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/94adf9f3-5549-4af4-894e-e0164107ee41 [2024-08-07T07:02:09.737Z] [2024-08-07T07:02:09.737Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-07T07:02:09.737Z] [2024-08-07T07:02:09.737Z] [2024-08-07T07:02:09.738Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-07T07:02:09.738Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-07T07:02:10.022Z] $ docker stop --time=1 0c34f35bd69b769a0c11b13ea4bfeebe67ff76c7b5caa26c5778e4836da235ed [2024-08-07T07:02:14.539Z] $ docker rm -f --volumes 0c34f35bd69b769a0c11b13ea4bfeebe67ff76c7b5caa26c5778e4836da235ed [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) [Pipeline] echo [2024-08-07T07:02:15.100Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T07:02:15.122Z] provisioning config files... [2024-08-07T07:02:15.129Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13511805878959876579tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:15.433Z] --> edgex-publish-swagger.sh [2024-08-07T07:02:15.434Z] === Publish openapi/v3 API === [2024-08-07T07:02:15.434Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-07T07:02:15.434Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2024-08-07T07:02:15.434Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T07:02:15.434Z] Dload Upload Total Spent Left Speed [2024-08-07T07:02:16.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28528 100 156 100 28372 300 54561 --:--:-- --:--:-- --:--:-- 54756 100 28528 100 156 100 28372 300 54561 --:--:-- --:--:-- --:--:-- 54756 [2024-08-07T07:02:16.005Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T07:02:16.005Z] [Pipeline] } [2024-08-07T07:02:16.011Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T07:02:16.423Z] + git log --format=format:%s -1 53be42878d98bd81d8f19abe7357388c82439207 [Pipeline] sh [2024-08-07T07:02:16.715Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T07:02:16.715Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:17.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T07:02:17.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:02:17.105Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:02:17.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T07:02:17.761Z] $ docker top f1528bf83689cf4030330d9fcc4a59c45cf80c65ae52eb01c2574457e4623408 -eo pid,comm [2024-08-07T07:02:17.840Z] 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-07T07:02:17.840Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T07:02:17.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T07:02:17.896Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T07:02:18.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T07:02:18.028Z] $ docker exec f1528bf83689cf4030330d9fcc4a59c45cf80c65ae52eb01c2574457e4623408 ssh-agent [2024-08-07T07:02:18.118Z] SSH_AUTH_SOCK=/tmp/ssh-oMRtzhP8Rt34/agent.32 [2024-08-07T07:02:18.118Z] SSH_AGENT_PID=38 [2024-08-07T07:02:18.136Z] Running ssh-add (command line suppressed) [2024-08-07T07:02:18.262Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4320146771913870325.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4320146771913870325.key) [2024-08-07T07:02:18.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T07:02:18.613Z] + git semver tag [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,761 [run_tag] DEBUG tag force:False [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,762 [check_head_tag] DEBUG check head tag [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,763 [execute] INFO git cat-file --batch-check [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,764 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,768 [execute] INFO git cat-file --batch [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,768 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,796 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,797 [execute] INFO git tag -a v3.2.0-dev.30 -m v3.2.0-dev.30 [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,797 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.30', '-m', 'v3.2.0-dev.30'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-08-07T07:02:18.877Z] 2024-08-07 07:02:18,802 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:18.877Z] 3.2.0-dev.30 [Pipeline] } [2024-08-07T07:02:18.902Z] $ docker exec --env ******** --env ******** f1528bf83689cf4030330d9fcc4a59c45cf80c65ae52eb01c2574457e4623408 ssh-agent -k [2024-08-07T07:02:19.000Z] unset SSH_AUTH_SOCK; [2024-08-07T07:02:19.000Z] unset SSH_AGENT_PID; [2024-08-07T07:02:19.000Z] echo Agent pid 38 killed; [2024-08-07T07:02:18.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T07:02:19.324Z] + git semver [Pipeline] } [2024-08-07T07:02:19.611Z] $ docker stop --time=1 f1528bf83689cf4030330d9fcc4a59c45cf80c65ae52eb01c2574457e4623408 [2024-08-07T07:02:20.886Z] $ docker rm -f --volumes f1528bf83689cf4030330d9fcc4a59c45cf80c65ae52eb01c2574457e4623408 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:21.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T07:02:21.275Z] [2024-08-07T07:02:21.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:21.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T07:02:21.837Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-07T07:02:21.837Z] ab5ef0e58194: Pulling fs layer [2024-08-07T07:02:21.837Z] 9712f1f96733: Pulling fs layer [2024-08-07T07:02:21.837Z] 63f879dbbcfc: Pulling fs layer [2024-08-07T07:02:21.837Z] 0d9ebad4ef96: Pulling fs layer [2024-08-07T07:02:21.837Z] e9a5061849ea: Pulling fs layer [2024-08-07T07:02:21.837Z] 0d9ebad4ef96: Waiting [2024-08-07T07:02:21.837Z] d747dcd14b5f: Pulling fs layer [2024-08-07T07:02:21.837Z] 2de7ff778b66: Pulling fs layer [2024-08-07T07:02:21.837Z] e9a5061849ea: Waiting [2024-08-07T07:02:21.837Z] d747dcd14b5f: Waiting [2024-08-07T07:02:21.837Z] 9712f1f96733: Verifying Checksum [2024-08-07T07:02:21.837Z] 9712f1f96733: Download complete [2024-08-07T07:02:22.095Z] 63f879dbbcfc: Verifying Checksum [2024-08-07T07:02:22.095Z] 63f879dbbcfc: Download complete [2024-08-07T07:02:22.353Z] 0d9ebad4ef96: Verifying Checksum [2024-08-07T07:02:22.353Z] 0d9ebad4ef96: Download complete [2024-08-07T07:02:22.353Z] d747dcd14b5f: Verifying Checksum [2024-08-07T07:02:22.353Z] d747dcd14b5f: Download complete [2024-08-07T07:02:22.353Z] e9a5061849ea: Verifying Checksum [2024-08-07T07:02:22.353Z] e9a5061849ea: Download complete [2024-08-07T07:02:22.353Z] ab5ef0e58194: Verifying Checksum [2024-08-07T07:02:22.353Z] ab5ef0e58194: Download complete [2024-08-07T07:02:22.353Z] 2de7ff778b66: Verifying Checksum [2024-08-07T07:02:22.353Z] 2de7ff778b66: Download complete [2024-08-07T07:02:25.644Z] ab5ef0e58194: Pull complete [2024-08-07T07:02:25.644Z] 9712f1f96733: Pull complete [2024-08-07T07:02:25.903Z] 63f879dbbcfc: Pull complete [2024-08-07T07:02:30.086Z] 0d9ebad4ef96: Pull complete [2024-08-07T07:02:30.086Z] e9a5061849ea: Pull complete [2024-08-07T07:02:30.086Z] d747dcd14b5f: Pull complete [2024-08-07T07:02:30.652Z] 2de7ff778b66: Pull complete [2024-08-07T07:02:30.911Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-07T07:02:30.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T07:02:30.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:02:31.010Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:02:31.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-08-07T07:02:36.201Z] $ docker top 484ad2cd2db088369b1a22627b128b716a7c0d7728c1b37eba430b61c84bccd0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-07T07:02:36.254Z] provisioning config files... [2024-08-07T07:02:36.260Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2361551227764681323tmp [2024-08-07T07:02:36.270Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1044396225917718683tmp [2024-08-07T07:02:36.278Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3754184471852167482tmp [Pipeline] { [Pipeline] echo [2024-08-07T07:02:36.355Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:36.646Z] ---> sigul-configuration.sh [2024-08-07T07:02:36.646Z] gpg: directory `/root/.gnupg' created [2024-08-07T07:02:36.646Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-07T07:02:36.646Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-07T07:02:36.646Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-07T07:02:36.646Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-07T07:02:36.646Z] gpg: CAST5 encrypted data [2024-08-07T07:02:36.646Z] gpg: encrypted with 1 passphrase [2024-08-07T07:02:36.646Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-07T07:02:36.937Z] + mkdir /home/jenkins [2024-08-07T07:02:36.937Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-07T07:02:37.229Z] + 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-07T07:02:37.245Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:37.531Z] ---> sigul-install.sh [2024-08-07T07:02:37.531Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-07T07:02:37.820Z] + git tag --list [2024-08-07T07:02:37.820Z] 0.7.1 [2024-08-07T07:02:37.820Z] delhi-tag [2024-08-07T07:02:37.820Z] v1.0.0 [2024-08-07T07:02:37.820Z] v1.1.0 [2024-08-07T07:02:37.820Z] v1.1.1 [2024-08-07T07:02:37.820Z] v1.1.2 [2024-08-07T07:02:37.820Z] v1.2.0 [2024-08-07T07:02:37.820Z] v1.2.1 [2024-08-07T07:02:37.820Z] v1.2.2 [2024-08-07T07:02:37.820Z] v1.2.3 [2024-08-07T07:02:37.820Z] v1.3.0 [2024-08-07T07:02:37.820Z] v1.4.0 [2024-08-07T07:02:37.820Z] v2.0.0 [2024-08-07T07:02:37.820Z] v2.1.0 [2024-08-07T07:02:37.820Z] v2.1.1 [2024-08-07T07:02:37.820Z] v2.2.0 [2024-08-07T07:02:37.820Z] v2.3.0 [2024-08-07T07:02:37.820Z] v2.3.1 [2024-08-07T07:02:37.820Z] v3.0 [2024-08-07T07:02:37.820Z] v3.0.0 [2024-08-07T07:02:37.820Z] v3.0.1-dev.1 [2024-08-07T07:02:37.820Z] v3.1 [2024-08-07T07:02:37.820Z] v3.1.0 [2024-08-07T07:02:37.820Z] v3.1.0-dev.1 [2024-08-07T07:02:37.820Z] v3.1.0-dev.10 [2024-08-07T07:02:37.820Z] v3.1.0-dev.11 [2024-08-07T07:02:37.820Z] v3.1.0-dev.12 [2024-08-07T07:02:37.820Z] v3.1.0-dev.13 [2024-08-07T07:02:37.820Z] v3.1.0-dev.14 [2024-08-07T07:02:37.820Z] v3.1.0-dev.15 [2024-08-07T07:02:37.820Z] v3.1.0-dev.16 [2024-08-07T07:02:37.820Z] v3.1.0-dev.17 [2024-08-07T07:02:37.820Z] v3.1.0-dev.18 [2024-08-07T07:02:37.820Z] v3.1.0-dev.19 [2024-08-07T07:02:37.820Z] v3.1.0-dev.2 [2024-08-07T07:02:37.820Z] v3.1.0-dev.20 [2024-08-07T07:02:37.820Z] v3.1.0-dev.21 [2024-08-07T07:02:37.820Z] v3.1.0-dev.22 [2024-08-07T07:02:37.820Z] v3.1.0-dev.23 [2024-08-07T07:02:37.820Z] v3.1.0-dev.24 [2024-08-07T07:02:37.820Z] v3.1.0-dev.25 [2024-08-07T07:02:37.820Z] v3.1.0-dev.26 [2024-08-07T07:02:37.820Z] v3.1.0-dev.27 [2024-08-07T07:02:37.820Z] v3.1.0-dev.28 [2024-08-07T07:02:37.820Z] v3.1.0-dev.29 [2024-08-07T07:02:37.820Z] v3.1.0-dev.3 [2024-08-07T07:02:37.820Z] v3.1.0-dev.30 [2024-08-07T07:02:37.820Z] v3.1.0-dev.31 [2024-08-07T07:02:37.820Z] v3.1.0-dev.32 [2024-08-07T07:02:37.820Z] v3.1.0-dev.33 [2024-08-07T07:02:37.820Z] v3.1.0-dev.34 [2024-08-07T07:02:37.820Z] v3.1.0-dev.35 [2024-08-07T07:02:37.820Z] v3.1.0-dev.36 [2024-08-07T07:02:37.820Z] v3.1.0-dev.37 [2024-08-07T07:02:37.820Z] v3.1.0-dev.38 [2024-08-07T07:02:37.820Z] v3.1.0-dev.39 [2024-08-07T07:02:37.820Z] v3.1.0-dev.4 [2024-08-07T07:02:37.820Z] v3.1.0-dev.40 [2024-08-07T07:02:37.820Z] v3.1.0-dev.41 [2024-08-07T07:02:37.820Z] v3.1.0-dev.5 [2024-08-07T07:02:37.820Z] v3.1.0-dev.6 [2024-08-07T07:02:37.820Z] v3.1.0-dev.7 [2024-08-07T07:02:37.820Z] v3.1.0-dev.8 [2024-08-07T07:02:37.820Z] v3.1.0-dev.9 [2024-08-07T07:02:37.820Z] v3.1.1 [2024-08-07T07:02:37.820Z] v3.1.1-dev.1 [2024-08-07T07:02:37.820Z] v3.2.0-dev.1 [2024-08-07T07:02:37.820Z] v3.2.0-dev.10 [2024-08-07T07:02:37.820Z] v3.2.0-dev.11 [2024-08-07T07:02:37.820Z] v3.2.0-dev.12 [2024-08-07T07:02:37.820Z] v3.2.0-dev.13 [2024-08-07T07:02:37.820Z] v3.2.0-dev.14 [2024-08-07T07:02:37.820Z] v3.2.0-dev.15 [2024-08-07T07:02:37.820Z] v3.2.0-dev.16 [2024-08-07T07:02:37.820Z] v3.2.0-dev.17 [2024-08-07T07:02:37.820Z] v3.2.0-dev.18 [2024-08-07T07:02:37.820Z] v3.2.0-dev.19 [2024-08-07T07:02:37.820Z] v3.2.0-dev.2 [2024-08-07T07:02:37.820Z] v3.2.0-dev.20 [2024-08-07T07:02:37.820Z] v3.2.0-dev.21 [2024-08-07T07:02:37.820Z] v3.2.0-dev.22 [2024-08-07T07:02:37.820Z] v3.2.0-dev.23 [2024-08-07T07:02:37.820Z] v3.2.0-dev.24 [2024-08-07T07:02:37.820Z] v3.2.0-dev.25 [2024-08-07T07:02:37.820Z] v3.2.0-dev.26 [2024-08-07T07:02:37.820Z] v3.2.0-dev.27 [2024-08-07T07:02:37.820Z] v3.2.0-dev.28 [2024-08-07T07:02:37.820Z] v3.2.0-dev.29 [2024-08-07T07:02:37.820Z] v3.2.0-dev.3 [2024-08-07T07:02:37.820Z] v3.2.0-dev.30 [2024-08-07T07:02:37.820Z] v3.2.0-dev.4 [2024-08-07T07:02:37.820Z] v3.2.0-dev.5 [2024-08-07T07:02:37.820Z] v3.2.0-dev.6 [2024-08-07T07:02:37.820Z] v3.2.0-dev.7 [2024-08-07T07:02:37.820Z] v3.2.0-dev.8 [2024-08-07T07:02:37.820Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-07T07:02:38.111Z] + lftools sign git-tag v3.2.0-dev.30 [2024-08-07T07:02:38.680Z] Signing Git tag with Sigul... [2024-08-07T07:02:38.680Z] Signing v3.2.0-dev.30 [Pipeline] echo [2024-08-07T07:02:38.951Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:39.246Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-07T07:02:39.253Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-07T07:02:39.291Z] $ docker stop --time=1 484ad2cd2db088369b1a22627b128b716a7c0d7728c1b37eba430b61c84bccd0 [2024-08-07T07:02:40.589Z] $ docker rm -f --volumes 484ad2cd2db088369b1a22627b128b716a7c0d7728c1b37eba430b61c84bccd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-07T07:02:41.009Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T07:02:41.009Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:41.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T07:02:41.307Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:02:41.392Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:02:41.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T07:02:41.766Z] $ docker top 3260d6441a0c936f9bbd76ea57791c6686ec69f3bd2f55f3e41bd62e4b22f273 -eo pid,comm [2024-08-07T07:02:41.803Z] 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-07T07:02:41.803Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T07:02:41.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T07:02:41.854Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T07:02:41.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T07:02:41.976Z] $ docker exec 3260d6441a0c936f9bbd76ea57791c6686ec69f3bd2f55f3e41bd62e4b22f273 ssh-agent [2024-08-07T07:02:42.073Z] SSH_AUTH_SOCK=/tmp/ssh-Xf7saAhgkej6/agent.33 [2024-08-07T07:02:42.073Z] SSH_AGENT_PID=39 [2024-08-07T07:02:42.081Z] Running ssh-add (command line suppressed) [2024-08-07T07:02:42.202Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15281158225208797019.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15281158225208797019.key) [2024-08-07T07:02:42.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T07:02:42.484Z] + git semver bump pre [2024-08-07T07:02:42.742Z] 2024-08-07 07:02:42,673 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:42.742Z] 2024-08-07 07:02:42,673 [bump_version] DEBUG bumping version:3.2.0-dev.30 on axis:pre with prefix:dev [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,673 [bump_version] DEBUG bumped version:3.2.0-dev.31 [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,673 [write_version] DEBUG write version:3.2.0-dev.31 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,673 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,673 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,676 [execute] INFO git cat-file --batch-check [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,676 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,682 [execute] INFO git cat-file --batch [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T07:02:42.743Z] 2024-08-07 07:02:42,688 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:42.743Z] 3.2.0-dev.31 [Pipeline] } [2024-08-07T07:02:42.767Z] $ docker exec --env ******** --env ******** 3260d6441a0c936f9bbd76ea57791c6686ec69f3bd2f55f3e41bd62e4b22f273 ssh-agent -k [2024-08-07T07:02:42.858Z] unset SSH_AUTH_SOCK; [2024-08-07T07:02:42.858Z] unset SSH_AGENT_PID; [2024-08-07T07:02:42.858Z] echo Agent pid 39 killed; [2024-08-07T07:02:42.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T07:02:43.172Z] + git semver [Pipeline] } [2024-08-07T07:02:43.457Z] $ docker stop --time=1 3260d6441a0c936f9bbd76ea57791c6686ec69f3bd2f55f3e41bd62e4b22f273 [2024-08-07T07:02:44.714Z] $ docker rm -f --volumes 3260d6441a0c936f9bbd76ea57791c6686ec69f3bd2f55f3e41bd62e4b22f273 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T07:02:45.057Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T07:02:45.057Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:45.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T07:02:45.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:02:45.441Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:02:45.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T07:02:45.839Z] $ docker top c877b59348cf2a42ee7c76bc40607e9a02e45b1baa5d8b885fcacdfd32c557ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T07:02:45.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T07:02:45.924Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T07:02:46.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T07:02:46.037Z] $ docker exec c877b59348cf2a42ee7c76bc40607e9a02e45b1baa5d8b885fcacdfd32c557ca ssh-agent [2024-08-07T07:02:46.137Z] SSH_AUTH_SOCK=/tmp/ssh-OaRDzxdlGj4L/agent.32 [2024-08-07T07:02:46.137Z] SSH_AGENT_PID=39 [2024-08-07T07:02:46.142Z] Running ssh-add (command line suppressed) [2024-08-07T07:02:46.250Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15282151566622983125.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15282151566622983125.key) [2024-08-07T07:02:46.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T07:02:46.540Z] + git semver push [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,733 [run_push] DEBUG push [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,734 [execute] INFO git cat-file --batch-check [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,734 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,738 [execute] INFO git rev-list fd5029ca89eb7dbd8175cf6d8e6f0e378a2a99f6 -- [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,738 [execute] DEBUG Popen(['git', 'rev-list', 'fd5029ca89eb7dbd8175cf6d8e6f0e378a2a99f6', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,750 [execute] INFO git fetch -v origin [2024-08-07T07:02:46.799Z] 2024-08-07 07:02:46,750 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-07T07:02:47.368Z] 2024-08-07 07:02:47,263 [run_push] DEBUG no remote changes detected [2024-08-07T07:02:47.368Z] 2024-08-07 07:02:47,264 [execute] INFO git push origin semver [2024-08-07T07:02:47.368Z] 2024-08-07 07:02:47,264 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T07:02:48.305Z] 2024-08-07 07:02:48,113 [run_push] DEBUG push all version tags [2024-08-07T07:02:48.305Z] 2024-08-07 07:02:48,114 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-07T07:02:48.305Z] 2024-08-07 07:02:48,114 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-08-07T07:02:49.242Z] 2024-08-07 07:02:48,919 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-08-07T07:02:49.242Z] 3.2.0-dev.31 [Pipeline] } [2024-08-07T07:02:49.266Z] $ docker exec --env ******** --env ******** c877b59348cf2a42ee7c76bc40607e9a02e45b1baa5d8b885fcacdfd32c557ca ssh-agent -k [2024-08-07T07:02:49.357Z] unset SSH_AUTH_SOCK; [2024-08-07T07:02:49.357Z] unset SSH_AGENT_PID; [2024-08-07T07:02:49.357Z] echo Agent pid 39 killed; [2024-08-07T07:02:49.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T07:02:49.675Z] + git semver [Pipeline] } [2024-08-07T07:02:49.960Z] $ docker stop --time=1 c877b59348cf2a42ee7c76bc40607e9a02e45b1baa5d8b885fcacdfd32c557ca [2024-08-07T07:02:51.704Z] $ docker rm -f --volumes c877b59348cf2a42ee7c76bc40607e9a02e45b1baa5d8b885fcacdfd32c557ca [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-07T07:02:52.369Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2024-08-07T07:02:52.369Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-08-07T07:02:52.369Z] total 16 [2024-08-07T07:02:52.369Z] drwxr-xr-x 3 root root 4096 Aug 7 06:47 . [2024-08-07T07:02:52.369Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 07:02 .. [2024-08-07T07:02:52.369Z] drwxr-xr-x 2 root root 4096 Aug 7 06:47 cost [2024-08-07T07:02:52.369Z] -rw-r--r-- 1 root root 85 Aug 7 06:47 cost.csv [2024-08-07T07:02:52.369Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-08-07T07:02:52.369Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-08-07T07:02:52.369Z] total 16 [2024-08-07T07:02:52.370Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 06:47 . [2024-08-07T07:02:52.370Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 7 07:02 .. [2024-08-07T07:02:52.370Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 06:47 cost [2024-08-07T07:02:52.370Z] -rw-r--r-- 1 jenkins jenkins 85 Aug 7 06:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:52.660Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:53.521Z] ---> package-listing.sh [2024-08-07T07:02:53.522Z] ++ facter osfamily [2024-08-07T07:02:53.522Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-07T07:02:53.781Z] + OS_FAMILY=debian [2024-08-07T07:02:53.781Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2024-08-07T07:02:53.781Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-07T07:02:53.781Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-07T07:02:53.781Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-07T07:02:53.781Z] + PACKAGES=/tmp/packages_start.txt [2024-08-07T07:02:53.781Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-08-07T07:02:53.781Z] + PACKAGES=/tmp/packages_end.txt [2024-08-07T07:02:53.781Z] + case "${OS_FAMILY}" in [2024-08-07T07:02:53.781Z] + dpkg -l [2024-08-07T07:02:53.781Z] + grep '^ii' [2024-08-07T07:02:53.781Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-07T07:02:53.781Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-07T07:02:53.781Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-07T07:02:53.781Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-08-07T07:02:53.781Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2024-08-07T07:02:53.781Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2024-08-07T07:02:53.792Z] 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/edgexfoundry_device-sdk-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-07T07:02:54.072Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T07:02:54.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T07:02:54.643Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T07:02:54.721Z] prd-ubuntu20.04-docker-8c-8g-7272 does not seem to be running inside a container [2024-08-07T07:02:54.767Z] $ 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/edgexfoundry_device-sdk-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/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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-07T07:02:54.958Z] $ docker top 88e6ed2fc93fb573cd77a3902b112425d7cc7ef3c405f6155a926137a88a9e65 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T07:02:55.291Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-07T07:02:55.582Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-07T07:02:55.871Z] + ls /var/log/sa-host [2024-08-07T07:02:55.871Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T07:02:56.027Z] provisioning config files... [2024-08-07T07:02:56.035Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9668176807659446121tmp [Pipeline] { [Pipeline] echo [2024-08-07T07:02:56.056Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:56.338Z] ---> create-netrc.sh [Pipeline] } [2024-08-07T07:02:56.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:56.699Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-07T07:02:56.708Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:56.994Z] ---> sudo-logs.sh [2024-08-07T07:02:56.995Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-07T07:02:57.028Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:57.313Z] ---> job-cost.sh [2024-08-07T07:02:57.313Z] lf-activate-venv: SKIPPING [2024-08-07T07:02:57.313Z] DEBUG: total: 0.2199999988079071 [2024-08-07T07:02:57.313Z] INFO: Retrieving Stack Cost... [2024-08-07T07:02:57.881Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T07:02:58.257Z] INFO: Archiving Costs [Pipeline] echo [2024-08-07T07:02:59.345Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T07:02:59.625Z] ---> logs-deploy.sh [2024-08-07T07:02:59.625Z] lf-activate-venv: SKIPPING [2024-08-07T07:02:59.625Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/305 [2024-08-07T07:02:59.625Z] INFO: archiving workspace using pattern(s): [2024-08-07T07:03:00.561Z] Archives upload complete. [2024-08-07T07:03:00.561Z] INFO: archiving logs to Nexus