Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 34fb17360a6d641a34f5321b1496bf4c790579ed 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-ssh4021481048103008303.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6226594232244262328.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14733666921845171420.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6664072418838541345.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5108467557363449502.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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.18 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/v2 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 ‘prd-ubuntu20.04-docker-8c-8g-4710’ is offline Running on prd-ubuntu20.04-docker-8c-8g-4712 in /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/oundry_app-functions-sdk-go_main # 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 > 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 Avoid second fetch Checking out Revision 34fb17360a6d641a34f5321b1496bf4c790579ed (main) Commit message: "feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287)" > git config core.sparsecheckout # timeout=10 > git checkout -f 34fb17360a6d641a34f5321b1496bf4c790579ed # timeout=10 > git rev-list --no-walk d7825403f7396528db5b28ec769e42154c03ffcc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:27:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:27:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:27:57 ========================================================= 18:27:57 EdgeX Global Pipelines Version Info 18:27:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:27:58 ------------------- 18:27:58 stable info: 18:27:58 ------------------- 18:27:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:27:58 Message: update stable to v1.0.244 18:27:59 ------------------- 18:27:59 experimental info: 18:27:59 ------------------- 18:27:59 Commited By: **** collab-it+edgex@linuxfoundation.org 18:27:59 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:27:59 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34fb173 [Pipeline] echo 18:27:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:27:59 + git rev-list -1 --merges 34fb17360a6d641a34f5321b1496bf4c790579ed~1..34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo 18:27:59 -----------> git rev-list -1 --merges 34fb17360a6d641a34f5321b1496bf4c790579ed~1..34fb17360a6d641a34f5321b1496bf4c790579ed 34fb17360a6d641a34f5321b1496bf4c790579ed [false] [Pipeline] sh 18:28:00 + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo 18:28:00 ========================================================= 18:28:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:28:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:28:00 + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] echo 18:28:00 [semverPrep] GIT_COMMIT: 34fb17360a6d641a34f5321b1496bf4c790579ed, Commit Message: feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287) [Pipeline] echo 18:28:00 [semverPrep] This is not a build commit. [Pipeline] sh 18:28:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:28:01 + grep -v github /etc/ssh/ssh_known_hosts 18:28:01 + [ -e /tmp/ssh_known_hosts ] 18:28:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:28:01 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:28:01 sudo tee -a /etc/ssh/ssh_known_hosts 18:28:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:01 18:28:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:02 0.1.4: Pulling from edgex-devops/py-git-semver 18:28:02 b85a868b505f: Pulling fs layer 18:28:02 e2be974225ed: Pulling fs layer 18:28:02 339a4e72a1f5: Pulling fs layer 18:28:02 988bab9f4d93: Pulling fs layer 18:28:02 1469e6f7b9e6: Pulling fs layer 18:28:02 eaf3925da568: Pulling fs layer 18:28:02 bab4dde63d76: Pulling fs layer 18:28:02 bde34c3a00c8: Pulling fs layer 18:28:02 b352a97aabf1: Pulling fs layer 18:28:02 4872d77fe225: Pulling fs layer 18:28:02 5851b861e8e6: Pulling fs layer 18:28:02 988bab9f4d93: Waiting 18:28:02 1469e6f7b9e6: Waiting 18:28:02 eaf3925da568: Waiting 18:28:02 bab4dde63d76: Waiting 18:28:02 bde34c3a00c8: Waiting 18:28:02 b352a97aabf1: Waiting 18:28:02 4872d77fe225: Waiting 18:28:02 5851b861e8e6: Waiting 18:28:02 e2be974225ed: Verifying Checksum 18:28:02 e2be974225ed: Download complete 18:28:02 988bab9f4d93: Verifying Checksum 18:28:02 988bab9f4d93: Download complete 18:28:02 1469e6f7b9e6: Verifying Checksum 18:28:02 1469e6f7b9e6: Download complete 18:28:02 eaf3925da568: Download complete 18:28:02 339a4e72a1f5: Verifying Checksum 18:28:02 339a4e72a1f5: Download complete 18:28:02 bde34c3a00c8: Verifying Checksum 18:28:02 bde34c3a00c8: Download complete 18:28:02 b352a97aabf1: Download complete 18:28:02 4872d77fe225: Download complete 18:28:02 b85a868b505f: Verifying Checksum 18:28:02 b85a868b505f: Download complete 18:28:02 5851b861e8e6: Download complete 18:28:03 bab4dde63d76: Verifying Checksum 18:28:03 bab4dde63d76: Download complete 18:28:04 b85a868b505f: Pull complete 18:28:04 e2be974225ed: Pull complete 18:28:04 339a4e72a1f5: Pull complete 18:28:04 988bab9f4d93: Pull complete 18:28:05 1469e6f7b9e6: Pull complete 18:28:05 eaf3925da568: Pull complete 18:28:07 bab4dde63d76: Pull complete 18:28:07 bde34c3a00c8: Pull complete 18:28:07 b352a97aabf1: Pull complete 18:28:07 4872d77fe225: Pull complete 18:28:07 5851b861e8e6: Pull complete 18:28:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:28:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:07 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:28:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:28:10 $ docker top 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 -eo pid,comm 18:28:10 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). 18:28:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:10 [ssh-agent] Looking for ssh-agent implementation... 18:28:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:10 $ docker exec 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent 18:28:10 SSH_AUTH_SOCK=/tmp/ssh-RL40pVGo94m6/agent.33 18:28:10 SSH_AGENT_PID=40 18:28:10 Running ssh-add (command line suppressed) 18:28:10 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7962677279995616826.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7962677279995616826.key) 18:28:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:10 + git tag --points-at HEAD [Pipeline] } 18:28:10 $ docker exec --env ******** --env ******** 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent -k 18:28:10 unset SSH_AUTH_SOCK; 18:28:10 unset SSH_AGENT_PID; 18:28:10 echo Agent pid 40 killed; 18:28:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:10 [ssh-agent] Looking for ssh-agent implementation... 18:28:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:11 $ docker exec 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent 18:28:11 SSH_AUTH_SOCK=/tmp/ssh-hmU5q1ES8OLD/agent.72 18:28:11 SSH_AGENT_PID=78 18:28:11 Running ssh-add (command line suppressed) 18:28:11 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_13219335479642172103.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_13219335479642172103.key) 18:28:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:11 + git semver init 18:28:11 2023-02-06 18:28:11,753 [run_init] DEBUG init version:0.0.0 force:False 18:28:11 2023-02-06 18:28:11,754 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver 18:28:11 2023-02-06 18:28:11,755 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/oundry_app-functions-sdk-go_main/.semver 18:28:11 2023-02-06 18:28:11,755 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/oundry_app-functions-sdk-go_main/.semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 18:28:13 2023-02-06 18:28:13,483 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude 18:28:13 2023-02-06 18:28:13,484 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:False 18:28:13 2023-02-06 18:28:13,484 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:28:13 2023-02-06 18:28:13,484 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:28:13 3.0.0-dev.24 [Pipeline] } 18:28:13 $ docker exec --env ******** --env ******** 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 ssh-agent -k 18:28:13 unset SSH_AUTH_SOCK; 18:28:13 unset SSH_AGENT_PID; 18:28:13 echo Agent pid 78 killed; 18:28:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:14 + git semver [Pipeline] } 18:28:14 $ docker stop --time=1 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 18:28:15 $ docker rm -f --volumes 2ce8e1e8dff4ca74b3d3eba77ac98279589cb79b64ad1a4168fb4e0d632972d9 [Pipeline] // withDockerContainer [Pipeline] sh 18:28:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:16 Stashed 1 file(s) [Pipeline] echo 18:28:16 [edgeXSemver]: initialized semver on version 3.0.0-dev.24 [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 18:28:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:16 ========================================================= 18:28:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:28:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:28:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:28:16 213ec9aee27d: Pulling fs layer 18:28:16 4583459ba037: Pulling fs layer 18:28:16 93c1e223e6f2: Pulling fs layer 18:28:16 53926ce57604: Pulling fs layer 18:28:16 21b2b0c7a3f4: Pulling fs layer 18:28:16 22ff95d597cd: Pulling fs layer 18:28:16 12d6caf4c0d1: Pulling fs layer 18:28:16 96b7cbca73a9: Pulling fs layer 18:28:16 a7acece74701: Pulling fs layer 18:28:16 53926ce57604: Waiting 18:28:16 21b2b0c7a3f4: Waiting 18:28:16 22ff95d597cd: Waiting 18:28:16 12d6caf4c0d1: Waiting 18:28:16 96b7cbca73a9: Waiting 18:28:16 a7acece74701: Waiting 18:28:16 93c1e223e6f2: Verifying Checksum 18:28:16 93c1e223e6f2: Download complete 18:28:16 4583459ba037: Download complete 18:28:16 21b2b0c7a3f4: Verifying Checksum 18:28:16 21b2b0c7a3f4: Download complete 18:28:16 22ff95d597cd: Verifying Checksum 18:28:16 22ff95d597cd: Download complete 18:28:16 213ec9aee27d: Verifying Checksum 18:28:16 213ec9aee27d: Download complete 18:28:16 12d6caf4c0d1: Download complete 18:28:16 213ec9aee27d: Pull complete 18:28:16 4583459ba037: Pull complete 18:28:17 93c1e223e6f2: Pull complete 18:28:18 a7acece74701: Verifying Checksum 18:28:18 a7acece74701: Download complete 18:28:18 53926ce57604: Verifying Checksum 18:28:18 53926ce57604: Download complete 18:28:18 96b7cbca73a9: Verifying Checksum 18:28:18 96b7cbca73a9: Download complete 18:28:23 53926ce57604: Pull complete 18:28:23 21b2b0c7a3f4: Pull complete 18:28:24 22ff95d597cd: Pull complete 18:28:24 12d6caf4c0d1: Pull complete 18:28:26 96b7cbca73a9: Pull complete 18:28:26 a7acece74701: Pull complete 18:28:26 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:28:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 18:28:26 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:27 + docker inspect -f . ci-base-image-x86_64 18:28:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:27 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:28:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:31 Still waiting to schedule task 18:28:31 ‘prd-ubuntu20.04-docker-arm64-4c-16g-4711’ is offline 18:28:31 $ docker top e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:32 + go version 18:28:32 go version go1.18.7 linux/amd64 [Pipeline] } 18:28:32 $ docker stop --time=1 e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a 18:28:35 $ docker rm -f --volumes e8cf7a1104eee1f07d17f91a2aa9f334db9263f1d552cde9ac42069eb7af245a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:35 + docker inspect -f . ci-base-image-x86_64 18:28:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:35 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:28:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:36 $ docker top 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:36 + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh 18:28:36 + make test 18:28:36 make -C ./app-service-template build 18:28:36 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 18:28:36 go mod tidy 18:28:36 go: downloading github.com/stretchr/testify v1.8.1 18:28:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.6 18:28:36 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:28:36 go: downloading github.com/google/uuid v1.3.0 18:28:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.11 18:28:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 18:28:37 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:28:37 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 18:28:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:28:37 go: downloading github.com/davecgh/go-spew v1.1.1 18:28:37 go: downloading github.com/pmezard/go-difflib v1.0.0 18:28:37 go: downloading github.com/stretchr/objx v0.5.0 18:28:37 go: downloading gopkg.in/yaml.v3 v3.0.1 18:28:37 go: downloading github.com/go-kit/log v0.2.1 18:28:37 go: downloading github.com/go-playground/validator/v10 v10.11.1 18:28:37 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:28:37 go: downloading github.com/gorilla/mux v1.8.0 18:28:37 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:28:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 18:28:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 18:28:37 go: downloading github.com/mitchellh/copystructure v1.0.0 18:28:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:28:37 go: downloading github.com/pelletier/go-toml v1.9.5 18:28:37 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:28:37 go: downloading github.com/gorilla/websocket v1.4.2 18:28:37 go: downloading golang.org/x/net v0.5.0 18:28:37 go: downloading golang.org/x/sync v0.1.0 18:28:37 go: downloading github.com/x448/float16 v0.8.4 18:28:37 go: downloading github.com/hashicorp/errwrap v1.0.0 18:28:37 go: downloading github.com/hashicorp/consul/api v1.18.0 18:28:37 go: downloading github.com/go-playground/universal-translator v0.18.0 18:28:37 go: downloading github.com/leodido/go-urn v1.2.1 18:28:37 go: downloading golang.org/x/crypto v0.5.0 18:28:37 go: downloading golang.org/x/text v0.6.0 18:28:37 go: downloading github.com/go-playground/locales v0.14.0 18:28:37 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:28:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:28:37 go: downloading github.com/nats-io/nats.go v1.20.0 18:28:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:28:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:28:37 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 18:28:37 go: downloading github.com/go-playground/assert/v2 v2.0.1 18:28:37 go: downloading github.com/nats-io/nats-server/v2 v2.9.9 18:28:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:28:37 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:28:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:28:37 go: downloading github.com/hashicorp/serf v0.10.1 18:28:37 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:28:37 go: downloading github.com/google/go-cmp v0.5.9 18:28:37 go: downloading github.com/hashicorp/consul/sdk v0.13.0 18:28:37 go: downloading github.com/hashicorp/go-uuid v1.0.2 18:28:37 go: downloading golang.org/x/sys v0.4.0 18:28:37 go: downloading github.com/Microsoft/go-winio v0.6.0 18:28:38 go: downloading github.com/zeebo/errs v1.3.0 18:28:38 go: downloading google.golang.org/grpc v1.51.0 18:28:38 go: downloading github.com/nats-io/nkeys v0.3.0 18:28:38 go: downloading github.com/nats-io/nuid v1.0.1 18:28:38 go: downloading github.com/onsi/ginkgo v1.10.1 18:28:38 go: downloading github.com/onsi/gomega v1.7.0 18:28:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:28:38 go: downloading github.com/kr/pretty v0.3.0 18:28:38 go: downloading github.com/fatih/color v1.9.0 18:28:38 go: downloading github.com/mattn/go-colorable v0.1.12 18:28:38 go: downloading github.com/mattn/go-isatty v0.0.14 18:28:38 go: downloading github.com/mitchellh/go-homedir v1.1.0 18:28:38 go: downloading github.com/armon/go-metrics v0.3.10 18:28:38 go: downloading github.com/hashicorp/go-version v1.2.1 18:28:38 go: downloading github.com/pkg/errors v0.9.1 18:28:38 go: downloading github.com/hashicorp/go-msgpack v0.5.3 18:28:38 go: downloading github.com/hashicorp/memberlist v0.5.0 18:28:38 go: downloading github.com/minio/highwayhash v1.0.2 18:28:38 go: downloading github.com/nats-io/jwt/v2 v2.3.0 18:28:38 go: downloading github.com/klauspost/compress v1.15.11 18:28:38 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 18:28:38 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:28:38 go: downloading golang.org/x/tools v0.5.0 18:28:38 go: downloading google.golang.org/protobuf v1.28.1 18:28:38 go: downloading github.com/golang/protobuf v1.5.2 18:28:38 go: downloading github.com/kr/text v0.2.0 18:28:38 go: downloading github.com/rogpeppe/go-internal v1.8.0 18:28:38 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:28:38 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:28:38 go: downloading github.com/pascaldekloe/goe v0.1.0 18:28:38 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:28:38 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 18:28:38 go: downloading github.com/miekg/dns v1.1.41 18:28:38 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:28:39 go: downloading gopkg.in/yaml.v2 v2.4.0 18:28:39 go: downloading github.com/hpcloud/tail v1.0.0 18:28:39 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:28:39 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:28:39 go: downloading gopkg.in/fsnotify.v1 v1.4.7 18:28:39 go: downloading golang.org/x/mod v0.7.0 18:28:40 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 18:28:55 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 18:28:55 make -C ./app-service-template test 18:28:55 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 18:28:55 go test -race -coverprofile=coverage.out ./... 18:29:16 ok app-new-service 0.067s coverage: 48.1% of statements 18:29:16 ? app-new-service/config [no test files] 18:29:16 ok app-new-service/functions 0.067s coverage: 85.3% of statements 18:29:16 go vet ./... 18:29:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:29:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:29:25 ./bin/test-attribution-txt.sh 18:29:25 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 18:29:25 go test -race -coverprofile=coverage.out ./... 18:29:25 go: downloading github.com/gomodule/redigo v1.8.9 18:29:25 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.127s coverage: 64.2% of statements 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.080s coverage: 93.0% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.089s coverage: 84.8% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.080s coverage: 87.8% of statements 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.062s coverage: 100.0% of statements 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.190s coverage: 77.4% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.069s coverage: 97.3% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.088s coverage: 82.8% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.092s coverage: 64.8% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus/mocks [no test files] 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.084s coverage: 28.7% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.067s coverage: 14.3% of statements 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.045s coverage: 27.3% of statements 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 18:29:28 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 18:29:28 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.055s coverage: 52.8% of statements 18:30:00 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.167s coverage: 75.2% of statements 18:30:00 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.054s coverage: 94.4% of statements 18:30:00 go vet ./... 18:30:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:30:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:30:02 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [Pipeline] echo 18:30:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:30:02 $ docker stop --time=1 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 18:30:03 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4715 in /w/workspace/oundry_app-functions-sdk-go_main 18:30:04 $ docker rm -f --volumes 5bd19c64e148d1267a18651188be1589b893d4d5225afa9d4d6514637cf21d69 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 18:30:05 Running in /w/workspace/app-functions-sdk-go/213 [Pipeline] { [Pipeline] checkout 18:30:05 The recommended git tool is: git 18:30:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:30:05 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:05 18:30:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:06 latest: Pulling from edgex-lftools-log-publisher 18:30:06 5eb5b503b376: Pulling fs layer 18:30:06 5c69ac0246d0: Pulling fs layer 18:30:06 ec43610c2a17: Pulling fs layer 18:30:06 3a2ae6a8a46f: Pulling fs layer 18:30:06 33b1e0a273af: Pulling fs layer 18:30:06 5d3b04190fa2: Pulling fs layer 18:30:06 2f39f015ded8: Pulling fs layer 18:30:06 3a2ae6a8a46f: Waiting 18:30:06 33b1e0a273af: Waiting 18:30:06 5d3b04190fa2: Waiting 18:30:06 2f39f015ded8: Waiting 18:30:06 5c69ac0246d0: Download complete 18:30:06 3a2ae6a8a46f: Verifying Checksum 18:30:06 3a2ae6a8a46f: Download complete 18:30:07 ec43610c2a17: Verifying Checksum 18:30:07 ec43610c2a17: Download complete 18:30:07 5d3b04190fa2: Download complete 18:30:07 33b1e0a273af: Verifying Checksum 18:30:07 33b1e0a273af: Download complete 18:30:07 5eb5b503b376: Verifying Checksum 18:30:07 5eb5b503b376: Download complete 18:30:07 2f39f015ded8: Download complete 18:30:08 5eb5b503b376: Pull complete 18:30:09 5c69ac0246d0: Pull complete 18:30:10 using credential edgex-jenkins-ssh 18:30:10 Cloning the remote Git repository 18:30:10 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:30:10 ec43610c2a17: Pull complete 18:30:10 3a2ae6a8a46f: Pull complete 18:30:11 33b1e0a273af: Pull complete 18:30:11 5d3b04190fa2: Pull complete 18:30:10 > git init /w/workspace/app-functions-sdk-go/213 # timeout=10 18:30:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:30:10 > git --version # timeout=10 18:30:10 > git --version # 'git version 2.25.1' 18:30:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:15 Avoid second fetch 18:30:15 Checking out Revision 34fb17360a6d641a34f5321b1496bf4c790579ed (main) 18:30:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:30:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:15 > git config core.sparsecheckout # timeout=10 18:30:15 > git checkout -f 34fb17360a6d641a34f5321b1496bf4c790579ed # timeout=10 18:30:15 Commit message: "feat!: [SDK] Remove old metrics collection and REST /metrics endpoint (#1287)" 18:30:16 18:30:16 GitHub has been notified of this commit’s build result 18:30:16 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:16 2f39f015ded8: Pull complete 18:30:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:16 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:30:16 $ 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/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:30:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:30:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:16 Dload Upload Total Spent Left Speed 18:30:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 18:30:27 $ docker top a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 18:30:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:30:27 ---> job-cost.sh 18:30:27 lf-activate-venv: SKIPPING 18:30:27 INFO: No Stack... 18:30:28 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 18:30:28 /etc/docker/daemon.new 18:30:28 { 18:30:28 "registry-mirrors": [ 18:30:28 "https://nexus3.edgexfoundry.org:10001" 18:30:28 ], 18:30:28 "bip": "10.250.0.254/24", 18:30:28 "hosts": [ 18:30:28 "tcp://0.0.0.0:5555", 18:30:28 "unix:///var/run/docker.sock" 18:30:28 ], 18:30:28 "mtu": 1458, 18:30:28 "selinux-enabled": true, 18:30:28 "seccomp-profile": "/etc/docker/seccomp.json" 18:30:28 } [Pipeline] sh 18:30:28 INFO: Retrieving Pricing Info for: v3-standard-8 18:30:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:30:28 INFO: Archiving Costs [Pipeline] sh 18:30:28 + sudo service docker restart 18:30:29 + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv 18:30:29 + cut -d, -f6 [Pipeline] lock 18:30:29 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] 18:30:29 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] did not exist. Created. 18:30:29 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:30:29 + echo total: 0.2199999988079071 [Pipeline] stash 18:30:29 Stashed 1 file(s) [Pipeline] } 18:30:29 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] // lock [Pipeline] } 18:30:29 $ docker stop --time=1 a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 18:30:31 $ docker rm -f --volumes a0387751d2fa947a3852a78a0bc0e41049532b097e1383d829838ee10fce2ae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] unstash [Pipeline] echo 18:30:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:47 ========================================================= 18:30:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:30:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:30:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:30:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:30:48 9b18e9b68314: Pulling fs layer 18:30:48 35d82f9e3411: Pulling fs layer 18:30:48 e16973657156: Pulling fs layer 18:30:48 fc693d55d65f: Pulling fs layer 18:30:48 7e9fc2657dce: Pulling fs layer 18:30:48 dda99020689f: Pulling fs layer 18:30:48 db1c61fa0a46: Pulling fs layer 18:30:48 891c053d2c06: Pulling fs layer 18:30:48 fc693d55d65f: Waiting 18:30:48 dda99020689f: Waiting 18:30:48 7e9fc2657dce: Waiting 18:30:48 891c053d2c06: Waiting 18:30:48 db1c61fa0a46: Waiting 18:30:48 e16973657156: Verifying Checksum 18:30:48 e16973657156: Download complete 18:30:48 35d82f9e3411: Verifying Checksum 18:30:48 35d82f9e3411: Download complete 18:30:48 7e9fc2657dce: Download complete 18:30:48 dda99020689f: Verifying Checksum 18:30:48 dda99020689f: Download complete 18:30:48 9b18e9b68314: Verifying Checksum 18:30:48 9b18e9b68314: Download complete 18:30:49 9b18e9b68314: Pull complete 18:30:49 891c053d2c06: Verifying Checksum 18:30:49 891c053d2c06: Download complete 18:30:49 35d82f9e3411: Pull complete 18:30:50 e16973657156: Pull complete 18:30:50 db1c61fa0a46: Verifying Checksum 18:30:50 db1c61fa0a46: Download complete 18:30:51 fc693d55d65f: Verifying Checksum 18:30:51 fc693d55d65f: Download complete 18:31:03 fc693d55d65f: Pull complete 18:31:03 7e9fc2657dce: Pull complete 18:31:03 dda99020689f: Pull complete 18:31:08 db1c61fa0a46: Pull complete 18:31:10 891c053d2c06: Pull complete 18:31:10 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:31:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 18:31:11 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:11 + docker inspect -f . ci-base-image-arm64 18:31:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:11 prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container 18:31:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:31:15 $ docker top bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:15 + go version 18:31:15 go version go1.18.7 linux/arm64 [Pipeline] } 18:31:16 $ docker stop --time=1 bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 18:31:17 $ docker rm -f --volumes bb3193a66c7588918cddf4b696d154c05f7b08a845f88b1dfb785269ee239283 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:18 + docker inspect -f . ci-base-image-arm64 18:31:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:18 prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container 18:31:18 $ 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/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:31:19 $ docker top 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:20 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/213 [Pipeline] fileExists [Pipeline] sh 18:31:20 + make test 18:31:20 make -C ./app-service-template build 18:31:20 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/213/app-service-template' 18:31:20 go mod tidy 18:31:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.6 18:31:20 go: downloading github.com/stretchr/testify v1.8.1 18:31:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.11 18:31:20 go: downloading github.com/google/uuid v1.3.0 18:31:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 18:31:20 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:31:20 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:31:20 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 18:31:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:31:21 go: downloading github.com/davecgh/go-spew v1.1.1 18:31:21 go: downloading github.com/pmezard/go-difflib v1.0.0 18:31:21 go: downloading github.com/stretchr/objx v0.5.0 18:31:21 go: downloading gopkg.in/yaml.v3 v3.0.1 18:31:21 go: downloading github.com/gorilla/mux v1.8.0 18:31:21 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:31:21 go: downloading github.com/go-kit/log v0.2.1 18:31:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 18:31:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 18:31:21 go: downloading github.com/go-playground/validator/v10 v10.11.1 18:31:21 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:31:21 go: downloading github.com/mitchellh/copystructure v1.0.0 18:31:21 go: downloading github.com/gorilla/websocket v1.4.2 18:31:21 go: downloading golang.org/x/net v0.5.0 18:31:21 go: downloading golang.org/x/sync v0.1.0 18:31:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:31:21 go: downloading github.com/pelletier/go-toml v1.9.5 18:31:21 go: downloading github.com/hashicorp/errwrap v1.0.0 18:31:21 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:31:21 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:31:22 go: downloading github.com/hashicorp/consul/api v1.18.0 18:31:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:31:22 go: downloading github.com/x448/float16 v0.8.4 18:31:22 go: downloading github.com/go-playground/universal-translator v0.18.0 18:31:22 go: downloading github.com/leodido/go-urn v1.2.1 18:31:22 go: downloading golang.org/x/crypto v0.5.0 18:31:22 go: downloading golang.org/x/text v0.6.0 18:31:22 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 18:31:22 go: downloading github.com/go-playground/assert/v2 v2.0.1 18:31:22 go: downloading github.com/go-playground/locales v0.14.0 18:31:25 go: downloading github.com/nats-io/nats.go v1.20.0 18:31:25 go: downloading github.com/nats-io/nats-server/v2 v2.9.9 18:31:25 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:31:25 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:31:25 go: downloading github.com/Microsoft/go-winio v0.6.0 18:31:25 go: downloading github.com/zeebo/errs v1.3.0 18:31:25 go: downloading google.golang.org/grpc v1.51.0 18:31:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:31:26 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:31:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:31:26 go: downloading github.com/hashicorp/serf v0.10.1 18:31:26 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:31:26 go: downloading github.com/google/go-cmp v0.5.9 18:31:26 go: downloading github.com/hashicorp/consul/sdk v0.13.0 18:31:26 go: downloading github.com/hashicorp/go-uuid v1.0.2 18:31:26 go: downloading github.com/kr/pretty v0.3.0 18:31:26 go: downloading golang.org/x/sys v0.4.0 18:31:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:31:26 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:31:26 go: downloading github.com/onsi/ginkgo v1.10.1 18:31:26 go: downloading github.com/onsi/gomega v1.7.0 18:31:26 go: downloading google.golang.org/protobuf v1.28.1 18:31:27 go: downloading github.com/nats-io/nkeys v0.3.0 18:31:27 go: downloading github.com/nats-io/nuid v1.0.1 18:31:27 go: downloading golang.org/x/tools v0.5.0 18:31:27 go: downloading github.com/klauspost/compress v1.15.11 18:31:27 go: downloading github.com/minio/highwayhash v1.0.2 18:31:27 go: downloading github.com/nats-io/jwt/v2 v2.3.0 18:31:27 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 18:31:27 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:31:27 go: downloading github.com/golang/protobuf v1.5.2 18:31:30 go: downloading github.com/mitchellh/go-homedir v1.1.0 18:31:30 go: downloading github.com/fatih/color v1.9.0 18:31:30 go: downloading github.com/mattn/go-colorable v0.1.12 18:31:30 go: downloading github.com/mattn/go-isatty v0.0.14 18:31:30 go: downloading github.com/hashicorp/go-version v1.2.1 18:31:30 go: downloading github.com/pkg/errors v0.9.1 18:31:30 go: downloading github.com/kr/text v0.2.0 18:31:30 go: downloading github.com/rogpeppe/go-internal v1.8.0 18:31:30 go: downloading github.com/armon/go-metrics v0.3.10 18:31:30 go: downloading github.com/hashicorp/go-msgpack v0.5.3 18:31:30 go: downloading github.com/hashicorp/memberlist v0.5.0 18:31:31 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:31:31 go: downloading github.com/pascaldekloe/goe v0.1.0 18:31:31 go: downloading gopkg.in/yaml.v2 v2.4.0 18:31:31 go: downloading github.com/hpcloud/tail v1.0.0 18:31:31 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:31:31 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 18:31:31 go: downloading github.com/miekg/dns v1.1.41 18:31:31 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:31:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:31:31 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:31:31 go: downloading golang.org/x/mod v0.7.0 18:31:31 go: downloading gopkg.in/fsnotify.v1 v1.4.7 18:31:31 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 18:33:23 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/213/app-service-template' 18:33:23 make -C ./app-service-template test 18:33:23 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/213/app-service-template' 18:33:23 go test -race -coverprofile=coverage.out ./... 18:36:17 ok app-new-service 0.279s coverage: 48.1% of statements 18:36:17 ? app-new-service/config [no test files] 18:36:17 ok app-new-service/functions 0.287s coverage: 85.3% of statements 18:36:17 go vet ./... 18:37:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:37:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:37:54 ./bin/test-attribution-txt.sh 18:37:54 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/213/app-service-template' 18:37:54 go test -race -coverprofile=coverage.out ./... 18:37:54 go: downloading github.com/gomodule/redigo v1.8.9 18:37:54 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.831s coverage: 64.2% of statements 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.387s coverage: 93.0% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.375s coverage: 84.8% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.375s coverage: 87.8% of statements 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.163s coverage: 100.0% of statements 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.877s coverage: 77.4% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.240s coverage: 97.3% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.370s coverage: 82.8% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 18:38:06 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.379s coverage: 64.8% of statements 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus/mocks [no test files] 18:38:06 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 18:38:09 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.352s coverage: 28.7% of statements 18:38:09 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 18:38:09 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.281s coverage: 14.3% of statements 18:38:11 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.220s coverage: 27.3% of statements 18:38:11 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 18:38:11 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 18:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.270s coverage: 52.8% of statements 18:38:44 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.549s coverage: 75.2% of statements 18:38:44 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.231s coverage: 94.4% of statements 18:38:44 go vet ./... 18:38:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:38:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:38:48 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 18:38:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:38:48 $ docker stop --time=1 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 18:38:50 $ docker rm -f --volumes 398189dd867df07d7edabf9cff7905ee053da20449f31842db22526d17db03f8 [Pipeline] // withDockerContainer [Pipeline] sh 18:38:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:38:55 Warning: overwriting stash ‘coverage-report’ 18:38:55 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:38:56 18:38:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:38:56 arm64: Pulling from edgex-lftools-log-publisher 18:38:56 8998bd30e6a1: Pulling fs layer 18:38:56 04944245beec: Pulling fs layer 18:38:56 699f458cf7ca: Pulling fs layer 18:38:56 765212b225bb: Pulling fs layer 18:38:56 f23df028b6ca: Pulling fs layer 18:38:56 d65c8cfc05b1: Pulling fs layer 18:38:56 2437ff75d9bd: Pulling fs layer 18:38:56 d65c8cfc05b1: Waiting 18:38:56 2437ff75d9bd: Waiting 18:38:56 765212b225bb: Waiting 18:38:56 f23df028b6ca: Waiting 18:38:56 04944245beec: Verifying Checksum 18:38:56 04944245beec: Download complete 18:38:56 765212b225bb: Verifying Checksum 18:38:56 765212b225bb: Download complete 18:38:57 f23df028b6ca: Download complete 18:38:57 d65c8cfc05b1: Verifying Checksum 18:38:57 d65c8cfc05b1: Download complete 18:38:57 699f458cf7ca: Verifying Checksum 18:38:57 699f458cf7ca: Download complete 18:38:57 8998bd30e6a1: Verifying Checksum 18:38:57 8998bd30e6a1: Download complete 18:39:00 2437ff75d9bd: Download complete 18:39:01 8998bd30e6a1: Pull complete 18:39:01 04944245beec: Pull complete 18:39:03 699f458cf7ca: Pull complete 18:39:03 765212b225bb: Pull complete 18:39:06 f23df028b6ca: Pull complete 18:39:06 d65c8cfc05b1: Pull complete 18:39:21 2437ff75d9bd: Pull complete 18:39:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:39:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:39:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:39:21 prd-ubuntu20.04-docker-arm64-4c-16g-4715 does not seem to be running inside a container 18:39:21 $ 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/213 -v /w/workspace/app-functions-sdk-go/213:/w/workspace/app-functions-sdk-go/213:rw,z -v /w/workspace/app-functions-sdk-go/213@tmp:/w/workspace/app-functions-sdk-go/213@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:39:24 $ docker top 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:25 ---> job-cost.sh 18:39:25 lf-activate-venv: SKIPPING 18:39:25 INFO: No Stack... 18:39:25 INFO: Retrieving Pricing Info for: v3-standard-4 18:39:26 INFO: Archiving Costs [Pipeline] sh 18:39:27 + cut -d, -f6 18:39:27 + cat /w/workspace/app-functions-sdk-go/213/archives/cost.csv [Pipeline] lock 18:39:27 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] 18:39:27 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] did not exist. Created. 18:39:27 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:28 /w/workspace/app-functions-sdk-go/213@tmp/durable-d5b45de3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:39:28 + echo total: 0.10999999940395355 [Pipeline] stash 18:39:28 Warning: overwriting stash ‘stack-cost’ 18:39:28 Stashed 1 file(s) [Pipeline] } 18:39:28 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-213-stack-cost] [Pipeline] // lock [Pipeline] } 18:39:28 $ docker stop --time=1 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 18:39:30 $ docker rm -f --volumes 3ca5f3260a9d7abb5db1aace10ac0373b65eec28d405612783c502ec8fdc97b0 [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 18:39:30 provisioning config files... 18:39:30 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config16690998629977445847tmp [Pipeline] { [Pipeline] sh 18:39:30 + set +x 18:39:30 + curl -s https://codecov.io/bash 18:39:30 + bash -s -- 18:39:30 18:39:30 _____ _ 18:39:30 / ____| | | 18:39:30 | | ___ __| | ___ ___ _____ __ 18:39:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:39:30 | |___| (_) | (_| | __/ (_| (_) \ V / 18:39:30 \_____\___/ \__,_|\___|\___\___/ \_/ 18:39:30 Bash-1.0.6 18:39:30 18:39:30 18:39:30 ==> git version 2.25.1 found 18:39:30 ==> 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 18:39:30 Release-Date: 2020-01-08 18:39:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:39:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:39:30 ==> Jenkins CI detected. 18:39:30 current dir:  /w/workspace/oundry_app-functions-sdk-go_main 18:39:30 project root: . 18:39:30 --> token set from env 18:39:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:39:30 ==> Running gcov in . (disable via -X gcov) 18:39:30 ==> Python coveragepy not found 18:39:30 ==> Searching for coverage reports in: 18:39:30 + . 18:39:30 -> Found 2 reports 18:39:30 ==> Detecting git/mercurial file structure 18:39:30 ==> Reading reports 18:39:30 + ./app-service-template/coverage.out bytes=3432 18:39:31 + ./coverage.out bytes=116524 18:39:31 ==> Appending adjustments 18:39:31 https://docs.codecov.io/docs/fixing-reports 18:39:31 + Found adjustments 18:39:31 ==> Gzipping contents 18:39:31 24K /tmp/codecov.wz8BEk.gz 18:39:31 ==> Uploading reports 18:39:31 url: https://codecov.io 18:39:31 query: branch=main&commit=34fb17360a6d641a34f5321b1496bf4c790579ed&build=213&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F213%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:39:31 -> Pinging Codecov 18:39:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=main&commit=34fb17360a6d641a34f5321b1496bf4c790579ed&build=213&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F213%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:39:31 -> Uploading to 18:39:31 https://storage.googleapis.com/codecov/v4/raw/2023-02-06/3D8B5DFFC46A037C893635FACE044666/34fb17360a6d641a34f5321b1496bf4c790579ed/6a6b0980-2ef0-4c99-9006-64b62d55c4f5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T183931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9380380ae5b328462947d799dcb280cc68f0e3571c0448accec7d351d7543dba 18:39:31 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:31 Dload Upload Total Spent Left Speed 18:39:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20572 0 0 100 20572 0 51174 --:--:-- --:--:-- --:--:-- 51174 18:39:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] } 18:39:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:39:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:39:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:32 18:39:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:39:33 df9b9388f04a: Pulling fs layer 18:39:33 52dc419b0ee2: Pulling fs layer 18:39:33 25bc292e5bac: Pulling fs layer 18:39:33 114826534d7a: Pulling fs layer 18:39:33 4657fd5d0bcf: Pulling fs layer 18:39:33 6ad1cebc031e: Pulling fs layer 18:39:33 8a3aa393b2d8: Pulling fs layer 18:39:33 114826534d7a: Waiting 18:39:33 6ad1cebc031e: Waiting 18:39:33 4657fd5d0bcf: Waiting 18:39:33 8a3aa393b2d8: Waiting 18:39:33 25bc292e5bac: Verifying Checksum 18:39:33 25bc292e5bac: Download complete 18:39:33 52dc419b0ee2: Verifying Checksum 18:39:33 52dc419b0ee2: Download complete 18:39:33 4657fd5d0bcf: Verifying Checksum 18:39:33 4657fd5d0bcf: Download complete 18:39:33 df9b9388f04a: Download complete 18:39:33 df9b9388f04a: Pull complete 18:39:33 52dc419b0ee2: Pull complete 18:39:33 6ad1cebc031e: Verifying Checksum 18:39:33 6ad1cebc031e: Download complete 18:39:33 25bc292e5bac: Pull complete 18:39:34 114826534d7a: Verifying Checksum 18:39:34 114826534d7a: Download complete 18:39:34 8a3aa393b2d8: Verifying Checksum 18:39:38 114826534d7a: Pull complete 18:39:38 4657fd5d0bcf: Pull complete 18:39:38 6ad1cebc031e: Pull complete 18:39:40 8a3aa393b2d8: Pull complete 18:39:40 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:39:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:39:40 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:39:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:39:45 $ docker top a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add -eo pid,comm [Pipeline] { [Pipeline] echo 18:39:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh 18:39:45 + set -o pipefail 18:39:45 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' 18:39:53 18:39:53 Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v3)... 18:39:53 18:39:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/25fcdf36-7861-4f6d-aeca-500963e25267 18:39:53 18:39:53 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:39:53 18:39:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:39:53 18:39:53 18:39:53 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:39:53 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:39:53 More details here: https://snyk.co/ue1NS [Pipeline] } 18:39:53 $ docker stop --time=1 a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add 18:39:56 $ docker rm -f --volumes a3854f2264a7ff8777e105272463641a9e66db365db0d627377f88e6cda92add [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:39:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:39:57 provisioning config files... 18:39:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config8983997702072186925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:57 --> edgex-publish-swagger.sh 18:39:57 === Publish openapi/v2 API === 18:39:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:39:57 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] 18:39:57 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:57 Dload Upload Total Spent Left Speed 18:39:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11426 0 0 100 11426 0 51237 --:--:-- --:--:-- --:--:-- 51008 100 11426 0 0 100 11426 0 20223 --:--:-- --:--:-- --:--:-- 20187 18:39:58 18:39:58 [Pipeline] } 18:39:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:58 + git log --format=format:%s -1 34fb17360a6d641a34f5321b1496bf4c790579ed [Pipeline] sh 18:39:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:39:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:39:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:39:59 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:39:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:39:59 $ docker top 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 -eo pid,comm 18:39:59 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). 18:39:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:59 [ssh-agent] Looking for ssh-agent implementation... 18:39:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:59 $ docker exec 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 ssh-agent 18:39:59 SSH_AUTH_SOCK=/tmp/ssh-Av6VyUihibv0/agent.34 18:39:59 SSH_AGENT_PID=40 18:39:59 Running ssh-add (command line suppressed) 18:40:00 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7533223951450380589.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7533223951450380589.key) 18:40:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:00 + git semver tag 18:40:00 2023-02-06 18:40:00,563 [run_tag] DEBUG tag force:False 18:40:00 2023-02-06 18:40:00,563 [check_head_tag] DEBUG check head tag 18:40:00 2023-02-06 18:40:00,565 [execute] INFO git cat-file --batch-check 18:40:00 2023-02-06 18:40:00,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 18:40:00 2023-02-06 18:40:00,568 [execute] INFO git cat-file --batch 18:40:00 2023-02-06 18:40:00,569 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 18:40:00 2023-02-06 18:40:00,601 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:00 2023-02-06 18:40:00,601 [execute] INFO git tag -a v3.0.0-dev.24 -m v3.0.0-dev.24 18:40:00 2023-02-06 18:40:00,602 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.24', '-m', 'v3.0.0-dev.24'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 18:40:00 2023-02-06 18:40:00,608 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:00 3.0.0-dev.24 [Pipeline] } 18:40:00 $ docker exec --env ******** --env ******** 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 ssh-agent -k 18:40:00 unset SSH_AUTH_SOCK; 18:40:00 unset SSH_AGENT_PID; 18:40:00 echo Agent pid 40 killed; 18:40:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:01 + git semver [Pipeline] } 18:40:01 $ docker stop --time=1 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 18:40:02 $ docker rm -f --volumes 6ca0e28d9e7c08b24844995631381296ce8511c284efd7f450b0dc7f6a548a27 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:02 18:40:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:03 0.23.1-centos7: Pulling from edgex-lftools 18:40:03 ab5ef0e58194: Pulling fs layer 18:40:03 9712f1f96733: Pulling fs layer 18:40:03 63f879dbbcfc: Pulling fs layer 18:40:03 0d9ebad4ef96: Pulling fs layer 18:40:03 e9a5061849ea: Pulling fs layer 18:40:03 d747dcd14b5f: Pulling fs layer 18:40:03 2de7ff778b66: Pulling fs layer 18:40:03 0d9ebad4ef96: Waiting 18:40:03 e9a5061849ea: Waiting 18:40:03 d747dcd14b5f: Waiting 18:40:03 2de7ff778b66: Waiting 18:40:03 9712f1f96733: Verifying Checksum 18:40:03 9712f1f96733: Download complete 18:40:04 63f879dbbcfc: Verifying Checksum 18:40:04 63f879dbbcfc: Download complete 18:40:05 e9a5061849ea: Verifying Checksum 18:40:05 e9a5061849ea: Download complete 18:40:05 d747dcd14b5f: Verifying Checksum 18:40:05 d747dcd14b5f: Download complete 18:40:05 2de7ff778b66: Verifying Checksum 18:40:05 2de7ff778b66: Download complete 18:40:05 0d9ebad4ef96: Verifying Checksum 18:40:05 0d9ebad4ef96: Download complete 18:40:05 ab5ef0e58194: Verifying Checksum 18:40:05 ab5ef0e58194: Download complete 18:40:08 ab5ef0e58194: Pull complete 18:40:08 9712f1f96733: Pull complete 18:40:08 63f879dbbcfc: Pull complete 18:40:12 0d9ebad4ef96: Pull complete 18:40:12 e9a5061849ea: Pull complete 18:40:12 d747dcd14b5f: Pull complete 18:40:13 2de7ff778b66: Pull complete 18:40:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:13 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:40:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:40:16 $ docker top 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:40:16 provisioning config files... 18:40:16 copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config14708793334074447660tmp 18:40:16 copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config12193636117422213492tmp 18:40:16 copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config4203606861060342016tmp [Pipeline] { [Pipeline] echo 18:40:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:40:17 ---> sigul-configuration.sh 18:40:17 gpg: directory `/root/.gnupg' created 18:40:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:40:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:40:17 gpg: keyring `/root/.gnupg/secring.gpg' created 18:40:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:40:17 gpg: CAST5 encrypted data 18:40:17 gpg: encrypted with 1 passphrase 18:40:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:40:17 + mkdir /home/jenkins 18:40:17 + mkdir /home/jenkins/sigul [Pipeline] sh 18:40:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:40:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:17 ---> sigul-install.sh 18:40:17 Sigul already installed; skipping installation. [Pipeline] sh 18:40:18 + git tag --list 18:40:18 v0.1.0 18:40:18 v0.1.1 18:40:18 v1.0.0 18:40:18 v1.1.0 18:40:18 v1.2.0 18:40:18 v1.3.0 18:40:18 v1.3.1 18:40:18 v2.0.0 18:40:18 v2.0.1 18:40:18 v2.1.0 18:40:18 v2.1.1 18:40:18 v2.1.1-dev.3 18:40:18 v2.1.1-dev.4 18:40:18 v2.2.0 18:40:18 v2.2.1-dev.1 18:40:18 v2.2.1-dev.10 18:40:18 v2.2.1-dev.11 18:40:18 v2.2.1-dev.12 18:40:18 v2.2.1-dev.13 18:40:18 v2.2.1-dev.14 18:40:18 v2.2.1-dev.15 18:40:18 v2.2.1-dev.16 18:40:18 v2.2.1-dev.17 18:40:18 v2.2.1-dev.18 18:40:18 v2.2.1-dev.19 18:40:18 v2.2.1-dev.2 18:40:18 v2.2.1-dev.20 18:40:18 v2.2.1-dev.21 18:40:18 v2.2.1-dev.22 18:40:18 v2.2.1-dev.23 18:40:18 v2.2.1-dev.3 18:40:18 v2.2.1-dev.4 18:40:18 v2.2.1-dev.5 18:40:18 v2.2.1-dev.6 18:40:18 v2.2.1-dev.7 18:40:18 v2.2.1-dev.8 18:40:18 v2.2.1-dev.9 18:40:18 v2.3.0 18:40:18 v2.3.0-dev.24 18:40:18 v2.3.0-dev.25 18:40:18 v2.3.0-dev.26 18:40:18 v2.3.0-dev.27 18:40:18 v2.3.0-dev.28 18:40:18 v2.3.0-dev.29 18:40:18 v2.3.0-dev.30 18:40:18 v2.3.0-dev.31 18:40:18 v2.3.0-dev.32 18:40:18 v2.3.0-dev.33 18:40:18 v2.3.0-dev.34 18:40:18 v2.3.0-dev.35 18:40:18 v2.3.0-dev.36 18:40:18 v2.3.0-dev.37 18:40:18 v2.3.0-dev.38 18:40:18 v2.3.0-dev.39 18:40:18 v2.3.0-dev.40 18:40:18 v2.3.0-dev.41 18:40:18 v2.3.0-dev.42 18:40:18 v2.3.0-dev.43 18:40:18 v2.3.0-dev.44 18:40:18 v2.3.0-dev.45 18:40:18 v2.3.0-dev.46 18:40:18 v2.3.0-dev.47 18:40:18 v2.3.0-dev.48 18:40:18 v2.3.0-dev.49 18:40:18 v2.3.0-dev.50 18:40:18 v2.3.0-dev.51 18:40:18 v2.3.0-dev.52 18:40:18 v2.3.0-dev.53 18:40:18 v2.3.0-dev.54 18:40:18 v2.3.0-dev.55 18:40:18 v2.3.0-dev.56 18:40:18 v2.3.0-dev.57 18:40:18 v2.3.0-dev.58 18:40:18 v2.3.0-dev.59 18:40:18 v2.3.0-dev.60 18:40:18 v2.3.0-dev.61 18:40:18 v2.3.0-dev.62 18:40:18 v2.3.1-dev.1 18:40:18 v2.3.1-dev.2 18:40:18 v2.3.1-dev.3 18:40:18 v3.0.0-dev.1 18:40:18 v3.0.0-dev.10 18:40:18 v3.0.0-dev.11 18:40:18 v3.0.0-dev.12 18:40:18 v3.0.0-dev.13 18:40:18 v3.0.0-dev.14 18:40:18 v3.0.0-dev.15 18:40:18 v3.0.0-dev.16 18:40:18 v3.0.0-dev.17 18:40:18 v3.0.0-dev.18 18:40:18 v3.0.0-dev.19 18:40:18 v3.0.0-dev.2 18:40:18 v3.0.0-dev.20 18:40:18 v3.0.0-dev.21 18:40:18 v3.0.0-dev.22 18:40:18 v3.0.0-dev.23 18:40:18 v3.0.0-dev.24 18:40:18 v3.0.0-dev.3 18:40:18 v3.0.0-dev.4 18:40:18 v3.0.0-dev.5 18:40:18 v3.0.0-dev.6 18:40:18 v3.0.0-dev.7 18:40:18 v3.0.0-dev.8 18:40:18 v3.0.0-dev.9 [Pipeline] sh 18:40:18 + lftools sign git-tag v3.0.0-dev.24 18:40:19 Signing Git tag with Sigul... 18:40:19 Signing v3.0.0-dev.24 [Pipeline] echo 18:40:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:40:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:40:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:40:19 $ docker stop --time=1 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 18:40:20 $ docker rm -f --volumes 634618b10a35cf38110f326d3aeb32236245cec563c74b6a5064fd139ee6c2c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:40:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:40:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:40:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:21 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:40:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:40:22 $ docker top bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 -eo pid,comm 18:40:22 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). 18:40:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:22 [ssh-agent] Looking for ssh-agent implementation... 18:40:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:22 $ docker exec bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 ssh-agent 18:40:22 SSH_AUTH_SOCK=/tmp/ssh-uMdT2Mc46enN/agent.33 18:40:22 SSH_AGENT_PID=39 18:40:22 Running ssh-add (command line suppressed) 18:40:22 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4472303126819889547.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4472303126819889547.key) 18:40:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:22 + git semver bump pre 18:40:23 2023-02-06 18:40:22,991 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:23 2023-02-06 18:40:22,991 [bump_version] DEBUG bumping version:3.0.0-dev.24 on axis:pre with prefix:dev 18:40:23 2023-02-06 18:40:22,992 [bump_version] DEBUG bumped version:3.0.0-dev.25 18:40:23 2023-02-06 18:40:22,992 [write_version] DEBUG write version:3.0.0-dev.25 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:True 18:40:23 2023-02-06 18:40:22,992 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:23 2023-02-06 18:40:22,992 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:23 2023-02-06 18:40:22,993 [execute] INFO git cat-file --batch-check 18:40:23 2023-02-06 18:40:22,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:40:23 2023-02-06 18:40:22,999 [execute] INFO git cat-file --batch 18:40:23 2023-02-06 18:40:22,999 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:40:23 2023-02-06 18:40:23,005 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:23 3.0.0-dev.25 [Pipeline] } 18:40:23 $ docker exec --env ******** --env ******** bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 ssh-agent -k 18:40:23 unset SSH_AUTH_SOCK; 18:40:23 unset SSH_AGENT_PID; 18:40:23 echo Agent pid 39 killed; 18:40:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:23 + git semver [Pipeline] } 18:40:23 $ docker stop --time=1 bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 18:40:25 $ docker rm -f --volumes bf24396e5d46be766738226297357a1ef766bc15f4f03b57692cc6b3b14a17e6 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:40:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:40:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:25 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:40:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:40:26 $ docker top 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc -eo pid,comm 18:40:26 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). 18:40:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:26 [ssh-agent] Looking for ssh-agent implementation... 18:40:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:26 $ docker exec 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc ssh-agent 18:40:26 SSH_AUTH_SOCK=/tmp/ssh-apjWG7mLptEM/agent.32 18:40:26 SSH_AGENT_PID=38 18:40:26 Running ssh-add (command line suppressed) 18:40:26 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1035551128857624200.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1035551128857624200.key) 18:40:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:26 + git semver push 18:40:27 2023-02-06 18:40:27,029 [run_push] DEBUG push 18:40:27 2023-02-06 18:40:27,029 [execute] INFO git cat-file --batch-check 18:40:27 2023-02-06 18:40:27,030 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:40:27 2023-02-06 18:40:27,033 [execute] INFO git rev-list 9b5f6bf4032611215421c8668cd1c71440fe4297 -- 18:40:27 2023-02-06 18:40:27,033 [execute] DEBUG Popen(['git', 'rev-list', '9b5f6bf4032611215421c8668cd1c71440fe4297', '--'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:40:27 2023-02-06 18:40:27,049 [execute] INFO git fetch -v origin 18:40:27 2023-02-06 18:40:27,049 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 18:40:27 2023-02-06 18:40:27,630 [run_push] DEBUG no remote changes detected 18:40:27 2023-02-06 18:40:27,631 [execute] INFO git push origin semver 18:40:27 2023-02-06 18:40:27,631 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:40:29 2023-02-06 18:40:28,669 [run_push] DEBUG push all version tags 18:40:29 2023-02-06 18:40:28,669 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:40:29 2023-02-06 18:40:28,670 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 18:40:29 2023-02-06 18:40:29,602 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 18:40:29 3.0.0-dev.25 [Pipeline] } 18:40:29 $ docker exec --env ******** --env ******** 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc ssh-agent -k 18:40:29 unset SSH_AUTH_SOCK; 18:40:29 unset SSH_AGENT_PID; 18:40:29 echo Agent pid 38 killed; 18:40:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:30 + git semver [Pipeline] } 18:40:30 $ docker stop --time=1 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc 18:40:31 $ docker rm -f --volumes 0a10c8de69b763ebff9fa4941c63e28fef402c399996414c15129b0d7abea8bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:40:32 + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] 18:40:32 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 18:40:32 total 16 18:40:32 drwxr-xr-x 3 root root 4096 Feb 6 18:30 . 18:40:32 drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 18:40 .. 18:40:32 drwxr-xr-x 2 root root 4096 Feb 6 18:30 cost 18:40:32 -rw-r--r-- 1 root root 92 Feb 6 18:30 cost.csv 18:40:32 + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives 18:40:32 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 18:40:32 total 16 18:40:32 drwxr-xr-x 3 jenkins jenkins 4096 Feb 6 18:30 . 18:40:32 drwxrwxr-x 10 jenkins jenkins 4096 Feb 6 18:40 .. 18:40:32 drwxr-xr-x 2 jenkins jenkins 4096 Feb 6 18:30 cost 18:40:32 -rw-r--r-- 1 jenkins jenkins 92 Feb 6 18:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:40:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:33 ---> package-listing.sh 18:40:33 ++ facter osfamily 18:40:33 ++ tr '[:upper:]' '[:lower:]' 18:40:33 + OS_FAMILY=debian 18:40:33 + workspace=/w/workspace/oundry_app-functions-sdk-go_main 18:40:33 + START_PACKAGES=/tmp/packages_start.txt 18:40:33 + END_PACKAGES=/tmp/packages_end.txt 18:40:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:33 + PACKAGES=/tmp/packages_start.txt 18:40:33 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 18:40:33 + PACKAGES=/tmp/packages_end.txt 18:40:33 + case "${OS_FAMILY}" in 18:40:33 + dpkg -l 18:40:33 + grep '^ii' 18:40:33 + '[' -f /tmp/packages_start.txt ']' 18:40:33 + '[' -f /tmp/packages_end.txt ']' 18:40:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:33 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 18:40:33 + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ 18:40:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_app-functions-sdk-go_main/archives/ [Pipeline] echo 18:40:33 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/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:40:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:40:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:34 prd-ubuntu20.04-docker-8c-8g-4712 does not seem to be running inside a container 18:40:34 $ 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/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:40:34 $ docker top b3aa137a97981ad720da943893c603c730cba2c8a731710ef50ea550d9507dc9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:35 + touch /tmp/pre-build-complete [Pipeline] sh 18:40:35 + mkdir -p /var/log/sysstat [Pipeline] sh 18:40:35 + ls /var/log/sa-host 18:40:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:40:35 provisioning config files... 18:40:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config14695608838512044230tmp [Pipeline] { [Pipeline] echo 18:40:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:40:36 ---> create-netrc.sh [Pipeline] } 18:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:40:36 ---> python-tools-install.sh [Pipeline] echo 18:40:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:40:36 ---> sudo-logs.sh 18:40:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:40:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:40:37 ---> job-cost.sh 18:40:37 lf-activate-venv: SKIPPING 18:40:37 DEBUG: total: 0.2199999988079071 18:40:37 INFO: Retrieving Stack Cost... 18:40:37 INFO: Retrieving Pricing Info for: v3-standard-8 18:40:38 INFO: Archiving Costs [Pipeline] echo 18:40:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:40:38 ---> logs-deploy.sh 18:40:38 lf-activate-venv: SKIPPING 18:40:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/213 18:40:38 INFO: archiving workspace using pattern(s): 18:40:39 Archives upload complete. 18:40:39 INFO: archiving logs to Nexus 18:40:40 ---> uname -a: 18:40:40 Linux prd-ubuntu20-04-docker-8c-8g-4712 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:40:40 18:40:40 18:40:40 ---> lscpu: 18:40:40 Architecture: x86_64 18:40:40 CPU op-mode(s): 32-bit, 64-bit 18:40:40 Byte Order: Little Endian 18:40:40 Address sizes: 40 bits physical, 48 bits virtual 18:40:40 CPU(s): 8 18:40:40 On-line CPU(s) list: 0-7 18:40:40 Thread(s) per core: 1 18:40:40 Core(s) per socket: 1 18:40:40 Socket(s): 8 18:40:40 NUMA node(s): 1 18:40:40 Vendor ID: AuthenticAMD 18:40:40 CPU family: 23 18:40:40 Model: 49 18:40:40 Model name: AMD EPYC-Rome Processor 18:40:40 Stepping: 0 18:40:40 CPU MHz: 2799.998 18:40:40 BogoMIPS: 5599.99 18:40:40 Virtualization: AMD-V 18:40:40 Hypervisor vendor: KVM 18:40:40 Virtualization type: full 18:40:40 L1d cache: 256 KiB 18:40:40 L1i cache: 256 KiB 18:40:40 L2 cache: 4 MiB 18:40:40 L3 cache: 128 MiB 18:40:40 NUMA node0 CPU(s): 0-7 18:40:40 Vulnerability Itlb multihit: Not affected 18:40:40 Vulnerability L1tf: Not affected 18:40:40 Vulnerability Mds: Not affected 18:40:40 Vulnerability Meltdown: Not affected 18:40:40 Vulnerability Mmio stale data: Not affected 18:40:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:40:40 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:40:40 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:40:40 Vulnerability Srbds: Not affected 18:40:40 Vulnerability Tsx async abort: Not affected 18:40:40 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 18:40:40 18:40:40 18:40:40 ---> nproc: 18:40:40 8 18:40:40 18:40:40 18:40:40 ---> df -h: 18:40:40 Filesystem Size Used Avail Use% Mounted on 18:40:40 overlay 155G 12G 143G 8% / 18:40:40 tmpfs 64M 0 64M 0% /dev 18:40:40 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:40:40 shm 64M 0 64M 0% /dev/shm 18:40:40 /dev/vda1 155G 12G 143G 8% /facter-os 18:40:40 18:40:40 18:40:40 ---> sar -b -r -n DEV: 18:40:40 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4712) 02/06/23 _x86_64_ (8 CPU) 18:40:40 18:40:40 18:27:18 LINUX RESTART (8 CPU) 18:40:40 18:40:40 18:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:40:40 18:29:01 86.63 3.73 82.90 0.00 466.15 38716.23 0.00 18:40:40 18:30:01 52.07 0.12 51.95 0.00 0.93 30341.08 0.00 18:40:40 18:31:01 40.56 0.17 40.40 0.00 9.46 18318.97 0.00 18:40:40 18:32:01 1.92 0.00 1.92 0.00 0.00 20.26 0.00 18:40:40 18:33:01 53.92 10.58 43.34 0.00 5154.02 8836.25 0.00 18:40:40 18:34:01 6.20 0.02 6.18 0.00 0.13 124.38 0.00 18:40:40 18:35:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 18:40:40 18:36:01 1.88 0.00 1.88 0.00 0.00 20.79 0.00 18:40:40 18:37:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 18:40:40 18:38:02 2.07 0.00 2.07 0.00 0.00 23.06 0.00 18:40:40 18:39:01 1.34 0.00 1.34 0.00 0.00 14.51 0.00 18:40:40 18:40:01 53.74 0.37 53.37 0.00 12.80 33430.69 0.00 18:40:40 Average: 25.20 1.25 23.96 0.00 471.00 10799.42 0.00 18:40:40 18:40:40 18:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:40:40 18:29:01 28222004 31389264 907124 2.76 95412 3291824 2300288 6.78 1426700 2798876 654456 18:40:40 18:30:01 27574340 31012976 1281464 3.90 99260 3533372 2363364 6.97 1961308 2882432 33760 18:40:40 18:31:01 28608716 31592492 706380 2.15 102344 3112592 1758380 5.18 1106716 2744764 148 18:40:40 18:32:01 28608872 31592708 706084 2.15 102384 3112592 1758380 5.18 1106348 2744768 20 18:40:40 18:33:01 28076860 31570976 716816 2.18 136464 3567240 1771376 5.22 1433360 2917344 940 18:40:40 18:34:01 28083596 31572980 714332 2.17 135072 3563984 1774920 5.23 1426396 2914132 4 18:40:40 18:35:01 28091620 31581068 706148 2.15 135164 3563992 1774920 5.23 1418024 2914144 16 18:40:40 18:36:01 28091420 31580992 706188 2.15 135252 3563996 1774920 5.23 1418396 2914156 8 18:40:40 18:37:01 28091136 31580956 706292 2.15 135328 3563996 1774920 5.23 1418096 2914292 8 18:40:40 18:38:02 28091372 31581256 705864 2.15 135420 3564000 1774920 5.23 1418204 2914300 8 18:40:40 18:39:01 28091292 31581560 705836 2.15 135508 3564000 1774920 5.23 1417996 2914560 8 18:40:40 18:40:01 27268108 31536768 744972 2.27 154904 4268460 1822252 5.37 1518844 3576436 628 18:40:40 Average: 28074945 31514500 775625 2.36 125209 3522504 1868630 5.51 1422532 2929184 57500 18:40:40 18:40:40 18:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:40:40 18:29:01 ens3 355.44 280.60 6017.21 44.40 0.00 0.00 0.00 0.00 18:40:40 18:29:01 veth7418b0a 80.97 109.67 7.81 1324.17 0.00 0.00 0.00 0.11 18:40:40 18:29:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 18:40:40 18:29:01 docker0 111.23 139.97 9.41 1688.73 0.00 0.00 0.00 0.00 18:40:40 18:30:01 ens3 18.53 11.90 22.48 6.47 0.00 0.00 0.00 0.00 18:40:40 18:30:01 veth7418b0a 1.27 1.23 0.11 1.56 0.00 0.00 0.00 0.00 18:40:40 18:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:30:01 docker0 1.27 1.20 0.09 1.56 0.00 0.00 0.00 0.00 18:40:40 18:31:01 ens3 127.54 96.25 2528.28 100.33 0.00 0.00 0.00 0.00 18:40:40 18:31:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 18:40:40 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:32:01 ens3 0.98 0.40 1.21 0.03 0.00 0.00 0.00 0.00 18:40:40 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:33:01 ens3 146.98 85.74 2752.84 6.40 0.00 0.00 0.00 0.00 18:40:40 18:33:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 18:40:40 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:34:01 ens3 0.60 0.45 0.27 0.21 0.00 0.00 0.00 0.00 18:40:40 18:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:36:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:38:02 ens3 0.32 0.20 0.09 0.07 0.00 0.00 0.00 0.00 18:40:40 18:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:40:40 18:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:39:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 18:40:40 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 18:40:01 ens3 225.93 173.30 4580.19 26.37 0.00 0.00 0.00 0.00 18:40:40 18:40:01 vethc3ebd74 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:40:40 18:40:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 18:40:40 18:40:01 docker0 40.19 51.01 3.40 583.94 0.00 0.00 0.00 0.00 18:40:40 Average: ens3 72.77 53.85 1320.65 15.34 0.00 0.00 0.00 0.00 18:40:40 Average: vethc3ebd74 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:40:40 Average: lo 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 18:40:40 Average: docker0 12.61 15.87 1.06 187.71 0.00 0.00 0.00 0.00 18:40:40 18:40:40 18:40:40 ---> sar -P ALL: 18:40:40 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4712) 02/06/23 _x86_64_ (8 CPU) 18:40:40 18:40:40 18:27:18 LINUX RESTART (8 CPU) 18:40:40 18:40:40 18:28:02 CPU %user %nice %system %iowait %steal %idle 18:40:40 18:29:01 all 27.32 0.00 5.47 2.16 0.09 64.95 18:40:40 18:29:01 0 27.41 0.00 5.34 0.57 0.10 66.58 18:40:40 18:29:01 1 27.96 0.00 5.30 1.20 0.10 65.44 18:40:40 18:29:01 2 26.54 0.00 5.75 0.09 0.10 67.53 18:40:40 18:29:01 3 27.12 0.00 5.71 1.99 0.09 65.09 18:40:40 18:29:01 4 27.73 0.00 4.61 0.15 0.07 67.43 18:40:40 18:29:01 5 27.47 0.00 5.25 3.48 0.09 63.71 18:40:40 18:29:01 6 27.30 0.00 6.02 0.31 0.09 66.28 18:40:40 18:29:01 7 27.02 0.00 5.80 9.58 0.12 57.48 18:40:40 18:30:01 all 34.73 0.00 4.36 1.48 0.08 59.35 18:40:40 18:30:01 0 33.51 0.00 4.38 0.13 0.07 61.91 18:40:40 18:30:01 1 35.03 0.00 4.34 1.01 0.07 59.55 18:40:40 18:30:01 2 35.30 0.00 4.16 0.54 0.08 59.91 18:40:40 18:30:01 3 34.99 0.00 4.62 0.79 0.10 59.50 18:40:40 18:30:01 4 35.22 0.00 4.19 3.59 0.08 56.91 18:40:40 18:30:01 5 34.89 0.00 4.35 1.57 0.08 59.10 18:40:40 18:30:01 6 35.19 0.00 4.30 0.37 0.08 60.06 18:40:40 18:30:01 7 33.73 0.00 4.54 3.85 0.07 57.82 18:40:40 18:31:01 all 2.89 0.00 1.44 3.48 0.05 92.14 18:40:40 18:31:01 0 2.85 0.00 1.27 2.83 0.05 93.00 18:40:40 18:31:01 1 3.24 0.00 2.29 12.98 0.10 81.39 18:40:40 18:31:01 2 3.03 0.00 1.26 1.14 0.03 94.53 18:40:40 18:31:01 3 2.80 0.00 0.92 0.20 0.03 96.04 18:40:40 18:31:01 4 2.28 0.00 2.45 10.25 0.03 84.98 18:40:40 18:31:01 5 3.23 0.00 1.19 0.02 0.03 95.53 18:40:40 18:31:01 6 2.29 0.00 0.97 0.20 0.02 96.52 18:40:40 18:31:01 7 3.38 0.00 1.21 0.30 0.07 95.04 18:40:40 18:32:01 all 0.07 0.00 0.01 0.10 0.00 99.82 18:40:40 18:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:40:40 18:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:40:40 18:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:40:40 18:32:01 3 0.07 0.00 0.02 0.27 0.02 99.63 18:40:40 18:32:01 4 0.03 0.00 0.02 0.52 0.00 99.43 18:40:40 18:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:32:01 6 0.37 0.00 0.02 0.00 0.00 99.62 18:40:40 18:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:40:40 18:33:01 all 2.36 0.00 1.47 1.64 0.13 94.40 18:40:40 18:33:01 0 1.59 0.00 1.85 0.40 0.02 96.14 18:40:40 18:33:01 1 2.74 0.00 1.78 2.03 0.63 92.81 18:40:40 18:33:01 2 4.65 0.00 1.67 1.48 0.03 92.16 18:40:40 18:33:01 3 2.13 0.00 1.91 0.15 0.05 95.77 18:40:40 18:33:01 4 1.37 0.00 1.62 7.53 0.08 89.39 18:40:40 18:33:01 5 3.01 0.00 0.87 0.92 0.03 95.17 18:40:40 18:33:01 6 1.61 0.00 1.23 0.37 0.08 96.71 18:40:40 18:33:01 7 1.76 0.00 0.84 0.23 0.07 97.10 18:40:40 18:34:01 all 0.29 0.00 0.05 0.06 0.00 99.60 18:40:40 18:34:01 0 1.60 0.00 0.07 0.00 0.00 98.34 18:40:40 18:34:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:40:40 18:34:01 2 0.07 0.00 0.03 0.03 0.00 99.87 18:40:40 18:34:01 3 0.15 0.00 0.03 0.02 0.00 99.80 18:40:40 18:34:01 4 0.03 0.00 0.03 0.23 0.00 99.70 18:40:40 18:34:01 5 0.05 0.00 0.05 0.00 0.00 99.90 18:40:40 18:34:01 6 0.23 0.00 0.12 0.17 0.02 99.47 18:40:40 18:34:01 7 0.08 0.00 0.05 0.00 0.00 99.87 18:40:40 18:35:01 all 0.18 0.00 0.02 0.00 0.01 99.79 18:40:40 18:35:01 0 1.32 0.00 0.07 0.00 0.02 98.60 18:40:40 18:35:01 1 0.00 0.00 0.03 0.00 0.02 99.95 18:40:40 18:35:01 2 0.02 0.00 0.02 0.02 0.00 99.95 18:40:40 18:35:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:40:40 18:35:01 4 0.02 0.00 0.02 0.02 0.00 99.95 18:40:40 18:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:40:40 18:36:01 all 0.24 0.00 0.01 0.01 0.00 99.74 18:40:40 18:36:01 0 1.78 0.00 0.02 0.00 0.00 98.21 18:40:40 18:36:01 1 0.00 0.00 0.03 0.03 0.00 99.93 18:40:40 18:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:40:40 18:36:01 3 0.05 0.00 0.02 0.00 0.02 99.92 18:40:40 18:36:01 4 0.00 0.00 0.00 0.03 0.02 99.95 18:40:40 18:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:40:40 18:36:01 7 0.05 0.00 0.00 0.00 0.00 99.95 18:40:40 18:37:01 all 0.25 0.00 0.01 0.01 0.00 99.73 18:40:40 18:37:01 0 1.79 0.00 0.02 0.00 0.00 98.19 18:40:40 18:37:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:40:40 18:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:37:01 3 0.08 0.00 0.00 0.00 0.02 99.90 18:40:40 18:37:01 4 0.00 0.00 0.00 0.12 0.00 99.88 18:40:40 18:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:40:40 18:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:40:40 18:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:40:40 18:38:02 all 0.01 0.00 0.01 0.01 0.00 99.97 18:40:40 18:38:02 0 0.02 0.00 0.00 0.00 0.02 99.97 18:40:40 18:38:02 1 0.00 0.00 0.00 0.02 0.00 99.98 18:40:40 18:38:02 2 0.02 0.00 0.02 0.00 0.00 99.97 18:40:40 18:38:02 3 0.00 0.00 0.02 0.00 0.00 99.98 18:40:40 18:38:02 4 0.02 0.00 0.00 0.03 0.00 99.95 18:40:40 18:38:02 5 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:38:02 6 0.03 0.00 0.02 0.00 0.02 99.93 18:40:40 18:38:02 7 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:39:01 all 0.25 0.00 0.01 0.01 0.00 99.72 18:40:40 18:39:01 0 1.89 0.00 0.02 0.00 0.00 98.10 18:40:40 18:39:01 1 0.03 0.00 0.03 0.02 0.00 99.92 18:40:40 18:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:40:40 18:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 18:40:40 18:39:01 4 0.02 0.00 0.02 0.03 0.00 99.93 18:40:40 18:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 18:40:40 18:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:40:40 18:40:40 18:39:01 CPU %user %nice %system %iowait %steal %idle 18:40:40 18:40:01 all 4.74 0.00 2.00 1.47 0.04 91.75 18:40:40 18:40:01 0 5.92 0.00 1.78 0.02 0.03 92.24 18:40:40 18:40:01 1 3.96 0.00 1.83 5.65 0.03 88.53 18:40:40 18:40:01 2 4.66 0.00 2.98 1.14 0.03 91.19 18:40:40 18:40:01 3 5.33 0.00 2.50 0.07 0.03 92.07 18:40:40 18:40:01 4 5.47 0.00 1.69 1.61 0.03 91.19 18:40:40 18:40:01 5 3.92 0.00 1.24 0.03 0.02 94.79 18:40:40 18:40:01 6 3.68 0.00 1.85 0.02 0.05 94.41 18:40:40 18:40:01 7 4.99 0.00 2.11 3.25 0.05 89.60 18:40:40 Average: all 6.04 0.00 1.23 0.86 0.03 91.83 18:40:40 Average: 0 6.56 0.00 1.22 0.33 0.03 91.87 18:40:40 Average: 1 6.03 0.00 1.30 1.91 0.08 90.68 18:40:40 Average: 2 6.14 0.00 1.31 0.37 0.02 92.15 18:40:40 Average: 3 5.97 0.00 1.30 0.28 0.03 92.42 18:40:40 Average: 4 5.95 0.00 1.21 2.01 0.03 90.80 18:40:40 Average: 5 6.00 0.00 1.07 0.50 0.02 92.41 18:40:40 Average: 6 5.83 0.00 1.20 0.12 0.03 92.82 18:40:40 Average: 7 5.84 0.00 1.19 1.41 0.03 91.52 18:40:40 18:40:40 18:40:40