Pull request #1598 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch main at 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f rather than c4ed2e69eb251c2c6f49e569a3ae35017bd9bc27 Obtained Jenkinsfile from 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f 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-ssh423272726827316027.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-ssh17086432244639949768.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1598/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/app-functions-sdk-go/branches/PR-1598/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9008580236572283697.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/app-functions-sdk-go/branches/PR-1598/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8870660849193697494.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh9390094465794198623.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1598/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/app-functions-sdk-go/branches/PR-1598/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15582030786142692856.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage: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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6672 in /w/workspace/dry_app-functions-sdk-go_PR-1598 [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/app-functions-sdk-go.git > git init /w/workspace/dry_app-functions-sdk-go_PR-1598 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f into PR head commit c4ed2e69eb251c2c6f49e569a3ae35017bd9bc27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1598/head:refs/remotes/origin/PR-1598 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4ed2e69eb251c2c6f49e569a3ae35017bd9bc27 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f # timeout=10 Merge succeeded, producing d4c758aeea778faa2de51961dea486a8a375ce0a Checking out Revision d4c758aeea778faa2de51961dea486a8a375ce0a (PR-1598) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4c758aeea778faa2de51961dea486a8a375ce0a # timeout=10 Commit message: "Merge commit '90ecd2aa9ff4dc039a2e4741e632ba1f4404153f' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:12:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:12:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:12:25 ========================================================= 13:12:25 EdgeX Global Pipelines Version Info 13:12:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:12:26 ------------------- 13:12:26 stable info: 13:12:26 ------------------- 13:12:26 Commited By: Ginny Guan ginny@iotechsys.com 13:12:26 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 13:12:26 Message: update stable to v1.0.260 13:12:26 ------------------- 13:12:26 experimental info: 13:12:26 ------------------- 13:12:26 Commited By: Ginny Guan ginny@iotechsys.com 13:12:26 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 13:12:26 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:12:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1598 [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1598 [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1598 [Pipeline] echo 13:12:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4c758aeea778faa2de51961dea486a8a375ce0a [Pipeline] echo 13:12:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4c758a [Pipeline] echo 13:12:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:12:29 + git rev-list -1 --merges d4c758aeea778faa2de51961dea486a8a375ce0a~1..d4c758aeea778faa2de51961dea486a8a375ce0a [Pipeline] echo 13:12:29 -----------> git rev-list -1 --merges d4c758aeea778faa2de51961dea486a8a375ce0a~1..d4c758aeea778faa2de51961dea486a8a375ce0a d4c758aeea778faa2de51961dea486a8a375ce0a 13:12:29 d4c758aeea778faa2de51961dea486a8a375ce0a [false] [Pipeline] sh 13:12:30 + git log --format=format:%s -1 d4c758aeea778faa2de51961dea486a8a375ce0a [Pipeline] echo 13:12:30 ========================================================= 13:12:30 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:12:30 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:12:30 + git log --format=format:%s -1 d4c758aeea778faa2de51961dea486a8a375ce0a [Pipeline] echo 13:12:30 [semverPrep] GIT_COMMIT: d4c758aeea778faa2de51961dea486a8a375ce0a, Commit Message: Merge commit '90ecd2aa9ff4dc039a2e4741e632ba1f4404153f' into HEAD [Pipeline] echo 13:12:30 [semverPrep] This is not a build commit. [Pipeline] sh 13:12:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:12:31 + grep -v github /etc/ssh/ssh_known_hosts 13:12:31 + [ -e /tmp/ssh_known_hosts ] 13:12:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:12:31 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:12:31 + sudo tee -a /etc/ssh/ssh_known_hosts 13:12:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:12:31 13:12:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:12:32 0.1.4: Pulling from edgex-devops/py-git-semver 13:12:32 b85a868b505f: Pulling fs layer 13:12:32 e2be974225ed: Pulling fs layer 13:12:32 339a4e72a1f5: Pulling fs layer 13:12:32 988bab9f4d93: Pulling fs layer 13:12:32 1469e6f7b9e6: Pulling fs layer 13:12:32 eaf3925da568: Pulling fs layer 13:12:32 988bab9f4d93: Waiting 13:12:32 1469e6f7b9e6: Waiting 13:12:32 bab4dde63d76: Pulling fs layer 13:12:32 eaf3925da568: Waiting 13:12:32 bde34c3a00c8: Pulling fs layer 13:12:32 b352a97aabf1: Pulling fs layer 13:12:32 4872d77fe225: Pulling fs layer 13:12:32 5851b861e8e6: Pulling fs layer 13:12:32 bab4dde63d76: Waiting 13:12:32 4872d77fe225: Waiting 13:12:32 5851b861e8e6: Waiting 13:12:32 bde34c3a00c8: Waiting 13:12:32 b352a97aabf1: Waiting 13:12:32 e2be974225ed: Download complete 13:12:32 988bab9f4d93: Verifying Checksum 13:12:32 988bab9f4d93: Download complete 13:12:32 1469e6f7b9e6: Verifying Checksum 13:12:32 1469e6f7b9e6: Download complete 13:12:32 339a4e72a1f5: Verifying Checksum 13:12:32 339a4e72a1f5: Download complete 13:12:32 eaf3925da568: Download complete 13:12:32 bde34c3a00c8: Download complete 13:12:32 b352a97aabf1: Verifying Checksum 13:12:32 b352a97aabf1: Download complete 13:12:32 4872d77fe225: Verifying Checksum 13:12:32 4872d77fe225: Download complete 13:12:32 5851b861e8e6: Download complete 13:12:32 b85a868b505f: Verifying Checksum 13:12:32 b85a868b505f: Download complete 13:12:32 bab4dde63d76: Verifying Checksum 13:12:32 bab4dde63d76: Download complete 13:12:33 b85a868b505f: Pull complete 13:12:33 e2be974225ed: Pull complete 13:12:34 339a4e72a1f5: Pull complete 13:12:34 988bab9f4d93: Pull complete 13:12:34 1469e6f7b9e6: Pull complete 13:12:34 eaf3925da568: Pull complete 13:12:36 bab4dde63d76: Pull complete 13:12:36 bde34c3a00c8: Pull complete 13:12:36 b352a97aabf1: Pull complete 13:12:36 4872d77fe225: Pull complete 13:12:36 5851b861e8e6: Pull complete 13:12:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:12:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:12:36 prd-ubuntu20.04-docker-8c-8g-6672 does not seem to be running inside a container 13:12:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-functions-sdk-go_PR-1598 -v /w/workspace/dry_app-functions-sdk-go_PR-1598:/w/workspace/dry_app-functions-sdk-go_PR-1598:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:12:37 $ docker top fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 -eo pid,comm 13:12:37 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). 13:12:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:12:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:12:38 [ssh-agent] Looking for ssh-agent implementation... 13:12:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:12:38 $ docker exec fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 ssh-agent 13:12:38 SSH_AUTH_SOCK=/tmp/ssh-UsLtREMmlCsT/agent.32 13:12:38 SSH_AGENT_PID=38 13:12:38 Running ssh-add (command line suppressed) 13:12:38 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/private_key_13807718649882890430.key (/w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/private_key_13807718649882890430.key) 13:12:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:12:38 + git tag --points-at HEAD [Pipeline] } 13:12:38 $ docker exec --env ******** --env ******** fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 ssh-agent -k 13:12:38 unset SSH_AUTH_SOCK; 13:12:38 unset SSH_AGENT_PID; 13:12:38 echo Agent pid 38 killed; 13:12:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:12:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:12:39 [ssh-agent] Looking for ssh-agent implementation... 13:12:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:12:39 $ docker exec fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 ssh-agent 13:12:39 SSH_AUTH_SOCK=/tmp/ssh-VQFT6jegoc5L/agent.71 13:12:39 SSH_AGENT_PID=77 13:12:39 Running ssh-add (command line suppressed) 13:12:39 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/private_key_16913413807182574994.key (/w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/private_key_16913413807182574994.key) 13:12:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:12:39 + git semver init 13:12:40 2024-07-29 13:12:40,021 [run_init] DEBUG init version:0.0.0 force:False 13:12:40 2024-07-29 13:12:40,022 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver 13:12:40 2024-07-29 13:12:40,022 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/dry_app-functions-sdk-go_PR-1598/.semver 13:12:40 2024-07-29 13:12:40,022 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1598, universal_newlines=False, shell=None, istream=None) 13:12:42 2024-07-29 13:12:41,748 [append_file] DEBUG append to file:/w/workspace/dry_app-functions-sdk-go_PR-1598/.git/info/exclude 13:12:42 2024-07-29 13:12:41,749 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver/PR-1598 with force:False 13:12:42 2024-07-29 13:12:41,749 [write_file] DEBUG write to file:/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver/PR-1598 13:12:42 2024-07-29 13:12:41,753 [execute] INFO git cat-file --batch-check 13:12:42 2024-07-29 13:12:41,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver, universal_newlines=False, shell=None, istream=) 13:12:42 2024-07-29 13:12:41,759 [execute] INFO git cat-file --batch 13:12:42 2024-07-29 13:12:41,760 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1598/.semver, universal_newlines=False, shell=None, istream=) 13:12:42 2024-07-29 13:12:41,763 [read_version] DEBUG read version from /w/workspace/dry_app-functions-sdk-go_PR-1598/.semver/PR-1598 13:12:42 0.0.0 [Pipeline] } 13:12:42 $ docker exec --env ******** --env ******** fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 ssh-agent -k 13:12:42 unset SSH_AUTH_SOCK; 13:12:42 unset SSH_AGENT_PID; 13:12:42 echo Agent pid 77 killed; 13:12:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:12:42 + git semver [Pipeline] } 13:12:42 $ docker stop --time=1 fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 13:12:44 $ docker rm -f --volumes fab1518fa216eb73b9a15de10fa01147c94016c75f2fe79512ef24f9501ec405 [Pipeline] // withDockerContainer [Pipeline] sh 13:12:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:12:44 Stashed 1 file(s) [Pipeline] echo 13:12:45 [edgeXSemver]: initialized semver on version 0.0.0 [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] unstash [Pipeline] echo 13:12:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:12:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:12:45 ========================================================= 13:12:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 13:12:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 13:12:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:12:46 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 13:12:46 619be1103602: Pulling fs layer 13:12:46 7862e08f4a3e: Pulling fs layer 13:12:46 5df492c9dc93: Pulling fs layer 13:12:46 7629e6793208: Pulling fs layer 13:12:46 4f4fb700ef54: Pulling fs layer 13:12:46 fb5054dd5b73: Pulling fs layer 13:12:46 eeca6798cff9: Pulling fs layer 13:12:46 aa269ceb94a6: Pulling fs layer 13:12:46 ada007ff1a6a: Pulling fs layer 13:12:46 4f4fb700ef54: Waiting 13:12:46 fb5054dd5b73: Waiting 13:12:46 eeca6798cff9: Waiting 13:12:46 aa269ceb94a6: Waiting 13:12:46 ada007ff1a6a: Waiting 13:12:46 7629e6793208: Waiting 13:12:46 7862e08f4a3e: Download complete 13:12:46 7629e6793208: Verifying Checksum 13:12:46 7629e6793208: Download complete 13:12:46 4f4fb700ef54: Verifying Checksum 13:12:46 4f4fb700ef54: Download complete 13:12:46 619be1103602: Verifying Checksum 13:12:46 619be1103602: Download complete 13:12:46 fb5054dd5b73: Verifying Checksum 13:12:46 fb5054dd5b73: Download complete 13:12:46 eeca6798cff9: Download complete 13:12:46 619be1103602: Pull complete 13:12:46 ada007ff1a6a: Verifying Checksum 13:12:46 ada007ff1a6a: Download complete 13:12:46 7862e08f4a3e: Pull complete 13:12:46 5df492c9dc93: Verifying Checksum 13:12:46 5df492c9dc93: Download complete 13:12:47 aa269ceb94a6: Verifying Checksum 13:12:47 aa269ceb94a6: Download complete 13:12:49 5df492c9dc93: Pull complete 13:12:49 7629e6793208: Pull complete 13:12:49 4f4fb700ef54: Pull complete 13:12:49 fb5054dd5b73: Pull complete 13:12:50 eeca6798cff9: Pull complete 13:12:52 aa269ceb94a6: Pull complete 13:12:52 ada007ff1a6a: Pull complete 13:12:52 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 13:12:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:12:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] sh 13:12:53 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:53 + docker inspect -f . ci-base-image-x86_64 13:12:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:12:53 prd-ubuntu20.04-docker-8c-8g-6672 does not seem to be running inside a container 13:12:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-functions-sdk-go_PR-1598 -v /w/workspace/dry_app-functions-sdk-go_PR-1598:/w/workspace/dry_app-functions-sdk-go_PR-1598:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1598@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:12:55 $ docker top 5de3081237082f6b7993e6302990b5d67b6aae99f6ee1004e9e44df51c75b213 -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:55 + go version 13:12:55 go version go1.21.9 linux/amd64 [Pipeline] } 13:12:55 $ docker stop --time=1 5de3081237082f6b7993e6302990b5d67b6aae99f6ee1004e9e44df51c75b213 13:12:57 $ docker rm -f --volumes 5de3081237082f6b7993e6302990b5d67b6aae99f6ee1004e9e44df51c75b213 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:57 + docker inspect -f . ci-base-image-x86_64 13:12:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:12:58 prd-ubuntu20.04-docker-8c-8g-6672 does not seem to be running inside a container 13:12:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-functions-sdk-go_PR-1598 -v /w/workspace/dry_app-functions-sdk-go_PR-1598:/w/workspace/dry_app-functions-sdk-go_PR-1598:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1598@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:12:58 $ docker top 1b2c1794407c0a136528ab6766b34209ad69156619898faca0acbad10beab985 -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:58 + git config --global --add safe.directory /w/workspace/dry_app-functions-sdk-go_PR-1598 [Pipeline] fileExists [Pipeline] sh 13:12:59 + make test 13:12:59 make -C ./app-service-template build 13:12:59 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1598/app-service-template' 13:12:59 go mod tidy 13:12:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.30 13:12:59 go: downloading github.com/labstack/echo/v4 v4.11.4 13:12:59 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 13:12:59 go: downloading github.com/google/uuid v1.6.0 13:12:59 go: downloading github.com/stretchr/testify v1.9.0 13:12:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.48 13:12:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.29 13:12:59 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.13 13:12:59 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 13:12:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 13:12:59 go: downloading github.com/labstack/gommon v0.4.2 13:12:59 go: downloading golang.org/x/crypto v0.25.0 13:12:59 go: downloading golang.org/x/net v0.27.0 13:12:59 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 13:12:59 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 13:12:59 go: downloading gopkg.in/yaml.v3 v3.0.1 13:12:59 go: downloading github.com/stretchr/objx v0.5.2 13:12:59 go: downloading github.com/hashicorp/go-multierror v1.1.1 13:12:59 go: downloading github.com/go-kit/log v0.2.1 13:12:59 go: downloading github.com/go-playground/validator/v10 v10.22.0 13:12:59 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 13:12:59 go: downloading github.com/gorilla/websocket v1.5.1 13:13:00 go: downloading golang.org/x/sync v0.7.0 13:13:00 go: downloading github.com/mattn/go-colorable v0.1.13 13:13:00 go: downloading github.com/mattn/go-isatty v0.0.20 13:13:00 go: downloading github.com/valyala/fasttemplate v1.2.2 13:13:00 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 13:13:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.11 13:13:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.9 13:13:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:13:00 go: downloading github.com/mitchellh/copystructure v1.2.0 13:13:00 go: downloading github.com/openziti/sdk-golang v0.23.39 13:13:00 go: downloading github.com/sirupsen/logrus v1.9.3 13:13:00 go: downloading github.com/hashicorp/consul/api v1.29.2 13:13:00 go: downloading github.com/hashicorp/errwrap v1.1.0 13:13:00 go: downloading github.com/go-logfmt/logfmt v0.5.1 13:13:00 go: downloading github.com/x448/float16 v0.8.4 13:13:00 go: downloading github.com/go-playground/universal-translator v0.18.1 13:13:00 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 13:13:00 go: downloading github.com/leodido/go-urn v1.4.0 13:13:00 go: downloading golang.org/x/text v0.16.0 13:13:00 go: downloading github.com/go-playground/locales v0.14.1 13:13:00 go: downloading github.com/valyala/bytebufferpool v1.0.0 13:13:00 go: downloading golang.org/x/sys v0.22.0 13:13:00 Still waiting to schedule task 13:13:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:13:00 go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 13:13:01 go: downloading github.com/mitchellh/reflectwalk v1.0.2 13:13:01 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 13:13:01 go: downloading golang.org/x/time v0.5.0 13:13:01 go: downloading github.com/mitchellh/mapstructure v1.5.0 13:13:01 go: downloading github.com/go-openapi/runtime v0.28.0 13:13:01 go: downloading github.com/go-openapi/strfmt v0.23.0 13:13:01 go: downloading github.com/go-resty/resty/v2 v2.13.1 13:13:01 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 13:13:01 go: downloading github.com/michaelquigley/pfxlog v0.6.10 13:13:01 go: downloading github.com/openziti/edge-api v0.26.21 13:13:01 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 13:13:01 go: downloading github.com/go-playground/assert/v2 v2.2.0 13:13:01 go: downloading github.com/openziti/foundation/v2 v2.0.47 13:13:01 go: downloading github.com/openziti/identity v1.0.81 13:13:01 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 13:13:01 go: downloading github.com/pkg/errors v0.9.1 13:13:01 go: downloading github.com/zitadel/oidc/v2 v2.12.0 13:13:01 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 13:13:02 go: downloading golang.org/x/oauth2 v0.21.0 13:13:02 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 13:13:02 go: downloading github.com/kataras/go-events v0.0.3 13:13:02 go: downloading github.com/openziti/channel/v2 v2.0.136 13:13:02 go: downloading github.com/openziti/metrics v1.2.56 13:13:02 go: downloading github.com/openziti/secretstream v0.1.21 13:13:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:13:02 go: downloading github.com/openziti/transport/v2 v2.0.138 13:13:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 13:13:02 go: downloading github.com/hashicorp/go-hclog v1.5.0 13:13:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:13:02 go: downloading github.com/hashicorp/serf v0.10.1 13:13:02 go: downloading github.com/google/go-cmp v0.6.0 13:13:02 go: downloading github.com/hashicorp/consul/proto-public v0.6.2 13:13:02 go: downloading github.com/hashicorp/consul/sdk v0.16.1 13:13:02 go: downloading github.com/hashicorp/go-uuid v1.0.3 13:13:02 go: downloading google.golang.org/protobuf v1.34.2 13:13:02 go: downloading github.com/nats-io/nats.go v1.36.0 13:13:02 go: downloading github.com/go-redis/redis/v7 v7.3.0 13:13:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:13:02 go: downloading github.com/spf13/cast v1.6.0 13:13:02 go: downloading github.com/Microsoft/go-winio v0.6.2 13:13:02 go: downloading github.com/zeebo/errs v1.3.0 13:13:02 go: downloading google.golang.org/grpc v1.64.1 13:13:02 go: downloading github.com/go-openapi/errors v0.22.0 13:13:02 go: downloading github.com/go-openapi/swag v0.23.0 13:13:02 go: downloading github.com/go-openapi/spec v0.21.0 13:13:02 go: downloading github.com/go-openapi/validate v0.24.0 13:13:02 go: downloading github.com/opentracing/opentracing-go v1.2.0 13:13:02 go: downloading go.opentelemetry.io/otel v1.28.0 13:13:02 go: downloading go.opentelemetry.io/otel/trace v1.28.0 13:13:02 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 13:13:02 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 13:13:02 go: downloading github.com/oklog/ulid v1.3.1 13:13:02 go: downloading go.mongodb.org/mongo-driver v1.16.0 13:13:02 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 13:13:02 go: downloading github.com/kr/pretty v0.3.1 13:13:02 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 13:13:02 go: downloading github.com/fsnotify/fsnotify v1.7.0 13:13:02 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 13:13:02 go: downloading github.com/gorilla/schema v1.4.1 13:13:02 go: downloading github.com/gorilla/securecookie v1.1.1 13:13:02 go: downloading github.com/muhlemmer/gu v0.3.1 13:13:02 go: downloading github.com/mitchellh/go-ps v1.0.0 13:13:02 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 13:13:02 go: downloading go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 13:13:02 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 13:13:02 go: downloading github.com/golang/protobuf v1.5.4 13:13:02 go: downloading github.com/gorilla/mux v1.8.1 13:13:02 go: downloading nhooyr.io/websocket v1.8.11 13:13:02 go: downloading github.com/fatih/color v1.16.0 13:13:02 go: downloading github.com/mitchellh/go-homedir v1.1.0 13:13:02 go: downloading github.com/hashicorp/go-version v1.2.1 13:13:02 go: downloading github.com/armon/go-metrics v0.4.1 13:13:02 go: downloading github.com/go-jose/go-jose/v4 v4.0.2 13:13:02 go: downloading github.com/hashicorp/go-msgpack v0.5.5 13:13:02 go: downloading github.com/hashicorp/memberlist v0.5.0 13:13:02 go: downloading github.com/onsi/ginkgo v1.16.4 13:13:02 go: downloading github.com/onsi/gomega v1.13.0 13:13:02 go: downloading github.com/frankban/quicktest v1.14.6 13:13:02 go: downloading github.com/klauspost/compress v1.17.2 13:13:02 go: downloading github.com/nats-io/nkeys v0.4.7 13:13:02 go: downloading github.com/nats-io/nuid v1.0.1 13:13:02 go: downloading github.com/mailru/easyjson v0.7.7 13:13:02 go: downloading github.com/go-openapi/jsonpointer v0.21.0 13:13:02 go: downloading github.com/go-openapi/jsonreference v0.21.0 13:13:02 go: downloading github.com/go-openapi/analysis v0.23.0 13:13:02 go: downloading github.com/go-openapi/loads v0.22.0 13:13:02 go: downloading github.com/go-logr/logr v1.4.2 13:13:02 go: downloading go.opentelemetry.io/otel/metric v1.28.0 13:13:02 go: downloading github.com/go-logr/stdr v1.2.2 13:13:02 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 13:13:02 go: downloading golang.org/x/term v0.22.0 13:13:02 go: downloading github.com/emirpasic/gods v1.18.1 13:13:02 go: downloading github.com/jeremija/gosubmit v0.2.7 13:13:02 go: downloading github.com/kr/text v0.2.0 13:13:03 go: downloading github.com/rogpeppe/go-internal v1.11.0 13:13:03 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 13:13:03 go: downloading github.com/pascaldekloe/goe v0.1.0 13:13:03 go: downloading github.com/yusufpapurcu/wmi v1.2.4 13:13:03 go: downloading github.com/tklauser/go-sysconf v0.3.12 13:13:03 go: downloading github.com/google/btree v1.0.1 13:13:03 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 13:13:03 go: downloading github.com/miekg/dns v1.1.41 13:13:03 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:13:03 go: downloading github.com/josharian/intern v1.0.0 13:13:03 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 13:13:03 go: downloading github.com/miekg/pkcs11 v1.1.1 13:13:03 go: downloading github.com/muhlemmer/httpforwarded v0.1.0 13:13:03 go: downloading github.com/rs/cors v1.10.1 13:13:03 go: downloading github.com/hashicorp/golang-lru v0.5.4 13:13:03 go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c 13:13:03 go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 13:13:03 go: downloading github.com/shoenig/go-m1cpu v0.1.6 13:13:03 go: downloading github.com/go-ole/go-ole v1.2.6 13:13:03 go: downloading github.com/tklauser/numcpus v0.6.1 13:13:03 go: downloading gopkg.in/yaml.v2 v2.4.0 13:13:03 go: downloading github.com/nxadm/tail v1.4.8 13:13:03 go: downloading github.com/shoenig/test v0.6.4 13:13:03 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:13:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.49 13:13:04 CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 13:13:26 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1598/app-service-template' 13:13:26 make -C ./app-service-template test 13:13:26 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1598/app-service-template' 13:13:26 go test -race -coverprofile=coverage.out ./... 13:13:58 ? app-new-service/config [no test files] 13:13:58 ok app-new-service 1.048s coverage: 45.9% of statements 13:13:58 ok app-new-service/functions 1.053s coverage: 85.3% of statements 13:13:58 go vet ./... 13:14:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:14:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:14:25 ./bin/test-attribution-txt.sh 13:14:25 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:14:25 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:14:25 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 13:14:25 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1598/app-service-template' 13:14:25 go test -race -coverprofile=coverage.out ./... 13:14:25 go: downloading github.com/gomodule/redigo v1.8.9 13:14:25 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 13:14:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 13:14:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 13:14:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 1.099s coverage: 66.6% of statements 13:14:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 1.033s coverage: 89.3% of statements 13:14:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 1.068s coverage: 85.1% of statements 13:14:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 1.033s coverage: 100.0% of statements 13:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 13:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 13:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 13:14:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 13:14:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 13:14:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 13:14:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 1.119s coverage: 75.5% of statements 13:14:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 1.029s coverage: 97.3% of statements 13:14:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 1.030s coverage: 82.8% of statements 13:14:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 1.028s coverage: 65.1% of statements 13:14:29 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 1.028s coverage: 27.6% of statements 13:14:29 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 13:14:29 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 13:14:30 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 1.055s coverage: 11.2% of statements 13:14:30 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 1.044s coverage: 27.3% of statements 13:14:30 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 1.042s coverage: 52.8% of statements 13:14:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6673 in /w/workspace/dry_app-functions-sdk-go_PR-1598 [Pipeline] { [Pipeline] ws 13:14:32 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 13:14:35 The recommended git tool is: git 13:14:40 using credential edgex-jenkins-ssh 13:14:40 Cloning the remote Git repository 13:14:40 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 13:14:40 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 13:14:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 13:14:40 > git --version # timeout=10 13:14:40 > git --version # 'git version 2.25.1' 13:14:40 using GIT_SSH to set credentials SSH Credentials for GitHub 13:14:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:14:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 13:14:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:14:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 13:14:46 Merging remotes/origin/main commit 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f into PR head commit c4ed2e69eb251c2c6f49e569a3ae35017bd9bc27 13:14:46 Merge succeeded, producing 5b2ebf62a83ca8026ed4cb5b8a5550a564b10159 13:14:46 Checking out Revision 5b2ebf62a83ca8026ed4cb5b8a5550a564b10159 (PR-1598) 13:14:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 13:14:45 using GIT_SSH to set credentials SSH Credentials for GitHub 13:14:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1598/head:refs/remotes/origin/PR-1598 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:14:46 > git config core.sparsecheckout # timeout=10 13:14:46 > git checkout -f c4ed2e69eb251c2c6f49e569a3ae35017bd9bc27 # timeout=10 13:14:46 > git remote # timeout=10 13:14:46 > git config --get remote.origin.url # timeout=10 13:14:46 using GIT_SSH to set credentials SSH Credentials for GitHub 13:14:46 > git merge 90ecd2aa9ff4dc039a2e4741e632ba1f4404153f # timeout=10 13:14:46 > git rev-parse HEAD^{commit} # timeout=10 13:14:46 > git config core.sparsecheckout # timeout=10 13:14:46 > git checkout -f 5b2ebf62a83ca8026ed4cb5b8a5550a564b10159 # timeout=10 13:14:50 Commit message: "Merge commit '90ecd2aa9ff4dc039a2e4741e632ba1f4404153f' into HEAD" 13:14:50 First time build. Skipping changelog. 13:14:50 > git --version # timeout=10 13:14:50 > git --version # 'git version 2.25.1' 13:14:50 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:14:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:14:52 % Total % Received % Xferd Average Speed Time Time Time Current 13:14:52 Dload Upload Total Spent Left Speed 13:14:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh 13:14:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:14:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:14:53 + sudo tee /etc/docker/daemon.new 13:14:53 { 13:14:53 "registry-mirrors": [ 13:14:53 "https://nexus3.edgexfoundry.org:10001" 13:14:53 ], 13:14:53 "bip": "10.250.0.254/24", 13:14:53 "hosts": [ 13:14:53 "tcp://0.0.0.0:5555", 13:14:53 "unix:///var/run/docker.sock" 13:14:53 ], 13:14:53 "mtu": 1458, 13:14:53 "selinux-enabled": true, 13:14:53 "seccomp-profile": "/etc/docker/seccomp.json" 13:14:53 } [Pipeline] sh 13:14:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:14:53 + sudo service docker restart 13:14:57 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 26.117s coverage: 72.2% of statements 13:14:57 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 1.022s coverage: 94.4% of statements 13:14:57 go vet ./... 13:14:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:14:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] unstash [Pipeline] echo 13:15:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:15:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:15:12 ========================================================= 13:15:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 13:15:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 13:15:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] echo 13:15:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:15:13 $ docker stop --time=1 1b2c1794407c0a136528ab6766b34209ad69156619898faca0acbad10beab985 13:15:13 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:15:13 c6b39de5b339: Pulling fs layer 13:15:13 a69c41024577: Pulling fs layer 13:15:13 d6de4b400683: Pulling fs layer 13:15:13 35cb2a7552d0: Pulling fs layer 13:15:13 4f4fb700ef54: Pulling fs layer 13:15:13 464afbd9ba4c: Pulling fs layer 13:15:13 00f215d4a9da: Pulling fs layer 13:15:13 d496ad576159: Pulling fs layer 13:15:13 35cb2a7552d0: Waiting 13:15:13 4f4fb700ef54: Waiting 13:15:13 464afbd9ba4c: Waiting 13:15:13 00f215d4a9da: Waiting 13:15:13 d496ad576159: Waiting 13:15:13 a69c41024577: Verifying Checksum 13:15:13 a69c41024577: Download complete 13:15:13 35cb2a7552d0: Verifying Checksum 13:15:13 35cb2a7552d0: Download complete 13:15:13 4f4fb700ef54: Download complete 13:15:13 464afbd9ba4c: Download complete 13:15:13 c6b39de5b339: Download complete 13:15:14 d496ad576159: Verifying Checksum 13:15:14 d496ad576159: Download complete 13:15:14 c6b39de5b339: Pull complete 13:15:14 $ docker rm -f --volumes 1b2c1794407c0a136528ab6766b34209ad69156619898faca0acbad10beab985 13:15:15 a69c41024577: Pull complete 13:15:15 d6de4b400683: Verifying Checksum 13:15:15 d6de4b400683: Download complete [Pipeline] // withDockerContainer [Pipeline] sh 13:15:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:15:16 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage 13:15:16 00f215d4a9da: Verifying Checksum 13:15:16 00f215d4a9da: Download complete [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 13:15:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:15:17 13:15:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:15:17 latest: Pulling from edgex-lftools-log-publisher 13:15:17 5eb5b503b376: Pulling fs layer 13:15:17 5c69ac0246d0: Pulling fs layer 13:15:17 ec43610c2a17: Pulling fs layer 13:15:17 3a2ae6a8a46f: Pulling fs layer 13:15:17 33b1e0a273af: Pulling fs layer 13:15:17 3a2ae6a8a46f: Waiting 13:15:17 5d3b04190fa2: Pulling fs layer 13:15:17 2f39f015ded8: Pulling fs layer 13:15:17 5d3b04190fa2: Waiting 13:15:17 5c69ac0246d0: Download complete 13:15:17 3a2ae6a8a46f: Download complete 13:15:17 33b1e0a273af: Verifying Checksum 13:15:17 33b1e0a273af: Download complete 13:15:17 ec43610c2a17: Verifying Checksum 13:15:17 ec43610c2a17: Download complete 13:15:17 5d3b04190fa2: Verifying Checksum 13:15:17 5d3b04190fa2: Download complete 13:15:18 5eb5b503b376: Verifying Checksum 13:15:18 5eb5b503b376: Download complete 13:15:18 2f39f015ded8: Verifying Checksum 13:15:18 2f39f015ded8: Download complete 13:15:19 5eb5b503b376: Pull complete 13:15:19 5c69ac0246d0: Pull complete 13:15:20 ec43610c2a17: Pull complete 13:15:20 3a2ae6a8a46f: Pull complete 13:15:20 33b1e0a273af: Pull complete 13:15:20 5d3b04190fa2: Pull complete 13:15:25 2f39f015ded8: Pull complete 13:15:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:15:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:15:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:15:25 prd-ubuntu20.04-docker-8c-8g-6672 does not seem to be running inside a container 13:15:26 $ 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/dry_app-functions-sdk-go_PR-1598 -v /w/workspace/dry_app-functions-sdk-go_PR-1598:/w/workspace/dry_app-functions-sdk-go_PR-1598:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1598@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:15:26 $ docker top c50913423e7110f12708a44c73e15e31261620cb98e6df51617f033d1991e761 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:15:27 ---> job-cost.sh 13:15:27 lf-activate-venv: SKIPPING 13:15:27 INFO: No Stack... 13:15:27 INFO: Retrieving Pricing Info for: v3-standard-8 13:15:27 INFO: Archiving Costs [Pipeline] sh 13:15:28 + cat /w/workspace/dry_app-functions-sdk-go_PR-1598/archives/cost.csv 13:15:28 + cut -d, -f6 [Pipeline] lock 13:15:28 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] 13:15:28 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] did not exist. Created. 13:15:28 Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:15:28 + echo total: 0.2199999988079071 [Pipeline] stash 13:15:28 Stashed 1 file(s) [Pipeline] } 13:15:28 Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:15:29 $ docker stop --time=1 c50913423e7110f12708a44c73e15e31261620cb98e6df51617f033d1991e761 13:15:29 d6de4b400683: Pull complete 13:15:29 35cb2a7552d0: Pull complete 13:15:29 4f4fb700ef54: Pull complete 13:15:29 464afbd9ba4c: Pull complete 13:15:30 $ docker rm -f --volumes c50913423e7110f12708a44c73e15e31261620cb98e6df51617f033d1991e761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:15:37 00f215d4a9da: Pull complete 13:15:38 d496ad576159: Pull complete 13:15:38 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 13:15:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:15:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] sh 13:15:39 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:39 + docker inspect -f . ci-base-image-arm64 13:15:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:15:39 prd-ubuntu20.04-docker-arm64-4c-16g-6673 does not seem to be running inside a container 13:15:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:15:42 $ docker top da4a9f9c666296d5af60bbff357032e296349725ecedb406598386259fea82bb -eo pid,comm [Pipeline] { [Pipeline] sh 13:15:43 + go version 13:15:43 go version go1.21.9 linux/arm64 [Pipeline] } 13:15:43 $ docker stop --time=1 da4a9f9c666296d5af60bbff357032e296349725ecedb406598386259fea82bb 13:15:45 $ docker rm -f --volumes da4a9f9c666296d5af60bbff357032e296349725ecedb406598386259fea82bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:15:46 + docker inspect -f . ci-base-image-arm64 13:15:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:15:46 prd-ubuntu20.04-docker-arm64-4c-16g-6673 does not seem to be running inside a container 13:15:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:15:47 $ docker top d2f65f3ccd0d712737a49c9310a8091323232bbb3b3fed593aeb132a4fe1b0d4 -eo pid,comm [Pipeline] { [Pipeline] sh 13:15:48 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 13:15:48 + make test 13:15:48 make -C ./app-service-template build 13:15:49 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 13:15:49 go mod tidy 13:15:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.30 13:15:49 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 13:15:49 go: downloading github.com/stretchr/testify v1.9.0 13:15:49 go: downloading github.com/google/uuid v1.6.0 13:15:49 go: downloading github.com/labstack/echo/v4 v4.11.4 13:15:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.48 13:15:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.29 13:15:50 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.13 13:15:50 go: downloading github.com/go-playground/validator/v10 v10.22.0 13:15:50 go: downloading gopkg.in/yaml.v3 v3.0.1 13:15:50 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 13:15:50 go: downloading github.com/go-kit/log v0.2.1 13:15:50 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 13:15:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 13:15:50 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 13:15:50 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 13:15:50 go: downloading github.com/stretchr/objx v0.5.2 13:15:50 go: downloading github.com/labstack/gommon v0.4.2 13:15:51 go: downloading golang.org/x/crypto v0.25.0 13:15:51 go: downloading golang.org/x/net v0.27.0 13:15:51 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.9 13:15:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 13:15:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.11 13:15:52 go: downloading github.com/go-logfmt/logfmt v0.5.1 13:15:52 go: downloading github.com/x448/float16 v0.8.4 13:15:52 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 13:15:52 go: downloading github.com/go-playground/universal-translator v0.18.1 13:15:52 go: downloading github.com/leodido/go-urn v1.4.0 13:15:52 go: downloading golang.org/x/text v0.16.0 13:15:55 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 13:15:55 go: downloading github.com/go-playground/assert/v2 v2.2.0 13:15:55 go: downloading github.com/go-playground/locales v0.14.1 13:15:57 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 13:15:57 go: downloading github.com/gorilla/websocket v1.5.1 13:15:57 go: downloading golang.org/x/sync v0.7.0 13:15:57 go: downloading github.com/mattn/go-colorable v0.1.13 13:15:57 go: downloading github.com/mattn/go-isatty v0.0.20 13:15:57 go: downloading github.com/valyala/fasttemplate v1.2.2 13:15:57 go: downloading github.com/mitchellh/copystructure v1.2.0 13:15:57 go: downloading github.com/sirupsen/logrus v1.9.3 13:15:57 go: downloading github.com/hashicorp/consul/api v1.29.2 13:15:57 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:15:57 go: downloading github.com/openziti/sdk-golang v0.23.39 13:15:58 go: downloading github.com/hashicorp/errwrap v1.1.0 13:15:58 go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 13:15:58 go: downloading golang.org/x/sys v0.22.0 13:15:58 go: downloading github.com/kr/pretty v0.3.1 13:15:58 go: downloading github.com/valyala/bytebufferpool v1.0.0 13:15:58 go: downloading github.com/mitchellh/reflectwalk v1.0.2 13:15:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 13:15:59 go: downloading github.com/hashicorp/go-hclog v1.5.0 13:15:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:15:59 go: downloading github.com/hashicorp/serf v0.10.1 13:15:59 go: downloading github.com/mitchellh/mapstructure v1.5.0 13:15:59 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 13:15:59 go: downloading github.com/google/go-cmp v0.6.0 13:15:59 go: downloading github.com/hashicorp/consul/proto-public v0.6.2 13:15:59 go: downloading github.com/hashicorp/consul/sdk v0.16.1 13:16:00 go: downloading github.com/hashicorp/go-uuid v1.0.3 13:16:00 go: downloading google.golang.org/protobuf v1.34.2 13:16:00 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 13:16:00 go: downloading golang.org/x/time v0.5.0 13:16:00 go: downloading github.com/go-openapi/runtime v0.28.0 13:16:00 go: downloading github.com/go-openapi/strfmt v0.23.0 13:16:00 go: downloading github.com/go-resty/resty/v2 v2.13.1 13:16:00 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 13:16:00 go: downloading github.com/michaelquigley/pfxlog v0.6.10 13:16:00 go: downloading github.com/openziti/edge-api v0.26.21 13:16:03 go: downloading github.com/openziti/foundation/v2 v2.0.47 13:16:03 go: downloading github.com/openziti/identity v1.0.81 13:16:03 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 13:16:03 go: downloading github.com/pkg/errors v0.9.1 13:16:03 go: downloading github.com/zitadel/oidc/v2 v2.12.0 13:16:03 go: downloading golang.org/x/oauth2 v0.21.0 13:16:03 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 13:16:03 go: downloading github.com/kataras/go-events v0.0.3 13:16:03 go: downloading github.com/openziti/channel/v2 v2.0.136 13:16:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:16:03 go: downloading github.com/openziti/metrics v1.2.56 13:16:03 go: downloading github.com/openziti/secretstream v0.1.21 13:16:03 go: downloading github.com/openziti/transport/v2 v2.0.138 13:16:03 go: downloading github.com/nats-io/nats.go v1.36.0 13:16:03 go: downloading github.com/go-redis/redis/v7 v7.3.0 13:16:03 go: downloading github.com/Microsoft/go-winio v0.6.2 13:16:03 go: downloading github.com/zeebo/errs v1.3.0 13:16:03 go: downloading google.golang.org/grpc v1.64.1 13:16:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:16:05 go: downloading github.com/spf13/cast v1.6.0 13:16:05 go: downloading github.com/kr/text v0.2.0 13:16:05 go: downloading github.com/rogpeppe/go-internal v1.11.0 13:16:05 go: downloading github.com/fatih/color v1.16.0 13:16:05 go: downloading github.com/mitchellh/go-homedir v1.1.0 13:16:05 go: downloading github.com/armon/go-metrics v0.4.1 13:16:05 go: downloading github.com/hashicorp/go-version v1.2.1 13:16:05 go: downloading github.com/hashicorp/go-msgpack v0.5.5 13:16:05 go: downloading github.com/hashicorp/memberlist v0.5.0 13:16:05 go: downloading github.com/go-openapi/errors v0.22.0 13:16:05 go: downloading github.com/go-openapi/swag v0.23.0 13:16:05 go: downloading github.com/go-openapi/spec v0.21.0 13:16:05 go: downloading github.com/go-openapi/validate v0.24.0 13:16:05 go: downloading github.com/opentracing/opentracing-go v1.2.0 13:16:05 go: downloading go.opentelemetry.io/otel v1.28.0 13:16:06 go: downloading go.opentelemetry.io/otel/trace v1.28.0 13:16:06 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 13:16:06 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 13:16:06 go: downloading github.com/oklog/ulid v1.3.1 13:16:06 go: downloading go.mongodb.org/mongo-driver v1.16.0 13:16:06 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 13:16:06 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 13:16:06 go: downloading github.com/fsnotify/fsnotify v1.7.0 13:16:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 13:16:07 go: downloading github.com/gorilla/securecookie v1.1.1 13:16:07 go: downloading github.com/gorilla/schema v1.4.1 13:16:07 go: downloading github.com/muhlemmer/gu v0.3.1 13:16:07 go: downloading github.com/mitchellh/go-ps v1.0.0 13:16:07 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 13:16:07 go: downloading go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 13:16:07 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 13:16:07 go: downloading github.com/golang/protobuf v1.5.4 13:16:07 go: downloading github.com/go-jose/go-jose/v4 v4.0.2 13:16:08 go: downloading github.com/gorilla/mux v1.8.1 13:16:08 go: downloading nhooyr.io/websocket v1.8.11 13:16:08 go: downloading github.com/onsi/ginkgo v1.16.4 13:16:08 go: downloading github.com/onsi/gomega v1.13.0 13:16:09 go: downloading github.com/klauspost/compress v1.17.2 13:16:10 go: downloading github.com/nats-io/nkeys v0.4.7 13:16:10 go: downloading github.com/nats-io/nuid v1.0.1 13:16:10 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 13:16:10 go: downloading github.com/frankban/quicktest v1.14.6 13:16:10 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 13:16:10 go: downloading github.com/pascaldekloe/goe v0.1.0 13:16:10 go: downloading github.com/mailru/easyjson v0.7.7 13:16:10 go: downloading github.com/google/btree v1.0.1 13:16:10 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 13:16:10 go: downloading github.com/miekg/dns v1.1.41 13:16:10 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:16:10 go: downloading github.com/go-openapi/analysis v0.23.0 13:16:10 go: downloading github.com/go-openapi/loads v0.22.0 13:16:10 go: downloading github.com/go-openapi/jsonpointer v0.21.0 13:16:10 go: downloading github.com/go-openapi/jsonreference v0.21.0 13:16:10 go: downloading github.com/go-logr/logr v1.4.2 13:16:10 go: downloading go.opentelemetry.io/otel/metric v1.28.0 13:16:10 go: downloading github.com/go-logr/stdr v1.2.2 13:16:10 go: downloading golang.org/x/term v0.22.0 13:16:10 go: downloading github.com/emirpasic/gods v1.18.1 13:16:10 go: downloading github.com/jeremija/gosubmit v0.2.7 13:16:10 go: downloading github.com/yusufpapurcu/wmi v1.2.4 13:16:10 go: downloading github.com/tklauser/go-sysconf v0.3.12 13:16:10 go: downloading github.com/hashicorp/golang-lru v0.5.4 13:16:10 go: downloading github.com/josharian/intern v1.0.0 13:16:11 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 13:16:11 go: downloading github.com/miekg/pkcs11 v1.1.1 13:16:11 go: downloading github.com/muhlemmer/httpforwarded v0.1.0 13:16:11 go: downloading github.com/rs/cors v1.10.1 13:16:11 go: downloading github.com/go-ole/go-ole v1.2.6 13:16:11 go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 13:16:11 go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c 13:16:11 go: downloading github.com/shoenig/go-m1cpu v0.1.6 13:16:11 go: downloading github.com/nxadm/tail v1.4.8 13:16:11 go: downloading gopkg.in/yaml.v2 v2.4.0 13:16:11 go: downloading github.com/tklauser/numcpus v0.6.1 13:16:11 go: downloading github.com/shoenig/test v0.6.4 13:16:11 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:16:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.49 13:16:13 CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 13:19:20 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 13:19:20 make -C ./app-service-template test 13:19:20 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 13:19:20 go test -race -coverprofile=coverage.out ./... 13:23:27 ? app-new-service/config [no test files] 13:23:27 ok app-new-service 1.254s coverage: 45.9% of statements 13:23:27 ok app-new-service/functions 1.230s coverage: 85.3% of statements 13:23:27 go vet ./... 13:27:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:27:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:27:04 ./bin/test-attribution-txt.sh 13:27:04 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:27:04 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:27:04 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 13:27:04 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 13:27:04 go test -race -coverprofile=coverage.out ./... 13:27:04 go: downloading github.com/gomodule/redigo v1.8.9 13:27:04 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 13:27:19 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 13:27:19 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 1.579s coverage: 66.6% of statements 13:27:19 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 1.159s coverage: 89.3% of statements 13:27:22 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 13:27:23 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 1.267s coverage: 85.1% of statements 13:27:23 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 1.146s coverage: 100.0% of statements 13:27:25 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 13:27:25 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 13:27:27 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 1.516s coverage: 75.5% of statements 13:27:27 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 13:27:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 1.126s coverage: 97.3% of statements 13:27:30 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 13:27:31 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 1.142s coverage: 82.8% of statements 13:27:31 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 13:27:33 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 1.164s coverage: 65.1% of statements 13:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 13:27:36 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 1.137s coverage: 27.6% of statements 13:27:40 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 1.220s coverage: 11.2% of statements 13:27:41 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 13:27:41 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 13:27:42 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 1.297s coverage: 27.3% of statements 13:27:45 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 1.166s coverage: 52.8% of statements 13:28:17 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 26.438s coverage: 72.2% of statements 13:28:17 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 1.090s coverage: 94.4% of statements 13:28:17 go vet ./... 13:28:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:28:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:28:23 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 13:28:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:28:23 $ docker stop --time=1 d2f65f3ccd0d712737a49c9310a8091323232bbb3b3fed593aeb132a4fe1b0d4 13:28:25 $ docker rm -f --volumes d2f65f3ccd0d712737a49c9310a8091323232bbb3b3fed593aeb132a4fe1b0d4 [Pipeline] // withDockerContainer [Pipeline] sh 13:28:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:28:32 Warning: overwriting stash ‘coverage-report’ 13:28:32 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [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 13:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:28:33 13:28:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:28:34 arm64: Pulling from edgex-lftools-log-publisher 13:28:34 8998bd30e6a1: Pulling fs layer 13:28:34 04944245beec: Pulling fs layer 13:28:34 699f458cf7ca: Pulling fs layer 13:28:34 765212b225bb: Pulling fs layer 13:28:34 f23df028b6ca: Pulling fs layer 13:28:34 765212b225bb: Waiting 13:28:34 f23df028b6ca: Waiting 13:28:34 d65c8cfc05b1: Pulling fs layer 13:28:34 2437ff75d9bd: Pulling fs layer 13:28:34 d65c8cfc05b1: Waiting 13:28:34 04944245beec: Verifying Checksum 13:28:34 04944245beec: Download complete 13:28:34 765212b225bb: Download complete 13:28:34 f23df028b6ca: Download complete 13:28:34 d65c8cfc05b1: Verifying Checksum 13:28:34 d65c8cfc05b1: Download complete 13:28:34 699f458cf7ca: Verifying Checksum 13:28:34 699f458cf7ca: Download complete 13:28:35 8998bd30e6a1: Verifying Checksum 13:28:35 8998bd30e6a1: Download complete 13:28:37 2437ff75d9bd: Verifying Checksum 13:28:37 2437ff75d9bd: Download complete 13:28:39 8998bd30e6a1: Pull complete 13:28:40 04944245beec: Pull complete 13:28:42 699f458cf7ca: Pull complete 13:28:42 765212b225bb: Pull complete 13:28:43 f23df028b6ca: Pull complete 13:28:43 d65c8cfc05b1: Pull complete 13:29:01 2437ff75d9bd: Pull complete 13:29:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:29:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:29:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:29:02 prd-ubuntu20.04-docker-arm64-4c-16g-6673 does not seem to be running inside a container 13:29:02 $ 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/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:29:04 $ docker top 6fabc5065c896e3f6716c00429a88a2df91aa178060c9f96071d633cb59e6aef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:29:05 ---> job-cost.sh 13:29:05 lf-activate-venv: SKIPPING 13:29:05 INFO: No Stack... 13:29:06 INFO: Retrieving Pricing Info for: v3-standard-4 13:29:06 INFO: Archiving Costs [Pipeline] sh 13:29:07 + cut -d, -f6 13:29:07 + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv [Pipeline] lock 13:29:07 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] 13:29:07 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] did not exist. Created. 13:29:07 Lock acquired on [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:29:07 /w/workspace/app-functions-sdk-go/1@tmp/durable-a29c18f6/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:29:08 + echo total: 0.10999999940395355 [Pipeline] stash 13:29:08 Warning: overwriting stash ‘stack-cost’ 13:29:08 Stashed 1 file(s) [Pipeline] } 13:29:08 Lock released on resource [Resource: jenkins-edgexfoundry-app-functions-sdk-go-PR-1598-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:29:08 $ docker stop --time=1 6fabc5065c896e3f6716c00429a88a2df91aa178060c9f96071d633cb59e6aef 13:29:09 $ docker rm -f --volumes 6fabc5065c896e3f6716c00429a88a2df91aa178060c9f96071d633cb59e6aef [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 13:29:11 provisioning config files... 13:29:11 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/config16286223529449581763tmp [Pipeline] { [Pipeline] sh 13:29:11 + set +x 13:29:11 + + bash -s -- 13:29:11 curl -s https://codecov.io/bash 13:29:11 13:29:11 _____ _ 13:29:11 / ____| | | 13:29:11 | | ___ __| | ___ ___ _____ __ 13:29:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:29:11 | |___| (_) | (_| | __/ (_| (_) \ V / 13:29:11 \_____\___/ \__,_|\___|\___\___/ \_/ 13:29:11 Bash-1.0.6 13:29:11 13:29:11 13:29:11 ==> git version 2.25.1 found 13:29:11 ==> 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 13:29:11 Release-Date: 2020-01-08 13:29:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:29:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:29:11 ==> Jenkins CI detected. 13:29:11 current dir:  /w/workspace/dry_app-functions-sdk-go_PR-1598 13:29:11 project root: . 13:29:11 --> token set from env 13:29:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:29:11 ==> Running gcov in . (disable via -X gcov) 13:29:11 ==> Python coveragepy not found 13:29:11 ==> Searching for coverage reports in: 13:29:11 + . 13:29:11 -> Found 2 reports 13:29:11 ==> Detecting git/mercurial file structure 13:29:11 ==> Reading reports 13:29:11 + ./app-service-template/coverage.out bytes=3558 13:29:11 + ./coverage.out bytes=127882 13:29:11 ==> Appending adjustments 13:29:11 https://docs.codecov.io/docs/fixing-reports 13:29:12 + Found adjustments 13:29:12 ==> Gzipping contents 13:29:12 24K /tmp/codecov.kavPWn.gz 13:29:12 ==> Uploading reports 13:29:12 url: https://codecov.io 13:29:12 query: branch=PR-1598&commit=d4c758aeea778faa2de51961dea486a8a375ce0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-1598%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=1598&job=&cmd_args= 13:29:12 -> Pinging Codecov 13:29:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-1598&commit=d4c758aeea778faa2de51961dea486a8a375ce0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-1598%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=1598&job=&cmd_args= 13:29:12 -> Uploading to 13:29:12 https://storage.googleapis.com/codecov/v4/raw/2024-07-29/3D8B5DFFC46A037C893635FACE044666/d4c758aeea778faa2de51961dea486a8a375ce0a/31dce9eb-d45c-447e-8eb3-82fb3f225d9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240729%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240729T132912Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8925dc4e99d809eaf216697ded7bb25076b065819e751fb4eec844bb4bed57b5 13:29:12 % Total % Received % Xferd Average Speed Time Time Time Current 13:29:12 Dload Upload Total Spent Left Speed 13:29:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21955 0 0 100 21955 0 90349 --:--:-- --:--:-- --:--:-- 90349 13:29:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d4c758aeea778faa2de51961dea486a8a375ce0a [Pipeline] } 13:29:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 13:29:14 + [ -d /w/workspace/dry_app-functions-sdk-go_PR-1598/archives ] 13:29:14 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1598/archives 13:29:14 total 16 13:29:14 drwxr-xr-x 3 root root 4096 Jul 29 13:15 . 13:29:14 drwxrwxr-x 10 jenkins jenkins 4096 Jul 29 13:15 .. 13:29:14 drwxr-xr-x 2 root root 4096 Jul 29 13:15 cost 13:29:14 -rw-r--r-- 1 root root 93 Jul 29 13:15 cost.csv 13:29:14 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-functions-sdk-go_PR-1598/archives 13:29:14 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1598/archives 13:29:14 total 16 13:29:14 drwxr-xr-x 3 jenkins jenkins 4096 Jul 29 13:15 . 13:29:14 drwxrwxr-x 10 jenkins jenkins 4096 Jul 29 13:15 .. 13:29:14 drwxr-xr-x 2 jenkins jenkins 4096 Jul 29 13:15 cost 13:29:14 -rw-r--r-- 1 jenkins jenkins 93 Jul 29 13:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:29:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:29:16 ---> package-listing.sh 13:29:16 ++ facter osfamily 13:29:16 ++ tr '[:upper:]' '[:lower:]' 13:29:16 + OS_FAMILY=debian 13:29:16 + workspace=/w/workspace/dry_app-functions-sdk-go_PR-1598 13:29:16 + START_PACKAGES=/tmp/packages_start.txt 13:29:16 + END_PACKAGES=/tmp/packages_end.txt 13:29:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:29:16 + PACKAGES=/tmp/packages_start.txt 13:29:16 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1598 ']' 13:29:16 + PACKAGES=/tmp/packages_end.txt 13:29:16 + case "${OS_FAMILY}" in 13:29:16 + dpkg -l 13:29:16 + grep '^ii' 13:29:16 + '[' -f /tmp/packages_start.txt ']' 13:29:16 + '[' -f /tmp/packages_end.txt ']' 13:29:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:29:16 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1598 ']' 13:29:16 + mkdir -p /w/workspace/dry_app-functions-sdk-go_PR-1598/archives/ 13:29:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-functions-sdk-go_PR-1598/archives/ [Pipeline] echo 13:29:16 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/dry_app-functions-sdk-go_PR-1598/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:29:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:29:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:29:17 prd-ubuntu20.04-docker-8c-8g-6672 does not seem to be running inside a container 13:29:17 $ 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/dry_app-functions-sdk-go_PR-1598/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-functions-sdk-go_PR-1598 -v /w/workspace/dry_app-functions-sdk-go_PR-1598:/w/workspace/dry_app-functions-sdk-go_PR-1598:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1598@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1598@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:29:17 $ docker top 6c0071efdd4845c6023915d0000cfa7c26d06e7e6105229d0888454aeb8cec07 -eo pid,comm [Pipeline] { [Pipeline] sh 13:29:18 + touch /tmp/pre-build-complete [Pipeline] sh 13:29:18 + mkdir -p /var/log/sysstat [Pipeline] sh 13:29:19 + ls /var/log/sa-host 13:29:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:29:19 provisioning config files... 13:29:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-functions-sdk-go_PR-1598@tmp/config2812490596307463523tmp [Pipeline] { [Pipeline] echo 13:29:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:29:19 ---> create-netrc.sh [Pipeline] } 13:29:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:29:20 ---> python-tools-install.sh [Pipeline] echo 13:29:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:29:20 ---> sudo-logs.sh 13:29:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:29:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:29:20 ---> job-cost.sh 13:29:20 lf-activate-venv: SKIPPING 13:29:20 DEBUG: total: 0.2199999988079071 13:29:20 INFO: Retrieving Stack Cost... 13:29:21 INFO: Retrieving Pricing Info for: v3-standard-8 13:29:21 INFO: Archiving Costs [Pipeline] echo 13:29:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:29:21 ---> logs-deploy.sh 13:29:21 lf-activate-venv: SKIPPING 13:29:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-1598/1 13:29:21 INFO: archiving workspace using pattern(s): 13:29:22 Archives upload complete. 13:29:23 INFO: archiving logs to Nexus 13:29:23 ---> uname -a: 13:29:23 Linux prd-ubuntu20-04-docker-8c-8g-6672 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:29:23 13:29:23 13:29:23 ---> lscpu: 13:29:23 Architecture: x86_64 13:29:23 CPU op-mode(s): 32-bit, 64-bit 13:29:23 Byte Order: Little Endian 13:29:23 Address sizes: 40 bits physical, 48 bits virtual 13:29:23 CPU(s): 8 13:29:23 On-line CPU(s) list: 0-7 13:29:23 Thread(s) per core: 1 13:29:23 Core(s) per socket: 1 13:29:23 Socket(s): 8 13:29:23 NUMA node(s): 1 13:29:23 Vendor ID: AuthenticAMD 13:29:23 CPU family: 23 13:29:23 Model: 49 13:29:23 Model name: AMD EPYC-Rome Processor 13:29:23 Stepping: 0 13:29:23 CPU MHz: 2799.998 13:29:23 BogoMIPS: 5599.99 13:29:23 Virtualization: AMD-V 13:29:23 Hypervisor vendor: KVM 13:29:23 Virtualization type: full 13:29:23 L1d cache: 256 KiB 13:29:23 L1i cache: 256 KiB 13:29:23 L2 cache: 4 MiB 13:29:23 L3 cache: 128 MiB 13:29:23 NUMA node0 CPU(s): 0-7 13:29:23 Vulnerability Itlb multihit: Not affected 13:29:23 Vulnerability L1tf: Not affected 13:29:23 Vulnerability Mds: Not affected 13:29:23 Vulnerability Meltdown: Not affected 13:29:23 Vulnerability Mmio stale data: Not affected 13:29:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:29:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:29:23 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:29:23 Vulnerability Srbds: Not affected 13:29:23 Vulnerability Tsx async abort: Not affected 13:29:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 13:29:23 13:29:23 13:29:23 ---> nproc: 13:29:23 8 13:29:23 13:29:23 13:29:23 ---> df -h: 13:29:23 Filesystem Size Used Avail Use% Mounted on 13:29:23 overlay 155G 11G 145G 7% / 13:29:23 tmpfs 64M 0 64M 0% /dev 13:29:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:29:23 shm 64M 0 64M 0% /dev/shm 13:29:23 /dev/vda1 155G 11G 145G 7% /facter-os 13:29:23 13:29:23 13:29:23 ---> sar -b -r -n DEV: 13:29:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6672) 07/29/24 _x86_64_ (8 CPU) 13:29:23 13:29:23 13:11:43 LINUX RESTART (8 CPU) 13:29:23 13:29:23 13:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:29:23 13:13:02 403.65 47.51 356.14 0.00 5260.19 163522.75 0.00 13:29:23 13:14:01 69.46 0.22 69.24 0.00 1.90 31279.58 0.00 13:29:23 13:15:01 45.23 0.02 45.21 0.00 0.13 28471.14 0.00 13:29:23 13:16:01 55.44 0.15 55.29 0.00 8.80 19319.71 0.00 13:29:23 13:17:01 34.48 4.95 29.53 0.00 4342.74 4717.61 0.00 13:29:23 13:18:01 16.68 0.18 16.49 0.00 1.87 3738.75 0.00 13:29:23 13:19:01 3.02 0.02 3.00 0.00 0.13 88.39 0.00 13:29:23 13:20:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 13:29:23 13:21:01 1.22 0.00 1.22 0.00 0.00 13.46 0.00 13:29:23 13:22:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 13:29:23 13:23:01 0.83 0.00 0.83 0.00 0.00 9.73 0.00 13:29:23 13:24:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 13:29:23 13:25:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 13:29:23 13:26:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 13:29:23 13:27:01 1.78 0.02 1.77 0.00 0.13 24.39 0.00 13:29:23 13:28:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 13:29:23 13:29:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 13:29:23 Average: 37.73 3.12 34.60 0.00 566.18 14766.03 0.00 13:29:23 13:29:23 13:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:29:23 13:13:02 28776688 31487756 817700 2.49 93908 2844244 1875952 5.53 1146748 2510024 310728 13:29:23 13:14:01 27539932 31317688 983136 2.99 107512 3812988 2031872 5.99 1513236 3299220 437392 13:29:23 13:15:01 27013984 31215592 1082620 3.29 112420 4213340 2050968 6.04 2006852 3306732 29772 13:29:23 13:16:01 28592712 31529996 777316 2.36 115088 3028044 1749560 5.16 1167816 2651804 384 13:29:23 13:17:01 28039452 31397544 883016 2.69 131052 3430224 1791444 5.28 1415272 2928448 131256 13:29:23 13:18:01 28143528 31512192 766540 2.33 144236 3425856 1694564 4.99 1447340 2785660 20 13:29:23 13:19:01 28150508 31514348 765224 2.33 142808 3422604 1678592 4.95 1445348 2782460 8 13:29:23 13:20:01 28157076 31521060 758508 2.31 142888 3422608 1678592 4.95 1438792 2782460 48 13:29:23 13:21:01 28157288 31521332 758172 2.31 142952 3422608 1678592 4.95 1438788 2782464 8 13:29:23 13:22:01 28159540 31523592 755812 2.30 142992 3422616 1678592 4.95 1436496 2782464 28 13:29:23 13:23:01 28159808 31523916 755460 2.30 143016 3422616 1678592 4.95 1436612 2782464 16 13:29:23 13:24:01 28160044 31524188 755128 2.30 143048 3422620 1678592 4.95 1436616 2782468 12 13:29:23 13:25:01 28160968 31525156 754284 2.29 143120 3422624 1678592 4.95 1435804 2782472 8 13:29:23 13:26:01 28160532 31524788 754656 2.29 143152 3422624 1678592 4.95 1436244 2782472 40 13:29:23 13:27:01 28159400 31523764 755316 2.30 143208 3422604 1707076 5.03 1436672 2782448 20 13:29:23 13:28:01 28159296 31523696 755324 2.30 143240 3422604 1707076 5.03 1436844 2782448 40 13:29:23 13:29:01 28159752 31524244 754720 2.30 143328 3422600 1707076 5.03 1436652 2782456 8 13:29:23 Average: 28108853 31482991 801937 2.44 133998 3435496 1749666 5.16 1441890 2828763 53517 13:29:23 13:29:23 13:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:29:23 13:13:02 lo 3.87 3.87 0.37 0.37 0.00 0.00 0.00 0.00 13:29:23 13:13:02 ens3 824.61 596.55 7708.10 121.31 0.00 0.00 0.00 0.00 13:29:23 13:13:02 veth1430637 100.85 169.46 9.99 1147.39 0.00 0.00 0.00 0.09 13:29:23 13:13:02 docker0 196.05 259.07 15.20 1626.82 0.00 0.00 0.00 0.00 13:29:23 13:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:14:01 ens3 138.32 72.09 870.97 12.18 0.00 0.00 0.00 0.00 13:29:23 13:14:01 veth1430637 64.89 123.91 6.07 859.51 0.00 0.00 0.00 0.07 13:29:23 13:14:01 docker0 64.89 123.86 5.18 859.51 0.00 0.00 0.00 0.00 13:29:23 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:15:01 ens3 17.40 11.45 14.75 7.47 0.00 0.00 0.00 0.00 13:29:23 13:15:01 veth1430637 1.28 1.33 0.11 1.58 0.00 0.00 0.00 0.00 13:29:23 13:15:01 docker0 1.28 1.32 0.09 1.58 0.00 0.00 0.00 0.00 13:29:23 13:16:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 13:29:23 13:16:01 ens3 97.38 62.09 2527.25 12.80 0.00 0.00 0.00 0.00 13:29:23 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:17:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 13:29:23 13:17:01 ens3 213.88 98.50 2714.45 6.77 0.00 0.00 0.00 0.00 13:29:23 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:18:01 ens3 0.87 0.77 0.47 0.21 0.00 0.00 0.00 0.00 13:29:23 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:21:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:29:23 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:23:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:29:23 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:29:23 13:28:01 ens3 0.32 0.23 0.09 0.07 0.00 0.00 0.00 0.00 13:29:23 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 13:29:01 ens3 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 13:29:23 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:29:23 Average: lo 0.42 0.42 0.04 0.04 0.00 0.00 0.00 0.00 13:29:23 Average: ens3 76.03 49.52 813.81 9.46 0.00 0.00 0.00 0.00 13:29:23 Average: docker0 15.38 22.50 1.20 145.64 0.00 0.00 0.00 0.00 13:29:23 13:29:23