Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f8542394c296a874d7c1548ccc4fc92a877959fa 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-ssh7905728139688314965.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-ssh17194354730064846896.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-ssh8036295540802456752.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-ssh17413630907877872217.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-ssh18380691462303515195.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 ‘prd-ubuntu20.04-docker-8c-8g-5616’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5618 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 f8542394c296a874d7c1548ccc4fc92a877959fa (main) Commit message: "Merge pull request #1594 from jinlinGuan/issue-1591" > 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 f8542394c296a874d7c1548ccc4fc92a877959fa # timeout=10 > git rev-list --no-walk bdc8a901b9fa238d162cc246fc149b12f5353730 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-15T08:40:06.696Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-15T08:40:06.776Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-15T08:40:06.798Z] ========================================================= [2024-07-15T08:40:06.798Z] EdgeX Global Pipelines Version Info [2024-07-15T08:40:06.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:40:07.534Z] ------------------- [2024-07-15T08:40:07.534Z] stable info: [2024-07-15T08:40:07.534Z] ------------------- [2024-07-15T08:40:07.534Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-15T08:40:07.534Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-15T08:40:07.534Z] Message: update stable to v1.0.260 [2024-07-15T08:40:08.101Z] ------------------- [2024-07-15T08:40:08.102Z] experimental info: [2024-07-15T08:40:08.102Z] ------------------- [2024-07-15T08:40:08.102Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-15T08:40:08.102Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-15T08:40:08.102Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-15T08:40:08.173Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2024-07-15T08:40:08.189Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2024-07-15T08:40:08.207Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-15T08:40:08.228Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-15T08:40:08.247Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-15T08:40:08.268Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-15T08:40:08.287Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-15T08:40:08.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2024-07-15T08:40:08.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-15T08:40:08.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-15T08:40:08.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-15T08:40:08.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2024-07-15T08:40:08.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-15T08:40:08.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-15T08:40:08.453Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-15T08:40:08.474Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-07-15T08:40:08.493Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-15T08:40:08.516Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-15T08:40:08.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-15T08:40:08.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-15T08:40:08.583Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-15T08:40:08.598Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-15T08:40:08.617Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-15T08:40:08.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-15T08:40:08.651Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-15T08:40:08.673Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-15T08:40:08.691Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-15T08:40:08.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-15T08:40:08.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-15T08:40:08.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-15T08:40:08.774Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] echo [2024-07-15T08:40:08.793Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f854239 [Pipeline] echo [2024-07-15T08:40:08.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-15T08:40:08.861Z] provisioning config files... [2024-07-15T08:40:08.874Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13067028454858509920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:40:09.204Z] ---> ****-login.sh [2024-07-15T08:40:09.204Z] nexus3.edgexfoundry.org:10001 [2024-07-15T08:40:09.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:09.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:09.465Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:09.465Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:09.465Z] [2024-07-15T08:40:09.465Z] Login Succeeded [2024-07-15T08:40:09.465Z] nexus3.edgexfoundry.org:10002 [2024-07-15T08:40:09.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:09.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:09.724Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:09.724Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:09.724Z] [2024-07-15T08:40:09.724Z] Login Succeeded [2024-07-15T08:40:09.724Z] nexus3.edgexfoundry.org:10003 [2024-07-15T08:40:09.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:09.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:09.724Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:09.724Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:09.724Z] [2024-07-15T08:40:09.724Z] Login Succeeded [2024-07-15T08:40:09.724Z] nexus3.edgexfoundry.org:10004 [2024-07-15T08:40:09.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:09.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:09.984Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:09.984Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:09.984Z] [2024-07-15T08:40:09.984Z] Login Succeeded [2024-07-15T08:40:09.984Z] ****.io [2024-07-15T08:40:09.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:10.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:10.243Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:10.243Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:10.243Z] [2024-07-15T08:40:10.243Z] Login Succeeded [2024-07-15T08:40:10.243Z] ---> ****-login.sh ends [Pipeline] } [2024-07-15T08:40:10.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-15T08:40:10.674Z] + git rev-list -1 --merges f8542394c296a874d7c1548ccc4fc92a877959fa~1..f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] echo [2024-07-15T08:40:10.701Z] -----------> git rev-list -1 --merges f8542394c296a874d7c1548ccc4fc92a877959fa~1..f8542394c296a874d7c1548ccc4fc92a877959fa f8542394c296a874d7c1548ccc4fc92a877959fa [2024-07-15T08:40:10.701Z] f8542394c296a874d7c1548ccc4fc92a877959fa [false] [Pipeline] sh [2024-07-15T08:40:10.994Z] + git log --format=format:%s -1 f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] echo [2024-07-15T08:40:11.010Z] ========================================================= [2024-07-15T08:40:11.010Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-15T08:40:11.010Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-15T08:40:11.353Z] + git log --format=format:%s -1 f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] echo [2024-07-15T08:40:11.368Z] [semverPrep] GIT_COMMIT: f8542394c296a874d7c1548ccc4fc92a877959fa, Commit Message: Merge pull request #1594 from jinlinGuan/issue-1591 [Pipeline] echo [2024-07-15T08:40:11.381Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-15T08:40:11.761Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-15T08:40:11.761Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-15T08:40:11.761Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-15T08:40:11.761Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-15T08:40:11.761Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2024-07-15T08:40:11.761Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-15T08:40:11.761Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:40:12.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T08:40:12.189Z] [2024-07-15T08:40:12.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:40:12.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T08:40:12.508Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-15T08:40:12.508Z] b85a868b505f: Pulling fs layer [2024-07-15T08:40:12.508Z] e2be974225ed: Pulling fs layer [2024-07-15T08:40:12.508Z] 339a4e72a1f5: Pulling fs layer [2024-07-15T08:40:12.508Z] 988bab9f4d93: Pulling fs layer [2024-07-15T08:40:12.508Z] 1469e6f7b9e6: Pulling fs layer [2024-07-15T08:40:12.508Z] eaf3925da568: Pulling fs layer [2024-07-15T08:40:12.508Z] bab4dde63d76: Pulling fs layer [2024-07-15T08:40:12.508Z] bde34c3a00c8: Pulling fs layer [2024-07-15T08:40:12.508Z] b352a97aabf1: Pulling fs layer [2024-07-15T08:40:12.508Z] 988bab9f4d93: Waiting [2024-07-15T08:40:12.508Z] eaf3925da568: Waiting [2024-07-15T08:40:12.508Z] bab4dde63d76: Waiting [2024-07-15T08:40:12.508Z] 1469e6f7b9e6: Waiting [2024-07-15T08:40:12.508Z] bde34c3a00c8: Waiting [2024-07-15T08:40:12.508Z] b352a97aabf1: Waiting [2024-07-15T08:40:12.508Z] 4872d77fe225: Pulling fs layer [2024-07-15T08:40:12.508Z] 5851b861e8e6: Pulling fs layer [2024-07-15T08:40:12.508Z] 4872d77fe225: Waiting [2024-07-15T08:40:12.508Z] 5851b861e8e6: Waiting [2024-07-15T08:40:12.508Z] e2be974225ed: Verifying Checksum [2024-07-15T08:40:12.508Z] e2be974225ed: Download complete [2024-07-15T08:40:12.508Z] 988bab9f4d93: Verifying Checksum [2024-07-15T08:40:12.508Z] 988bab9f4d93: Download complete [2024-07-15T08:40:12.769Z] 1469e6f7b9e6: Verifying Checksum [2024-07-15T08:40:12.769Z] 1469e6f7b9e6: Download complete [2024-07-15T08:40:12.769Z] 339a4e72a1f5: Verifying Checksum [2024-07-15T08:40:12.769Z] 339a4e72a1f5: Download complete [2024-07-15T08:40:12.769Z] eaf3925da568: Verifying Checksum [2024-07-15T08:40:12.769Z] eaf3925da568: Download complete [2024-07-15T08:40:12.769Z] bde34c3a00c8: Download complete [2024-07-15T08:40:12.769Z] b352a97aabf1: Download complete [2024-07-15T08:40:12.769Z] 4872d77fe225: Verifying Checksum [2024-07-15T08:40:12.769Z] 4872d77fe225: Download complete [2024-07-15T08:40:12.769Z] 5851b861e8e6: Verifying Checksum [2024-07-15T08:40:12.769Z] 5851b861e8e6: Download complete [2024-07-15T08:40:12.769Z] b85a868b505f: Verifying Checksum [2024-07-15T08:40:12.769Z] b85a868b505f: Download complete [2024-07-15T08:40:13.031Z] bab4dde63d76: Verifying Checksum [2024-07-15T08:40:13.031Z] bab4dde63d76: Download complete [2024-07-15T08:40:13.966Z] b85a868b505f: Pull complete [2024-07-15T08:40:14.226Z] e2be974225ed: Pull complete [2024-07-15T08:40:14.797Z] 339a4e72a1f5: Pull complete [2024-07-15T08:40:14.798Z] 988bab9f4d93: Pull complete [2024-07-15T08:40:15.057Z] 1469e6f7b9e6: Pull complete [2024-07-15T08:40:15.057Z] eaf3925da568: Pull complete [2024-07-15T08:40:16.964Z] bab4dde63d76: Pull complete [2024-07-15T08:40:16.964Z] bde34c3a00c8: Pull complete [2024-07-15T08:40:17.225Z] b352a97aabf1: Pull complete [2024-07-15T08:40:17.225Z] 4872d77fe225: Pull complete [2024-07-15T08:40:17.485Z] 5851b861e8e6: Pull complete [2024-07-15T08:40:17.485Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-15T08:40:17.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T08:40:17.485Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:40:17.631Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T08:40:17.660Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-15T08:40:20.472Z] $ docker top 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e -eo pid,comm [2024-07-15T08:40:20.536Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-15T08:40:20.536Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-15T08:40:20.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-15T08:40:20.606Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-15T08:40:20.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-15T08:40:20.735Z] $ docker exec 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e ssh-agent [2024-07-15T08:40:20.852Z] SSH_AUTH_SOCK=/tmp/ssh-HlZsaZT9xcmQ/agent.32 [2024-07-15T08:40:20.852Z] SSH_AGENT_PID=38 [2024-07-15T08:40:20.861Z] Running ssh-add (command line suppressed) [2024-07-15T08:40:20.957Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11663177713456958938.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11663177713456958938.key) [2024-07-15T08:40:20.973Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-15T08:40:21.267Z] + git tag --points-at HEAD [Pipeline] } [2024-07-15T08:40:21.276Z] $ docker exec --env ******** --env ******** 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e ssh-agent -k [2024-07-15T08:40:21.365Z] unset SSH_AUTH_SOCK; [2024-07-15T08:40:21.365Z] unset SSH_AGENT_PID; [2024-07-15T08:40:21.366Z] echo Agent pid 38 killed; [2024-07-15T08:40:21.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-15T08:40:21.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-15T08:40:21.419Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-15T08:40:21.541Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-15T08:40:21.542Z] $ docker exec 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e ssh-agent [2024-07-15T08:40:21.672Z] SSH_AUTH_SOCK=/tmp/ssh-UU2zJ29Y0NFo/agent.71 [2024-07-15T08:40:21.672Z] SSH_AGENT_PID=77 [2024-07-15T08:40:21.676Z] Running ssh-add (command line suppressed) [2024-07-15T08:40:21.785Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6158947160724257457.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6158947160724257457.key) [2024-07-15T08:40:21.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-15T08:40:22.095Z] + git semver init [2024-07-15T08:40:22.356Z] 2024-07-15 08:40:22,276 [run_init] DEBUG init version:0.0.0 force:False [2024-07-15T08:40:22.356Z] 2024-07-15 08:40:22,277 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-15T08:40:22.356Z] 2024-07-15 08:40:22,278 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-15T08:40:22.356Z] 2024-07-15 08:40:22,278 [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-07-15T08:40:24.905Z] 2024-07-15 08:40:24,382 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2024-07-15T08:40:24.905Z] 2024-07-15 08:40:24,382 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2024-07-15T08:40:24.905Z] 2024-07-15 08:40:24,382 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T08:40:24.905Z] 2024-07-15 08:40:24,383 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T08:40:24.905Z] 3.2.0-dev.23 [Pipeline] } [2024-07-15T08:40:24.922Z] $ docker exec --env ******** --env ******** 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e ssh-agent -k [2024-07-15T08:40:25.057Z] unset SSH_AUTH_SOCK; [2024-07-15T08:40:25.059Z] unset SSH_AGENT_PID; [2024-07-15T08:40:25.060Z] echo Agent pid 77 killed; [2024-07-15T08:40:25.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-15T08:40:25.393Z] + git semver [Pipeline] } [2024-07-15T08:40:25.663Z] $ docker stop --time=1 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e [2024-07-15T08:40:26.967Z] $ docker rm -f --volumes 50b58be13e8d9c87729c6a15d69fc1efefa01fd75b60cc3c84d2594590d0fb0e [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-15T08:40:27.315Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-15T08:40:27.541Z] Stashed 1 file(s) [Pipeline] echo [2024-07-15T08:40:27.545Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-15T08:40:27.719Z] provisioning config files... [2024-07-15T08:40:27.729Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6116461945809948628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:40:28.029Z] ---> ****-login.sh [2024-07-15T08:40:28.029Z] nexus3.edgexfoundry.org:10001 [2024-07-15T08:40:28.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:28.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:28.029Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:28.030Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:28.030Z] [2024-07-15T08:40:28.030Z] Login Succeeded [2024-07-15T08:40:28.030Z] nexus3.edgexfoundry.org:10002 [2024-07-15T08:40:28.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:28.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:28.030Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:28.030Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:28.030Z] [2024-07-15T08:40:28.030Z] Login Succeeded [2024-07-15T08:40:28.030Z] nexus3.edgexfoundry.org:10003 [2024-07-15T08:40:28.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:28.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:28.289Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:28.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:28.289Z] [2024-07-15T08:40:28.289Z] Login Succeeded [2024-07-15T08:40:28.289Z] nexus3.edgexfoundry.org:10004 [2024-07-15T08:40:28.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:28.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:28.289Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:28.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:28.289Z] [2024-07-15T08:40:28.289Z] Login Succeeded [2024-07-15T08:40:28.289Z] ****.io [2024-07-15T08:40:28.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:40:28.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:40:28.549Z] Configure a credential helper to remove this warning. See [2024-07-15T08:40:28.549Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:40:28.549Z] [2024-07-15T08:40:28.549Z] Login Succeeded [2024-07-15T08:40:28.549Z] ---> ****-login.sh ends [Pipeline] } [2024-07-15T08:40:28.555Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-15T08:40:28.646Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-15T08:40:28.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-15T08:40:28.677Z] ========================================================= [2024-07-15T08:40:28.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-15T08:40:28.677Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:40:29.022Z] + 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-07-15T08:40:29.022Z] Sending build context to Docker daemon 25.05MB [2024-07-15T08:40:29.022Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-15T08:40:29.022Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-15T08:40:29.283Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-15T08:40:29.283Z] 619be1103602: Pulling fs layer [2024-07-15T08:40:29.283Z] 7862e08f4a3e: Pulling fs layer [2024-07-15T08:40:29.283Z] 5df492c9dc93: Pulling fs layer [2024-07-15T08:40:29.283Z] 7629e6793208: Pulling fs layer [2024-07-15T08:40:29.283Z] 4f4fb700ef54: Pulling fs layer [2024-07-15T08:40:29.283Z] 7629e6793208: Waiting [2024-07-15T08:40:29.283Z] fb5054dd5b73: Pulling fs layer [2024-07-15T08:40:29.283Z] eeca6798cff9: Pulling fs layer [2024-07-15T08:40:29.283Z] aa269ceb94a6: Pulling fs layer [2024-07-15T08:40:29.283Z] 4f4fb700ef54: Waiting [2024-07-15T08:40:29.283Z] eeca6798cff9: Waiting [2024-07-15T08:40:29.283Z] fb5054dd5b73: Waiting [2024-07-15T08:40:29.283Z] aa269ceb94a6: Waiting [2024-07-15T08:40:29.283Z] ada007ff1a6a: Pulling fs layer [2024-07-15T08:40:29.283Z] ada007ff1a6a: Waiting [2024-07-15T08:40:29.283Z] 7862e08f4a3e: Download complete [2024-07-15T08:40:29.283Z] 7629e6793208: Verifying Checksum [2024-07-15T08:40:29.283Z] 7629e6793208: Download complete [2024-07-15T08:40:29.283Z] 4f4fb700ef54: Verifying Checksum [2024-07-15T08:40:29.283Z] 4f4fb700ef54: Download complete [2024-07-15T08:40:29.283Z] fb5054dd5b73: Verifying Checksum [2024-07-15T08:40:29.283Z] fb5054dd5b73: Download complete [2024-07-15T08:40:29.283Z] 619be1103602: Download complete [2024-07-15T08:40:29.283Z] eeca6798cff9: Verifying Checksum [2024-07-15T08:40:29.283Z] eeca6798cff9: Download complete [2024-07-15T08:40:29.543Z] 619be1103602: Pull complete [2024-07-15T08:40:29.543Z] ada007ff1a6a: Verifying Checksum [2024-07-15T08:40:29.543Z] ada007ff1a6a: Download complete [2024-07-15T08:40:29.543Z] 7862e08f4a3e: Pull complete [2024-07-15T08:40:29.803Z] 5df492c9dc93: Download complete [2024-07-15T08:40:30.063Z] aa269ceb94a6: Verifying Checksum [2024-07-15T08:40:30.063Z] aa269ceb94a6: Download complete [2024-07-15T08:40:33.347Z] 5df492c9dc93: Pull complete [2024-07-15T08:40:33.347Z] 7629e6793208: Pull complete [2024-07-15T08:40:33.347Z] 4f4fb700ef54: Pull complete [2024-07-15T08:40:33.347Z] fb5054dd5b73: Pull complete [2024-07-15T08:40:33.347Z] eeca6798cff9: Pull complete [2024-07-15T08:40:35.876Z] aa269ceb94a6: Pull complete [2024-07-15T08:40:36.444Z] ada007ff1a6a: Pull complete [2024-07-15T08:40:36.444Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-15T08:40:36.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-15T08:40:36.444Z] ---> f489d0715acc [2024-07-15T08:40:36.444Z] Step 3/10 : ARG MAKE=make build [2024-07-15T08:40:41.741Z] ---> Running in 2a29249ec63a [2024-07-15T08:40:41.741Z] Removing intermediate container 2a29249ec63a [2024-07-15T08:40:41.741Z] ---> 68afcd82dc33 [2024-07-15T08:40:41.741Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-15T08:40:41.741Z] ---> Running in 0a49c887d190 [2024-07-15T08:40:41.741Z] Removing intermediate container 0a49c887d190 [2024-07-15T08:40:41.741Z] ---> 4e96f25dda71 [2024-07-15T08:40:41.741Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-15T08:40:41.741Z] ---> Running in fbd91f2a792c [2024-07-15T08:40:41.741Z] Removing intermediate container fbd91f2a792c [2024-07-15T08:40:41.741Z] ---> 0209fa025a75 [2024-07-15T08:40:41.741Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-15T08:40:41.741Z] ---> Running in e6e16d35f6d0 [2024-07-15T08:40:41.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-15T08:40:41.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-15T08:40:42.006Z] OK: 264 MiB in 52 packages [2024-07-15T08:40:42.266Z] Removing intermediate container e6e16d35f6d0 [2024-07-15T08:40:42.266Z] ---> 21cb779d8289 [2024-07-15T08:40:42.266Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-15T08:40:42.524Z] ---> 3e8a85e8596d [2024-07-15T08:40:42.524Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-15T08:40:42.524Z] ---> Running in 357283f192ce [2024-07-15T08:40:42.673Z] Still waiting to schedule task [2024-07-15T08:40:42.673Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5617’ is offline [2024-07-15T08:41:38.838Z] Removing intermediate container 357283f192ce [2024-07-15T08:41:38.838Z] ---> c049dcea4dc6 [2024-07-15T08:41:38.838Z] Step 9/10 : COPY . . [2024-07-15T08:41:38.838Z] ---> 03addcfbdaab [2024-07-15T08:41:38.838Z] Step 10/10 : RUN ${MAKE} [2024-07-15T08:41:38.838Z] ---> Running in 56800f3aab15 [2024-07-15T08:41:38.838Z] noop [2024-07-15T08:41:38.838Z] Removing intermediate container 56800f3aab15 [2024-07-15T08:41:38.838Z] ---> 3b707c830f14 [2024-07-15T08:41:38.838Z] Successfully built 3b707c830f14 [2024-07-15T08:41:38.838Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:41:39.171Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-15T08:41:39.171Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:41:39.248Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T08:41:39.279Z] $ 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 ******** ci-base-image-x86_64 cat [2024-07-15T08:41:39.589Z] $ docker top 28e99d767638424173dae8d1fb38d2ead4f273bef1450daf3964411eb6d6de2c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T08:41:39.938Z] + go version [2024-07-15T08:41:39.938Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-15T08:41:39.947Z] $ docker stop --time=1 28e99d767638424173dae8d1fb38d2ead4f273bef1450daf3964411eb6d6de2c [2024-07-15T08:41:41.270Z] $ docker rm -f --volumes 28e99d767638424173dae8d1fb38d2ead4f273bef1450daf3964411eb6d6de2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:41:41.764Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-15T08:41:41.764Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:41:41.848Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T08:41:41.879Z] $ 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 ******** ci-base-image-x86_64 cat [2024-07-15T08:41:42.203Z] $ docker top e66e4b1a293e65155061a9333c04623b19533b0bf63bb9cff15752063630e79f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T08:41:42.550Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-15T08:41:42.846Z] + make test [2024-07-15T08:41:42.846Z] go test -race -coverprofile=coverage.out ./... [2024-07-15T08:41:49.401Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-15T08:42:14.141Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5619 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2024-07-15T08:42:14.161Z] Running in /w/workspace/device-sdk-go/298 [Pipeline] { [Pipeline] checkout [2024-07-15T08:42:14.201Z] The recommended git tool is: git [2024-07-15T08:42:18.858Z] using credential edgex-jenkins-ssh [2024-07-15T08:42:18.879Z] Cloning the remote Git repository [2024-07-15T08:42:18.904Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2024-07-15T08:42:18.987Z] > git init /w/workspace/device-sdk-go/298 # timeout=10 [2024-07-15T08:42:19.104Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2024-07-15T08:42:19.105Z] > git --version # timeout=10 [2024-07-15T08:42:19.122Z] > git --version # 'git version 2.25.1' [2024-07-15T08:42:19.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-15T08:42:19.267Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-15T08:42:22.531Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2024-07-15T08:42:22.554Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-15T08:42:23.371Z] Avoid second fetch [2024-07-15T08:42:23.372Z] Checking out Revision f8542394c296a874d7c1548ccc4fc92a877959fa (main) [2024-07-15T08:42:24.046Z] Commit message: "Merge pull request #1594 from jinlinGuan/issue-1591" [2024-07-15T08:42:23.377Z] > git config core.sparsecheckout # timeout=10 [2024-07-15T08:42:23.443Z] > git checkout -f f8542394c296a874d7c1548ccc4fc92a877959fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-15T08:42:28.091Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.034s coverage: 27.0% of statements [2024-07-15T08:42:28.091Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.034s coverage: 80.0% of statements [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-15T08:42:28.091Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.059s coverage: 86.0% of statements [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-15T08:42:28.091Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-15T08:42:28.347Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.085s coverage: 55.2% of statements [2024-07-15T08:42:28.626Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-15T08:42:28.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-15T08:42:28.626Z] Dload Upload Total Spent Left Speed [2024-07-15T08:42:28.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 122k 0 --:--:-- --:--:-- --:--:-- 124k [Pipeline] sh [2024-07-15T08:42:28.958Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-15T08:42:29.283Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-15T08:42:29.290Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-07-15T08:42:29.290Z] /etc/docker/daemon.json [2024-07-15T08:42:29.290Z] { [2024-07-15T08:42:29.290Z] "registry-mirrors": [ [2024-07-15T08:42:29.290Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-15T08:42:29.290Z] ], [2024-07-15T08:42:29.290Z] "bip": "10.250.0.254/24", [2024-07-15T08:42:29.290Z] "hosts": [ [2024-07-15T08:42:29.290Z] "tcp://0.0.0.0:5555", [2024-07-15T08:42:29.290Z] "unix:///var/run/docker.sock" [2024-07-15T08:42:29.290Z] ], [2024-07-15T08:42:29.290Z] "mtu": 1458, [2024-07-15T08:42:29.290Z] "selinux-enabled": true, [2024-07-15T08:42:29.290Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-15T08:42:29.290Z] } [Pipeline] sh [2024-07-15T08:42:29.621Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-15T08:42:29.958Z] + sudo service docker restart [2024-07-15T08:42:31.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.033s coverage: 14.4% of statements [2024-07-15T08:42:31.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.894s coverage: 44.6% of statements [2024-07-15T08:42:31.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.051s coverage: 68.5% of statements [2024-07-15T08:42:31.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.097s coverage: 89.2% of statements [2024-07-15T08:42:31.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.060s coverage: 5.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-15T08:42:48.216Z] provisioning config files... [2024-07-15T08:42:48.245Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/298@tmp/config3001304774062524268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:42:48.679Z] ---> ****-login.sh [2024-07-15T08:42:48.679Z] nexus3.edgexfoundry.org:10001 [2024-07-15T08:42:48.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:42:49.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:42:49.226Z] Configure a credential helper to remove this warning. See [2024-07-15T08:42:49.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:42:49.226Z] [2024-07-15T08:42:49.226Z] Login Succeeded [2024-07-15T08:42:49.226Z] nexus3.edgexfoundry.org:10002 [2024-07-15T08:42:49.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:42:49.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:42:49.762Z] Configure a credential helper to remove this warning. See [2024-07-15T08:42:49.762Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:42:49.762Z] [2024-07-15T08:42:49.762Z] Login Succeeded [2024-07-15T08:42:49.762Z] nexus3.edgexfoundry.org:10003 [2024-07-15T08:42:49.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:42:50.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:42:50.031Z] Configure a credential helper to remove this warning. See [2024-07-15T08:42:50.031Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:42:50.031Z] [2024-07-15T08:42:50.031Z] Login Succeeded [2024-07-15T08:42:50.031Z] nexus3.edgexfoundry.org:10004 [2024-07-15T08:42:50.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:42:50.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:42:50.300Z] Configure a credential helper to remove this warning. See [2024-07-15T08:42:50.300Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:42:50.300Z] [2024-07-15T08:42:50.300Z] Login Succeeded [2024-07-15T08:42:50.300Z] ****.io [2024-07-15T08:42:50.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-15T08:42:50.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-15T08:42:50.838Z] Configure a credential helper to remove this warning. See [2024-07-15T08:42:50.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-15T08:42:50.838Z] [2024-07-15T08:42:50.838Z] Login Succeeded [2024-07-15T08:42:50.838Z] ---> ****-login.sh ends [Pipeline] } [2024-07-15T08:42:50.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-15T08:42:51.167Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-15T08:42:51.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-15T08:42:51.209Z] ========================================================= [2024-07-15T08:42:51.209Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-15T08:42:51.209Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:42:51.576Z] + 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-07-15T08:42:52.163Z] Sending build context to Docker daemon 12.95MB [2024-07-15T08:42:52.163Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-15T08:42:52.163Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-15T08:42:52.163Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-15T08:42:52.163Z] c6b39de5b339: Pulling fs layer [2024-07-15T08:42:52.163Z] a69c41024577: Pulling fs layer [2024-07-15T08:42:52.163Z] d6de4b400683: Pulling fs layer [2024-07-15T08:42:52.163Z] 35cb2a7552d0: Pulling fs layer [2024-07-15T08:42:52.163Z] 4f4fb700ef54: Pulling fs layer [2024-07-15T08:42:52.163Z] 464afbd9ba4c: Pulling fs layer [2024-07-15T08:42:52.163Z] 00f215d4a9da: Pulling fs layer [2024-07-15T08:42:52.163Z] d496ad576159: Pulling fs layer [2024-07-15T08:42:52.163Z] 35cb2a7552d0: Waiting [2024-07-15T08:42:52.163Z] 4f4fb700ef54: Waiting [2024-07-15T08:42:52.163Z] 464afbd9ba4c: Waiting [2024-07-15T08:42:52.163Z] 00f215d4a9da: Waiting [2024-07-15T08:42:52.163Z] d496ad576159: Waiting [2024-07-15T08:42:52.163Z] a69c41024577: Verifying Checksum [2024-07-15T08:42:52.163Z] a69c41024577: Download complete [2024-07-15T08:42:52.163Z] 35cb2a7552d0: Verifying Checksum [2024-07-15T08:42:52.163Z] 35cb2a7552d0: Download complete [2024-07-15T08:42:52.430Z] 4f4fb700ef54: Verifying Checksum [2024-07-15T08:42:52.430Z] 4f4fb700ef54: Download complete [2024-07-15T08:42:52.430Z] 464afbd9ba4c: Verifying Checksum [2024-07-15T08:42:52.430Z] 464afbd9ba4c: Download complete [2024-07-15T08:42:52.430Z] c6b39de5b339: Download complete [2024-07-15T08:42:53.017Z] d496ad576159: Verifying Checksum [2024-07-15T08:42:53.017Z] d496ad576159: Download complete [2024-07-15T08:42:53.288Z] c6b39de5b339: Pull complete [2024-07-15T08:42:53.870Z] a69c41024577: Pull complete [2024-07-15T08:42:54.136Z] d6de4b400683: Verifying Checksum [2024-07-15T08:42:54.136Z] d6de4b400683: Download complete [2024-07-15T08:42:55.095Z] 00f215d4a9da: Verifying Checksum [2024-07-15T08:42:55.095Z] 00f215d4a9da: Download complete [2024-07-15T08:43:03.892Z] GO111MODULE=on go vet ./... [2024-07-15T08:43:07.408Z] d6de4b400683: Pull complete [2024-07-15T08:43:07.408Z] 35cb2a7552d0: Pull complete [2024-07-15T08:43:07.408Z] 4f4fb700ef54: Pull complete [2024-07-15T08:43:07.674Z] 464afbd9ba4c: Pull complete [2024-07-15T08:43:10.454Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-15T08:43:10.454Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-15T08:43:10.454Z] ./bin/test-attribution-txt.sh [2024-07-15T08:43:10.454Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-15T08:43:10.454Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-15T08:43:10.455Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-15T08:43:10.455Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-15T08:43:10.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-15T08:43:10.486Z] $ docker stop --time=1 e66e4b1a293e65155061a9333c04623b19533b0bf63bb9cff15752063630e79f [2024-07-15T08:43:15.880Z] 00f215d4a9da: Pull complete [2024-07-15T08:43:16.563Z] $ docker rm -f --volumes e66e4b1a293e65155061a9333c04623b19533b0bf63bb9cff15752063630e79f [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-15T08:43:17.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-15T08:43:17.283Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-15T08:43:17.833Z] d496ad576159: Pull complete [2024-07-15T08:43:17.833Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-15T08:43:17.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-15T08:43:17.833Z] ---> f246e2811388 [2024-07-15T08:43:17.833Z] Step 3/10 : ARG MAKE=make build [2024-07-15T08:43:17.839Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-15T08:43:18.212Z] + ls -al . [2024-07-15T08:43:18.212Z] total 380 [2024-07-15T08:43:18.212Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 15 08:41 . [2024-07-15T08:43:18.212Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 08:40 .. [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 08:40 .dockerignore [2024-07-15T08:43:18.212Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 08:42 .git [2024-07-15T08:43:18.212Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 08:40 .github [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 15 08:40 .gitignore [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 15 08:40 .golangci.yml [2024-07-15T08:43:18.212Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 15 08:40 .semver [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 15 08:40 CHANGELOG.md [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 15 08:40 GOVERNANCE.md [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 15 08:40 Jenkinsfile [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 15 08:40 LICENSE [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 15 08:40 Makefile [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 15 08:40 OWNERS.md [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 15 08:40 README.md [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 15 08:40 VERSION [2024-07-15T08:43:18.212Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 08:40 bin [2024-07-15T08:43:18.212Z] -rw-r--r-- 1 jenkins jenkins 125163 Jul 15 08:42 coverage.out [2024-07-15T08:43:18.212Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 15 08:40 example [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 7103 Jul 15 08:40 go.mod [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 102085 Jul 15 08:40 go.sum [2024-07-15T08:43:18.212Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 15 08:40 internal [2024-07-15T08:43:18.212Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 08:40 openapi [2024-07-15T08:43:18.212Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 15 08:40 pkg [2024-07-15T08:43:18.212Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 08:40 snap [2024-07-15T08:43:18.212Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 15 08:40 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:43:18.530Z] + 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=f8542394c296a874d7c1548ccc4fc92a877959fa --label arch=amd64 --label version=3.2.0-dev.23 . [2024-07-15T08:43:18.530Z] Sending build context to Docker daemon 25.18MB [2024-07-15T08:43:18.530Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-15T08:43:18.530Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-15T08:43:18.530Z] ---> 3b707c830f14 [2024-07-15T08:43:18.530Z] Step 3/24 : ARG MAKE=make build [2024-07-15T08:43:19.096Z] ---> Running in 6815f9decf0a [2024-07-15T08:43:19.096Z] Removing intermediate container 6815f9decf0a [2024-07-15T08:43:19.096Z] ---> 62306053efb7 [2024-07-15T08:43:19.096Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-15T08:43:19.096Z] ---> Running in 9388ea6f26ea [2024-07-15T08:43:19.096Z] Removing intermediate container 9388ea6f26ea [2024-07-15T08:43:19.096Z] ---> 153d133e2adc [2024-07-15T08:43:19.096Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-15T08:43:19.355Z] ---> Running in 1163fa9b0340 [2024-07-15T08:43:19.355Z] Removing intermediate container 1163fa9b0340 [2024-07-15T08:43:19.355Z] ---> d5be0ed4abf0 [2024-07-15T08:43:19.355Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-15T08:43:19.355Z] ---> Running in e5869ac8574c [2024-07-15T08:43:19.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-15T08:43:19.774Z] ---> Running in b83fbfcb78fd [2024-07-15T08:43:19.774Z] Removing intermediate container b83fbfcb78fd [2024-07-15T08:43:19.774Z] ---> f0ed3e0f9d97 [2024-07-15T08:43:19.774Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-15T08:43:19.774Z] ---> Running in 2388ba20ec1f [2024-07-15T08:43:19.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-15T08:43:20.042Z] Removing intermediate container 2388ba20ec1f [2024-07-15T08:43:20.042Z] ---> 96bf00fa3393 [2024-07-15T08:43:20.042Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-15T08:43:20.132Z] OK: 264 MiB in 52 packages [2024-07-15T08:43:20.311Z] ---> Running in 25a306b1be1c [2024-07-15T08:43:20.391Z] Removing intermediate container e5869ac8574c [2024-07-15T08:43:20.391Z] ---> 3638991a6f97 [2024-07-15T08:43:20.391Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-15T08:43:20.391Z] ---> 9dcc1ea5476b [2024-07-15T08:43:20.391Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-15T08:43:20.578Z] Removing intermediate container 25a306b1be1c [2024-07-15T08:43:20.578Z] ---> 5c9cbd9ba647 [2024-07-15T08:43:20.578Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-15T08:43:20.578Z] ---> Running in cbe6000a477e [2024-07-15T08:43:20.650Z] ---> Running in 89ac0104be71 [2024-07-15T08:43:21.218Z] Removing intermediate container 89ac0104be71 [2024-07-15T08:43:21.218Z] ---> 2ff86e77b5b8 [2024-07-15T08:43:21.218Z] Step 9/24 : COPY . . [2024-07-15T08:43:22.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-15T08:43:22.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-15T08:43:23.143Z] ---> 3904860f9c98 [2024-07-15T08:43:23.143Z] Step 10/24 : RUN ${MAKE} [2024-07-15T08:43:23.143Z] ---> Running in 0224b72d0e7b [2024-07-15T08:43:23.228Z] OK: 266 MiB in 52 packages [2024-07-15T08:43:23.402Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.23 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.23" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-15T08:43:23.808Z] Removing intermediate container cbe6000a477e [2024-07-15T08:43:23.809Z] ---> 4955c09f8223 [2024-07-15T08:43:23.809Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-15T08:43:24.391Z] ---> 8b3b193d8a8a [2024-07-15T08:43:24.391Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-15T08:43:24.391Z] ---> Running in 190e30895cfb [2024-07-15T08:44:02.133Z] Removing intermediate container 0224b72d0e7b [2024-07-15T08:44:02.133Z] ---> b5d587f5d471 [2024-07-15T08:44:02.133Z] Step 11/24 : FROM alpine:3.18 [2024-07-15T08:44:02.133Z] 3.18: Pulling from library/alpine [2024-07-15T08:44:02.133Z] 73baa7ef167e: Pulling fs layer [2024-07-15T08:44:02.133Z] 73baa7ef167e: Verifying Checksum [2024-07-15T08:44:02.133Z] 73baa7ef167e: Download complete [2024-07-15T08:44:02.133Z] 73baa7ef167e: Pull complete [2024-07-15T08:44:02.133Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-15T08:44:02.133Z] Status: Downloaded newer image for alpine:3.18 [2024-07-15T08:44:02.133Z] ---> 8fd7cac70a4a [2024-07-15T08:44:02.133Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-15T08:44:02.133Z] ---> Running in 73308016a6f9 [2024-07-15T08:44:02.133Z] Removing intermediate container 73308016a6f9 [2024-07-15T08:44:02.133Z] ---> 673986620095 [2024-07-15T08:44:02.133Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-15T08:44:02.133Z] ---> Running in cc3f11c67c17 [2024-07-15T08:44:02.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-15T08:44:02.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-15T08:44:02.133Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-15T08:44:02.133Z] Executing busybox-1.36.1-r7.trigger [2024-07-15T08:44:02.133Z] OK: 7 MiB in 16 packages [2024-07-15T08:44:02.133Z] Removing intermediate container cc3f11c67c17 [2024-07-15T08:44:02.133Z] ---> 894fc50a1a2e [2024-07-15T08:44:02.133Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-15T08:44:02.133Z] ---> Running in d6f7269343a7 [2024-07-15T08:44:02.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-15T08:44:02.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-15T08:44:02.133Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-15T08:44:02.133Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-15T08:44:02.133Z] OK: 7 MiB in 16 packages [2024-07-15T08:44:02.701Z] Removing intermediate container d6f7269343a7 [2024-07-15T08:44:02.701Z] ---> a55fbf09145d [2024-07-15T08:44:02.701Z] Step 15/24 : WORKDIR / [2024-07-15T08:44:02.701Z] ---> Running in 7b91c12931d9 [2024-07-15T08:44:02.701Z] Removing intermediate container 7b91c12931d9 [2024-07-15T08:44:02.701Z] ---> 8c6d85fcea39 [2024-07-15T08:44:02.701Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-15T08:44:02.959Z] ---> c077d602775e [2024-07-15T08:44:02.959Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-15T08:44:04.334Z] ---> 09c90ed8432b [2024-07-15T08:44:04.334Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-15T08:44:04.594Z] ---> 4e7368fb4a02 [2024-07-15T08:44:04.594Z] Step 19/24 : EXPOSE 59999 [2024-07-15T08:44:04.594Z] ---> Running in d77d66ab2abd [2024-07-15T08:44:04.594Z] Removing intermediate container d77d66ab2abd [2024-07-15T08:44:04.594Z] ---> c127f2e84e6e [2024-07-15T08:44:04.594Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-15T08:44:04.594Z] ---> Running in 0a4497847995 [2024-07-15T08:44:04.854Z] Removing intermediate container 0a4497847995 [2024-07-15T08:44:04.854Z] ---> 64929e6e5ba9 [2024-07-15T08:44:04.854Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-15T08:44:04.854Z] ---> Running in 0f123488583f [2024-07-15T08:44:04.854Z] Removing intermediate container 0f123488583f [2024-07-15T08:44:04.854Z] ---> 435f928ebaae [2024-07-15T08:44:04.854Z] Step 22/24 : LABEL arch=amd64 [2024-07-15T08:44:04.854Z] ---> Running in d6bf52706de9 [2024-07-15T08:44:04.854Z] Removing intermediate container d6bf52706de9 [2024-07-15T08:44:04.854Z] ---> 06dee55612f1 [2024-07-15T08:44:04.854Z] Step 23/24 : LABEL git_sha=f8542394c296a874d7c1548ccc4fc92a877959fa [2024-07-15T08:44:04.854Z] ---> Running in 4ca9b6a9b159 [2024-07-15T08:44:05.113Z] Removing intermediate container 4ca9b6a9b159 [2024-07-15T08:44:05.113Z] ---> 1bb8c0bdba9a [2024-07-15T08:44:05.113Z] Step 24/24 : LABEL version=3.2.0-dev.23 [2024-07-15T08:44:05.113Z] ---> Running in 42201f04d5c9 [2024-07-15T08:44:05.113Z] Removing intermediate container 42201f04d5c9 [2024-07-15T08:44:05.113Z] ---> 40902ee0fc82 [2024-07-15T08:44:05.113Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-15T08:44:05.113Z] Successfully built 40902ee0fc82 [2024-07-15T08:44:05.113Z] 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-07-15T08:44:05.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-15T08:44:05.578Z] [2024-07-15T08:44:05.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:44:05.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-15T08:44:05.879Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-15T08:44:05.879Z] 5eb5b503b376: Pulling fs layer [2024-07-15T08:44:05.879Z] 5c69ac0246d0: Pulling fs layer [2024-07-15T08:44:05.879Z] ec43610c2a17: Pulling fs layer [2024-07-15T08:44:05.879Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-15T08:44:05.879Z] 33b1e0a273af: Pulling fs layer [2024-07-15T08:44:05.879Z] 5d3b04190fa2: Pulling fs layer [2024-07-15T08:44:05.879Z] 2f39f015ded8: Pulling fs layer [2024-07-15T08:44:05.879Z] 3a2ae6a8a46f: Waiting [2024-07-15T08:44:05.879Z] 33b1e0a273af: Waiting [2024-07-15T08:44:05.879Z] 5d3b04190fa2: Waiting [2024-07-15T08:44:05.879Z] 2f39f015ded8: Waiting [2024-07-15T08:44:05.879Z] 5c69ac0246d0: Download complete [2024-07-15T08:44:05.879Z] 3a2ae6a8a46f: Download complete [2024-07-15T08:44:05.879Z] ec43610c2a17: Verifying Checksum [2024-07-15T08:44:05.879Z] ec43610c2a17: Download complete [2024-07-15T08:44:05.879Z] 33b1e0a273af: Verifying Checksum [2024-07-15T08:44:05.879Z] 33b1e0a273af: Download complete [2024-07-15T08:44:05.879Z] 5d3b04190fa2: Verifying Checksum [2024-07-15T08:44:05.879Z] 5d3b04190fa2: Download complete [2024-07-15T08:44:06.137Z] 5eb5b503b376: Verifying Checksum [2024-07-15T08:44:06.137Z] 5eb5b503b376: Download complete [2024-07-15T08:44:06.702Z] 2f39f015ded8: Download complete [2024-07-15T08:44:07.636Z] 5eb5b503b376: Pull complete [2024-07-15T08:44:07.636Z] 5c69ac0246d0: Pull complete [2024-07-15T08:44:08.201Z] ec43610c2a17: Pull complete [2024-07-15T08:44:08.458Z] 3a2ae6a8a46f: Pull complete [2024-07-15T08:44:08.717Z] 33b1e0a273af: Pull complete [2024-07-15T08:44:08.977Z] 5d3b04190fa2: Pull complete [2024-07-15T08:44:13.160Z] 2f39f015ded8: Pull complete [2024-07-15T08:44:13.160Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-15T08:44:13.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-15T08:44:13.160Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:44:13.260Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T08:44:13.283Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-15T08:44:18.842Z] $ docker top b114038c3ff1be42f4f32cffe7277ae49c6e66cf90d625d04ae8f37c99adb5e9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:44:19.243Z] ---> job-cost.sh [2024-07-15T08:44:19.243Z] lf-activate-venv: SKIPPING [2024-07-15T08:44:19.243Z] INFO: No Stack... [2024-07-15T08:44:19.503Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-15T08:44:19.763Z] INFO: Archiving Costs [Pipeline] sh [2024-07-15T08:44:20.043Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2024-07-15T08:44:20.043Z] + cut -d, -f6 [Pipeline] lock [2024-07-15T08:44:20.055Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [2024-07-15T08:44:20.064Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] did not exist. Created. [2024-07-15T08:44:20.071Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-15T08:44:20.384Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-15T08:44:20.422Z] Stashed 1 file(s) [Pipeline] } [2024-07-15T08:44:20.431Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-15T08:44:20.454Z] $ docker stop --time=1 b114038c3ff1be42f4f32cffe7277ae49c6e66cf90d625d04ae8f37c99adb5e9 [2024-07-15T08:44:21.597Z] $ docker rm -f --volumes b114038c3ff1be42f4f32cffe7277ae49c6e66cf90d625d04ae8f37c99adb5e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-15T08:45:16.027Z] Removing intermediate container 190e30895cfb [2024-07-15T08:45:16.027Z] ---> 71a1c2fd5d99 [2024-07-15T08:45:16.027Z] Step 9/10 : COPY . . [2024-07-15T08:45:16.027Z] ---> 14ee487585f6 [2024-07-15T08:45:16.027Z] Step 10/10 : RUN ${MAKE} [2024-07-15T08:45:16.027Z] ---> Running in 37333e5412f2 [2024-07-15T08:45:16.027Z] noop [2024-07-15T08:45:16.027Z] Removing intermediate container 37333e5412f2 [2024-07-15T08:45:16.027Z] ---> 9016497dde14 [2024-07-15T08:45:16.027Z] Successfully built 9016497dde14 [2024-07-15T08:45:16.027Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:45:16.392Z] + docker inspect -f . ci-base-image-arm64 [2024-07-15T08:45:16.392Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:45:16.591Z] prd-ubuntu20.04-docker-arm64-4c-16g-5619 does not seem to be running inside a container [2024-07-15T08:45:16.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/298 -v /w/workspace/device-sdk-go/298:/w/workspace/device-sdk-go/298:rw,z -v /w/workspace/device-sdk-go/298@tmp:/w/workspace/device-sdk-go/298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-15T08:45:17.864Z] $ docker top 34c19fe50029d82f4f7de22b1886e8fe3bb369407ba2448ee1ec5fcc1d1e3e23 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T08:45:18.683Z] + go version [2024-07-15T08:45:18.683Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-15T08:45:18.706Z] $ docker stop --time=1 34c19fe50029d82f4f7de22b1886e8fe3bb369407ba2448ee1ec5fcc1d1e3e23 [2024-07-15T08:45:20.287Z] $ docker rm -f --volumes 34c19fe50029d82f4f7de22b1886e8fe3bb369407ba2448ee1ec5fcc1d1e3e23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:45:20.852Z] + docker inspect -f . ci-base-image-arm64 [2024-07-15T08:45:20.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:45:21.030Z] prd-ubuntu20.04-docker-arm64-4c-16g-5619 does not seem to be running inside a container [2024-07-15T08:45:21.104Z] $ 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/298 -v /w/workspace/device-sdk-go/298:/w/workspace/device-sdk-go/298:rw,z -v /w/workspace/device-sdk-go/298@tmp:/w/workspace/device-sdk-go/298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-15T08:45:22.120Z] $ docker top bc528d3d1c99da39895f03373c436785d4629d7a45169f77ae89e542797aa4f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T08:45:22.614Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/298 [Pipeline] fileExists [Pipeline] sh [2024-07-15T08:45:22.948Z] + make test [2024-07-15T08:45:22.948Z] go test -race -coverprofile=coverage.out ./... [2024-07-15T08:46:09.773Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-15T08:50:01.590Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-15T08:50:01.590Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-15T08:50:01.590Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-15T08:50:01.590Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-15T08:50:01.590Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-15T08:50:11.650Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.120s coverage: 27.0% of statements [2024-07-15T08:50:16.094Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.182s coverage: 80.0% of statements [2024-07-15T08:50:22.759Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-15T08:50:22.759Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-15T08:50:23.730Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.296s coverage: 86.0% of statements [2024-07-15T08:50:27.989Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-15T08:50:28.950Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.517s coverage: 55.2% of statements [2024-07-15T08:50:33.201Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.152s coverage: 14.4% of statements [2024-07-15T08:50:33.469Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.752s coverage: 44.6% of statements [2024-07-15T08:50:33.469Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-15T08:50:33.469Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-07-15T08:50:34.877Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.318s coverage: 68.5% of statements [2024-07-15T08:50:39.136Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.360s coverage: 89.2% of statements [2024-07-15T08:50:42.470Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-15T08:50:43.425Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.252s coverage: 5.4% of statements [2024-07-15T08:50:44.829Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-15T08:50:44.829Z] GO111MODULE=on go vet ./... [2024-07-15T08:54:51.611Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-15T08:54:51.611Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-15T08:54:51.611Z] ./bin/test-attribution-txt.sh [2024-07-15T08:54:51.611Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-15T08:54:51.611Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-15T08:54:51.631Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-15T08:54:51.657Z] $ docker stop --time=1 bc528d3d1c99da39895f03373c436785d4629d7a45169f77ae89e542797aa4f0 [2024-07-15T08:54:53.573Z] $ docker rm -f --volumes bc528d3d1c99da39895f03373c436785d4629d7a45169f77ae89e542797aa4f0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-15T08:54:55.899Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-15T08:54:55.928Z] Warning: overwriting stash ‘coverage-report’ [2024-07-15T08:54:56.517Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-15T08:54:56.936Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-15T08:54:57.255Z] + ls -al . [2024-07-15T08:54:57.255Z] total 376 [2024-07-15T08:54:57.255Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 15 08:45 . [2024-07-15T08:54:57.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 08:42 .. [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 08:42 .dockerignore [2024-07-15T08:54:57.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 08:42 .git [2024-07-15T08:54:57.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 08:42 .github [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 15 08:42 .gitignore [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 15 08:42 .golangci.yml [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 15 08:42 CHANGELOG.md [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 15 08:42 GOVERNANCE.md [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 15 08:42 Jenkinsfile [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 15 08:42 LICENSE [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 15 08:42 Makefile [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 15 08:42 OWNERS.md [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 15 08:42 README.md [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 15 08:40 VERSION [2024-07-15T08:54:57.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 08:42 bin [2024-07-15T08:54:57.255Z] -rw-r--r-- 1 jenkins jenkins 125163 Jul 15 08:50 coverage.out [2024-07-15T08:54:57.255Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 15 08:42 example [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 7103 Jul 15 08:42 go.mod [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 102085 Jul 15 08:42 go.sum [2024-07-15T08:54:57.255Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 15 08:42 internal [2024-07-15T08:54:57.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 08:42 openapi [2024-07-15T08:54:57.255Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 15 08:42 pkg [2024-07-15T08:54:57.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 08:42 snap [2024-07-15T08:54:57.255Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 15 08:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:54:57.620Z] + 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=f8542394c296a874d7c1548ccc4fc92a877959fa --label arch=arm64 --label version=3.2.0-dev.23 . [2024-07-15T08:54:58.199Z] Sending build context to Docker daemon 13.08MB [2024-07-15T08:54:58.199Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-15T08:54:58.199Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-15T08:54:58.199Z] ---> 9016497dde14 [2024-07-15T08:54:58.199Z] Step 3/24 : ARG MAKE=make build [2024-07-15T08:54:58.199Z] ---> Running in 6497a531fe1a [2024-07-15T08:54:58.467Z] Removing intermediate container 6497a531fe1a [2024-07-15T08:54:58.467Z] ---> 7b65a9ded94a [2024-07-15T08:54:58.467Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-15T08:54:58.732Z] ---> Running in f70af8fe45e7 [2024-07-15T08:54:58.997Z] Removing intermediate container f70af8fe45e7 [2024-07-15T08:54:58.997Z] ---> b500c7483ac0 [2024-07-15T08:54:58.997Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-15T08:54:58.997Z] ---> Running in 37b46b308af7 [2024-07-15T08:54:59.264Z] Removing intermediate container 37b46b308af7 [2024-07-15T08:54:59.264Z] ---> 8000819e3bb5 [2024-07-15T08:54:59.264Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-15T08:54:59.264Z] ---> Running in 9c3e83952e5d [2024-07-15T08:55:00.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-15T08:55:00.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-15T08:55:01.764Z] OK: 266 MiB in 52 packages [2024-07-15T08:55:02.346Z] Removing intermediate container 9c3e83952e5d [2024-07-15T08:55:02.346Z] ---> 353620b454d0 [2024-07-15T08:55:02.346Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-15T08:55:02.924Z] ---> 293357a9f255 [2024-07-15T08:55:02.924Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-15T08:55:02.924Z] ---> Running in 91c6d31d1108 [2024-07-15T08:55:04.859Z] Removing intermediate container 91c6d31d1108 [2024-07-15T08:55:04.859Z] ---> 3fa298c75c7f [2024-07-15T08:55:04.859Z] Step 9/24 : COPY . . [2024-07-15T08:55:06.263Z] ---> 0897a0e8d11b [2024-07-15T08:55:06.263Z] Step 10/24 : RUN ${MAKE} [2024-07-15T08:55:06.535Z] ---> Running in 9e03e0c732fd [2024-07-15T08:55:07.492Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.23 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.23" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-15T08:58:44.269Z] Removing intermediate container 9e03e0c732fd [2024-07-15T08:58:44.269Z] ---> f6c2cf2bf5e5 [2024-07-15T08:58:44.269Z] Step 11/24 : FROM alpine:3.18 [2024-07-15T08:58:44.269Z] 3.18: Pulling from library/alpine [2024-07-15T08:58:44.269Z] 5c905c7ebe2f: Pulling fs layer [2024-07-15T08:58:44.269Z] 5c905c7ebe2f: Verifying Checksum [2024-07-15T08:58:44.269Z] 5c905c7ebe2f: Download complete [2024-07-15T08:58:44.269Z] 5c905c7ebe2f: Pull complete [2024-07-15T08:58:44.269Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-15T08:58:44.269Z] Status: Downloaded newer image for alpine:3.18 [2024-07-15T08:58:44.269Z] ---> dec292d02e07 [2024-07-15T08:58:44.269Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-15T08:58:44.536Z] ---> Running in dcbbd49a5d99 [2024-07-15T08:58:44.803Z] Removing intermediate container dcbbd49a5d99 [2024-07-15T08:58:44.803Z] ---> 61b916322b5d [2024-07-15T08:58:44.803Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-15T08:58:44.803Z] ---> Running in b51d6139fb8f [2024-07-15T08:58:46.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-15T08:58:46.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-15T08:58:47.444Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-15T08:58:47.444Z] Executing busybox-1.36.1-r7.trigger [2024-07-15T08:58:47.444Z] OK: 8 MiB in 16 packages [2024-07-15T08:58:48.428Z] Removing intermediate container b51d6139fb8f [2024-07-15T08:58:48.428Z] ---> 13f965b0ce3b [2024-07-15T08:58:48.428Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-15T08:58:48.695Z] ---> Running in 70d07ac8915e [2024-07-15T08:58:49.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-15T08:58:49.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-15T08:58:51.334Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-15T08:58:51.334Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-15T08:58:51.334Z] OK: 8 MiB in 16 packages [2024-07-15T08:58:52.447Z] Removing intermediate container 70d07ac8915e [2024-07-15T08:58:52.447Z] ---> 598314abf6dd [2024-07-15T08:58:52.447Z] Step 15/24 : WORKDIR / [2024-07-15T08:58:52.447Z] ---> Running in 24993185509a [2024-07-15T08:58:52.716Z] Removing intermediate container 24993185509a [2024-07-15T08:58:52.716Z] ---> dcedb5b21312 [2024-07-15T08:58:52.716Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-15T08:58:53.301Z] ---> 51a005d24f80 [2024-07-15T08:58:53.301Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-15T08:58:55.880Z] ---> 35af9b2b2953 [2024-07-15T08:58:55.880Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-15T08:58:56.145Z] ---> dbf45b31527b [2024-07-15T08:58:56.145Z] Step 19/24 : EXPOSE 59999 [2024-07-15T08:58:56.145Z] ---> Running in a8e8f22e9098 [2024-07-15T08:58:56.412Z] Removing intermediate container a8e8f22e9098 [2024-07-15T08:58:56.412Z] ---> b5fda2813d7c [2024-07-15T08:58:56.412Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-15T08:58:56.412Z] ---> Running in 08d8c9b32e7c [2024-07-15T08:58:57.000Z] Removing intermediate container 08d8c9b32e7c [2024-07-15T08:58:57.000Z] ---> 20f20f31a805 [2024-07-15T08:58:57.000Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-15T08:58:57.000Z] ---> Running in 5a27f1ac19a2 [2024-07-15T08:58:57.267Z] Removing intermediate container 5a27f1ac19a2 [2024-07-15T08:58:57.267Z] ---> e7d551baa9b8 [2024-07-15T08:58:57.267Z] Step 22/24 : LABEL arch=arm64 [2024-07-15T08:58:57.267Z] ---> Running in 964288b04af2 [2024-07-15T08:58:57.534Z] Removing intermediate container 964288b04af2 [2024-07-15T08:58:57.534Z] ---> e245ddd87ba9 [2024-07-15T08:58:57.534Z] Step 23/24 : LABEL git_sha=f8542394c296a874d7c1548ccc4fc92a877959fa [2024-07-15T08:58:57.534Z] ---> Running in 0195952eb193 [2024-07-15T08:58:58.117Z] Removing intermediate container 0195952eb193 [2024-07-15T08:58:58.117Z] ---> 3086f5d2a00e [2024-07-15T08:58:58.117Z] Step 24/24 : LABEL version=3.2.0-dev.23 [2024-07-15T08:58:58.117Z] ---> Running in 634abe0f992f [2024-07-15T08:58:58.383Z] Removing intermediate container 634abe0f992f [2024-07-15T08:58:58.383Z] ---> 9d054782837d [2024-07-15T08:58:58.383Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-15T08:58:58.383Z] Successfully built 9d054782837d [2024-07-15T08:58:58.383Z] 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-07-15T08:58:58.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-15T08:58:58.858Z] [2024-07-15T08:58:58.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:58:59.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-15T08:58:59.196Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-15T08:58:59.196Z] 8998bd30e6a1: Pulling fs layer [2024-07-15T08:58:59.196Z] 04944245beec: Pulling fs layer [2024-07-15T08:58:59.196Z] 699f458cf7ca: Pulling fs layer [2024-07-15T08:58:59.196Z] 765212b225bb: Pulling fs layer [2024-07-15T08:58:59.196Z] f23df028b6ca: Pulling fs layer [2024-07-15T08:58:59.196Z] 765212b225bb: Waiting [2024-07-15T08:58:59.196Z] d65c8cfc05b1: Pulling fs layer [2024-07-15T08:58:59.196Z] f23df028b6ca: Waiting [2024-07-15T08:58:59.196Z] 2437ff75d9bd: Pulling fs layer [2024-07-15T08:58:59.196Z] d65c8cfc05b1: Waiting [2024-07-15T08:58:59.196Z] 2437ff75d9bd: Waiting [2024-07-15T08:58:59.463Z] 04944245beec: Verifying Checksum [2024-07-15T08:58:59.463Z] 04944245beec: Download complete [2024-07-15T08:58:59.463Z] 765212b225bb: Verifying Checksum [2024-07-15T08:58:59.463Z] 765212b225bb: Download complete [2024-07-15T08:58:59.463Z] f23df028b6ca: Verifying Checksum [2024-07-15T08:58:59.463Z] f23df028b6ca: Download complete [2024-07-15T08:58:59.463Z] d65c8cfc05b1: Download complete [2024-07-15T08:58:59.730Z] 699f458cf7ca: Verifying Checksum [2024-07-15T08:58:59.730Z] 699f458cf7ca: Download complete [2024-07-15T08:58:59.996Z] 8998bd30e6a1: Verifying Checksum [2024-07-15T08:59:02.584Z] 2437ff75d9bd: Verifying Checksum [2024-07-15T08:59:02.584Z] 2437ff75d9bd: Download complete [2024-07-15T08:59:05.151Z] 8998bd30e6a1: Pull complete [2024-07-15T08:59:05.416Z] 04944245beec: Pull complete [2024-07-15T08:59:06.814Z] 699f458cf7ca: Pull complete [2024-07-15T08:59:07.078Z] 765212b225bb: Pull complete [2024-07-15T08:59:08.036Z] f23df028b6ca: Pull complete [2024-07-15T08:59:08.300Z] d65c8cfc05b1: Pull complete [2024-07-15T08:59:26.466Z] 2437ff75d9bd: Pull complete [2024-07-15T08:59:26.466Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-15T08:59:26.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-15T08:59:26.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:59:26.679Z] prd-ubuntu20.04-docker-arm64-4c-16g-5619 does not seem to be running inside a container [2024-07-15T08:59:26.752Z] $ 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/298 -v /w/workspace/device-sdk-go/298:/w/workspace/device-sdk-go/298:rw,z -v /w/workspace/device-sdk-go/298@tmp:/w/workspace/device-sdk-go/298@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:arm64 cat [2024-07-15T08:59:29.638Z] $ docker top bdf6886147561881e48c2b30a2c6d90a0df2b82c40525602716ea83419370c81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T08:59:30.502Z] ---> job-cost.sh [2024-07-15T08:59:30.502Z] lf-activate-venv: SKIPPING [2024-07-15T08:59:30.502Z] INFO: No Stack... [2024-07-15T08:59:31.082Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-15T08:59:31.660Z] INFO: Archiving Costs [Pipeline] sh [2024-07-15T08:59:32.294Z] + cat /w/workspace/device-sdk-go/298/archives/cost.csv [2024-07-15T08:59:32.294Z] + cut -d, -f6 [Pipeline] lock [2024-07-15T08:59:32.349Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [2024-07-15T08:59:32.358Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] did not exist. Created. [2024-07-15T08:59:32.366Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-15T08:59:33.022Z] /w/workspace/device-sdk-go/298@tmp/durable-35f9a409/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-15T08:59:33.653Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-15T08:59:33.725Z] Warning: overwriting stash ‘stack-cost’ [2024-07-15T08:59:33.824Z] Stashed 1 file(s) [Pipeline] } [2024-07-15T08:59:33.836Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-298-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-15T08:59:33.872Z] $ docker stop --time=1 bdf6886147561881e48c2b30a2c6d90a0df2b82c40525602716ea83419370c81 [2024-07-15T08:59:35.388Z] $ docker rm -f --volumes bdf6886147561881e48c2b30a2c6d90a0df2b82c40525602716ea83419370c81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-07-15T08:59:35.890Z] provisioning config files... [2024-07-15T08:59:35.897Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16723001648324755079tmp [Pipeline] { [Pipeline] sh [2024-07-15T08:59:36.193Z] + set +x [2024-07-15T08:59:36.193Z] + curl -s https://codecov.io/bash [2024-07-15T08:59:36.193Z] + bash -s -- [2024-07-15T08:59:36.193Z] [2024-07-15T08:59:36.193Z] _____ _ [2024-07-15T08:59:36.193Z] / ____| | | [2024-07-15T08:59:36.193Z] | | ___ __| | ___ ___ _____ __ [2024-07-15T08:59:36.193Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-15T08:59:36.193Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-15T08:59:36.193Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-15T08:59:36.193Z] Bash-1.0.6 [2024-07-15T08:59:36.193Z] [2024-07-15T08:59:36.193Z] [2024-07-15T08:59:36.193Z] ==> git version 2.25.1 found [2024-07-15T08:59:36.193Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-07-15T08:59:36.193Z] Release-Date: 2020-01-08 [2024-07-15T08:59:36.193Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-15T08:59:36.193Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-15T08:59:36.193Z] ==> Jenkins CI detected. [2024-07-15T08:59:36.193Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2024-07-15T08:59:36.193Z] project root: . [2024-07-15T08:59:36.193Z] --> token set from env [2024-07-15T08:59:36.193Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-15T08:59:36.193Z] ==> Running gcov in . (disable via -X gcov) [2024-07-15T08:59:36.193Z] ==> Python coveragepy not found [2024-07-15T08:59:36.193Z] ==> Searching for coverage reports in: [2024-07-15T08:59:36.193Z] + . [2024-07-15T08:59:36.193Z] -> Found 1 reports [2024-07-15T08:59:36.193Z] ==> Detecting git/mercurial file structure [2024-07-15T08:59:36.453Z] ==> Reading reports [2024-07-15T08:59:36.453Z] + ./coverage.out bytes=125163 [2024-07-15T08:59:36.453Z] ==> Appending adjustments [2024-07-15T08:59:36.453Z] https://docs.codecov.io/docs/fixing-reports [2024-07-15T08:59:36.713Z] + Found adjustments [2024-07-15T08:59:36.713Z] ==> Gzipping contents [2024-07-15T08:59:36.713Z] 20K /tmp/codecov.OggnE9.gz [2024-07-15T08:59:36.713Z] ==> Uploading reports [2024-07-15T08:59:36.713Z] url: https://codecov.io [2024-07-15T08:59:36.713Z] query: branch=main&commit=f8542394c296a874d7c1548ccc4fc92a877959fa&build=298&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F298%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-15T08:59:36.713Z] -> Pinging Codecov [2024-07-15T08:59:36.713Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f8542394c296a874d7c1548ccc4fc92a877959fa&build=298&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F298%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-15T08:59:36.713Z] -> Uploading to [2024-07-15T08:59:36.713Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-15/7E55EF52A471D76F132DFD9A03CDDE97/f8542394c296a874d7c1548ccc4fc92a877959fa/c86c8e26-3777-47d4-b492-a35a6485b9b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240715%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240715T085936Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8c33725e739be79f8cd5297446a9685327bb1d72338c65d95907a35f7c9637f [2024-07-15T08:59:36.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-15T08:59:36.713Z] Dload Upload Total Spent Left Speed [2024-07-15T08:59:36.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17072 0 0 100 17072 0 70838 --:--:-- --:--:-- --:--:-- 70838 [2024-07-15T08:59:36.972Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] } [2024-07-15T08:59:36.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-15T08:59:37.191Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-15T08:59:37.206Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:59:37.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-15T08:59:37.518Z] [2024-07-15T08:59:37.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T08:59:37.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-15T08:59:37.812Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-15T08:59:37.812Z] 619be1103602: Already exists [2024-07-15T08:59:37.812Z] f8ea3408117e: Pulling fs layer [2024-07-15T08:59:37.812Z] 91320369b822: Pulling fs layer [2024-07-15T08:59:37.812Z] 0406650e8295: Pulling fs layer [2024-07-15T08:59:37.812Z] 4f4fb700ef54: Pulling fs layer [2024-07-15T08:59:37.812Z] 96d80e3f36e1: Pulling fs layer [2024-07-15T08:59:37.812Z] bcf3aedb951c: Pulling fs layer [2024-07-15T08:59:37.812Z] 4f4fb700ef54: Waiting [2024-07-15T08:59:37.812Z] 96d80e3f36e1: Waiting [2024-07-15T08:59:37.812Z] bcf3aedb951c: Waiting [2024-07-15T08:59:37.812Z] 0406650e8295: Download complete [2024-07-15T08:59:37.812Z] f8ea3408117e: Download complete [2024-07-15T08:59:37.812Z] 4f4fb700ef54: Verifying Checksum [2024-07-15T08:59:37.812Z] 4f4fb700ef54: Download complete [2024-07-15T08:59:37.812Z] f8ea3408117e: Pull complete [2024-07-15T08:59:38.070Z] 96d80e3f36e1: Verifying Checksum [2024-07-15T08:59:38.070Z] 96d80e3f36e1: Download complete [2024-07-15T08:59:38.327Z] 91320369b822: Verifying Checksum [2024-07-15T08:59:38.327Z] 91320369b822: Download complete [2024-07-15T08:59:38.894Z] bcf3aedb951c: Verifying Checksum [2024-07-15T08:59:38.895Z] bcf3aedb951c: Download complete [2024-07-15T08:59:42.179Z] 91320369b822: Pull complete [2024-07-15T08:59:42.438Z] 0406650e8295: Pull complete [2024-07-15T08:59:42.696Z] 4f4fb700ef54: Pull complete [2024-07-15T08:59:43.262Z] 96d80e3f36e1: Pull complete [2024-07-15T08:59:46.546Z] bcf3aedb951c: Pull complete [2024-07-15T08:59:46.546Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-15T08:59:46.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-15T08:59:46.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T08:59:46.650Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T08:59:46.658Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-15T08:59:51.194Z] $ docker top 9acd5c4809f7e4d5d067fc865f2a04a2594021b37e89f991eefb85b36fe1eb1c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T08:59:51.568Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2024-07-15T08:59:51.577Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2024-07-15T08:59:51.857Z] + set -o pipefail [2024-07-15T08:59:51.857Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2024-07-15T08:59:58.422Z] [2024-07-15T08:59:58.422Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2024-07-15T08:59:58.422Z] [2024-07-15T08:59:58.422Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/0ee3abb7-07f3-4d9e-85bc-9ee2d9d92862 [2024-07-15T08:59:58.422Z] [2024-07-15T08:59:58.422Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-15T08:59:58.422Z] [2024-07-15T08:59:58.422Z] [2024-07-15T08:59:58.422Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-15T08:59:58.422Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-15T08:59:58.407Z] $ docker stop --time=1 9acd5c4809f7e4d5d067fc865f2a04a2594021b37e89f991eefb85b36fe1eb1c [2024-07-15T09:00:04.899Z] $ docker rm -f --volumes 9acd5c4809f7e4d5d067fc865f2a04a2594021b37e89f991eefb85b36fe1eb1c [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-07-15T09:00:05.494Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-15T09:00:05.507Z] provisioning config files... [2024-07-15T09:00:05.515Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4130087356949999225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:05.816Z] --> edgex-publish-swagger.sh [2024-07-15T09:00:05.816Z] === Publish openapi/v3 API === [2024-07-15T09:00:05.816Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-15T09:00:05.816Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2024-07-15T09:00:05.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-15T09:00:05.816Z] Dload Upload Total Spent Left Speed [2024-07-15T09:00:06.391Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28585 100 156 100 28429 287 52355 --:--:-- --:--:-- --:--:-- 52545 100 28585 100 156 100 28429 287 52355 --:--:-- --:--:-- --:--:-- 52545 [2024-07-15T09:00:06.391Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-15T09:00:06.391Z] [Pipeline] } [2024-07-15T09:00:06.398Z] 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-07-15T09:00:06.819Z] + git log --format=format:%s -1 f8542394c296a874d7c1548ccc4fc92a877959fa [Pipeline] sh [2024-07-15T09:00:07.199Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-15T09:00:07.199Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:07.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T09:00:07.543Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T09:00:07.697Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T09:00:07.700Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-15T09:00:08.191Z] $ docker top 454f44bf186b1a6a4997da2ecc4fde886370ac2e27a5dee2a6d1e49f2bce1556 -eo pid,comm [2024-07-15T09:00:08.262Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-15T09:00:08.262Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-15T09:00:08.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-15T09:00:08.319Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-15T09:00:08.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-15T09:00:08.444Z] $ docker exec 454f44bf186b1a6a4997da2ecc4fde886370ac2e27a5dee2a6d1e49f2bce1556 ssh-agent [2024-07-15T09:00:08.584Z] SSH_AUTH_SOCK=/tmp/ssh-1PCKuVdMmYuV/agent.33 [2024-07-15T09:00:08.584Z] SSH_AGENT_PID=39 [2024-07-15T09:00:08.589Z] Running ssh-add (command line suppressed) [2024-07-15T09:00:08.676Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17932684213216377652.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17932684213216377652.key) [2024-07-15T09:00:08.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-15T09:00:09.011Z] + git semver tag [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,246 [run_tag] DEBUG tag force:False [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,246 [check_head_tag] DEBUG check head tag [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,249 [execute] INFO git cat-file --batch-check [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,255 [execute] INFO git cat-file --batch [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,278 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,279 [execute] INFO git tag -a v3.2.0-dev.23 -m v3.2.0-dev.23 [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,279 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.23', '-m', 'v3.2.0-dev.23'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-15T09:00:09.579Z] 2024-07-15 09:00:09,284 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:09.579Z] 3.2.0-dev.23 [Pipeline] } [2024-07-15T09:00:09.562Z] $ docker exec --env ******** --env ******** 454f44bf186b1a6a4997da2ecc4fde886370ac2e27a5dee2a6d1e49f2bce1556 ssh-agent -k [2024-07-15T09:00:09.665Z] unset SSH_AUTH_SOCK; [2024-07-15T09:00:09.665Z] unset SSH_AGENT_PID; [2024-07-15T09:00:09.665Z] echo Agent pid 39 killed; [2024-07-15T09:00:09.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-15T09:00:10.031Z] + git semver [Pipeline] } [2024-07-15T09:00:10.277Z] $ docker stop --time=1 454f44bf186b1a6a4997da2ecc4fde886370ac2e27a5dee2a6d1e49f2bce1556 [2024-07-15T09:00:11.582Z] $ docker rm -f --volumes 454f44bf186b1a6a4997da2ecc4fde886370ac2e27a5dee2a6d1e49f2bce1556 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:12.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-15T09:00:12.041Z] [2024-07-15T09:00:12.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:12.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-15T09:00:12.345Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-15T09:00:12.345Z] ab5ef0e58194: Pulling fs layer [2024-07-15T09:00:12.345Z] 9712f1f96733: Pulling fs layer [2024-07-15T09:00:12.345Z] 63f879dbbcfc: Pulling fs layer [2024-07-15T09:00:12.345Z] 0d9ebad4ef96: Pulling fs layer [2024-07-15T09:00:12.345Z] e9a5061849ea: Pulling fs layer [2024-07-15T09:00:12.345Z] d747dcd14b5f: Pulling fs layer [2024-07-15T09:00:12.345Z] 2de7ff778b66: Pulling fs layer [2024-07-15T09:00:12.345Z] 0d9ebad4ef96: Waiting [2024-07-15T09:00:12.345Z] e9a5061849ea: Waiting [2024-07-15T09:00:12.345Z] d747dcd14b5f: Waiting [2024-07-15T09:00:12.345Z] 2de7ff778b66: Waiting [2024-07-15T09:00:12.345Z] 9712f1f96733: Verifying Checksum [2024-07-15T09:00:12.345Z] 9712f1f96733: Download complete [2024-07-15T09:00:12.603Z] 63f879dbbcfc: Verifying Checksum [2024-07-15T09:00:12.603Z] 63f879dbbcfc: Download complete [2024-07-15T09:00:12.861Z] e9a5061849ea: Verifying Checksum [2024-07-15T09:00:12.862Z] e9a5061849ea: Download complete [2024-07-15T09:00:12.862Z] ab5ef0e58194: Verifying Checksum [2024-07-15T09:00:12.862Z] ab5ef0e58194: Download complete [2024-07-15T09:00:12.862Z] d747dcd14b5f: Verifying Checksum [2024-07-15T09:00:12.862Z] d747dcd14b5f: Download complete [2024-07-15T09:00:12.862Z] 0d9ebad4ef96: Verifying Checksum [2024-07-15T09:00:12.862Z] 0d9ebad4ef96: Download complete [2024-07-15T09:00:12.862Z] 2de7ff778b66: Verifying Checksum [2024-07-15T09:00:12.862Z] 2de7ff778b66: Download complete [2024-07-15T09:00:15.394Z] ab5ef0e58194: Pull complete [2024-07-15T09:00:15.394Z] 9712f1f96733: Pull complete [2024-07-15T09:00:16.329Z] 63f879dbbcfc: Pull complete [2024-07-15T09:00:20.517Z] 0d9ebad4ef96: Pull complete [2024-07-15T09:00:20.518Z] e9a5061849ea: Pull complete [2024-07-15T09:00:20.518Z] d747dcd14b5f: Pull complete [2024-07-15T09:00:21.083Z] 2de7ff778b66: Pull complete [2024-07-15T09:00:21.083Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-15T09:00:21.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-15T09:00:21.083Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T09:00:21.188Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T09:00:21.189Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-15T09:00:28.696Z] $ docker top 917d31f162a334ec1a327359629b4b77517629640570b1660582e3c3ea4a9a60 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-15T09:00:28.797Z] provisioning config files... [2024-07-15T09:00:28.804Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17813232775869731060tmp [2024-07-15T09:00:28.812Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13333639146650720905tmp [2024-07-15T09:00:28.820Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3024512660930035061tmp [Pipeline] { [Pipeline] echo [2024-07-15T09:00:28.905Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:29.192Z] ---> sigul-configuration.sh [2024-07-15T09:00:29.192Z] gpg: directory `/root/.gnupg' created [2024-07-15T09:00:29.192Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-15T09:00:29.192Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-15T09:00:29.192Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-15T09:00:29.192Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-15T09:00:29.192Z] gpg: CAST5 encrypted data [2024-07-15T09:00:29.192Z] gpg: encrypted with 1 passphrase [2024-07-15T09:00:29.193Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-15T09:00:29.485Z] + mkdir /home/jenkins [2024-07-15T09:00:29.485Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-15T09:00:29.777Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-07-15T09:00:29.792Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:30.083Z] ---> sigul-install.sh [2024-07-15T09:00:30.084Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-15T09:00:30.377Z] + git tag --list [2024-07-15T09:00:30.377Z] 0.7.1 [2024-07-15T09:00:30.377Z] delhi-tag [2024-07-15T09:00:30.377Z] v1.0.0 [2024-07-15T09:00:30.377Z] v1.1.0 [2024-07-15T09:00:30.377Z] v1.1.1 [2024-07-15T09:00:30.377Z] v1.1.2 [2024-07-15T09:00:30.377Z] v1.2.0 [2024-07-15T09:00:30.377Z] v1.2.1 [2024-07-15T09:00:30.377Z] v1.2.2 [2024-07-15T09:00:30.377Z] v1.2.3 [2024-07-15T09:00:30.377Z] v1.3.0 [2024-07-15T09:00:30.377Z] v1.4.0 [2024-07-15T09:00:30.377Z] v2.0.0 [2024-07-15T09:00:30.377Z] v2.1.0 [2024-07-15T09:00:30.377Z] v2.1.1 [2024-07-15T09:00:30.377Z] v2.2.0 [2024-07-15T09:00:30.377Z] v2.3.0 [2024-07-15T09:00:30.377Z] v2.3.1 [2024-07-15T09:00:30.377Z] v3.0 [2024-07-15T09:00:30.377Z] v3.0.0 [2024-07-15T09:00:30.377Z] v3.0.1-dev.1 [2024-07-15T09:00:30.377Z] v3.1 [2024-07-15T09:00:30.377Z] v3.1.0 [2024-07-15T09:00:30.377Z] v3.1.0-dev.1 [2024-07-15T09:00:30.377Z] v3.1.0-dev.10 [2024-07-15T09:00:30.377Z] v3.1.0-dev.11 [2024-07-15T09:00:30.377Z] v3.1.0-dev.12 [2024-07-15T09:00:30.377Z] v3.1.0-dev.13 [2024-07-15T09:00:30.377Z] v3.1.0-dev.14 [2024-07-15T09:00:30.377Z] v3.1.0-dev.15 [2024-07-15T09:00:30.377Z] v3.1.0-dev.16 [2024-07-15T09:00:30.377Z] v3.1.0-dev.17 [2024-07-15T09:00:30.377Z] v3.1.0-dev.18 [2024-07-15T09:00:30.377Z] v3.1.0-dev.19 [2024-07-15T09:00:30.377Z] v3.1.0-dev.2 [2024-07-15T09:00:30.377Z] v3.1.0-dev.20 [2024-07-15T09:00:30.377Z] v3.1.0-dev.21 [2024-07-15T09:00:30.377Z] v3.1.0-dev.22 [2024-07-15T09:00:30.377Z] v3.1.0-dev.23 [2024-07-15T09:00:30.377Z] v3.1.0-dev.24 [2024-07-15T09:00:30.377Z] v3.1.0-dev.25 [2024-07-15T09:00:30.377Z] v3.1.0-dev.26 [2024-07-15T09:00:30.377Z] v3.1.0-dev.27 [2024-07-15T09:00:30.377Z] v3.1.0-dev.28 [2024-07-15T09:00:30.377Z] v3.1.0-dev.29 [2024-07-15T09:00:30.377Z] v3.1.0-dev.3 [2024-07-15T09:00:30.377Z] v3.1.0-dev.30 [2024-07-15T09:00:30.377Z] v3.1.0-dev.31 [2024-07-15T09:00:30.377Z] v3.1.0-dev.32 [2024-07-15T09:00:30.377Z] v3.1.0-dev.33 [2024-07-15T09:00:30.377Z] v3.1.0-dev.34 [2024-07-15T09:00:30.377Z] v3.1.0-dev.35 [2024-07-15T09:00:30.377Z] v3.1.0-dev.36 [2024-07-15T09:00:30.377Z] v3.1.0-dev.37 [2024-07-15T09:00:30.377Z] v3.1.0-dev.38 [2024-07-15T09:00:30.377Z] v3.1.0-dev.39 [2024-07-15T09:00:30.377Z] v3.1.0-dev.4 [2024-07-15T09:00:30.377Z] v3.1.0-dev.40 [2024-07-15T09:00:30.377Z] v3.1.0-dev.41 [2024-07-15T09:00:30.377Z] v3.1.0-dev.5 [2024-07-15T09:00:30.377Z] v3.1.0-dev.6 [2024-07-15T09:00:30.377Z] v3.1.0-dev.7 [2024-07-15T09:00:30.377Z] v3.1.0-dev.8 [2024-07-15T09:00:30.377Z] v3.1.0-dev.9 [2024-07-15T09:00:30.377Z] v3.1.1 [2024-07-15T09:00:30.377Z] v3.1.1-dev.1 [2024-07-15T09:00:30.377Z] v3.2.0-dev.1 [2024-07-15T09:00:30.377Z] v3.2.0-dev.10 [2024-07-15T09:00:30.377Z] v3.2.0-dev.11 [2024-07-15T09:00:30.377Z] v3.2.0-dev.12 [2024-07-15T09:00:30.377Z] v3.2.0-dev.13 [2024-07-15T09:00:30.377Z] v3.2.0-dev.14 [2024-07-15T09:00:30.377Z] v3.2.0-dev.15 [2024-07-15T09:00:30.377Z] v3.2.0-dev.16 [2024-07-15T09:00:30.377Z] v3.2.0-dev.17 [2024-07-15T09:00:30.377Z] v3.2.0-dev.18 [2024-07-15T09:00:30.377Z] v3.2.0-dev.19 [2024-07-15T09:00:30.377Z] v3.2.0-dev.2 [2024-07-15T09:00:30.377Z] v3.2.0-dev.20 [2024-07-15T09:00:30.377Z] v3.2.0-dev.21 [2024-07-15T09:00:30.377Z] v3.2.0-dev.22 [2024-07-15T09:00:30.377Z] v3.2.0-dev.23 [2024-07-15T09:00:30.377Z] v3.2.0-dev.3 [2024-07-15T09:00:30.377Z] v3.2.0-dev.4 [2024-07-15T09:00:30.377Z] v3.2.0-dev.5 [2024-07-15T09:00:30.377Z] v3.2.0-dev.6 [2024-07-15T09:00:30.377Z] v3.2.0-dev.7 [2024-07-15T09:00:30.377Z] v3.2.0-dev.8 [2024-07-15T09:00:30.377Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-15T09:00:30.794Z] + lftools sign git-tag v3.2.0-dev.23 [2024-07-15T09:00:31.052Z] Signing Git tag with Sigul... [2024-07-15T09:00:31.052Z] Signing v3.2.0-dev.23 [Pipeline] echo [2024-07-15T09:00:31.631Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:31.923Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-15T09:00:31.930Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-15T09:00:31.934Z] $ docker stop --time=1 917d31f162a334ec1a327359629b4b77517629640570b1660582e3c3ea4a9a60 [2024-07-15T09:00:33.277Z] $ docker rm -f --volumes 917d31f162a334ec1a327359629b4b77517629640570b1660582e3c3ea4a9a60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-15T09:00:33.754Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-15T09:00:33.754Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:34.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T09:00:34.058Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T09:00:34.138Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T09:00:34.144Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-15T09:00:34.523Z] $ docker top 4781ad5b06acd9dc41104d48414ad126017e96d3151bd80f6ebd0aec4d4b509e -eo pid,comm [2024-07-15T09:00:34.601Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-15T09:00:34.601Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-15T09:00:34.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-15T09:00:34.676Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-15T09:00:34.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-15T09:00:34.757Z] $ docker exec 4781ad5b06acd9dc41104d48414ad126017e96d3151bd80f6ebd0aec4d4b509e ssh-agent [2024-07-15T09:00:34.889Z] SSH_AUTH_SOCK=/tmp/ssh-etgySqus9QQ0/agent.32 [2024-07-15T09:00:34.889Z] SSH_AGENT_PID=38 [2024-07-15T09:00:34.893Z] Running ssh-add (command line suppressed) [2024-07-15T09:00:34.968Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10294354284039317794.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10294354284039317794.key) [2024-07-15T09:00:35.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-15T09:00:35.298Z] + git semver bump pre [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [bump_version] DEBUG bumping version:3.2.0-dev.23 on axis:pre with prefix:dev [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [bump_version] DEBUG bumped version:3.2.0-dev.24 [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [write_version] DEBUG write version:3.2.0-dev.24 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,452 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,456 [execute] INFO git cat-file --batch-check [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,463 [execute] INFO git cat-file --batch [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,463 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-15T09:00:35.557Z] 2024-07-15 09:00:35,468 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:35.557Z] 3.2.0-dev.24 [Pipeline] } [2024-07-15T09:00:35.540Z] $ docker exec --env ******** --env ******** 4781ad5b06acd9dc41104d48414ad126017e96d3151bd80f6ebd0aec4d4b509e ssh-agent -k [2024-07-15T09:00:35.627Z] unset SSH_AUTH_SOCK; [2024-07-15T09:00:35.627Z] unset SSH_AGENT_PID; [2024-07-15T09:00:35.627Z] echo Agent pid 38 killed; [2024-07-15T09:00:35.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-15T09:00:35.994Z] + git semver [Pipeline] } [2024-07-15T09:00:36.241Z] $ docker stop --time=1 4781ad5b06acd9dc41104d48414ad126017e96d3151bd80f6ebd0aec4d4b509e [2024-07-15T09:00:37.529Z] $ docker rm -f --volumes 4781ad5b06acd9dc41104d48414ad126017e96d3151bd80f6ebd0aec4d4b509e [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-15T09:00:37.930Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-15T09:00:37.930Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:38.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-15T09:00:38.239Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T09:00:38.322Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T09:00:38.324Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-15T09:00:38.643Z] $ docker top 7cb37e89ecce63eafc78fc2630dc87f4e36f350e39efdc3c094f507318f54e51 -eo pid,comm [2024-07-15T09:00:38.713Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-15T09:00:38.713Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-15T09:00:38.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-15T09:00:38.767Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-15T09:00:38.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-15T09:00:38.876Z] $ docker exec 7cb37e89ecce63eafc78fc2630dc87f4e36f350e39efdc3c094f507318f54e51 ssh-agent [2024-07-15T09:00:39.000Z] SSH_AUTH_SOCK=/tmp/ssh-bBh4PyBe2Ota/agent.33 [2024-07-15T09:00:39.000Z] SSH_AGENT_PID=39 [2024-07-15T09:00:39.004Z] Running ssh-add (command line suppressed) [2024-07-15T09:00:39.076Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14107928861447825509.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14107928861447825509.key) [2024-07-15T09:00:39.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-15T09:00:39.406Z] + git semver push [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,570 [run_push] DEBUG push [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,571 [execute] INFO git cat-file --batch-check [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,571 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,576 [execute] INFO git rev-list 679aef45dc655e8b3bb83f8211bd2c38bafdc1af -- [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,576 [execute] DEBUG Popen(['git', 'rev-list', '679aef45dc655e8b3bb83f8211bd2c38bafdc1af', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,590 [execute] INFO git fetch -v origin [2024-07-15T09:00:39.664Z] 2024-07-15 09:00:39,590 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-15T09:00:40.230Z] 2024-07-15 09:00:40,048 [run_push] DEBUG no remote changes detected [2024-07-15T09:00:40.230Z] 2024-07-15 09:00:40,048 [execute] INFO git push origin semver [2024-07-15T09:00:40.230Z] 2024-07-15 09:00:40,049 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-15T09:00:41.168Z] 2024-07-15 09:00:40,803 [run_push] DEBUG push all version tags [2024-07-15T09:00:41.168Z] 2024-07-15 09:00:40,804 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-15T09:00:41.168Z] 2024-07-15 09:00:40,804 [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-07-15T09:00:41.737Z] 2024-07-15 09:00:41,507 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-15T09:00:41.737Z] 3.2.0-dev.24 [Pipeline] } [2024-07-15T09:00:41.721Z] $ docker exec --env ******** --env ******** 7cb37e89ecce63eafc78fc2630dc87f4e36f350e39efdc3c094f507318f54e51 ssh-agent -k [2024-07-15T09:00:41.831Z] unset SSH_AUTH_SOCK; [2024-07-15T09:00:41.831Z] unset SSH_AGENT_PID; [2024-07-15T09:00:41.831Z] echo Agent pid 39 killed; [2024-07-15T09:00:41.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-15T09:00:42.205Z] + git semver [Pipeline] } [2024-07-15T09:00:42.759Z] $ docker stop --time=1 7cb37e89ecce63eafc78fc2630dc87f4e36f350e39efdc3c094f507318f54e51 [2024-07-15T09:00:44.014Z] $ docker rm -f --volumes 7cb37e89ecce63eafc78fc2630dc87f4e36f350e39efdc3c094f507318f54e51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-15T09:00:44.701Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2024-07-15T09:00:44.701Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-15T09:00:44.701Z] total 16 [2024-07-15T09:00:44.701Z] drwxr-xr-x 3 root root 4096 Jul 15 08:44 . [2024-07-15T09:00:44.701Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 15 09:00 .. [2024-07-15T09:00:44.701Z] drwxr-xr-x 2 root root 4096 Jul 15 08:44 cost [2024-07-15T09:00:44.701Z] -rw-r--r-- 1 root root 85 Jul 15 08:44 cost.csv [2024-07-15T09:00:44.701Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-15T09:00:44.701Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-15T09:00:44.701Z] total 16 [2024-07-15T09:00:44.701Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 15 08:44 . [2024-07-15T09:00:44.701Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 15 09:00 .. [2024-07-15T09:00:44.701Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 15 08:44 cost [2024-07-15T09:00:44.701Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 15 08:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:44.991Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:45.849Z] ---> package-listing.sh [2024-07-15T09:00:45.850Z] ++ facter osfamily [2024-07-15T09:00:45.850Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-15T09:00:46.107Z] + OS_FAMILY=debian [2024-07-15T09:00:46.107Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2024-07-15T09:00:46.107Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-15T09:00:46.107Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-15T09:00:46.107Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-15T09:00:46.107Z] + PACKAGES=/tmp/packages_start.txt [2024-07-15T09:00:46.107Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-15T09:00:46.107Z] + PACKAGES=/tmp/packages_end.txt [2024-07-15T09:00:46.107Z] + case "${OS_FAMILY}" in [2024-07-15T09:00:46.107Z] + dpkg -l [2024-07-15T09:00:46.107Z] + grep '^ii' [2024-07-15T09:00:46.107Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-15T09:00:46.107Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-15T09:00:46.107Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-15T09:00:46.107Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-15T09:00:46.107Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2024-07-15T09:00:46.107Z] + 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-07-15T09:00:46.117Z] 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-07-15T09:00:46.391Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-15T09:00:46.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-15T09:00:46.952Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-15T09:00:47.025Z] prd-ubuntu20.04-docker-8c-8g-5618 does not seem to be running inside a container [2024-07-15T09:00:47.027Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-15T09:00:47.276Z] $ docker top cbb7e8081ba96103df3a39d6f8011e7b6c12672dd0684ab665aecaf0871da6f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-15T09:00:47.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-15T09:00:47.935Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-15T09:00:48.219Z] + ls /var/log/sa-host [2024-07-15T09:00:48.219Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-15T09:00:48.423Z] provisioning config files... [2024-07-15T09:00:48.434Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9351004559387158118tmp [Pipeline] { [Pipeline] echo [2024-07-15T09:00:48.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:48.749Z] ---> create-netrc.sh [Pipeline] } [2024-07-15T09:00:48.758Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:49.111Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-15T09:00:49.121Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:49.404Z] ---> sudo-logs.sh [2024-07-15T09:00:49.404Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-15T09:00:49.437Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:49.721Z] ---> job-cost.sh [2024-07-15T09:00:49.721Z] lf-activate-venv: SKIPPING [2024-07-15T09:00:49.721Z] DEBUG: total: 0.2199999988079071 [2024-07-15T09:00:49.721Z] INFO: Retrieving Stack Cost... [2024-07-15T09:00:50.290Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-15T09:00:50.550Z] INFO: Archiving Costs [Pipeline] echo [2024-07-15T09:00:50.563Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-15T09:00:50.844Z] ---> logs-deploy.sh [2024-07-15T09:00:50.845Z] lf-activate-venv: SKIPPING [2024-07-15T09:00:50.845Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/298 [2024-07-15T09:00:50.845Z] INFO: archiving workspace using pattern(s): [2024-07-15T09:00:51.780Z] Archives upload complete. [2024-07-15T09:00:51.780Z] INFO: archiving logs to Nexus