Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ffc6b2a10374aabd10876c720f3818be68dc531f 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-ssh1472610012877237264.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-ssh11228501573856970270.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-ssh10586096319755355585.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-ssh1962146786921603142.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-ssh2808927838218224352.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 Running on prd-ubuntu20.04-docker-8c-8g-4875 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 > 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 Avoid second fetch Checking out Revision ffc6b2a10374aabd10876c720f3818be68dc531f (main) Commit message: "Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40" > git config core.sparsecheckout # timeout=10 > git checkout -f ffc6b2a10374aabd10876c720f3818be68dc531f # timeout=10 > git rev-list --no-walk 674285bf94d6af221e4eaa16557cf1203e8f19ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-03T04:45:59.459Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-03T04:45:59.536Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-03T04:45:59.563Z] ========================================================= [2024-07-03T04:45:59.563Z] EdgeX Global Pipelines Version Info [2024-07-03T04:45:59.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-03T04:46:00.270Z] ------------------- [2024-07-03T04:46:00.271Z] stable info: [2024-07-03T04:46:00.271Z] ------------------- [2024-07-03T04:46:00.271Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-03T04:46:00.271Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-03T04:46:00.271Z] Message: update stable to v1.0.260 [2024-07-03T04:46:00.839Z] ------------------- [2024-07-03T04:46:00.839Z] experimental info: [2024-07-03T04:46:00.839Z] ------------------- [2024-07-03T04:46:00.839Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-03T04:46:00.839Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-03T04:46:00.839Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-03T04:46:00.916Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2024-07-03T04:46:00.934Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2024-07-03T04:46:00.954Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-03T04:46:00.978Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-03T04:46:00.996Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-03T04:46:01.016Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-03T04:46:01.034Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-03T04:46:01.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2024-07-03T04:46:01.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-03T04:46:01.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-03T04:46:01.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-03T04:46:01.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2024-07-03T04:46:01.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-03T04:46:01.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-03T04:46:01.229Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-03T04:46:01.245Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-07-03T04:46:01.263Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-03T04:46:01.282Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-03T04:46:01.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-03T04:46:01.320Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-03T04:46:01.341Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-03T04:46:01.365Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-03T04:46:01.386Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-03T04:46:01.410Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-03T04:46:01.431Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-03T04:46:01.451Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-03T04:46:01.470Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-03T04:46:01.487Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-03T04:46:01.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-03T04:46:01.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-03T04:46:01.545Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo [2024-07-03T04:46:01.570Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffc6b2a [Pipeline] echo [2024-07-03T04:46:01.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-03T04:46:01.661Z] provisioning config files... [2024-07-03T04:46:01.673Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7914830647112851757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T04:46:02.006Z] ---> ****-login.sh [2024-07-03T04:46:02.006Z] nexus3.edgexfoundry.org:10001 [2024-07-03T04:46:02.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:02.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:02.267Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:02.267Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:02.267Z] [2024-07-03T04:46:02.267Z] Login Succeeded [2024-07-03T04:46:02.267Z] nexus3.edgexfoundry.org:10002 [2024-07-03T04:46:02.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:02.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:02.528Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:02.528Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:02.528Z] [2024-07-03T04:46:02.528Z] Login Succeeded [2024-07-03T04:46:02.528Z] nexus3.edgexfoundry.org:10003 [2024-07-03T04:46:02.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:02.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:02.528Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:02.528Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:02.528Z] [2024-07-03T04:46:02.528Z] Login Succeeded [2024-07-03T04:46:02.528Z] nexus3.edgexfoundry.org:10004 [2024-07-03T04:46:02.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:02.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:02.529Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:02.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:02.529Z] [2024-07-03T04:46:02.529Z] Login Succeeded [2024-07-03T04:46:02.788Z] ****.io [2024-07-03T04:46:02.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:02.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:02.788Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:02.788Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:02.788Z] [2024-07-03T04:46:02.788Z] Login Succeeded [2024-07-03T04:46:02.795Z] ---> ****-login.sh ends [Pipeline] } [2024-07-03T04:46:02.796Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-03T04:46:03.193Z] + git rev-list -1 --merges ffc6b2a10374aabd10876c720f3818be68dc531f~1..ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo [2024-07-03T04:46:03.218Z] -----------> git rev-list -1 --merges ffc6b2a10374aabd10876c720f3818be68dc531f~1..ffc6b2a10374aabd10876c720f3818be68dc531f ffc6b2a10374aabd10876c720f3818be68dc531f [2024-07-03T04:46:03.218Z] ffc6b2a10374aabd10876c720f3818be68dc531f [false] [Pipeline] sh [2024-07-03T04:46:03.511Z] + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo [2024-07-03T04:46:03.528Z] ========================================================= [2024-07-03T04:46:03.528Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-03T04:46:03.528Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-03T04:46:03.868Z] + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] echo [2024-07-03T04:46:03.882Z] [semverPrep] GIT_COMMIT: ffc6b2a10374aabd10876c720f3818be68dc531f, Commit Message: Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40 [Pipeline] echo [2024-07-03T04:46:03.899Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-03T04:46:04.267Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-03T04:46:04.267Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-03T04:46:04.267Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-03T04:46:04.267Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-03T04:46:04.267Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-03T04:46:04.267Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-03T04:46:04.267Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:46:04.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T04:46:04.685Z] [2024-07-03T04:46:04.685Z] 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-03T04:46:04.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T04:46:04.990Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-03T04:46:04.990Z] b85a868b505f: Pulling fs layer [2024-07-03T04:46:04.990Z] e2be974225ed: Pulling fs layer [2024-07-03T04:46:04.990Z] 339a4e72a1f5: Pulling fs layer [2024-07-03T04:46:04.990Z] 988bab9f4d93: Pulling fs layer [2024-07-03T04:46:04.990Z] 1469e6f7b9e6: Pulling fs layer [2024-07-03T04:46:04.990Z] eaf3925da568: Pulling fs layer [2024-07-03T04:46:04.990Z] bab4dde63d76: Pulling fs layer [2024-07-03T04:46:04.990Z] bde34c3a00c8: Pulling fs layer [2024-07-03T04:46:04.990Z] b352a97aabf1: Pulling fs layer [2024-07-03T04:46:04.990Z] 4872d77fe225: Pulling fs layer [2024-07-03T04:46:04.990Z] 5851b861e8e6: Pulling fs layer [2024-07-03T04:46:04.990Z] 988bab9f4d93: Waiting [2024-07-03T04:46:04.990Z] bab4dde63d76: Waiting [2024-07-03T04:46:04.990Z] bde34c3a00c8: Waiting [2024-07-03T04:46:04.990Z] 1469e6f7b9e6: Waiting [2024-07-03T04:46:04.990Z] eaf3925da568: Waiting [2024-07-03T04:46:04.990Z] b352a97aabf1: Waiting [2024-07-03T04:46:04.990Z] 4872d77fe225: Waiting [2024-07-03T04:46:04.990Z] 5851b861e8e6: Waiting [2024-07-03T04:46:04.990Z] e2be974225ed: Verifying Checksum [2024-07-03T04:46:04.990Z] e2be974225ed: Download complete [2024-07-03T04:46:04.990Z] 988bab9f4d93: Verifying Checksum [2024-07-03T04:46:04.990Z] 988bab9f4d93: Download complete [2024-07-03T04:46:04.990Z] 1469e6f7b9e6: Verifying Checksum [2024-07-03T04:46:04.990Z] 1469e6f7b9e6: Download complete [2024-07-03T04:46:04.990Z] 339a4e72a1f5: Verifying Checksum [2024-07-03T04:46:04.990Z] 339a4e72a1f5: Download complete [2024-07-03T04:46:04.990Z] eaf3925da568: Verifying Checksum [2024-07-03T04:46:04.990Z] eaf3925da568: Download complete [2024-07-03T04:46:05.248Z] bde34c3a00c8: Verifying Checksum [2024-07-03T04:46:05.248Z] bde34c3a00c8: Download complete [2024-07-03T04:46:05.248Z] b352a97aabf1: Verifying Checksum [2024-07-03T04:46:05.248Z] b352a97aabf1: Download complete [2024-07-03T04:46:05.248Z] 4872d77fe225: Download complete [2024-07-03T04:46:05.248Z] 5851b861e8e6: Verifying Checksum [2024-07-03T04:46:05.248Z] 5851b861e8e6: Download complete [2024-07-03T04:46:05.248Z] b85a868b505f: Verifying Checksum [2024-07-03T04:46:05.248Z] b85a868b505f: Download complete [2024-07-03T04:46:05.507Z] bab4dde63d76: Verifying Checksum [2024-07-03T04:46:05.507Z] bab4dde63d76: Download complete [2024-07-03T04:46:06.442Z] b85a868b505f: Pull complete [2024-07-03T04:46:06.443Z] e2be974225ed: Pull complete [2024-07-03T04:46:07.008Z] 339a4e72a1f5: Pull complete [2024-07-03T04:46:07.008Z] 988bab9f4d93: Pull complete [2024-07-03T04:46:07.266Z] 1469e6f7b9e6: Pull complete [2024-07-03T04:46:07.266Z] eaf3925da568: Pull complete [2024-07-03T04:46:09.165Z] bab4dde63d76: Pull complete [2024-07-03T04:46:09.166Z] bde34c3a00c8: Pull complete [2024-07-03T04:46:09.424Z] b352a97aabf1: Pull complete [2024-07-03T04:46:09.424Z] 4872d77fe225: Pull complete [2024-07-03T04:46:09.424Z] 5851b861e8e6: Pull complete [2024-07-03T04:46:09.424Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-03T04:46:09.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T04:46:09.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:46:09.555Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T04:46:09.582Z] $ 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-03T04:46:11.891Z] $ docker top f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-03T04:46:12.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-03T04:46:12.012Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-03T04:46:12.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-03T04:46:12.132Z] $ docker exec f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent [2024-07-03T04:46:12.244Z] SSH_AUTH_SOCK=/tmp/ssh-ZO1bSXys0Msu/agent.32 [2024-07-03T04:46:12.244Z] SSH_AGENT_PID=38 [2024-07-03T04:46:12.250Z] Running ssh-add (command line suppressed) [2024-07-03T04:46:12.361Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17572147756464613855.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17572147756464613855.key) [2024-07-03T04:46:12.379Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-03T04:46:12.672Z] + git tag --points-at HEAD [Pipeline] } [2024-07-03T04:46:12.679Z] $ docker exec --env ******** --env ******** f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent -k [2024-07-03T04:46:12.773Z] unset SSH_AUTH_SOCK; [2024-07-03T04:46:12.773Z] unset SSH_AGENT_PID; [2024-07-03T04:46:12.774Z] echo Agent pid 38 killed; [2024-07-03T04:46:12.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-03T04:46:12.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-03T04:46:12.827Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-03T04:46:12.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-03T04:46:12.931Z] $ docker exec f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent [2024-07-03T04:46:13.048Z] SSH_AUTH_SOCK=/tmp/ssh-54yONJ4FwlKc/agent.73 [2024-07-03T04:46:13.048Z] SSH_AGENT_PID=79 [2024-07-03T04:46:13.054Z] Running ssh-add (command line suppressed) [2024-07-03T04:46:13.159Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14149515492062811599.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14149515492062811599.key) [2024-07-03T04:46:13.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-03T04:46:13.469Z] + git semver init [2024-07-03T04:46:13.729Z] 2024-07-03 04:46:13,623 [run_init] DEBUG init version:0.0.0 force:False [2024-07-03T04:46:13.729Z] 2024-07-03 04:46:13,624 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-03T04:46:13.729Z] 2024-07-03 04:46:13,624 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2024-07-03T04:46:13.729Z] 2024-07-03 04:46:13,625 [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-03T04:46:15.641Z] 2024-07-03 04:46:15,511 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2024-07-03T04:46:15.641Z] 2024-07-03 04:46:15,511 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2024-07-03T04:46:15.641Z] 2024-07-03 04:46:15,511 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T04:46:15.641Z] 2024-07-03 04:46:15,511 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T04:46:15.641Z] 3.2.0-dev.20 [Pipeline] } [2024-07-03T04:46:15.645Z] $ docker exec --env ******** --env ******** f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b ssh-agent -k [2024-07-03T04:46:15.741Z] unset SSH_AUTH_SOCK; [2024-07-03T04:46:15.741Z] unset SSH_AGENT_PID; [2024-07-03T04:46:15.741Z] echo Agent pid 79 killed; [2024-07-03T04:46:15.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-03T04:46:16.080Z] + git semver [Pipeline] } [2024-07-03T04:46:16.347Z] $ docker stop --time=1 f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b [2024-07-03T04:46:17.621Z] $ docker rm -f --volumes f9890dc7bc989471d221a011a314bfc8c21fb7f1a3088c8a0d6c2be2e3a0412b [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-03T04:46:17.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-03T04:46:18.190Z] Stashed 1 file(s) [Pipeline] echo [2024-07-03T04:46:18.192Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.20 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-03T04:46:18.360Z] provisioning config files... [2024-07-03T04:46:18.368Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12759513433520525868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T04:46:18.665Z] ---> ****-login.sh [2024-07-03T04:46:18.666Z] nexus3.edgexfoundry.org:10001 [2024-07-03T04:46:18.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:18.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:18.666Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:18.666Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:18.666Z] [2024-07-03T04:46:18.666Z] Login Succeeded [2024-07-03T04:46:18.666Z] nexus3.edgexfoundry.org:10002 [2024-07-03T04:46:18.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:18.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:18.666Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:18.666Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:18.666Z] [2024-07-03T04:46:18.666Z] Login Succeeded [2024-07-03T04:46:18.666Z] nexus3.edgexfoundry.org:10003 [2024-07-03T04:46:18.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:18.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:18.925Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:18.925Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:18.925Z] [2024-07-03T04:46:18.925Z] Login Succeeded [2024-07-03T04:46:18.925Z] nexus3.edgexfoundry.org:10004 [2024-07-03T04:46:18.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:18.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:18.925Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:18.925Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:18.925Z] [2024-07-03T04:46:18.925Z] Login Succeeded [2024-07-03T04:46:18.925Z] ****.io [2024-07-03T04:46:18.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:46:19.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:46:19.184Z] Configure a credential helper to remove this warning. See [2024-07-03T04:46:19.184Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:46:19.184Z] [2024-07-03T04:46:19.184Z] Login Succeeded [2024-07-03T04:46:19.184Z] ---> ****-login.sh ends [Pipeline] } [2024-07-03T04:46:19.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-03T04:46:19.271Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-03T04:46:19.292Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-03T04:46:19.308Z] ========================================================= [2024-07-03T04:46:19.308Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-03T04:46:19.308Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:46:19.650Z] + 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-03T04:46:19.650Z] Sending build context to Docker daemon 24.96MB [2024-07-03T04:46:19.650Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-03T04:46:19.650Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-03T04:46:19.908Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-03T04:46:19.908Z] 619be1103602: Pulling fs layer [2024-07-03T04:46:19.908Z] 7862e08f4a3e: Pulling fs layer [2024-07-03T04:46:19.908Z] 5df492c9dc93: Pulling fs layer [2024-07-03T04:46:19.908Z] 7629e6793208: Pulling fs layer [2024-07-03T04:46:19.908Z] 4f4fb700ef54: Pulling fs layer [2024-07-03T04:46:19.908Z] fb5054dd5b73: Pulling fs layer [2024-07-03T04:46:19.908Z] eeca6798cff9: Pulling fs layer [2024-07-03T04:46:19.908Z] aa269ceb94a6: Pulling fs layer [2024-07-03T04:46:19.908Z] ada007ff1a6a: Pulling fs layer [2024-07-03T04:46:19.908Z] 7629e6793208: Waiting [2024-07-03T04:46:19.908Z] 4f4fb700ef54: Waiting [2024-07-03T04:46:19.908Z] fb5054dd5b73: Waiting [2024-07-03T04:46:19.908Z] aa269ceb94a6: Waiting [2024-07-03T04:46:19.908Z] ada007ff1a6a: Waiting [2024-07-03T04:46:19.908Z] 7862e08f4a3e: Download complete [2024-07-03T04:46:19.908Z] 7629e6793208: Verifying Checksum [2024-07-03T04:46:19.908Z] 7629e6793208: Download complete [2024-07-03T04:46:19.908Z] 4f4fb700ef54: Download complete [2024-07-03T04:46:19.908Z] 619be1103602: Verifying Checksum [2024-07-03T04:46:19.908Z] 619be1103602: Download complete [2024-07-03T04:46:19.908Z] fb5054dd5b73: Verifying Checksum [2024-07-03T04:46:19.908Z] fb5054dd5b73: Download complete [2024-07-03T04:46:19.908Z] eeca6798cff9: Verifying Checksum [2024-07-03T04:46:19.908Z] eeca6798cff9: Download complete [2024-07-03T04:46:19.908Z] 619be1103602: Pull complete [2024-07-03T04:46:20.165Z] ada007ff1a6a: Verifying Checksum [2024-07-03T04:46:20.165Z] ada007ff1a6a: Download complete [2024-07-03T04:46:20.165Z] 7862e08f4a3e: Pull complete [2024-07-03T04:46:20.165Z] 5df492c9dc93: Verifying Checksum [2024-07-03T04:46:20.165Z] 5df492c9dc93: Download complete [2024-07-03T04:46:20.731Z] aa269ceb94a6: Verifying Checksum [2024-07-03T04:46:20.731Z] aa269ceb94a6: Download complete [2024-07-03T04:46:23.257Z] 5df492c9dc93: Pull complete [2024-07-03T04:46:23.257Z] 7629e6793208: Pull complete [2024-07-03T04:46:23.257Z] 4f4fb700ef54: Pull complete [2024-07-03T04:46:23.257Z] fb5054dd5b73: Pull complete [2024-07-03T04:46:23.257Z] eeca6798cff9: Pull complete [2024-07-03T04:46:25.782Z] aa269ceb94a6: Pull complete [2024-07-03T04:46:26.041Z] ada007ff1a6a: Pull complete [2024-07-03T04:46:26.041Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-03T04:46:26.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-03T04:46:26.041Z] ---> f489d0715acc [2024-07-03T04:46:26.041Z] Step 3/10 : ARG MAKE=make build [2024-07-03T04:46:30.237Z] ---> Running in 62321c87a0e8 [2024-07-03T04:46:30.495Z] Removing intermediate container 62321c87a0e8 [2024-07-03T04:46:30.495Z] ---> 113c5fd66b42 [2024-07-03T04:46:30.495Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-03T04:46:30.495Z] ---> Running in 3cf85bda6445 [2024-07-03T04:46:30.495Z] Removing intermediate container 3cf85bda6445 [2024-07-03T04:46:30.495Z] ---> 7c4bedf7bbf8 [2024-07-03T04:46:30.495Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-03T04:46:30.495Z] ---> Running in 11c935fdeaed [2024-07-03T04:46:30.495Z] Removing intermediate container 11c935fdeaed [2024-07-03T04:46:30.495Z] ---> 4bc541da85b8 [2024-07-03T04:46:30.495Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-03T04:46:30.496Z] ---> Running in a16c369a3703 [2024-07-03T04:46:30.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-03T04:46:31.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-03T04:46:31.271Z] OK: 264 MiB in 52 packages [2024-07-03T04:46:31.530Z] Removing intermediate container a16c369a3703 [2024-07-03T04:46:31.530Z] ---> 005b5794cc6c [2024-07-03T04:46:31.530Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-03T04:46:31.788Z] ---> 4cc47512a4d1 [2024-07-03T04:46:31.788Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-03T04:46:31.788Z] ---> Running in afeacd58179c [2024-07-03T04:46:33.310Z] Still waiting to schedule task [2024-07-03T04:46:33.310Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-03T04:47:28.023Z] Removing intermediate container afeacd58179c [2024-07-03T04:47:28.023Z] ---> ddc4851b50c3 [2024-07-03T04:47:28.023Z] Step 9/10 : COPY . . [2024-07-03T04:47:28.023Z] ---> 90e9af7ae99c [2024-07-03T04:47:28.023Z] Step 10/10 : RUN ${MAKE} [2024-07-03T04:47:28.023Z] ---> Running in cdacddd433a4 [2024-07-03T04:47:28.023Z] noop [2024-07-03T04:47:28.023Z] Removing intermediate container cdacddd433a4 [2024-07-03T04:47:28.023Z] ---> 7468a5796c64 [2024-07-03T04:47:28.023Z] Successfully built 7468a5796c64 [2024-07-03T04:47:28.023Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:47:28.360Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-03T04:47:28.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:47:28.445Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T04:47:28.478Z] $ 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-03T04:47:28.845Z] $ docker top 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T04:47:29.213Z] + go version [2024-07-03T04:47:29.213Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-03T04:47:29.220Z] $ docker stop --time=1 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 [2024-07-03T04:47:30.485Z] $ docker rm -f --volumes 36b38289d6e5c6223ce651e025ba049dc8ccc70c34924a6888e3f98e8ead42b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:47:30.911Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-03T04:47:30.911Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:47:30.992Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T04:47:31.014Z] $ 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-03T04:47:31.355Z] $ docker top 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T04:47:31.707Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-03T04:47:32.003Z] + make test [2024-07-03T04:47:32.003Z] go test -race -coverprofile=coverage.out ./... [2024-07-03T04:47:40.117Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-03T04:48:10.903Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4877 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2024-07-03T04:48:10.921Z] Running in /w/workspace/device-sdk-go/295 [Pipeline] { [Pipeline] checkout [2024-07-03T04:48:10.966Z] The recommended git tool is: git [2024-07-03T04:48:18.513Z] using credential edgex-jenkins-ssh [2024-07-03T04:48:18.549Z] Cloning the remote Git repository [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-03T04:48:18.818Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.023s coverage: 27.6% of statements [2024-07-03T04:48:18.818Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.039s coverage: 80.0% of statements [2024-07-03T04:48:18.818Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.052s coverage: 86.0% of statements [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-07-03T04:48:18.818Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.076s coverage: 71.8% of statements [2024-07-03T04:48:18.818Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-03T04:48:18.612Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2024-07-03T04:48:18.760Z] > git init /w/workspace/device-sdk-go/295 # timeout=10 [2024-07-03T04:48:19.092Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.036s coverage: 14.4% of statements [2024-07-03T04:48:19.092Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.844s coverage: 44.6% of statements [2024-07-03T04:48:19.092Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.045s coverage: 68.5% of statements [2024-07-03T04:48:19.092Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.085s coverage: 89.2% of statements [2024-07-03T04:48:19.092Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.057s coverage: 5.5% of statements [2024-07-03T04:48:19.091Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2024-07-03T04:48:19.092Z] > git --version # timeout=10 [2024-07-03T04:48:19.198Z] > git --version # 'git version 2.25.1' [2024-07-03T04:48:19.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-03T04:48:19.438Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-03T04:48:23.621Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2024-07-03T04:48:23.651Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-03T04:48:24.830Z] Avoid second fetch [2024-07-03T04:48:24.831Z] Checking out Revision ffc6b2a10374aabd10876c720f3818be68dc531f (main) [2024-07-03T04:48:25.753Z] Commit message: "Merge pull request #1592 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.40" [2024-07-03T04:48:24.850Z] > git config core.sparsecheckout # timeout=10 [2024-07-03T04:48:24.950Z] > git checkout -f ffc6b2a10374aabd10876c720f3818be68dc531f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-03T04:48:30.656Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-03T04:48:30.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-03T04:48:30.657Z] Dload Upload Total Spent Left Speed [2024-07-03T04:48:30.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k [Pipeline] sh [2024-07-03T04:48:30.998Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-03T04:48:31.324Z] + sudo tee /etc/docker/daemon.new [2024-07-03T04:48:31.324Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-03T04:48:31.324Z] { [2024-07-03T04:48:31.324Z] "registry-mirrors": [ [2024-07-03T04:48:31.324Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-03T04:48:31.324Z] ], [2024-07-03T04:48:31.324Z] "bip": "10.250.0.254/24", [2024-07-03T04:48:31.324Z] "hosts": [ [2024-07-03T04:48:31.324Z] "tcp://0.0.0.0:5555", [2024-07-03T04:48:31.324Z] "unix:///var/run/docker.sock" [2024-07-03T04:48:31.324Z] ], [2024-07-03T04:48:31.324Z] "mtu": 1458, [2024-07-03T04:48:31.324Z] "selinux-enabled": true, [2024-07-03T04:48:31.324Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-03T04:48:31.324Z] } [Pipeline] sh [2024-07-03T04:48:31.661Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-03T04:48:32.004Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-03T04:48:50.290Z] provisioning config files... [2024-07-03T04:48:50.315Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/295@tmp/config8587535471133815272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T04:48:50.755Z] ---> ****-login.sh [2024-07-03T04:48:50.755Z] nexus3.edgexfoundry.org:10001 [2024-07-03T04:48:51.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:48:51.154Z] GO111MODULE=on go vet ./... [2024-07-03T04:48:51.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:48:51.298Z] Configure a credential helper to remove this warning. See [2024-07-03T04:48:51.298Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:48:51.298Z] [2024-07-03T04:48:51.298Z] Login Succeeded [2024-07-03T04:48:51.298Z] nexus3.edgexfoundry.org:10002 [2024-07-03T04:48:51.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:48:51.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:48:51.847Z] Configure a credential helper to remove this warning. See [2024-07-03T04:48:51.847Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:48:51.847Z] [2024-07-03T04:48:51.847Z] Login Succeeded [2024-07-03T04:48:51.847Z] nexus3.edgexfoundry.org:10003 [2024-07-03T04:48:52.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:48:52.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:48:52.126Z] Configure a credential helper to remove this warning. See [2024-07-03T04:48:52.126Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:48:52.126Z] [2024-07-03T04:48:52.126Z] Login Succeeded [2024-07-03T04:48:52.126Z] nexus3.edgexfoundry.org:10004 [2024-07-03T04:48:52.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:48:52.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:48:52.401Z] Configure a credential helper to remove this warning. See [2024-07-03T04:48:52.401Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:48:52.401Z] [2024-07-03T04:48:52.401Z] Login Succeeded [2024-07-03T04:48:52.401Z] ****.io [2024-07-03T04:48:52.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-03T04:48:52.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-03T04:48:52.943Z] Configure a credential helper to remove this warning. See [2024-07-03T04:48:52.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-03T04:48:52.943Z] [2024-07-03T04:48:52.943Z] Login Succeeded [2024-07-03T04:48:52.943Z] ---> ****-login.sh ends [Pipeline] } [2024-07-03T04:48:52.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-03T04:48:53.278Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-03T04:48:53.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-03T04:48:53.321Z] ========================================================= [2024-07-03T04:48:53.321Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-03T04:48:53.321Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:48:53.681Z] + 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-03T04:48:54.276Z] Sending build context to Docker daemon 12.89MB [2024-07-03T04:48:54.276Z] Step 1/10 : ARG BASE=golang:1.21-alpine3.18 [2024-07-03T04:48:54.276Z] Step 2/10 : FROM ${BASE} AS builder [2024-07-03T04:48:54.276Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-03T04:48:54.276Z] c6b39de5b339: Pulling fs layer [2024-07-03T04:48:54.276Z] a69c41024577: Pulling fs layer [2024-07-03T04:48:54.276Z] d6de4b400683: Pulling fs layer [2024-07-03T04:48:54.276Z] 35cb2a7552d0: Pulling fs layer [2024-07-03T04:48:54.276Z] 4f4fb700ef54: Pulling fs layer [2024-07-03T04:48:54.276Z] 35cb2a7552d0: Waiting [2024-07-03T04:48:54.276Z] 464afbd9ba4c: Pulling fs layer [2024-07-03T04:48:54.276Z] 4f4fb700ef54: Waiting [2024-07-03T04:48:54.276Z] 00f215d4a9da: Pulling fs layer [2024-07-03T04:48:54.276Z] d496ad576159: Pulling fs layer [2024-07-03T04:48:54.276Z] 464afbd9ba4c: Waiting [2024-07-03T04:48:54.276Z] 00f215d4a9da: Waiting [2024-07-03T04:48:54.276Z] d496ad576159: Waiting [2024-07-03T04:48:54.276Z] a69c41024577: Download complete [2024-07-03T04:48:54.276Z] 35cb2a7552d0: Verifying Checksum [2024-07-03T04:48:54.276Z] 35cb2a7552d0: Download complete [2024-07-03T04:48:54.545Z] 4f4fb700ef54: Verifying Checksum [2024-07-03T04:48:54.545Z] 4f4fb700ef54: Download complete [2024-07-03T04:48:54.545Z] 464afbd9ba4c: Download complete [2024-07-03T04:48:54.545Z] c6b39de5b339: Download complete [2024-07-03T04:48:54.815Z] d496ad576159: Verifying Checksum [2024-07-03T04:48:54.815Z] d496ad576159: Download complete [2024-07-03T04:48:55.399Z] c6b39de5b339: Pull complete [2024-07-03T04:48:56.005Z] a69c41024577: Pull complete [2024-07-03T04:48:56.273Z] d6de4b400683: Verifying Checksum [2024-07-03T04:48:56.273Z] d6de4b400683: Download complete [2024-07-03T04:48:57.685Z] 00f215d4a9da: Download complete [2024-07-03T04:48:57.709Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-03T04:48:57.709Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-03T04:48:57.709Z] ./bin/test-attribution-txt.sh [2024-07-03T04:48:57.709Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-03T04:48:57.709Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-03T04:48:57.710Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-03T04:48:57.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-03T04:48:57.730Z] $ docker stop --time=1 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d [2024-07-03T04:49:01.917Z] $ docker rm -f --volumes 7086e0ab8ba76822fa058d2208913ea856e481a345921df497135b8e71ac238d [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-03T04:49:02.585Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-03T04:49:02.653Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-03T04:49:03.187Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-03T04:49:03.471Z] + ls -al . [2024-07-03T04:49:03.471Z] total 376 [2024-07-03T04:49:03.472Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 3 04:47 . [2024-07-03T04:49:03.472Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:45 .. [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 3 04:45 .dockerignore [2024-07-03T04:49:03.472Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 3 04:48 .git [2024-07-03T04:49:03.472Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:45 .github [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 3 04:45 .gitignore [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 3 04:45 .golangci.yml [2024-07-03T04:49:03.472Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 3 04:46 .semver [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 3 04:45 CHANGELOG.md [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 3 04:45 GOVERNANCE.md [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 3 04:45 Jenkinsfile [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 3 04:45 LICENSE [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 3 04:45 Makefile [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 3 04:45 OWNERS.md [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 3 04:45 README.md [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 3 04:46 VERSION [2024-07-03T04:49:03.472Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 3 04:45 bin [2024-07-03T04:49:03.472Z] -rw-r--r-- 1 jenkins jenkins 122322 Jul 3 04:48 coverage.out [2024-07-03T04:49:03.472Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 3 04:45 example [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 7065 Jul 3 04:45 go.mod [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 101738 Jul 3 04:45 go.sum [2024-07-03T04:49:03.472Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 04:45 internal [2024-07-03T04:49:03.472Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:45 openapi [2024-07-03T04:49:03.472Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 3 04:45 pkg [2024-07-03T04:49:03.472Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:45 snap [2024-07-03T04:49:03.472Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 3 04:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:49:03.788Z] + 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=ffc6b2a10374aabd10876c720f3818be68dc531f --label arch=amd64 --label version=3.2.0-dev.20 . [2024-07-03T04:49:03.788Z] Sending build context to Docker daemon 25.08MB [2024-07-03T04:49:03.788Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-03T04:49:03.788Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-03T04:49:03.788Z] ---> 7468a5796c64 [2024-07-03T04:49:03.788Z] Step 3/24 : ARG MAKE=make build [2024-07-03T04:49:04.047Z] ---> Running in 35b169224f77 [2024-07-03T04:49:04.307Z] Removing intermediate container 35b169224f77 [2024-07-03T04:49:04.307Z] ---> a61e648e5da0 [2024-07-03T04:49:04.307Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-03T04:49:04.307Z] ---> Running in 5cad098816b0 [2024-07-03T04:49:04.307Z] Removing intermediate container 5cad098816b0 [2024-07-03T04:49:04.307Z] ---> 18e90ec69885 [2024-07-03T04:49:04.307Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-03T04:49:04.307Z] ---> Running in b5626cc41548 [2024-07-03T04:49:04.565Z] Removing intermediate container b5626cc41548 [2024-07-03T04:49:04.565Z] ---> bc8feebb3de5 [2024-07-03T04:49:04.565Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-03T04:49:04.565Z] ---> Running in c35aef8f5126 [2024-07-03T04:49:04.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:04.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:05.392Z] OK: 264 MiB in 52 packages [2024-07-03T04:49:05.651Z] Removing intermediate container c35aef8f5126 [2024-07-03T04:49:05.651Z] ---> 9733c4c3101a [2024-07-03T04:49:05.651Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-03T04:49:05.651Z] ---> aa4ac50d1e2b [2024-07-03T04:49:05.651Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-03T04:49:05.651Z] ---> Running in cf301464f76e [2024-07-03T04:49:06.584Z] Removing intermediate container cf301464f76e [2024-07-03T04:49:06.584Z] ---> 36e348f0e3d2 [2024-07-03T04:49:06.584Z] Step 9/24 : COPY . . [2024-07-03T04:49:07.517Z] ---> 82647389fcc5 [2024-07-03T04:49:07.517Z] Step 10/24 : RUN ${MAKE} [2024-07-03T04:49:07.517Z] ---> Running in f3c56d50225f [2024-07-03T04:49:07.776Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-03T04:49:09.998Z] d6de4b400683: Pull complete [2024-07-03T04:49:09.998Z] 35cb2a7552d0: Pull complete [2024-07-03T04:49:09.998Z] 4f4fb700ef54: Pull complete [2024-07-03T04:49:09.998Z] 464afbd9ba4c: Pull complete [2024-07-03T04:49:18.210Z] 00f215d4a9da: Pull complete [2024-07-03T04:49:19.622Z] d496ad576159: Pull complete [2024-07-03T04:49:19.622Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-03T04:49:19.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-03T04:49:19.622Z] ---> f246e2811388 [2024-07-03T04:49:19.623Z] Step 3/10 : ARG MAKE=make build [2024-07-03T04:49:21.563Z] ---> Running in ceb4aeccfd17 [2024-07-03T04:49:21.563Z] Removing intermediate container ceb4aeccfd17 [2024-07-03T04:49:21.563Z] ---> 5d34c4671978 [2024-07-03T04:49:21.563Z] Step 4/10 : WORKDIR /device-sdk-go [2024-07-03T04:49:21.563Z] ---> Running in 21c86599c63d [2024-07-03T04:49:21.835Z] Removing intermediate container 21c86599c63d [2024-07-03T04:49:21.835Z] ---> 9c004b6370a9 [2024-07-03T04:49:21.835Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-03T04:49:22.102Z] ---> Running in 9174201d2ca8 [2024-07-03T04:49:22.369Z] Removing intermediate container 9174201d2ca8 [2024-07-03T04:49:22.369Z] ---> 24d4469cb6fe [2024-07-03T04:49:22.369Z] Step 6/10 : RUN apk add --update --no-cache make git [2024-07-03T04:49:22.369Z] ---> Running in 9e8b8ed20632 [2024-07-03T04:49:23.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-03T04:49:23.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-03T04:49:24.880Z] OK: 266 MiB in 52 packages [2024-07-03T04:49:25.852Z] Removing intermediate container 9e8b8ed20632 [2024-07-03T04:49:25.852Z] ---> 8ec632821d30 [2024-07-03T04:49:25.852Z] Step 7/10 : COPY go.mod vendor* ./ [2024-07-03T04:49:26.454Z] ---> be92ac4a8a7e [2024-07-03T04:49:26.454Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-03T04:49:26.454Z] ---> Running in abfc38c83499 [2024-07-03T04:49:46.478Z] Removing intermediate container f3c56d50225f [2024-07-03T04:49:46.478Z] ---> 2e5847873b41 [2024-07-03T04:49:46.478Z] Step 11/24 : FROM alpine:3.18 [2024-07-03T04:49:46.478Z] 3.18: Pulling from library/alpine [2024-07-03T04:49:46.478Z] 73baa7ef167e: Pulling fs layer [2024-07-03T04:49:46.478Z] 73baa7ef167e: Verifying Checksum [2024-07-03T04:49:46.478Z] 73baa7ef167e: Download complete [2024-07-03T04:49:46.478Z] 73baa7ef167e: Pull complete [2024-07-03T04:49:46.478Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-03T04:49:46.478Z] Status: Downloaded newer image for alpine:3.18 [2024-07-03T04:49:46.478Z] ---> 8fd7cac70a4a [2024-07-03T04:49:46.478Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-03T04:49:46.478Z] ---> Running in 0e2e20963a30 [2024-07-03T04:49:46.478Z] Removing intermediate container 0e2e20963a30 [2024-07-03T04:49:46.478Z] ---> 9650afec5b65 [2024-07-03T04:49:46.478Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-03T04:49:46.478Z] ---> Running in 6379154abe3b [2024-07-03T04:49:46.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:46.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:46.478Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-03T04:49:46.478Z] Executing busybox-1.36.1-r7.trigger [2024-07-03T04:49:46.478Z] OK: 7 MiB in 16 packages [2024-07-03T04:49:46.478Z] Removing intermediate container 6379154abe3b [2024-07-03T04:49:46.478Z] ---> c9ec0f442818 [2024-07-03T04:49:46.478Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-03T04:49:46.478Z] ---> Running in c944315bd362 [2024-07-03T04:49:46.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:46.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-03T04:49:46.478Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-03T04:49:46.478Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-03T04:49:46.478Z] OK: 7 MiB in 16 packages [2024-07-03T04:49:46.478Z] Removing intermediate container c944315bd362 [2024-07-03T04:49:46.478Z] ---> 4f914a729237 [2024-07-03T04:49:46.478Z] Step 15/24 : WORKDIR / [2024-07-03T04:49:46.478Z] ---> Running in cba4951f456e [2024-07-03T04:49:46.478Z] Removing intermediate container cba4951f456e [2024-07-03T04:49:46.478Z] ---> 9289f484ea69 [2024-07-03T04:49:46.478Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-03T04:49:46.478Z] ---> 366fe721c3fc [2024-07-03T04:49:46.478Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-03T04:49:46.478Z] ---> aff82d62f895 [2024-07-03T04:49:46.478Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-03T04:49:46.478Z] ---> 0fb8b3e58b49 [2024-07-03T04:49:46.478Z] Step 19/24 : EXPOSE 59999 [2024-07-03T04:49:46.478Z] ---> Running in 7e602743a4fb [2024-07-03T04:49:46.478Z] Removing intermediate container 7e602743a4fb [2024-07-03T04:49:46.478Z] ---> c4e60cb4bc7c [2024-07-03T04:49:46.478Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-03T04:49:46.478Z] ---> Running in d64b8c395aa4 [2024-07-03T04:49:46.478Z] Removing intermediate container d64b8c395aa4 [2024-07-03T04:49:46.478Z] ---> 81cae09ff09b [2024-07-03T04:49:46.478Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-03T04:49:46.478Z] ---> Running in c47fdbb55520 [2024-07-03T04:49:46.478Z] Removing intermediate container c47fdbb55520 [2024-07-03T04:49:46.478Z] ---> 0770243a7a4f [2024-07-03T04:49:46.478Z] Step 22/24 : LABEL arch=amd64 [2024-07-03T04:49:46.478Z] ---> Running in 6e0b0e538129 [2024-07-03T04:49:46.478Z] Removing intermediate container 6e0b0e538129 [2024-07-03T04:49:46.478Z] ---> cbe109cc8372 [2024-07-03T04:49:46.478Z] Step 23/24 : LABEL git_sha=ffc6b2a10374aabd10876c720f3818be68dc531f [2024-07-03T04:49:46.478Z] ---> Running in 4c534810d25f [2024-07-03T04:49:46.478Z] Removing intermediate container 4c534810d25f [2024-07-03T04:49:46.478Z] ---> 8e23354329e7 [2024-07-03T04:49:46.478Z] Step 24/24 : LABEL version=3.2.0-dev.20 [2024-07-03T04:49:46.478Z] ---> Running in 5b8386cd68c0 [2024-07-03T04:49:46.478Z] Removing intermediate container 5b8386cd68c0 [2024-07-03T04:49:46.478Z] ---> 98b58651fdea [2024-07-03T04:49:46.478Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-03T04:49:46.478Z] Successfully built 98b58651fdea [2024-07-03T04:49:46.478Z] 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-03T04:49:46.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-03T04:49:46.950Z] [2024-07-03T04:49:46.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:49:47.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-03T04:49:47.250Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-03T04:49:47.250Z] 5eb5b503b376: Pulling fs layer [2024-07-03T04:49:47.250Z] 5c69ac0246d0: Pulling fs layer [2024-07-03T04:49:47.250Z] ec43610c2a17: Pulling fs layer [2024-07-03T04:49:47.250Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-03T04:49:47.250Z] 33b1e0a273af: Pulling fs layer [2024-07-03T04:49:47.250Z] 5d3b04190fa2: Pulling fs layer [2024-07-03T04:49:47.250Z] 2f39f015ded8: Pulling fs layer [2024-07-03T04:49:47.250Z] 33b1e0a273af: Waiting [2024-07-03T04:49:47.250Z] 5d3b04190fa2: Waiting [2024-07-03T04:49:47.250Z] 3a2ae6a8a46f: Waiting [2024-07-03T04:49:47.250Z] 2f39f015ded8: Waiting [2024-07-03T04:49:47.250Z] 5c69ac0246d0: Download complete [2024-07-03T04:49:47.250Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-03T04:49:47.250Z] 3a2ae6a8a46f: Download complete [2024-07-03T04:49:47.250Z] 33b1e0a273af: Verifying Checksum [2024-07-03T04:49:47.250Z] 33b1e0a273af: Download complete [2024-07-03T04:49:47.250Z] 5d3b04190fa2: Verifying Checksum [2024-07-03T04:49:47.250Z] 5d3b04190fa2: Download complete [2024-07-03T04:49:47.250Z] ec43610c2a17: Verifying Checksum [2024-07-03T04:49:47.250Z] ec43610c2a17: Download complete [2024-07-03T04:49:47.509Z] 5eb5b503b376: Verifying Checksum [2024-07-03T04:49:47.509Z] 5eb5b503b376: Download complete [2024-07-03T04:49:48.888Z] 5eb5b503b376: Pull complete [2024-07-03T04:49:48.888Z] 5c69ac0246d0: Pull complete [2024-07-03T04:49:49.146Z] ec43610c2a17: Pull complete [2024-07-03T04:49:49.146Z] 3a2ae6a8a46f: Pull complete [2024-07-03T04:49:49.403Z] 33b1e0a273af: Pull complete [2024-07-03T04:49:49.403Z] 5d3b04190fa2: Pull complete [2024-07-03T04:49:53.585Z] 2f39f015ded8: Pull complete [2024-07-03T04:49:53.585Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-03T04:49:53.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-03T04:49:53.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:49:53.679Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T04:49:53.703Z] $ 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-03T04:49:58.725Z] $ docker top 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T04:49:59.169Z] ---> job-cost.sh [2024-07-03T04:49:59.169Z] lf-activate-venv: SKIPPING [2024-07-03T04:49:59.169Z] INFO: No Stack... [2024-07-03T04:49:59.428Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-03T04:49:59.996Z] INFO: Archiving Costs [Pipeline] sh [2024-07-03T04:50:00.285Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2024-07-03T04:50:00.285Z] + cut -d, -f6 [Pipeline] lock [2024-07-03T04:50:00.298Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [2024-07-03T04:50:00.311Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] did not exist. Created. [2024-07-03T04:50:00.317Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-03T04:50:00.630Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-03T04:50:00.669Z] Stashed 1 file(s) [Pipeline] } [2024-07-03T04:50:00.677Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-03T04:50:00.699Z] $ docker stop --time=1 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 [2024-07-03T04:50:01.848Z] $ docker rm -f --volumes 9e8af2c91ecb4b1f6592bce084fc7434fde5a1a03e2462730232494cf55c64b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-03T04:51:18.180Z] Removing intermediate container abfc38c83499 [2024-07-03T04:51:18.181Z] ---> ac24cfc8580d [2024-07-03T04:51:18.181Z] Step 9/10 : COPY . . [2024-07-03T04:51:18.181Z] ---> c4474c0ed1c8 [2024-07-03T04:51:18.181Z] Step 10/10 : RUN ${MAKE} [2024-07-03T04:51:18.181Z] ---> Running in 5ab7a7f3c3a1 [2024-07-03T04:51:18.181Z] noop [2024-07-03T04:51:18.181Z] Removing intermediate container 5ab7a7f3c3a1 [2024-07-03T04:51:18.181Z] ---> 0f0f046209fb [2024-07-03T04:51:18.181Z] Successfully built 0f0f046209fb [2024-07-03T04:51:18.181Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:51:18.544Z] + docker inspect -f . ci-base-image-arm64 [2024-07-03T04:51:18.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:51:18.745Z] prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container [2024-07-03T04:51:18.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-03T04:51:20.091Z] $ docker top 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T04:51:20.929Z] + go version [2024-07-03T04:51:20.929Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-03T04:51:20.941Z] $ docker stop --time=1 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc [2024-07-03T04:51:22.584Z] $ docker rm -f --volumes 37da86141234866fc97a12cec2fac35eb737e8729af7a63df4eba49646239bdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:51:23.150Z] + docker inspect -f . ci-base-image-arm64 [2024-07-03T04:51:23.150Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T04:51:23.331Z] prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container [2024-07-03T04:51:23.391Z] $ 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/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-03T04:51:24.531Z] $ docker top 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T04:51:25.371Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/295 [Pipeline] fileExists [Pipeline] sh [2024-07-03T04:51:25.703Z] + make test [2024-07-03T04:51:25.969Z] go test -race -coverprofile=coverage.out ./... [2024-07-03T04:52:04.836Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2024-07-03T04:55:26.531Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2024-07-03T04:55:26.531Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2024-07-03T04:55:26.531Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2024-07-03T04:55:26.531Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2024-07-03T04:55:26.531Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2024-07-03T04:55:29.858Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.113s coverage: 27.6% of statements [2024-07-03T04:55:33.196Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.168s coverage: 80.0% of statements [2024-07-03T04:55:39.823Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2024-07-03T04:55:39.823Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2024-07-03T04:55:40.781Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.234s coverage: 86.0% of statements [2024-07-03T04:55:44.022Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2024-07-03T04:55:45.423Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.413s coverage: 71.8% of statements [2024-07-03T04:55:49.802Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.141s coverage: 14.4% of statements [2024-07-03T04:55:50.086Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.777s coverage: 44.6% of statements [2024-07-03T04:55:50.681Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2024-07-03T04:55:50.681Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2024-07-03T04:55:52.115Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.329s coverage: 68.5% of statements [2024-07-03T04:55:55.497Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.360s coverage: 89.2% of statements [2024-07-03T04:55:58.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2024-07-03T04:56:00.242Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.239s coverage: 5.5% of statements [2024-07-03T04:56:01.200Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-03T04:56:01.200Z] GO111MODULE=on go vet ./... [2024-07-03T04:59:38.372Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-03T04:59:38.372Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-03T04:59:38.372Z] ./bin/test-attribution-txt.sh [2024-07-03T04:59:38.640Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-03T04:59:38.640Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-03T04:59:38.907Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-07-03T04:59:39.173Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-03T04:59:39.191Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-03T04:59:39.207Z] $ docker stop --time=1 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 [2024-07-03T04:59:41.229Z] $ docker rm -f --volumes 8122c133a04082ffc2f9efecbe3aeb816fb58f0c13c03be6752847bd80ea6c90 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-03T04:59:43.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-03T04:59:43.544Z] Warning: overwriting stash ‘coverage-report’ [2024-07-03T04:59:44.117Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-03T04:59:44.532Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-03T04:59:44.848Z] + ls -al . [2024-07-03T04:59:44.848Z] total 372 [2024-07-03T04:59:44.848Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 3 04:51 . [2024-07-03T04:59:44.848Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:48 .. [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 3 04:48 .dockerignore [2024-07-03T04:59:44.848Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 3 04:48 .git [2024-07-03T04:59:44.848Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:48 .github [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 3 04:48 .gitignore [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 3 04:48 .golangci.yml [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 48109 Jul 3 04:48 CHANGELOG.md [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 3 04:48 GOVERNANCE.md [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 3 04:48 Jenkinsfile [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 3 04:48 LICENSE [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 3 04:48 Makefile [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 3 04:48 OWNERS.md [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 4937 Jul 3 04:48 README.md [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 3 04:46 VERSION [2024-07-03T04:59:44.848Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 3 04:48 bin [2024-07-03T04:59:44.848Z] -rw-r--r-- 1 jenkins jenkins 122321 Jul 3 04:55 coverage.out [2024-07-03T04:59:44.848Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 3 04:48 example [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 7065 Jul 3 04:48 go.mod [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 101738 Jul 3 04:48 go.sum [2024-07-03T04:59:44.848Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 04:48 internal [2024-07-03T04:59:44.848Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 3 04:48 openapi [2024-07-03T04:59:44.848Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 3 04:48 pkg [2024-07-03T04:59:44.848Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 3 04:48 snap [2024-07-03T04:59:44.848Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 3 04:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T04:59:45.190Z] + 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=ffc6b2a10374aabd10876c720f3818be68dc531f --label arch=arm64 --label version=3.2.0-dev.20 . [2024-07-03T04:59:45.776Z] Sending build context to Docker daemon 13.02MB [2024-07-03T04:59:45.776Z] Step 1/24 : ARG BASE=golang:1.21-alpine3.18 [2024-07-03T04:59:45.776Z] Step 2/24 : FROM ${BASE} AS builder [2024-07-03T04:59:45.776Z] ---> 0f0f046209fb [2024-07-03T04:59:45.776Z] Step 3/24 : ARG MAKE=make build [2024-07-03T04:59:46.043Z] ---> Running in a53a675582ed [2024-07-03T04:59:46.309Z] Removing intermediate container a53a675582ed [2024-07-03T04:59:46.309Z] ---> 824b8629e4f6 [2024-07-03T04:59:46.309Z] Step 4/24 : WORKDIR /device-sdk-go [2024-07-03T04:59:46.309Z] ---> Running in fe1e39ebd450 [2024-07-03T04:59:46.599Z] Removing intermediate container fe1e39ebd450 [2024-07-03T04:59:46.599Z] ---> 3a1ef5ba3bc2 [2024-07-03T04:59:46.599Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-07-03T04:59:46.599Z] ---> Running in 6c5c96aa1ec4 [2024-07-03T04:59:46.876Z] Removing intermediate container 6c5c96aa1ec4 [2024-07-03T04:59:46.876Z] ---> 862337a0b6e9 [2024-07-03T04:59:46.876Z] Step 6/24 : RUN apk add --update --no-cache make git [2024-07-03T04:59:47.150Z] ---> Running in c025c903d18c [2024-07-03T04:59:48.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-03T04:59:48.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-03T04:59:49.343Z] OK: 266 MiB in 52 packages [2024-07-03T04:59:50.297Z] Removing intermediate container c025c903d18c [2024-07-03T04:59:50.297Z] ---> 2e2c221f842f [2024-07-03T04:59:50.297Z] Step 7/24 : COPY go.mod vendor* ./ [2024-07-03T04:59:50.564Z] ---> d0c8ce4c6009 [2024-07-03T04:59:50.564Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-03T04:59:50.564Z] ---> Running in fb52dc5c3869 [2024-07-03T04:59:53.135Z] Removing intermediate container fb52dc5c3869 [2024-07-03T04:59:53.135Z] ---> a6c80940c940 [2024-07-03T04:59:53.135Z] Step 9/24 : COPY . . [2024-07-03T04:59:54.094Z] ---> c41d64df2bf4 [2024-07-03T04:59:54.094Z] Step 10/24 : RUN ${MAKE} [2024-07-03T04:59:54.094Z] ---> Running in 21cd6310fd47 [2024-07-03T04:59:55.052Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.2.0-dev.20" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2024-07-03T05:03:35.758Z] Removing intermediate container 21cd6310fd47 [2024-07-03T05:03:35.758Z] ---> 7b8d622401f9 [2024-07-03T05:03:35.758Z] Step 11/24 : FROM alpine:3.18 [2024-07-03T05:03:35.758Z] 3.18: Pulling from library/alpine [2024-07-03T05:03:35.758Z] 5c905c7ebe2f: Pulling fs layer [2024-07-03T05:03:35.758Z] 5c905c7ebe2f: Verifying Checksum [2024-07-03T05:03:35.758Z] 5c905c7ebe2f: Download complete [2024-07-03T05:03:35.758Z] 5c905c7ebe2f: Pull complete [2024-07-03T05:03:35.758Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-03T05:03:35.758Z] Status: Downloaded newer image for alpine:3.18 [2024-07-03T05:03:35.758Z] ---> dec292d02e07 [2024-07-03T05:03:35.758Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2024-07-03T05:03:35.758Z] ---> Running in 0066c0e5132a [2024-07-03T05:03:35.758Z] Removing intermediate container 0066c0e5132a [2024-07-03T05:03:35.758Z] ---> 47e742da35f7 [2024-07-03T05:03:35.758Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2024-07-03T05:03:35.758Z] ---> Running in e08ca57f161b [2024-07-03T05:03:35.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-03T05:03:35.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-03T05:03:35.758Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-03T05:03:35.758Z] Executing busybox-1.36.1-r7.trigger [2024-07-03T05:03:35.758Z] OK: 8 MiB in 16 packages [2024-07-03T05:03:35.758Z] Removing intermediate container e08ca57f161b [2024-07-03T05:03:35.758Z] ---> 6aa5c56954bc [2024-07-03T05:03:35.758Z] Step 14/24 : RUN apk --no-cache upgrade [2024-07-03T05:03:35.758Z] ---> Running in 589d73e942a4 [2024-07-03T05:03:35.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-03T05:03:35.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-03T05:03:35.758Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-03T05:03:35.758Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-03T05:03:35.758Z] OK: 8 MiB in 16 packages [2024-07-03T05:03:35.758Z] Removing intermediate container 589d73e942a4 [2024-07-03T05:03:35.758Z] ---> e428730a9e66 [2024-07-03T05:03:35.758Z] Step 15/24 : WORKDIR / [2024-07-03T05:03:35.758Z] ---> Running in d86b7f6994e0 [2024-07-03T05:03:35.758Z] Removing intermediate container d86b7f6994e0 [2024-07-03T05:03:35.758Z] ---> 1e2d8ec15cd2 [2024-07-03T05:03:35.758Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2024-07-03T05:03:35.758Z] ---> 47ca2c0916db [2024-07-03T05:03:35.758Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2024-07-03T05:03:35.758Z] ---> 0870f68d52d9 [2024-07-03T05:03:35.758Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2024-07-03T05:03:35.758Z] ---> 8fd6b6aa532d [2024-07-03T05:03:35.758Z] Step 19/24 : EXPOSE 59999 [2024-07-03T05:03:35.758Z] ---> Running in c53687181d03 [2024-07-03T05:03:35.758Z] Removing intermediate container c53687181d03 [2024-07-03T05:03:35.758Z] ---> 1bf9b5da95da [2024-07-03T05:03:35.758Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2024-07-03T05:03:35.758Z] ---> Running in 5d76bdceebaa [2024-07-03T05:03:35.758Z] Removing intermediate container 5d76bdceebaa [2024-07-03T05:03:35.758Z] ---> 9bc5b4080356 [2024-07-03T05:03:35.758Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-03T05:03:35.758Z] ---> Running in 195a13ef620b [2024-07-03T05:03:35.758Z] Removing intermediate container 195a13ef620b [2024-07-03T05:03:35.758Z] ---> b9fb03ce21dc [2024-07-03T05:03:35.758Z] Step 22/24 : LABEL arch=arm64 [2024-07-03T05:03:35.758Z] ---> Running in 34411cbe32d7 [2024-07-03T05:03:35.758Z] Removing intermediate container 34411cbe32d7 [2024-07-03T05:03:35.758Z] ---> cd4529649bc1 [2024-07-03T05:03:35.758Z] Step 23/24 : LABEL git_sha=ffc6b2a10374aabd10876c720f3818be68dc531f [2024-07-03T05:03:35.758Z] ---> Running in c6e8aa7eefaf [2024-07-03T05:03:36.025Z] Removing intermediate container c6e8aa7eefaf [2024-07-03T05:03:36.025Z] ---> 80a0812aa120 [2024-07-03T05:03:36.025Z] Step 24/24 : LABEL version=3.2.0-dev.20 [2024-07-03T05:03:36.025Z] ---> Running in 16609e32eaf4 [2024-07-03T05:03:36.611Z] Removing intermediate container 16609e32eaf4 [2024-07-03T05:03:36.611Z] ---> e4b877d0475a [2024-07-03T05:03:36.611Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-03T05:03:36.611Z] Successfully built e4b877d0475a [2024-07-03T05:03:36.611Z] 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-03T05:03:37.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-03T05:03:37.112Z] [2024-07-03T05:03:37.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:03:37.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-03T05:03:37.731Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-03T05:03:37.731Z] 8998bd30e6a1: Pulling fs layer [2024-07-03T05:03:37.731Z] 04944245beec: Pulling fs layer [2024-07-03T05:03:37.731Z] 699f458cf7ca: Pulling fs layer [2024-07-03T05:03:37.731Z] 765212b225bb: Pulling fs layer [2024-07-03T05:03:37.731Z] f23df028b6ca: Pulling fs layer [2024-07-03T05:03:37.731Z] d65c8cfc05b1: Pulling fs layer [2024-07-03T05:03:37.731Z] 2437ff75d9bd: Pulling fs layer [2024-07-03T05:03:37.731Z] f23df028b6ca: Waiting [2024-07-03T05:03:37.731Z] d65c8cfc05b1: Waiting [2024-07-03T05:03:37.731Z] 2437ff75d9bd: Waiting [2024-07-03T05:03:37.731Z] 765212b225bb: Waiting [2024-07-03T05:03:37.731Z] 04944245beec: Verifying Checksum [2024-07-03T05:03:37.731Z] 04944245beec: Download complete [2024-07-03T05:03:37.731Z] 765212b225bb: Verifying Checksum [2024-07-03T05:03:37.731Z] 765212b225bb: Download complete [2024-07-03T05:03:37.731Z] f23df028b6ca: Verifying Checksum [2024-07-03T05:03:37.731Z] f23df028b6ca: Download complete [2024-07-03T05:03:37.731Z] d65c8cfc05b1: Verifying Checksum [2024-07-03T05:03:37.731Z] d65c8cfc05b1: Download complete [2024-07-03T05:03:37.997Z] 699f458cf7ca: Verifying Checksum [2024-07-03T05:03:37.997Z] 699f458cf7ca: Download complete [2024-07-03T05:03:38.269Z] 8998bd30e6a1: Verifying Checksum [2024-07-03T05:03:38.269Z] 8998bd30e6a1: Download complete [2024-07-03T05:03:40.854Z] 2437ff75d9bd: Verifying Checksum [2024-07-03T05:03:40.854Z] 2437ff75d9bd: Download complete [2024-07-03T05:03:43.425Z] 8998bd30e6a1: Pull complete [2024-07-03T05:03:43.691Z] 04944245beec: Pull complete [2024-07-03T05:03:45.092Z] 699f458cf7ca: Pull complete [2024-07-03T05:03:45.357Z] 765212b225bb: Pull complete [2024-07-03T05:03:46.314Z] f23df028b6ca: Pull complete [2024-07-03T05:03:46.581Z] d65c8cfc05b1: Pull complete [2024-07-03T05:04:04.779Z] 2437ff75d9bd: Pull complete [2024-07-03T05:04:04.779Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-03T05:04:04.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-03T05:04:04.779Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:04:04.978Z] prd-ubuntu20.04-docker-arm64-4c-16g-4877 does not seem to be running inside a container [2024-07-03T05:04:05.030Z] $ 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/295 -v /w/workspace/device-sdk-go/295:/w/workspace/device-sdk-go/295:rw,z -v /w/workspace/device-sdk-go/295@tmp:/w/workspace/device-sdk-go/295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-03T05:04:07.973Z] $ docker top 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:04:08.838Z] ---> job-cost.sh [2024-07-03T05:04:08.838Z] lf-activate-venv: SKIPPING [2024-07-03T05:04:08.838Z] INFO: No Stack... [2024-07-03T05:04:09.104Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-03T05:04:10.060Z] INFO: Archiving Costs [Pipeline] sh [2024-07-03T05:04:10.688Z] + cat /w/workspace/device-sdk-go/295/archives/cost.csv [2024-07-03T05:04:10.688Z] + cut -d, -f6 [Pipeline] lock [2024-07-03T05:04:10.719Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [2024-07-03T05:04:10.731Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] did not exist. Created. [2024-07-03T05:04:10.738Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-03T05:04:11.398Z] /w/workspace/device-sdk-go/295@tmp/durable-39488cc7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-03T05:04:12.039Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-03T05:04:12.066Z] Warning: overwriting stash ‘stack-cost’ [2024-07-03T05:04:12.164Z] Stashed 1 file(s) [Pipeline] } [2024-07-03T05:04:12.173Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-sdk-go-main-295-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-03T05:04:12.186Z] $ docker stop --time=1 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f [2024-07-03T05:04:13.709Z] $ docker rm -f --volumes 1fef085a7534b4bb865f56564b80a536718e0b485ae986bfc64fc167f0ee829f [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-03T05:04:14.240Z] provisioning config files... [2024-07-03T05:04:14.248Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5111476350896996387tmp [Pipeline] { [Pipeline] sh [2024-07-03T05:04:14.558Z] + set +x [2024-07-03T05:04:14.558Z] + + curl -s https://codecov.io/bash [2024-07-03T05:04:14.558Z] bash -s -- [2024-07-03T05:04:14.558Z] [2024-07-03T05:04:14.558Z] _____ _ [2024-07-03T05:04:14.558Z] / ____| | | [2024-07-03T05:04:14.558Z] | | ___ __| | ___ ___ _____ __ [2024-07-03T05:04:14.558Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-03T05:04:14.558Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-03T05:04:14.558Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-03T05:04:14.558Z] Bash-1.0.6 [2024-07-03T05:04:14.558Z] [2024-07-03T05:04:14.558Z] [2024-07-03T05:04:14.558Z] ==> git version 2.25.1 found [2024-07-03T05:04:14.558Z] ==> 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-03T05:04:14.558Z] Release-Date: 2020-01-08 [2024-07-03T05:04:14.558Z] 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-03T05:04:14.558Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-03T05:04:14.558Z] ==> Jenkins CI detected. [2024-07-03T05:04:14.558Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2024-07-03T05:04:14.558Z] project root: . [2024-07-03T05:04:14.558Z] --> token set from env [2024-07-03T05:04:14.558Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-03T05:04:14.558Z] ==> Running gcov in . (disable via -X gcov) [2024-07-03T05:04:14.558Z] ==> Python coveragepy not found [2024-07-03T05:04:14.558Z] ==> Searching for coverage reports in: [2024-07-03T05:04:14.558Z] + . [2024-07-03T05:04:14.558Z] -> Found 1 reports [2024-07-03T05:04:14.558Z] ==> Detecting git/mercurial file structure [2024-07-03T05:04:14.817Z] ==> Reading reports [2024-07-03T05:04:14.818Z] + ./coverage.out bytes=122321 [2024-07-03T05:04:14.818Z] ==> Appending adjustments [2024-07-03T05:04:14.818Z] https://docs.codecov.io/docs/fixing-reports [2024-07-03T05:04:15.077Z] + Found adjustments [2024-07-03T05:04:15.077Z] ==> Gzipping contents [2024-07-03T05:04:15.077Z] 20K /tmp/codecov.tltolv.gz [2024-07-03T05:04:15.077Z] ==> Uploading reports [2024-07-03T05:04:15.077Z] url: https://codecov.io [2024-07-03T05:04:15.077Z] query: branch=main&commit=ffc6b2a10374aabd10876c720f3818be68dc531f&build=295&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F295%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-03T05:04:15.077Z] -> Pinging Codecov [2024-07-03T05:04:15.077Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ffc6b2a10374aabd10876c720f3818be68dc531f&build=295&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F295%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-03T05:04:15.077Z] -> Uploading to [2024-07-03T05:04:15.077Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-03/7E55EF52A471D76F132DFD9A03CDDE97/ffc6b2a10374aabd10876c720f3818be68dc531f/258fdd89-4f7c-4ce8-9fba-ba2d70eb6946.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240703%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240703T050414Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d378b8aaf4ab74238ebe0f936611ea7968bb6d3700128719d87696bb11818528 [2024-07-03T05:04:15.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-03T05:04:15.077Z] Dload Upload Total Spent Left Speed [2024-07-03T05:04:15.337Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16730 0 0 100 16730 0 64844 --:--:-- --:--:-- --:--:-- 64844 [2024-07-03T05:04:15.337Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] } [2024-07-03T05:04:15.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-03T05:04:15.677Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-03T05:04:15.695Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:04:16.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-03T05:04:16.011Z] [2024-07-03T05:04:16.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:04:16.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-03T05:04:16.309Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-03T05:04:16.309Z] 619be1103602: Already exists [2024-07-03T05:04:16.309Z] f8ea3408117e: Pulling fs layer [2024-07-03T05:04:16.309Z] 91320369b822: Pulling fs layer [2024-07-03T05:04:16.309Z] 0406650e8295: Pulling fs layer [2024-07-03T05:04:16.309Z] 4f4fb700ef54: Pulling fs layer [2024-07-03T05:04:16.309Z] 96d80e3f36e1: Pulling fs layer [2024-07-03T05:04:16.309Z] bcf3aedb951c: Pulling fs layer [2024-07-03T05:04:16.309Z] 4f4fb700ef54: Waiting [2024-07-03T05:04:16.309Z] 0406650e8295: Download complete [2024-07-03T05:04:16.309Z] f8ea3408117e: Download complete [2024-07-03T05:04:16.309Z] 4f4fb700ef54: Verifying Checksum [2024-07-03T05:04:16.309Z] 4f4fb700ef54: Download complete [2024-07-03T05:04:16.309Z] f8ea3408117e: Pull complete [2024-07-03T05:04:16.567Z] 96d80e3f36e1: Verifying Checksum [2024-07-03T05:04:16.567Z] 96d80e3f36e1: Download complete [2024-07-03T05:04:16.825Z] 91320369b822: Verifying Checksum [2024-07-03T05:04:16.825Z] 91320369b822: Download complete [2024-07-03T05:04:17.389Z] bcf3aedb951c: Verifying Checksum [2024-07-03T05:04:17.389Z] bcf3aedb951c: Download complete [2024-07-03T05:04:19.915Z] 91320369b822: Pull complete [2024-07-03T05:04:19.915Z] 0406650e8295: Pull complete [2024-07-03T05:04:19.915Z] 4f4fb700ef54: Pull complete [2024-07-03T05:04:19.915Z] 96d80e3f36e1: Pull complete [2024-07-03T05:04:23.192Z] bcf3aedb951c: Pull complete [2024-07-03T05:04:23.192Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-03T05:04:23.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-03T05:04:23.192Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:04:23.290Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:04:23.325Z] $ 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-03T05:04:28.693Z] $ docker top 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T05:04:29.052Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] echo [2024-07-03T05:04:29.062Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2024-07-03T05:04:29.342Z] + set -o pipefail [2024-07-03T05:04:29.342Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2024-07-03T05:04:35.907Z] [2024-07-03T05:04:35.907Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2024-07-03T05:04:35.907Z] [2024-07-03T05:04:35.907Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/80c02c92-da95-4ab8-8040-370374fa7a13/history/3c6101e5-e1f8-4962-8c4a-4ee9379f89f5 [2024-07-03T05:04:35.907Z] [2024-07-03T05:04:35.907Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-03T05:04:35.907Z] [2024-07-03T05:04:35.907Z] [2024-07-03T05:04:35.907Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-03T05:04:35.907Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-03T05:04:36.172Z] $ docker stop --time=1 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a [2024-07-03T05:04:42.517Z] $ docker rm -f --volumes 5acf8b1d64888f5340d1ecc97c6795b52c0491b8c66be77260ae8d17b83e155a [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-03T05:04:43.147Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-03T05:04:43.163Z] provisioning config files... [2024-07-03T05:04:43.171Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9737289105828183829tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:04:43.473Z] --> edgex-publish-swagger.sh [2024-07-03T05:04:43.473Z] === Publish openapi/v3 API === [2024-07-03T05:04:43.473Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-03T05:04:43.473Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2024-07-03T05:04:43.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-03T05:04:43.473Z] Dload Upload Total Spent Left Speed [2024-07-03T05:04:44.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23701 0 0 100 23701 0 101k --:--:-- --:--:-- --:--:-- 101k 100 23857 100 156 100 23701 307 46655 --:--:-- --:--:-- --:--:-- 46870 [2024-07-03T05:04:44.041Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-03T05:04:44.041Z] [Pipeline] } [2024-07-03T05:04:44.048Z] 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-03T05:04:44.491Z] + git log --format=format:%s -1 ffc6b2a10374aabd10876c720f3818be68dc531f [Pipeline] sh [2024-07-03T05:04:44.783Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-03T05:04:44.783Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:04:45.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T05:04:45.086Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:04:45.165Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:04:45.193Z] $ 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-03T05:04:45.922Z] $ docker top 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-03T05:04:46.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-03T05:04:46.029Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-03T05:04:46.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-03T05:04:46.135Z] $ docker exec 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de ssh-agent [2024-07-03T05:04:46.240Z] SSH_AUTH_SOCK=/tmp/ssh-paFTzFR52Fmt/agent.31 [2024-07-03T05:04:46.240Z] SSH_AGENT_PID=37 [2024-07-03T05:04:46.244Z] Running ssh-add (command line suppressed) [2024-07-03T05:04:46.329Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7827816610870060903.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7827816610870060903.key) [2024-07-03T05:04:46.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-03T05:04:46.642Z] + git semver tag [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,807 [run_tag] DEBUG tag force:False [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,807 [check_head_tag] DEBUG check head tag [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,808 [execute] INFO git cat-file --batch-check [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,812 [execute] INFO git cat-file --batch [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,812 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,831 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,832 [execute] INFO git tag -a v3.2.0-dev.20 -m v3.2.0-dev.20 [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,832 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.20', '-m', 'v3.2.0-dev.20'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-03T05:04:46.900Z] 2024-07-03 05:04:46,836 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:04:46.900Z] 3.2.0-dev.20 [Pipeline] } [2024-07-03T05:04:46.905Z] $ docker exec --env ******** --env ******** 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de ssh-agent -k [2024-07-03T05:04:46.995Z] unset SSH_AUTH_SOCK; [2024-07-03T05:04:46.996Z] unset SSH_AGENT_PID; [2024-07-03T05:04:46.996Z] echo Agent pid 37 killed; [2024-07-03T05:04:47.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-03T05:04:47.340Z] + git semver [Pipeline] } [2024-07-03T05:04:47.606Z] $ docker stop --time=1 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de [2024-07-03T05:04:48.866Z] $ docker rm -f --volumes 465daf937178283812152765f010542fe9d8ed08a5c9d27010e09bc47951d6de [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:04:49.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-03T05:04:49.288Z] [2024-07-03T05:04:49.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:04:49.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-03T05:04:49.597Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-03T05:04:49.597Z] ab5ef0e58194: Pulling fs layer [2024-07-03T05:04:49.597Z] 9712f1f96733: Pulling fs layer [2024-07-03T05:04:49.597Z] 63f879dbbcfc: Pulling fs layer [2024-07-03T05:04:49.597Z] 0d9ebad4ef96: Pulling fs layer [2024-07-03T05:04:49.597Z] e9a5061849ea: Pulling fs layer [2024-07-03T05:04:49.597Z] d747dcd14b5f: Pulling fs layer [2024-07-03T05:04:49.597Z] 2de7ff778b66: Pulling fs layer [2024-07-03T05:04:49.597Z] e9a5061849ea: Waiting [2024-07-03T05:04:49.597Z] d747dcd14b5f: Waiting [2024-07-03T05:04:49.597Z] 2de7ff778b66: Waiting [2024-07-03T05:04:49.597Z] 0d9ebad4ef96: Waiting [2024-07-03T05:04:49.597Z] 9712f1f96733: Verifying Checksum [2024-07-03T05:04:49.597Z] 9712f1f96733: Download complete [2024-07-03T05:04:49.856Z] 63f879dbbcfc: Verifying Checksum [2024-07-03T05:04:49.856Z] 63f879dbbcfc: Download complete [2024-07-03T05:04:50.114Z] e9a5061849ea: Verifying Checksum [2024-07-03T05:04:50.114Z] e9a5061849ea: Download complete [2024-07-03T05:04:50.114Z] ab5ef0e58194: Verifying Checksum [2024-07-03T05:04:50.114Z] ab5ef0e58194: Download complete [2024-07-03T05:04:50.114Z] d747dcd14b5f: Verifying Checksum [2024-07-03T05:04:50.114Z] d747dcd14b5f: Download complete [2024-07-03T05:04:50.374Z] 0d9ebad4ef96: Verifying Checksum [2024-07-03T05:04:50.374Z] 0d9ebad4ef96: Download complete [2024-07-03T05:04:50.374Z] 2de7ff778b66: Verifying Checksum [2024-07-03T05:04:50.374Z] 2de7ff778b66: Download complete [2024-07-03T05:04:52.904Z] ab5ef0e58194: Pull complete [2024-07-03T05:04:52.904Z] 9712f1f96733: Pull complete [2024-07-03T05:04:53.161Z] 63f879dbbcfc: Pull complete [2024-07-03T05:04:56.449Z] 0d9ebad4ef96: Pull complete [2024-07-03T05:04:56.707Z] e9a5061849ea: Pull complete [2024-07-03T05:04:56.708Z] d747dcd14b5f: Pull complete [2024-07-03T05:04:57.642Z] 2de7ff778b66: Pull complete [2024-07-03T05:04:57.642Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-03T05:04:57.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-03T05:04:57.642Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:04:57.754Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:04:57.773Z] $ 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-03T05:05:04.770Z] $ docker top 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-03T05:05:04.857Z] provisioning config files... [2024-07-03T05:05:04.866Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12877193026869877392tmp [2024-07-03T05:05:04.877Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7632299734233270107tmp [2024-07-03T05:05:04.887Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4048885985466113716tmp [Pipeline] { [Pipeline] echo [2024-07-03T05:05:04.916Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:05.212Z] ---> sigul-configuration.sh [2024-07-03T05:05:05.212Z] gpg: directory `/root/.gnupg' created [2024-07-03T05:05:05.212Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-03T05:05:05.212Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-03T05:05:05.212Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-03T05:05:05.212Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-03T05:05:05.212Z] gpg: CAST5 encrypted data [2024-07-03T05:05:05.212Z] gpg: encrypted with 1 passphrase [2024-07-03T05:05:05.212Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-03T05:05:05.505Z] + mkdir /home/jenkins [2024-07-03T05:05:05.505Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-03T05:05:05.799Z] + 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-03T05:05:05.816Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:06.105Z] ---> sigul-install.sh [2024-07-03T05:05:06.105Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-03T05:05:06.400Z] + git tag --list [2024-07-03T05:05:06.400Z] 0.7.1 [2024-07-03T05:05:06.400Z] delhi-tag [2024-07-03T05:05:06.400Z] v1.0.0 [2024-07-03T05:05:06.400Z] v1.1.0 [2024-07-03T05:05:06.400Z] v1.1.1 [2024-07-03T05:05:06.400Z] v1.1.2 [2024-07-03T05:05:06.400Z] v1.2.0 [2024-07-03T05:05:06.400Z] v1.2.1 [2024-07-03T05:05:06.400Z] v1.2.2 [2024-07-03T05:05:06.400Z] v1.2.3 [2024-07-03T05:05:06.400Z] v1.3.0 [2024-07-03T05:05:06.400Z] v1.4.0 [2024-07-03T05:05:06.400Z] v2.0.0 [2024-07-03T05:05:06.400Z] v2.1.0 [2024-07-03T05:05:06.400Z] v2.1.1 [2024-07-03T05:05:06.400Z] v2.2.0 [2024-07-03T05:05:06.400Z] v2.3.0 [2024-07-03T05:05:06.400Z] v2.3.1 [2024-07-03T05:05:06.400Z] v3.0 [2024-07-03T05:05:06.400Z] v3.0.0 [2024-07-03T05:05:06.400Z] v3.0.1-dev.1 [2024-07-03T05:05:06.400Z] v3.1 [2024-07-03T05:05:06.400Z] v3.1.0 [2024-07-03T05:05:06.400Z] v3.1.0-dev.1 [2024-07-03T05:05:06.400Z] v3.1.0-dev.10 [2024-07-03T05:05:06.400Z] v3.1.0-dev.11 [2024-07-03T05:05:06.400Z] v3.1.0-dev.12 [2024-07-03T05:05:06.400Z] v3.1.0-dev.13 [2024-07-03T05:05:06.400Z] v3.1.0-dev.14 [2024-07-03T05:05:06.400Z] v3.1.0-dev.15 [2024-07-03T05:05:06.400Z] v3.1.0-dev.16 [2024-07-03T05:05:06.400Z] v3.1.0-dev.17 [2024-07-03T05:05:06.400Z] v3.1.0-dev.18 [2024-07-03T05:05:06.400Z] v3.1.0-dev.19 [2024-07-03T05:05:06.400Z] v3.1.0-dev.2 [2024-07-03T05:05:06.400Z] v3.1.0-dev.20 [2024-07-03T05:05:06.400Z] v3.1.0-dev.21 [2024-07-03T05:05:06.400Z] v3.1.0-dev.22 [2024-07-03T05:05:06.400Z] v3.1.0-dev.23 [2024-07-03T05:05:06.400Z] v3.1.0-dev.24 [2024-07-03T05:05:06.400Z] v3.1.0-dev.25 [2024-07-03T05:05:06.400Z] v3.1.0-dev.26 [2024-07-03T05:05:06.400Z] v3.1.0-dev.27 [2024-07-03T05:05:06.400Z] v3.1.0-dev.28 [2024-07-03T05:05:06.400Z] v3.1.0-dev.29 [2024-07-03T05:05:06.400Z] v3.1.0-dev.3 [2024-07-03T05:05:06.400Z] v3.1.0-dev.30 [2024-07-03T05:05:06.400Z] v3.1.0-dev.31 [2024-07-03T05:05:06.400Z] v3.1.0-dev.32 [2024-07-03T05:05:06.400Z] v3.1.0-dev.33 [2024-07-03T05:05:06.400Z] v3.1.0-dev.34 [2024-07-03T05:05:06.400Z] v3.1.0-dev.35 [2024-07-03T05:05:06.400Z] v3.1.0-dev.36 [2024-07-03T05:05:06.400Z] v3.1.0-dev.37 [2024-07-03T05:05:06.400Z] v3.1.0-dev.38 [2024-07-03T05:05:06.400Z] v3.1.0-dev.39 [2024-07-03T05:05:06.400Z] v3.1.0-dev.4 [2024-07-03T05:05:06.400Z] v3.1.0-dev.40 [2024-07-03T05:05:06.400Z] v3.1.0-dev.41 [2024-07-03T05:05:06.400Z] v3.1.0-dev.5 [2024-07-03T05:05:06.400Z] v3.1.0-dev.6 [2024-07-03T05:05:06.400Z] v3.1.0-dev.7 [2024-07-03T05:05:06.400Z] v3.1.0-dev.8 [2024-07-03T05:05:06.400Z] v3.1.0-dev.9 [2024-07-03T05:05:06.400Z] v3.1.1 [2024-07-03T05:05:06.400Z] v3.1.1-dev.1 [2024-07-03T05:05:06.400Z] v3.2.0-dev.1 [2024-07-03T05:05:06.400Z] v3.2.0-dev.10 [2024-07-03T05:05:06.400Z] v3.2.0-dev.11 [2024-07-03T05:05:06.400Z] v3.2.0-dev.12 [2024-07-03T05:05:06.400Z] v3.2.0-dev.13 [2024-07-03T05:05:06.400Z] v3.2.0-dev.14 [2024-07-03T05:05:06.400Z] v3.2.0-dev.15 [2024-07-03T05:05:06.400Z] v3.2.0-dev.16 [2024-07-03T05:05:06.400Z] v3.2.0-dev.17 [2024-07-03T05:05:06.400Z] v3.2.0-dev.18 [2024-07-03T05:05:06.400Z] v3.2.0-dev.19 [2024-07-03T05:05:06.400Z] v3.2.0-dev.2 [2024-07-03T05:05:06.400Z] v3.2.0-dev.20 [2024-07-03T05:05:06.400Z] v3.2.0-dev.3 [2024-07-03T05:05:06.400Z] v3.2.0-dev.4 [2024-07-03T05:05:06.400Z] v3.2.0-dev.5 [2024-07-03T05:05:06.400Z] v3.2.0-dev.6 [2024-07-03T05:05:06.400Z] v3.2.0-dev.7 [2024-07-03T05:05:06.400Z] v3.2.0-dev.8 [2024-07-03T05:05:06.400Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-03T05:05:06.697Z] + lftools sign git-tag v3.2.0-dev.20 [2024-07-03T05:05:07.264Z] Signing Git tag with Sigul... [2024-07-03T05:05:07.264Z] Signing v3.2.0-dev.20 [Pipeline] echo [2024-07-03T05:05:07.846Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:08.139Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-03T05:05:08.147Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-03T05:05:08.171Z] $ docker stop --time=1 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 [2024-07-03T05:05:09.477Z] $ docker rm -f --volumes 8f40969ff49cb77f92e3595dc77ee22bd57a6f30df58162458990acb691b59c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-03T05:05:09.917Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-03T05:05:09.917Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:05:10.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T05:05:10.223Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:05:10.301Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:05:10.325Z] $ 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-03T05:05:10.637Z] $ docker top 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e -eo pid,comm [2024-07-03T05:05:10.686Z] 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-03T05:05:10.686Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-03T05:05:10.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-03T05:05:10.743Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-03T05:05:10.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-03T05:05:10.858Z] $ docker exec 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e ssh-agent [2024-07-03T05:05:10.972Z] SSH_AUTH_SOCK=/tmp/ssh-rOHjbkpPrOeN/agent.32 [2024-07-03T05:05:10.972Z] SSH_AGENT_PID=38 [2024-07-03T05:05:10.977Z] Running ssh-add (command line suppressed) [2024-07-03T05:05:11.059Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12137645553267006266.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12137645553267006266.key) [2024-07-03T05:05:11.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-03T05:05:11.375Z] + git semver bump pre [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [bump_version] DEBUG bumping version:3.2.0-dev.20 on axis:pre with prefix:dev [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [bump_version] DEBUG bumped version:3.2.0-dev.21 [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [write_version] DEBUG write version:3.2.0-dev.21 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,572 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,574 [execute] INFO git cat-file --batch-check [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,574 [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-03T05:05:11.636Z] 2024-07-03 05:05:11,580 [execute] INFO git cat-file --batch [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,581 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-03T05:05:11.636Z] 2024-07-03 05:05:11,586 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:05:11.636Z] 3.2.0-dev.21 [Pipeline] } [2024-07-03T05:05:11.640Z] $ docker exec --env ******** --env ******** 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e ssh-agent -k [2024-07-03T05:05:11.739Z] unset SSH_AUTH_SOCK; [2024-07-03T05:05:11.739Z] unset SSH_AGENT_PID; [2024-07-03T05:05:11.739Z] echo Agent pid 38 killed; [2024-07-03T05:05:11.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-03T05:05:12.080Z] + git semver [Pipeline] } [2024-07-03T05:05:12.346Z] $ docker stop --time=1 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e [2024-07-03T05:05:13.803Z] $ docker rm -f --volumes 343eadf17eb310861df955d5590811408816df60f33206ea78986114bccbda4e [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-03T05:05:14.189Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-03T05:05:14.189Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:05:14.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-03T05:05:14.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:05:14.581Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:05:14.604Z] $ 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-03T05:05:14.917Z] $ docker top 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-03T05:05:15.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-03T05:05:15.027Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-03T05:05:15.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-03T05:05:15.150Z] $ docker exec 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac ssh-agent [2024-07-03T05:05:15.237Z] SSH_AUTH_SOCK=/tmp/ssh-iqJI86UYQOLR/agent.33 [2024-07-03T05:05:15.237Z] SSH_AGENT_PID=40 [2024-07-03T05:05:15.242Z] Running ssh-add (command line suppressed) [2024-07-03T05:05:15.331Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4984464818994919250.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4984464818994919250.key) [2024-07-03T05:05:15.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-03T05:05:15.640Z] + git semver push [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,819 [run_push] DEBUG push [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,820 [execute] INFO git cat-file --batch-check [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,820 [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-03T05:05:15.899Z] 2024-07-03 05:05:15,824 [execute] INFO git rev-list 86bc9ef66605871d5bbb511a77f89322fea8186b -- [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,824 [execute] DEBUG Popen(['git', 'rev-list', '86bc9ef66605871d5bbb511a77f89322fea8186b', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,836 [execute] INFO git fetch -v origin [2024-07-03T05:05:15.899Z] 2024-07-03 05:05:15,836 [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-03T05:05:16.468Z] 2024-07-03 05:05:16,296 [run_push] DEBUG no remote changes detected [2024-07-03T05:05:16.468Z] 2024-07-03 05:05:16,296 [execute] INFO git push origin semver [2024-07-03T05:05:16.468Z] 2024-07-03 05:05:16,296 [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-03T05:05:17.040Z] 2024-07-03 05:05:17,014 [run_push] DEBUG push all version tags [2024-07-03T05:05:17.040Z] 2024-07-03 05:05:17,014 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-03T05:05:17.040Z] 2024-07-03 05:05:17,015 [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-03T05:05:17.979Z] 2024-07-03 05:05:17,693 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2024-07-03T05:05:17.979Z] 3.2.0-dev.21 [Pipeline] } [2024-07-03T05:05:17.985Z] $ docker exec --env ******** --env ******** 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac ssh-agent -k [2024-07-03T05:05:18.065Z] unset SSH_AUTH_SOCK; [2024-07-03T05:05:18.065Z] unset SSH_AGENT_PID; [2024-07-03T05:05:18.065Z] echo Agent pid 40 killed; [2024-07-03T05:05:18.081Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-03T05:05:18.419Z] + git semver [Pipeline] } [2024-07-03T05:05:18.685Z] $ docker stop --time=1 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac [2024-07-03T05:05:20.025Z] $ docker rm -f --volumes 0beb33a853898a5d3f0c730507ac8d366fd64c18bdb32d7cf08c60d67cbc81ac [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-03T05:05:20.672Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2024-07-03T05:05:20.672Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-03T05:05:20.672Z] total 16 [2024-07-03T05:05:20.672Z] drwxr-xr-x 3 root root 4096 Jul 3 04:49 . [2024-07-03T05:05:20.672Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 05:05 .. [2024-07-03T05:05:20.672Z] drwxr-xr-x 2 root root 4096 Jul 3 04:49 cost [2024-07-03T05:05:20.672Z] -rw-r--r-- 1 root root 86 Jul 3 04:49 cost.csv [2024-07-03T05:05:20.672Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-03T05:05:20.672Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2024-07-03T05:05:20.672Z] total 16 [2024-07-03T05:05:20.672Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 3 04:49 . [2024-07-03T05:05:20.672Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 3 05:05 .. [2024-07-03T05:05:20.672Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 3 04:49 cost [2024-07-03T05:05:20.672Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 3 04:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:20.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:21.813Z] ---> package-listing.sh [2024-07-03T05:05:21.813Z] ++ facter osfamily [2024-07-03T05:05:21.813Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-03T05:05:22.072Z] + OS_FAMILY=debian [2024-07-03T05:05:22.072Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2024-07-03T05:05:22.072Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-03T05:05:22.072Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-03T05:05:22.072Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-03T05:05:22.072Z] + PACKAGES=/tmp/packages_start.txt [2024-07-03T05:05:22.072Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-03T05:05:22.072Z] + PACKAGES=/tmp/packages_end.txt [2024-07-03T05:05:22.072Z] + case "${OS_FAMILY}" in [2024-07-03T05:05:22.072Z] + dpkg -l [2024-07-03T05:05:22.072Z] + grep '^ii' [2024-07-03T05:05:22.072Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-03T05:05:22.072Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-03T05:05:22.072Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-03T05:05:22.072Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2024-07-03T05:05:22.072Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2024-07-03T05:05:22.072Z] + 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-03T05:05:22.081Z] 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-03T05:05:22.357Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-03T05:05:22.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-03T05:05:22.921Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-03T05:05:23.002Z] prd-ubuntu20.04-docker-8c-8g-4875 does not seem to be running inside a container [2024-07-03T05:05:23.029Z] $ 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-03T05:05:23.242Z] $ docker top 0a9091ef2e5dd2e4c399d29951abb538c36d7f0f6fcda135c5bf2dd1eae0a95d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-03T05:05:23.595Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-03T05:05:23.876Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-03T05:05:24.161Z] + ls /var/log/sa-host [2024-07-03T05:05:24.161Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-03T05:05:24.245Z] provisioning config files... [2024-07-03T05:05:24.255Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config829066005413285383tmp [Pipeline] { [Pipeline] echo [2024-07-03T05:05:24.271Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:24.551Z] ---> create-netrc.sh [Pipeline] } [2024-07-03T05:05:24.557Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:24.885Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-03T05:05:24.895Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:25.175Z] ---> sudo-logs.sh [2024-07-03T05:05:25.175Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-03T05:05:25.200Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:25.479Z] ---> job-cost.sh [2024-07-03T05:05:25.479Z] lf-activate-venv: SKIPPING [2024-07-03T05:05:25.479Z] DEBUG: total: 0.2199999988079071 [2024-07-03T05:05:25.479Z] INFO: Retrieving Stack Cost... [2024-07-03T05:05:26.049Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-03T05:05:26.309Z] INFO: Archiving Costs [Pipeline] echo [2024-07-03T05:05:26.321Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-03T05:05:26.601Z] ---> logs-deploy.sh [2024-07-03T05:05:26.602Z] lf-activate-venv: SKIPPING [2024-07-03T05:05:26.602Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/295 [2024-07-03T05:05:26.602Z] INFO: archiving workspace using pattern(s): [2024-07-03T05:05:27.538Z] Archives upload complete. [2024-07-03T05:05:27.538Z] INFO: archiving logs to Nexus