Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ec54ce874442ecb4b772d63b94f818369c14f8ce 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-ssh17089157357154512610.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-ssh3267199792721174001.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-ssh9261990131606190879.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-ssh16259086030791107164.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-ssh3602109786486600784.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7255’ Running on prd-ubuntu20.04-docker-8c-8g-7258 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 Avoid second fetch Checking out Revision ec54ce874442ecb4b772d63b94f818369c14f8ce (main) Commit message: "build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#1324)" > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec54ce874442ecb4b772d63b94f818369c14f8ce # timeout=10 > git rev-list --no-walk 2584b2442596f5e9915257a2af7e94884205da78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:08:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:08:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:08:55 ========================================================= 17:08:55 EdgeX Global Pipelines Version Info 17:08:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:09:00 ------------------- 17:09:00 stable info: 17:09:00 ------------------- 17:09:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:09:00 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:09:00 Message: update stable to v1.0.244 17:09:00 ------------------- 17:09:00 experimental info: 17:09:00 ------------------- 17:09:00 Commited By: **** collab-it+edgex@linuxfoundation.org 17:09:00 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:09:00 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec54ce8 [Pipeline] echo 17:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:09:01 + git rev-list -1 --merges ec54ce874442ecb4b772d63b94f818369c14f8ce~1..ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] echo 17:09:01 -----------> git rev-list -1 --merges ec54ce874442ecb4b772d63b94f818369c14f8ce~1..ec54ce874442ecb4b772d63b94f818369c14f8ce ec54ce874442ecb4b772d63b94f818369c14f8ce [false] [Pipeline] sh 17:09:01 + git log --format=format:%s -1 ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] echo 17:09:01 ========================================================= 17:09:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:09:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:09:01 + git log --format=format:%s -1 ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] echo 17:09:01 [semverPrep] GIT_COMMIT: ec54ce874442ecb4b772d63b94f818369c14f8ce, Commit Message: build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#1324) [Pipeline] echo 17:09:01 [semverPrep] This is not a build commit. [Pipeline] sh 17:09:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:09:02 + grep -v github /etc/ssh/ssh_known_hosts 17:09:02 + [ -e /tmp/ssh_known_hosts ] 17:09:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:09:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:09:02 + sudo tee -a /etc/ssh/ssh_known_hosts 17:09:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:09:03 17:09:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:09:03 0.1.4: Pulling from edgex-devops/py-git-semver 17:09:03 b85a868b505f: Pulling fs layer 17:09:03 e2be974225ed: Pulling fs layer 17:09:03 339a4e72a1f5: Pulling fs layer 17:09:03 988bab9f4d93: Pulling fs layer 17:09:03 1469e6f7b9e6: Pulling fs layer 17:09:03 eaf3925da568: Pulling fs layer 17:09:03 bab4dde63d76: Pulling fs layer 17:09:03 bde34c3a00c8: Pulling fs layer 17:09:03 b352a97aabf1: Pulling fs layer 17:09:03 4872d77fe225: Pulling fs layer 17:09:03 5851b861e8e6: Pulling fs layer 17:09:03 988bab9f4d93: Waiting 17:09:03 1469e6f7b9e6: Waiting 17:09:03 eaf3925da568: Waiting 17:09:03 bab4dde63d76: Waiting 17:09:03 bde34c3a00c8: Waiting 17:09:03 b352a97aabf1: Waiting 17:09:03 4872d77fe225: Waiting 17:09:03 5851b861e8e6: Waiting 17:09:03 e2be974225ed: Verifying Checksum 17:09:03 e2be974225ed: Download complete 17:09:03 988bab9f4d93: Download complete 17:09:03 1469e6f7b9e6: Verifying Checksum 17:09:03 1469e6f7b9e6: Download complete 17:09:03 339a4e72a1f5: Verifying Checksum 17:09:03 339a4e72a1f5: Download complete 17:09:03 eaf3925da568: Verifying Checksum 17:09:03 eaf3925da568: Download complete 17:09:03 bde34c3a00c8: Verifying Checksum 17:09:03 bde34c3a00c8: Download complete 17:09:03 b352a97aabf1: Verifying Checksum 17:09:03 b352a97aabf1: Download complete 17:09:03 4872d77fe225: Verifying Checksum 17:09:03 4872d77fe225: Download complete 17:09:03 b85a868b505f: Verifying Checksum 17:09:03 b85a868b505f: Download complete 17:09:03 bab4dde63d76: Verifying Checksum 17:09:03 bab4dde63d76: Download complete 17:09:04 b85a868b505f: Pull complete 17:09:05 e2be974225ed: Pull complete 17:09:05 339a4e72a1f5: Pull complete 17:09:05 988bab9f4d93: Pull complete 17:09:05 1469e6f7b9e6: Pull complete 17:09:06 eaf3925da568: Pull complete 17:09:08 bab4dde63d76: Pull complete 17:09:08 bde34c3a00c8: Pull complete 17:09:08 b352a97aabf1: Pull complete 17:09:08 4872d77fe225: Pull complete 17:09:08 5851b861e8e6: Pull complete 17:09:08 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:09:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:09:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:08 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:09:08 $ 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 17:09:09 $ docker top 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e -eo pid,comm 17:09:09 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). 17:09:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:09:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:09 [ssh-agent] Looking for ssh-agent implementation... 17:09:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:10 $ docker exec 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e ssh-agent 17:09:10 SSH_AUTH_SOCK=/tmp/ssh-5OJELYb1Gtae/agent.32 17:09:10 SSH_AGENT_PID=38 17:09:10 Running ssh-add (command line suppressed) 17:09:10 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4068011923956552237.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_4068011923956552237.key) 17:09:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:10 + git tag --points-at HEAD [Pipeline] } 17:09:10 $ docker exec --env ******** --env ******** 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e ssh-agent -k 17:09:10 unset SSH_AUTH_SOCK; 17:09:10 unset SSH_AGENT_PID; 17:09:10 echo Agent pid 38 killed; 17:09:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:09:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:10 [ssh-agent] Looking for ssh-agent implementation... 17:09:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:10 $ docker exec 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e ssh-agent 17:09:10 SSH_AUTH_SOCK=/tmp/ssh-Vcio5XjYjLxO/agent.70 17:09:10 SSH_AGENT_PID=77 17:09:10 Running ssh-add (command line suppressed) 17:09:11 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_3047161023815129973.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_3047161023815129973.key) 17:09:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:11 + git semver init 17:09:11 2023-02-23 17:09:11,529 [run_init] DEBUG init version:0.0.0 force:False 17:09:11 2023-02-23 17:09:11,530 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver 17:09:11 2023-02-23 17:09:11,531 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/oundry_app-functions-sdk-go_main/.semver 17:09:11 2023-02-23 17:09:11,531 [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) 17:09:13 2023-02-23 17:09:12,984 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude 17:09:13 2023-02-23 17:09:12,985 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:False 17:09:13 2023-02-23 17:09:12,985 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:09:13 2023-02-23 17:09:12,985 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:09:13 3.0.0-dev.34 [Pipeline] } 17:09:13 $ docker exec --env ******** --env ******** 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e ssh-agent -k 17:09:13 unset SSH_AUTH_SOCK; 17:09:13 unset SSH_AGENT_PID; 17:09:13 echo Agent pid 77 killed; 17:09:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:13 + git semver [Pipeline] } 17:09:14 $ docker stop --time=1 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e 17:09:15 $ docker rm -f --volumes 2508b51474404f6febdc92d7209ce793373f48038960b9813700ab1c614ef63e [Pipeline] // withDockerContainer [Pipeline] sh 17:09:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:09:16 Stashed 1 file(s) [Pipeline] echo 17:09:16 [edgeXSemver]: initialized semver on version 3.0.0-dev.34 [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 17:09:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:09:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:09:16 ========================================================= 17:09:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:09:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 17:09:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:09:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:09:16 213ec9aee27d: Pulling fs layer 17:09:16 4583459ba037: Pulling fs layer 17:09:16 93c1e223e6f2: Pulling fs layer 17:09:16 53926ce57604: Pulling fs layer 17:09:16 21b2b0c7a3f4: Pulling fs layer 17:09:16 22ff95d597cd: Pulling fs layer 17:09:16 12d6caf4c0d1: Pulling fs layer 17:09:16 96b7cbca73a9: Pulling fs layer 17:09:16 a7acece74701: Pulling fs layer 17:09:16 53926ce57604: Waiting 17:09:16 22ff95d597cd: Waiting 17:09:16 12d6caf4c0d1: Waiting 17:09:16 96b7cbca73a9: Waiting 17:09:16 21b2b0c7a3f4: Waiting 17:09:16 a7acece74701: Waiting 17:09:16 93c1e223e6f2: Verifying Checksum 17:09:16 93c1e223e6f2: Download complete 17:09:16 4583459ba037: Verifying Checksum 17:09:16 4583459ba037: Download complete 17:09:16 21b2b0c7a3f4: Verifying Checksum 17:09:16 21b2b0c7a3f4: Download complete 17:09:16 22ff95d597cd: Verifying Checksum 17:09:16 22ff95d597cd: Download complete 17:09:16 213ec9aee27d: Verifying Checksum 17:09:16 213ec9aee27d: Download complete 17:09:16 213ec9aee27d: Pull complete 17:09:16 4583459ba037: Pull complete 17:09:17 93c1e223e6f2: Pull complete 17:09:17 a7acece74701: Verifying Checksum 17:09:17 a7acece74701: Download complete 17:09:17 96b7cbca73a9: Verifying Checksum 17:09:17 96b7cbca73a9: Download complete 17:09:17 53926ce57604: Verifying Checksum 17:09:17 53926ce57604: Download complete 17:09:21 53926ce57604: Pull complete 17:09:21 21b2b0c7a3f4: Pull complete 17:09:21 22ff95d597cd: Pull complete 17:09:21 12d6caf4c0d1: Pull complete 17:09:24 96b7cbca73a9: Pull complete 17:09:24 a7acece74701: Pull complete 17:09:24 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:09:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 17:09:25 + 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 17:09:25 + docker inspect -f . ci-base-image-x86_64 17:09:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:25 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:09:25 $ 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 17:09:27 $ docker top 07bb3f9e65abaaec4a0a9400b8ee15dc28d8cee57860ca4943c743f2c825710c -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:27 + go version 17:09:27 go version go1.18.7 linux/amd64 [Pipeline] } 17:09:28 $ docker stop --time=1 07bb3f9e65abaaec4a0a9400b8ee15dc28d8cee57860ca4943c743f2c825710c 17:09:29 $ docker rm -f --volumes 07bb3f9e65abaaec4a0a9400b8ee15dc28d8cee57860ca4943c743f2c825710c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:29 + docker inspect -f . ci-base-image-x86_64 17:09:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:09:29 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:09:29 $ 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 17:09:30 $ docker top 6afe5e2cb730e151e9fcd57d8ac9cb2a1d049950af6445109ec69735a0e70dec -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:30 + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh 17:09:30 + make test 17:09:30 make -C ./app-service-template build 17:09:30 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:09:30 go mod tidy 17:09:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 17:09:30 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:09:30 go: downloading github.com/google/uuid v1.3.0 17:09:30 go: downloading github.com/stretchr/testify v1.8.1 17:09:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.24 17:09:31 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.7 17:09:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 17:09:31 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 17:09:31 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 17:09:31 go: downloading github.com/davecgh/go-spew v1.1.1 17:09:31 go: downloading github.com/pmezard/go-difflib v1.0.0 17:09:31 go: downloading github.com/stretchr/objx v0.5.0 17:09:31 go: downloading gopkg.in/yaml.v3 v3.0.1 17:09:31 go: downloading github.com/gorilla/mux v1.8.0 17:09:31 go: downloading github.com/hashicorp/go-multierror v1.1.1 17:09:31 go: downloading github.com/go-playground/validator/v10 v10.11.2 17:09:31 go: downloading github.com/go-kit/log v0.2.1 17:09:31 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 17:09:31 go: downloading github.com/mitchellh/copystructure v1.2.0 17:09:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 17:09:31 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 17:09:31 go: downloading github.com/gorilla/websocket v1.4.2 17:09:31 go: downloading golang.org/x/net v0.5.0 17:09:31 go: downloading golang.org/x/sync v0.1.0 17:09:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:09:31 go: downloading github.com/pelletier/go-toml v1.9.5 17:09:31 go: downloading github.com/hashicorp/errwrap v1.0.0 17:09:31 go: downloading github.com/mitchellh/reflectwalk v1.0.2 17:09:31 go: downloading github.com/go-logfmt/logfmt v0.5.1 17:09:31 go: downloading github.com/x448/float16 v0.8.4 17:09:31 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 17:09:31 go: downloading github.com/hashicorp/consul/api v1.18.0 17:09:31 go: downloading github.com/go-playground/universal-translator v0.18.1 17:09:31 go: downloading github.com/leodido/go-urn v1.2.1 17:09:31 go: downloading golang.org/x/crypto v0.5.0 17:09:31 go: downloading golang.org/x/text v0.6.0 17:09:31 go: downloading github.com/go-playground/locales v0.14.1 17:09:31 Still waiting to schedule task 17:09:31 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7256’ 17:09:31 go: downloading github.com/nats-io/nats.go v1.20.0 17:09:31 go: downloading github.com/go-redis/redis/v7 v7.3.0 17:09:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:09:31 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 17:09:31 go: downloading github.com/go-playground/assert/v2 v2.2.0 17:09:31 go: downloading github.com/nats-io/nats-server/v2 v2.9.9 17:09:31 go: downloading github.com/Microsoft/go-winio v0.6.0 17:09:31 go: downloading github.com/zeebo/errs v1.3.0 17:09:31 go: downloading google.golang.org/grpc v1.51.0 17:09:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:09:32 go: downloading github.com/hashicorp/go-hclog v0.14.1 17:09:32 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:09:32 go: downloading github.com/hashicorp/serf v0.10.1 17:09:32 go: downloading github.com/mitchellh/mapstructure v1.5.0 17:09:32 go: downloading github.com/google/go-cmp v0.5.9 17:09:32 go: downloading github.com/hashicorp/consul/sdk v0.13.0 17:09:32 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:09:32 go: downloading golang.org/x/sys v0.4.0 17:09:32 go: downloading github.com/nats-io/nkeys v0.3.0 17:09:32 go: downloading github.com/nats-io/nuid v1.0.1 17:09:32 go: downloading github.com/onsi/ginkgo v1.10.1 17:09:32 go: downloading github.com/onsi/gomega v1.7.0 17:09:32 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:09:32 go: downloading github.com/kr/pretty v0.3.0 17:09:32 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:09:32 go: downloading golang.org/x/tools v0.5.0 17:09:32 go: downloading google.golang.org/protobuf v1.28.1 17:09:32 go: downloading github.com/klauspost/compress v1.15.11 17:09:32 go: downloading github.com/minio/highwayhash v1.0.2 17:09:32 go: downloading github.com/nats-io/jwt/v2 v2.3.0 17:09:32 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 17:09:32 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 17:09:32 go: downloading github.com/golang/protobuf v1.5.2 17:09:32 go: downloading github.com/fatih/color v1.9.0 17:09:32 go: downloading github.com/mattn/go-colorable v0.1.12 17:09:32 go: downloading github.com/mattn/go-isatty v0.0.14 17:09:32 go: downloading github.com/mitchellh/go-homedir v1.1.0 17:09:32 go: downloading github.com/hashicorp/go-version v1.2.1 17:09:32 go: downloading github.com/pkg/errors v0.9.1 17:09:32 go: downloading github.com/armon/go-metrics v0.3.10 17:09:32 go: downloading github.com/hashicorp/go-msgpack v0.5.3 17:09:32 go: downloading github.com/hashicorp/memberlist v0.5.0 17:09:32 go: downloading github.com/kr/text v0.2.0 17:09:32 go: downloading github.com/rogpeppe/go-internal v1.8.0 17:09:32 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 17:09:32 go: downloading github.com/pascaldekloe/goe v0.1.0 17:09:32 go: downloading gopkg.in/yaml.v2 v2.4.0 17:09:32 go: downloading github.com/hpcloud/tail v1.0.0 17:09:32 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:09:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:09:32 go: downloading github.com/miekg/dns v1.1.41 17:09:32 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:09:32 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:09:32 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:09:32 go: downloading gopkg.in/fsnotify.v1 v1.4.7 17:09:32 go: downloading golang.org/x/mod v0.7.0 17:09:33 go: downloading golang.org/x/text v0.7.0 17:09:33 go: downloading golang.org/x/net v0.7.0 17:09:33 go: downloading golang.org/x/sys v0.5.0 17:09:34 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 17:09:52 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:09:52 make -C ./app-service-template test 17:09:52 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:09:52 go test -race -coverprofile=coverage.out ./... 17:10:14 ok app-new-service 0.067s coverage: 48.1% of statements 17:10:14 ? app-new-service/config [no test files] 17:10:14 ok app-new-service/functions 0.088s coverage: 85.3% of statements 17:10:14 go vet ./... 17:10:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:10:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:10:24 ./bin/test-attribution-txt.sh 17:10:24 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:10:24 go test -race -coverprofile=coverage.out ./... 17:10:24 go: downloading github.com/gomodule/redigo v1.8.9 17:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.120s coverage: 64.6% of statements 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.104s coverage: 93.0% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.104s coverage: 84.8% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.086s coverage: 87.8% of statements 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.062s coverage: 100.0% of statements 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.180s coverage: 77.9% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.105s coverage: 97.3% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.101s coverage: 82.8% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.118s coverage: 65.2% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.088s coverage: 28.7% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.095s coverage: 11.7% of statements 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.067s coverage: 27.3% of statements 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 17:10:26 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:10:26 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.067s coverage: 52.8% of statements 17:10:53 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.157s coverage: 75.2% of statements 17:10:53 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.069s coverage: 94.4% of statements 17:10:53 go vet ./... 17:10:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:10:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:11:03 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 17:11:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:11:03 $ docker stop --time=1 6afe5e2cb730e151e9fcd57d8ac9cb2a1d049950af6445109ec69735a0e70dec 17:11:05 $ docker rm -f --volumes 6afe5e2cb730e151e9fcd57d8ac9cb2a1d049950af6445109ec69735a0e70dec [Pipeline] // withDockerContainer [Pipeline] sh 17:11:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:11:06 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 17:11:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:06 17:11:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:06 latest: Pulling from edgex-lftools-log-publisher 17:11:06 5eb5b503b376: Pulling fs layer 17:11:06 5c69ac0246d0: Pulling fs layer 17:11:06 ec43610c2a17: Pulling fs layer 17:11:06 3a2ae6a8a46f: Pulling fs layer 17:11:06 33b1e0a273af: Pulling fs layer 17:11:06 5d3b04190fa2: Pulling fs layer 17:11:06 2f39f015ded8: Pulling fs layer 17:11:06 33b1e0a273af: Waiting 17:11:06 2f39f015ded8: Waiting 17:11:06 3a2ae6a8a46f: Waiting 17:11:06 5c69ac0246d0: Verifying Checksum 17:11:06 5c69ac0246d0: Download complete 17:11:06 3a2ae6a8a46f: Verifying Checksum 17:11:06 3a2ae6a8a46f: Download complete 17:11:07 33b1e0a273af: Verifying Checksum 17:11:07 33b1e0a273af: Download complete 17:11:07 5d3b04190fa2: Verifying Checksum 17:11:07 5d3b04190fa2: Download complete 17:11:07 ec43610c2a17: Verifying Checksum 17:11:07 ec43610c2a17: Download complete 17:11:07 5eb5b503b376: Verifying Checksum 17:11:07 5eb5b503b376: Download complete 17:11:07 2f39f015ded8: Download complete 17:11:08 5eb5b503b376: Pull complete 17:11:08 5c69ac0246d0: Pull complete 17:11:09 ec43610c2a17: Pull complete 17:11:09 3a2ae6a8a46f: Pull complete 17:11:09 33b1e0a273af: Pull complete 17:11:09 5d3b04190fa2: Pull complete 17:11:13 2f39f015ded8: Pull complete 17:11:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:11:13 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:11:13 $ 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 17:11:15 $ docker top 5450c9c9c295d53872205061dc91778b05e907c0c3bb675f62c7716a4e2e78df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:16 ---> job-cost.sh 17:11:16 lf-activate-venv: SKIPPING 17:11:16 INFO: No Stack... 17:11:16 INFO: Retrieving Pricing Info for: v3-standard-8 17:11:16 INFO: Archiving Costs [Pipeline] sh 17:11:17 + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv 17:11:17 + cut -d, -f6 [Pipeline] lock 17:11:17 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] 17:11:17 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] did not exist. Created. 17:11:17 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:17 + echo total: 0.2199999988079071 [Pipeline] stash 17:11:17 Stashed 1 file(s) [Pipeline] } 17:11:17 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] [Pipeline] // lock [Pipeline] } 17:11:17 $ docker stop --time=1 5450c9c9c295d53872205061dc91778b05e907c0c3bb675f62c7716a4e2e78df 17:11:18 $ docker rm -f --volumes 5450c9c9c295d53872205061dc91778b05e907c0c3bb675f62c7716a4e2e78df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:12:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7262 in /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] { [Pipeline] ws 17:12:37 Running in /w/workspace/app-functions-sdk-go/224 [Pipeline] { [Pipeline] checkout 17:12:37 The recommended git tool is: git 17:12:43 using credential edgex-jenkins-ssh 17:12:43 Cloning the remote Git repository 17:12:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:12:43 > git init /w/workspace/app-functions-sdk-go/224 # timeout=10 17:12:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:12:43 > git --version # timeout=10 17:12:43 > git --version # 'git version 2.25.1' 17:12:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:12:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:48 Avoid second fetch 17:12:48 Checking out Revision ec54ce874442ecb4b772d63b94f818369c14f8ce (main) 17:12:49 Commit message: "build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#1324)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:12:48 > git config core.sparsecheckout # timeout=10 17:12:48 > git checkout -f ec54ce874442ecb4b772d63b94f818369c14f8ce # timeout=10 17:12:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:12:50 % Total % Received % Xferd Average Speed Time Time Time Current 17:12:50 Dload Upload Total Spent Left Speed 17:12:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh 17:12:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:12:51 + sudo tee /etc/docker/daemon.new 17:12:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:12:51 { 17:12:51 "registry-mirrors": [ 17:12:51 "https://nexus3.edgexfoundry.org:10001" 17:12:51 ], 17:12:51 "bip": "10.250.0.254/24", 17:12:51 "hosts": [ 17:12:51 "tcp://0.0.0.0:5555", 17:12:51 "unix:///var/run/docker.sock" 17:12:51 ], 17:12:51 "mtu": 1458, 17:12:51 "selinux-enabled": true, 17:12:51 "seccomp-profile": "/etc/docker/seccomp.json" 17:12:51 } [Pipeline] sh 17:12:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:12:52 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:13:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:13:11 ========================================================= 17:13:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:13:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 17:13:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:13:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:13:11 9b18e9b68314: Pulling fs layer 17:13:11 35d82f9e3411: Pulling fs layer 17:13:11 e16973657156: Pulling fs layer 17:13:11 fc693d55d65f: Pulling fs layer 17:13:11 7e9fc2657dce: Pulling fs layer 17:13:11 dda99020689f: Pulling fs layer 17:13:11 db1c61fa0a46: Pulling fs layer 17:13:11 891c053d2c06: Pulling fs layer 17:13:11 7e9fc2657dce: Waiting 17:13:11 fc693d55d65f: Waiting 17:13:11 dda99020689f: Waiting 17:13:11 891c053d2c06: Waiting 17:13:11 db1c61fa0a46: Waiting 17:13:11 e16973657156: Download complete 17:13:11 35d82f9e3411: Verifying Checksum 17:13:11 35d82f9e3411: Download complete 17:13:11 7e9fc2657dce: Download complete 17:13:11 dda99020689f: Verifying Checksum 17:13:11 dda99020689f: Download complete 17:13:11 9b18e9b68314: Verifying Checksum 17:13:11 9b18e9b68314: Download complete 17:13:13 9b18e9b68314: Pull complete 17:13:13 891c053d2c06: Verifying Checksum 17:13:13 891c053d2c06: Download complete 17:13:14 35d82f9e3411: Pull complete 17:13:14 e16973657156: Pull complete 17:13:14 db1c61fa0a46: Verifying Checksum 17:13:14 db1c61fa0a46: Download complete 17:13:15 fc693d55d65f: Verifying Checksum 17:13:15 fc693d55d65f: Download complete 17:13:27 fc693d55d65f: Pull complete 17:13:27 7e9fc2657dce: Pull complete 17:13:28 dda99020689f: Pull complete 17:13:34 db1c61fa0a46: Pull complete 17:13:36 891c053d2c06: Pull complete 17:13:36 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:13:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:13:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 17:13:36 + 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 17:13:37 + docker inspect -f . ci-base-image-arm64 17:13:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:37 prd-ubuntu20.04-docker-arm64-4c-16g-7262 does not seem to be running inside a container 17:13:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/224 -v /w/workspace/app-functions-sdk-go/224:/w/workspace/app-functions-sdk-go/224:rw,z -v /w/workspace/app-functions-sdk-go/224@tmp:/w/workspace/app-functions-sdk-go/224@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 17:13:40 $ docker top 185a1f9439285dd5305e6b5c5a42f844ad572221bc11a4dee23d9c9b117b135d -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:41 + go version 17:13:41 go version go1.18.7 linux/arm64 [Pipeline] } 17:13:41 $ docker stop --time=1 185a1f9439285dd5305e6b5c5a42f844ad572221bc11a4dee23d9c9b117b135d 17:13:43 $ docker rm -f --volumes 185a1f9439285dd5305e6b5c5a42f844ad572221bc11a4dee23d9c9b117b135d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:43 + docker inspect -f . ci-base-image-arm64 17:13:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:44 prd-ubuntu20.04-docker-arm64-4c-16g-7262 does not seem to be running inside a container 17:13:44 $ 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/224 -v /w/workspace/app-functions-sdk-go/224:/w/workspace/app-functions-sdk-go/224:rw,z -v /w/workspace/app-functions-sdk-go/224@tmp:/w/workspace/app-functions-sdk-go/224@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 17:13:46 $ docker top 84f8b4b7e64675d0029150359d9aca44c8bd6818c7792ef96440f2fc30918e93 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:47 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/224 [Pipeline] fileExists [Pipeline] sh 17:13:47 + make test 17:13:47 make -C ./app-service-template build 17:13:47 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/224/app-service-template' 17:13:47 go mod tidy 17:13:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:13:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 17:13:48 go: downloading github.com/google/uuid v1.3.0 17:13:48 go: downloading github.com/stretchr/testify v1.8.1 17:13:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.24 17:13:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 17:13:48 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 17:13:48 go: downloading github.com/go-playground/validator/v10 v10.11.2 17:13:48 go: downloading github.com/go-kit/log v0.2.1 17:13:48 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 17:13:48 go: downloading gopkg.in/yaml.v3 v3.0.1 17:13:48 go: downloading github.com/davecgh/go-spew v1.1.1 17:13:48 go: downloading github.com/pmezard/go-difflib v1.0.0 17:13:48 go: downloading github.com/stretchr/objx v0.5.0 17:13:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 17:13:48 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.7 17:13:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 17:13:49 go: downloading github.com/gorilla/mux v1.8.0 17:13:49 go: downloading github.com/hashicorp/go-multierror v1.1.1 17:13:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 17:13:49 go: downloading github.com/go-logfmt/logfmt v0.5.1 17:13:49 go: downloading github.com/x448/float16 v0.8.4 17:13:49 go: downloading github.com/go-playground/universal-translator v0.18.1 17:13:49 go: downloading github.com/leodido/go-urn v1.2.1 17:13:49 go: downloading golang.org/x/crypto v0.5.0 17:13:49 go: downloading golang.org/x/text v0.6.0 17:13:49 go: downloading github.com/go-playground/locales v0.14.1 17:13:50 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 17:13:50 go: downloading github.com/go-playground/assert/v2 v2.2.0 17:13:52 go: downloading github.com/mitchellh/copystructure v1.2.0 17:13:52 go: downloading github.com/pelletier/go-toml v1.9.5 17:13:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:13:52 go: downloading github.com/hashicorp/errwrap v1.0.0 17:13:52 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 17:13:52 go: downloading github.com/hashicorp/consul/api v1.18.0 17:13:52 go: downloading github.com/gorilla/websocket v1.4.2 17:13:52 go: downloading golang.org/x/net v0.5.0 17:13:52 go: downloading golang.org/x/sync v0.1.0 17:13:52 go: downloading golang.org/x/sys v0.4.0 17:13:52 go: downloading github.com/kr/pretty v0.3.0 17:13:52 go: downloading github.com/mitchellh/reflectwalk v1.0.2 17:13:53 go: downloading github.com/nats-io/nats.go v1.20.0 17:13:53 go: downloading github.com/nats-io/nats-server/v2 v2.9.9 17:13:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 17:13:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:13:53 go: downloading github.com/hashicorp/go-hclog v0.14.1 17:13:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:13:53 go: downloading github.com/hashicorp/serf v0.10.1 17:13:53 go: downloading github.com/mitchellh/mapstructure v1.5.0 17:13:53 go: downloading github.com/google/go-cmp v0.5.9 17:13:54 go: downloading github.com/hashicorp/consul/sdk v0.13.0 17:13:54 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:13:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:13:54 go: downloading github.com/Microsoft/go-winio v0.6.0 17:13:54 go: downloading github.com/zeebo/errs v1.3.0 17:13:54 go: downloading google.golang.org/grpc v1.51.0 17:13:55 go: downloading github.com/kr/text v0.2.0 17:13:55 go: downloading github.com/rogpeppe/go-internal v1.8.0 17:13:55 go: downloading github.com/nats-io/nkeys v0.3.0 17:13:55 go: downloading github.com/nats-io/nuid v1.0.1 17:13:55 go: downloading github.com/onsi/gomega v1.7.0 17:13:55 go: downloading github.com/onsi/ginkgo v1.10.1 17:13:55 go: downloading github.com/fatih/color v1.9.0 17:13:55 go: downloading github.com/mattn/go-colorable v0.1.12 17:13:55 go: downloading github.com/mattn/go-isatty v0.0.14 17:13:55 go: downloading github.com/mitchellh/go-homedir v1.1.0 17:13:55 go: downloading github.com/armon/go-metrics v0.3.10 17:13:55 go: downloading github.com/klauspost/compress v1.15.11 17:13:55 go: downloading github.com/minio/highwayhash v1.0.2 17:13:55 go: downloading github.com/nats-io/jwt/v2 v2.3.0 17:13:55 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 17:13:55 go: downloading github.com/hashicorp/go-msgpack v0.5.3 17:13:55 go: downloading github.com/hashicorp/memberlist v0.5.0 17:13:55 go: downloading github.com/hashicorp/go-version v1.2.1 17:13:55 go: downloading github.com/pkg/errors v0.9.1 17:13:55 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 17:13:56 go: downloading google.golang.org/protobuf v1.28.1 17:13:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:13:56 go: downloading golang.org/x/tools v0.5.0 17:13:56 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 17:13:59 go: downloading github.com/golang/protobuf v1.5.2 17:13:59 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 17:14:00 go: downloading github.com/pascaldekloe/goe v0.1.0 17:14:00 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:14:00 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:14:00 go: downloading github.com/miekg/dns v1.1.41 17:14:00 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:14:00 go: downloading gopkg.in/yaml.v2 v2.4.0 17:14:00 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:14:00 go: downloading github.com/hpcloud/tail v1.0.0 17:14:00 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:14:00 go: downloading golang.org/x/mod v0.7.0 17:14:00 go: downloading gopkg.in/fsnotify.v1 v1.4.7 17:14:01 go: downloading golang.org/x/text v0.7.0 17:14:01 go: downloading golang.org/x/net v0.7.0 17:14:01 go: downloading golang.org/x/sys v0.5.0 17:14:04 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 17:16:26 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/224/app-service-template' 17:16:26 make -C ./app-service-template test 17:16:26 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/224/app-service-template' 17:16:26 go test -race -coverprofile=coverage.out ./... 17:19:03 ok app-new-service 0.314s coverage: 48.1% of statements 17:19:03 ? app-new-service/config [no test files] 17:19:06 ok app-new-service/functions 0.316s coverage: 85.3% of statements 17:19:07 go vet ./... 17:20:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:20:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:20:58 ./bin/test-attribution-txt.sh 17:20:58 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/224/app-service-template' 17:20:58 go test -race -coverprofile=coverage.out ./... 17:20:58 go: downloading github.com/gomodule/redigo v1.8.9 17:20:58 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app 0.643s coverage: 64.6% of statements 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction 0.374s coverage: 93.0% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 0.509s coverage: 84.8% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/controller/rest 0.412s coverage: 87.8% of statements 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm 0.154s coverage: 100.0% of statements 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime 0.996s coverage: 77.9% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db [no test files] 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis/models 0.261s coverage: 97.3% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http 0.433s coverage: 82.8% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files] 17:21:07 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 0.424s coverage: 65.2% of statements 17:21:07 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks [no test files] 17:21:09 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt 0.403s coverage: 28.7% of statements 17:21:09 ? github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files] 17:21:09 ok github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver 0.278s coverage: 11.7% of statements 17:21:12 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 0.283s coverage: 27.3% of statements 17:21:12 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces [no test files] 17:21:12 ? github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:21:13 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure 0.288s coverage: 52.8% of statements 17:21:45 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms 25.563s coverage: 75.2% of statements 17:21:45 ok github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util 0.253s coverage: 94.4% of statements 17:21:45 go vet ./... 17:21:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:21:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:21:51 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 17:21:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:21:51 $ docker stop --time=1 84f8b4b7e64675d0029150359d9aca44c8bd6818c7792ef96440f2fc30918e93 17:21:53 $ docker rm -f --volumes 84f8b4b7e64675d0029150359d9aca44c8bd6818c7792ef96440f2fc30918e93 [Pipeline] // withDockerContainer [Pipeline] sh 17:21:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:21:58 Warning: overwriting stash ‘coverage-report’ 17:21:59 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 17:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:21:59 17:21:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:22:03 arm64: Pulling from edgex-lftools-log-publisher 17:22:03 8998bd30e6a1: Pulling fs layer 17:22:03 04944245beec: Pulling fs layer 17:22:03 699f458cf7ca: Pulling fs layer 17:22:03 765212b225bb: Pulling fs layer 17:22:03 f23df028b6ca: Pulling fs layer 17:22:03 d65c8cfc05b1: Pulling fs layer 17:22:03 2437ff75d9bd: Pulling fs layer 17:22:03 765212b225bb: Waiting 17:22:03 f23df028b6ca: Waiting 17:22:03 d65c8cfc05b1: Waiting 17:22:03 2437ff75d9bd: Waiting 17:22:03 04944245beec: Verifying Checksum 17:22:03 04944245beec: Download complete 17:22:03 765212b225bb: Verifying Checksum 17:22:03 765212b225bb: Download complete 17:22:03 f23df028b6ca: Download complete 17:22:03 d65c8cfc05b1: Verifying Checksum 17:22:03 d65c8cfc05b1: Download complete 17:22:03 699f458cf7ca: Verifying Checksum 17:22:03 699f458cf7ca: Download complete 17:22:03 8998bd30e6a1: Verifying Checksum 17:22:03 8998bd30e6a1: Download complete 17:22:06 2437ff75d9bd: Verifying Checksum 17:22:06 2437ff75d9bd: Download complete 17:22:08 8998bd30e6a1: Pull complete 17:22:08 04944245beec: Pull complete 17:22:09 699f458cf7ca: Pull complete 17:22:09 765212b225bb: Pull complete 17:22:10 f23df028b6ca: Pull complete 17:22:11 d65c8cfc05b1: Pull complete 17:22:29 2437ff75d9bd: Pull complete 17:22:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:22:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:22:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:29 prd-ubuntu20.04-docker-arm64-4c-16g-7262 does not seem to be running inside a container 17:22:29 $ 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/224 -v /w/workspace/app-functions-sdk-go/224:/w/workspace/app-functions-sdk-go/224:rw,z -v /w/workspace/app-functions-sdk-go/224@tmp:/w/workspace/app-functions-sdk-go/224@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 17:22:31 $ docker top 7d159c3ae7e1112d813a83db1fdcc9ef22f053675494d4ece46cda02ec9647f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:32 ---> job-cost.sh 17:22:32 lf-activate-venv: SKIPPING 17:22:32 INFO: No Stack... 17:22:32 INFO: Retrieving Pricing Info for: v3-standard-4 17:22:33 INFO: Archiving Costs [Pipeline] sh 17:22:33 + + cat /w/workspace/app-functions-sdk-go/224/archives/cost.csv 17:22:33 cut -d, -f6 [Pipeline] lock 17:22:34 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] 17:22:34 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] did not exist. Created. 17:22:34 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:22:34 /w/workspace/app-functions-sdk-go/224@tmp/durable-10c6613e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:22:35 + echo total: 0.10999999940395355 [Pipeline] stash 17:22:35 Warning: overwriting stash ‘stack-cost’ 17:22:35 Stashed 1 file(s) [Pipeline] } 17:22:35 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-224-stack-cost] [Pipeline] // lock [Pipeline] } 17:22:35 $ docker stop --time=1 7d159c3ae7e1112d813a83db1fdcc9ef22f053675494d4ece46cda02ec9647f0 17:22:37 $ docker rm -f --volumes 7d159c3ae7e1112d813a83db1fdcc9ef22f053675494d4ece46cda02ec9647f0 [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 17:22:37 provisioning config files... 17:22:37 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config17932872785872114356tmp [Pipeline] { [Pipeline] sh 17:22:37 + set +x 17:22:37 + bash -s -- 17:22:37 + curl -s https://codecov.io/bash 17:22:37 17:22:37 _____ _ 17:22:37 / ____| | | 17:22:37 | | ___ __| | ___ ___ _____ __ 17:22:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:22:37 | |___| (_) | (_| | __/ (_| (_) \ V / 17:22:37 \_____\___/ \__,_|\___|\___\___/ \_/ 17:22:37 Bash-1.0.6 17:22:37 17:22:37 17:22:37 ==> git version 2.25.1 found 17:22:37 ==> 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 17:22:37 Release-Date: 2020-01-08 17:22:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:22:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:22:37 ==> Jenkins CI detected. 17:22:37 current dir:  /w/workspace/oundry_app-functions-sdk-go_main 17:22:37 project root: . 17:22:37 --> token set from env 17:22:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:22:37 ==> Running gcov in . (disable via -X gcov) 17:22:37 ==> Python coveragepy not found 17:22:37 ==> Searching for coverage reports in: 17:22:37 + . 17:22:37 -> Found 2 reports 17:22:37 ==> Detecting git/mercurial file structure 17:22:37 ==> Reading reports 17:22:37 + ./app-service-template/coverage.out bytes=3431 17:22:37 + ./coverage.out bytes=116966 17:22:37 ==> Appending adjustments 17:22:37 https://docs.codecov.io/docs/fixing-reports 17:22:38 + Found adjustments 17:22:38 ==> Gzipping contents 17:22:38 24K /tmp/codecov.hMekMb.gz 17:22:38 ==> Uploading reports 17:22:38 url: https://codecov.io 17:22:38 query: branch=main&commit=ec54ce874442ecb4b772d63b94f818369c14f8ce&build=224&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F224%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:22:38 -> Pinging Codecov 17:22:38 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=ec54ce874442ecb4b772d63b94f818369c14f8ce&build=224&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F224%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:22:38 -> Uploading to 17:22:38 https://storage.googleapis.com/codecov/v4/raw/2023-02-23/3D8B5DFFC46A037C893635FACE044666/ec54ce874442ecb4b772d63b94f818369c14f8ce/17c8d91e-73ff-4ea9-992d-36f1d3a777c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230223T172238Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3979d85c9df4be6edd68b0afbb5019390f379d93fa0b6e89945ec5781db602c 17:22:38 % Total % Received % Xferd Average Speed Time Time Time Current 17:22:38 Dload Upload Total Spent Left Speed 17:22:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20634 0 0 100 20634 0 72400 --:--:-- --:--:-- --:--:-- 72400 17:22:38 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] } 17:22:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:22:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:22:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:22:39 17:22:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:22:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:22:39 df9b9388f04a: Pulling fs layer 17:22:39 52dc419b0ee2: Pulling fs layer 17:22:39 25bc292e5bac: Pulling fs layer 17:22:39 114826534d7a: Pulling fs layer 17:22:39 4657fd5d0bcf: Pulling fs layer 17:22:39 6ad1cebc031e: Pulling fs layer 17:22:39 8a3aa393b2d8: Pulling fs layer 17:22:39 4657fd5d0bcf: Waiting 17:22:39 6ad1cebc031e: Waiting 17:22:39 114826534d7a: Waiting 17:22:39 8a3aa393b2d8: Waiting 17:22:39 25bc292e5bac: Verifying Checksum 17:22:39 25bc292e5bac: Download complete 17:22:39 52dc419b0ee2: Download complete 17:22:39 4657fd5d0bcf: Download complete 17:22:39 df9b9388f04a: Verifying Checksum 17:22:39 df9b9388f04a: Download complete 17:22:39 df9b9388f04a: Pull complete 17:22:39 6ad1cebc031e: Verifying Checksum 17:22:39 6ad1cebc031e: Download complete 17:22:39 52dc419b0ee2: Pull complete 17:22:39 25bc292e5bac: Pull complete 17:22:40 114826534d7a: Download complete 17:22:40 8a3aa393b2d8: Verifying Checksum 17:22:40 8a3aa393b2d8: Download complete 17:22:43 114826534d7a: Pull complete 17:22:43 4657fd5d0bcf: Pull complete 17:22:44 6ad1cebc031e: Pull complete 17:22:47 8a3aa393b2d8: Pull complete 17:22:47 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:22:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:22:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:47 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:22:47 $ 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 17:22:49 $ docker top 0320791caa3df6744ec90973aa7e579e38ffada25fb317ba4f39eeb26498e911 -eo pid,comm [Pipeline] { [Pipeline] echo 17:22:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh 17:22:49 + set -o pipefail 17:22:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' 17:22:59 17:22:59 Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v3)... 17:22:59 17:22:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/068a486d-ba08-4ed6-8625-96158d742130 17:22:59 17:22:59 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:22:59 17:22:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:22:59 17:22:59 17:22:59 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:22:59 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:22:59 More details here: https://snyk.co/ue1NS [Pipeline] } 17:22:59 $ docker stop --time=1 0320791caa3df6744ec90973aa7e579e38ffada25fb317ba4f39eeb26498e911 17:23:01 $ docker rm -f --volumes 0320791caa3df6744ec90973aa7e579e38ffada25fb317ba4f39eeb26498e911 [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 17:23:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:23:02 provisioning config files... 17:23:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config1130417157139373814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:02 --> edgex-publish-swagger.sh 17:23:02 === Publish openapi/v2 API === 17:23:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:23:02 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] 17:23:02 % Total % Received % Xferd Average Speed Time Time Time Current 17:23:02 Dload Upload Total Spent Left Speed 17:23:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11426 0 0 100 11426 0 20080 --:--:-- --:--:-- --:--:-- 20080 17:23:03 17:23:03 [Pipeline] } 17:23:03 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 17:23:03 + git log --format=format:%s -1 ec54ce874442ecb4b772d63b94f818369c14f8ce [Pipeline] sh 17:23:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:23:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:23:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:04 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:23:04 $ 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 17:23:04 $ docker top 1560c2507e1598e931c8ae8a9a038e34065d68b8345cbfcc55d39ec2a45d7bad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:23:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:04 [ssh-agent] Looking for ssh-agent implementation... 17:23:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:04 $ docker exec 1560c2507e1598e931c8ae8a9a038e34065d68b8345cbfcc55d39ec2a45d7bad ssh-agent 17:23:04 SSH_AUTH_SOCK=/tmp/ssh-T6PndyQ8CuWm/agent.32 17:23:04 SSH_AGENT_PID=38 17:23:04 Running ssh-add (command line suppressed) 17:23:05 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1100609641603826794.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1100609641603826794.key) 17:23:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:05 + git semver tag 17:23:05 2023-02-23 17:23:05,561 [run_tag] DEBUG tag force:False 17:23:05 2023-02-23 17:23:05,561 [check_head_tag] DEBUG check head tag 17:23:05 2023-02-23 17:23:05,563 [execute] INFO git cat-file --batch-check 17:23:05 2023-02-23 17:23:05,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:23:05 2023-02-23 17:23:05,567 [execute] INFO git cat-file --batch 17:23:05 2023-02-23 17:23:05,567 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:23:05 2023-02-23 17:23:05,602 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:05 2023-02-23 17:23:05,603 [execute] INFO git tag -a v3.0.0-dev.34 -m v3.0.0-dev.34 17:23:05 2023-02-23 17:23:05,603 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.34', '-m', 'v3.0.0-dev.34'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 17:23:05 2023-02-23 17:23:05,607 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:05 3.0.0-dev.34 [Pipeline] } 17:23:05 $ docker exec --env ******** --env ******** 1560c2507e1598e931c8ae8a9a038e34065d68b8345cbfcc55d39ec2a45d7bad ssh-agent -k 17:23:05 unset SSH_AUTH_SOCK; 17:23:05 unset SSH_AGENT_PID; 17:23:05 echo Agent pid 38 killed; 17:23:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:06 + git semver [Pipeline] } 17:23:06 $ docker stop --time=1 1560c2507e1598e931c8ae8a9a038e34065d68b8345cbfcc55d39ec2a45d7bad 17:23:07 $ docker rm -f --volumes 1560c2507e1598e931c8ae8a9a038e34065d68b8345cbfcc55d39ec2a45d7bad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:23:08 17:23:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:23:08 0.23.1-centos7: Pulling from edgex-lftools 17:23:08 ab5ef0e58194: Pulling fs layer 17:23:08 9712f1f96733: Pulling fs layer 17:23:08 63f879dbbcfc: Pulling fs layer 17:23:08 0d9ebad4ef96: Pulling fs layer 17:23:08 e9a5061849ea: Pulling fs layer 17:23:08 d747dcd14b5f: Pulling fs layer 17:23:08 2de7ff778b66: Pulling fs layer 17:23:08 0d9ebad4ef96: Waiting 17:23:08 d747dcd14b5f: Waiting 17:23:08 e9a5061849ea: Waiting 17:23:08 9712f1f96733: Download complete 17:23:08 63f879dbbcfc: Download complete 17:23:08 e9a5061849ea: Verifying Checksum 17:23:08 e9a5061849ea: Download complete 17:23:08 d747dcd14b5f: Verifying Checksum 17:23:08 d747dcd14b5f: Download complete 17:23:08 0d9ebad4ef96: Verifying Checksum 17:23:08 0d9ebad4ef96: Download complete 17:23:08 ab5ef0e58194: Verifying Checksum 17:23:08 ab5ef0e58194: Download complete 17:23:08 2de7ff778b66: Verifying Checksum 17:23:08 2de7ff778b66: Download complete 17:23:12 ab5ef0e58194: Pull complete 17:23:12 9712f1f96733: Pull complete 17:23:12 63f879dbbcfc: Pull complete 17:23:17 0d9ebad4ef96: Pull complete 17:23:17 e9a5061849ea: Pull complete 17:23:17 d747dcd14b5f: Pull complete 17:23:18 2de7ff778b66: Pull complete 17:23:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:23:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:23:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:18 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:23:18 $ 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 17:23:20 $ docker top 8c082e5e25ee556f32b3c39e192ce8fe506ab56f69cea21f1874ea2ec79b1fad -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:23:21 provisioning config files... 17:23:21 copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config7020991959925714488tmp 17:23:21 copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config9633747009109342284tmp 17:23:21 copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config1731814554829672545tmp [Pipeline] { [Pipeline] echo 17:23:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:23:21 ---> sigul-configuration.sh 17:23:21 gpg: directory `/root/.gnupg' created 17:23:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:23:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:23:21 gpg: keyring `/root/.gnupg/secring.gpg' created 17:23:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:23:21 gpg: CAST5 encrypted data 17:23:21 gpg: encrypted with 1 passphrase 17:23:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:23:21 + mkdir /home/jenkins 17:23:21 + mkdir /home/jenkins/sigul [Pipeline] sh 17:23:21 + 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 17:23:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:23:22 ---> sigul-install.sh 17:23:22 Sigul already installed; skipping installation. [Pipeline] sh 17:23:22 + git tag --list 17:23:22 v0.1.0 17:23:22 v0.1.1 17:23:22 v1.0.0 17:23:22 v1.1.0 17:23:22 v1.2.0 17:23:22 v1.3.0 17:23:22 v1.3.1 17:23:22 v2.0.0 17:23:22 v2.0.1 17:23:22 v2.1.0 17:23:22 v2.1.1 17:23:22 v2.1.1-dev.3 17:23:22 v2.1.1-dev.4 17:23:22 v2.2.0 17:23:22 v2.2.1-dev.1 17:23:22 v2.2.1-dev.10 17:23:22 v2.2.1-dev.11 17:23:22 v2.2.1-dev.12 17:23:22 v2.2.1-dev.13 17:23:22 v2.2.1-dev.14 17:23:22 v2.2.1-dev.15 17:23:22 v2.2.1-dev.16 17:23:22 v2.2.1-dev.17 17:23:22 v2.2.1-dev.18 17:23:22 v2.2.1-dev.19 17:23:22 v2.2.1-dev.2 17:23:22 v2.2.1-dev.20 17:23:22 v2.2.1-dev.21 17:23:22 v2.2.1-dev.22 17:23:22 v2.2.1-dev.23 17:23:22 v2.2.1-dev.3 17:23:22 v2.2.1-dev.4 17:23:22 v2.2.1-dev.5 17:23:22 v2.2.1-dev.6 17:23:22 v2.2.1-dev.7 17:23:22 v2.2.1-dev.8 17:23:22 v2.2.1-dev.9 17:23:22 v2.3.0 17:23:22 v2.3.0-dev.24 17:23:22 v2.3.0-dev.25 17:23:22 v2.3.0-dev.26 17:23:22 v2.3.0-dev.27 17:23:22 v2.3.0-dev.28 17:23:22 v2.3.0-dev.29 17:23:22 v2.3.0-dev.30 17:23:22 v2.3.0-dev.31 17:23:22 v2.3.0-dev.32 17:23:22 v2.3.0-dev.33 17:23:22 v2.3.0-dev.34 17:23:22 v2.3.0-dev.35 17:23:22 v2.3.0-dev.36 17:23:22 v2.3.0-dev.37 17:23:22 v2.3.0-dev.38 17:23:22 v2.3.0-dev.39 17:23:22 v2.3.0-dev.40 17:23:22 v2.3.0-dev.41 17:23:22 v2.3.0-dev.42 17:23:22 v2.3.0-dev.43 17:23:22 v2.3.0-dev.44 17:23:22 v2.3.0-dev.45 17:23:22 v2.3.0-dev.46 17:23:22 v2.3.0-dev.47 17:23:22 v2.3.0-dev.48 17:23:22 v2.3.0-dev.49 17:23:22 v2.3.0-dev.50 17:23:22 v2.3.0-dev.51 17:23:22 v2.3.0-dev.52 17:23:22 v2.3.0-dev.53 17:23:22 v2.3.0-dev.54 17:23:22 v2.3.0-dev.55 17:23:22 v2.3.0-dev.56 17:23:22 v2.3.0-dev.57 17:23:22 v2.3.0-dev.58 17:23:22 v2.3.0-dev.59 17:23:22 v2.3.0-dev.60 17:23:22 v2.3.0-dev.61 17:23:22 v2.3.0-dev.62 17:23:22 v2.3.1-dev.1 17:23:22 v2.3.1-dev.2 17:23:22 v2.3.1-dev.3 17:23:22 v3.0.0-dev.1 17:23:22 v3.0.0-dev.10 17:23:22 v3.0.0-dev.11 17:23:22 v3.0.0-dev.12 17:23:22 v3.0.0-dev.13 17:23:22 v3.0.0-dev.14 17:23:22 v3.0.0-dev.15 17:23:22 v3.0.0-dev.16 17:23:22 v3.0.0-dev.17 17:23:22 v3.0.0-dev.18 17:23:22 v3.0.0-dev.19 17:23:22 v3.0.0-dev.2 17:23:22 v3.0.0-dev.20 17:23:22 v3.0.0-dev.21 17:23:22 v3.0.0-dev.22 17:23:22 v3.0.0-dev.23 17:23:22 v3.0.0-dev.24 17:23:22 v3.0.0-dev.25 17:23:22 v3.0.0-dev.26 17:23:22 v3.0.0-dev.27 17:23:22 v3.0.0-dev.28 17:23:22 v3.0.0-dev.29 17:23:22 v3.0.0-dev.3 17:23:22 v3.0.0-dev.30 17:23:22 v3.0.0-dev.31 17:23:22 v3.0.0-dev.32 17:23:22 v3.0.0-dev.33 17:23:22 v3.0.0-dev.34 17:23:22 v3.0.0-dev.4 17:23:22 v3.0.0-dev.5 17:23:22 v3.0.0-dev.6 17:23:22 v3.0.0-dev.7 17:23:22 v3.0.0-dev.8 17:23:22 v3.0.0-dev.9 [Pipeline] sh 17:23:22 + lftools sign git-tag v3.0.0-dev.34 17:23:23 Signing Git tag with Sigul... 17:23:23 Signing v3.0.0-dev.34 [Pipeline] echo 17:23:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:23:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:23:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:23:24 $ docker stop --time=1 8c082e5e25ee556f32b3c39e192ce8fe506ab56f69cea21f1874ea2ec79b1fad 17:23:25 $ docker rm -f --volumes 8c082e5e25ee556f32b3c39e192ce8fe506ab56f69cea21f1874ea2ec79b1fad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:23:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:23:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:23:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:26 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:23:26 $ 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 17:23:26 $ docker top 1b637c62871b54a3ecaff3ad9dfb106138ccfca4f9a7dd256aec95919f1f45c1 -eo pid,comm 17:23: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). 17:23:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:23:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:26 [ssh-agent] Looking for ssh-agent implementation... 17:23:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:26 $ docker exec 1b637c62871b54a3ecaff3ad9dfb106138ccfca4f9a7dd256aec95919f1f45c1 ssh-agent 17:23:27 SSH_AUTH_SOCK=/tmp/ssh-mUfrzwJrphXk/agent.32 17:23:27 SSH_AGENT_PID=38 17:23:27 Running ssh-add (command line suppressed) 17:23:27 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_15820694172122276875.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_15820694172122276875.key) 17:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:27 + git semver bump pre 17:23:27 2023-02-23 17:23:27,705 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:27 2023-02-23 17:23:27,705 [bump_version] DEBUG bumping version:3.0.0-dev.34 on axis:pre with prefix:dev 17:23:27 2023-02-23 17:23:27,705 [bump_version] DEBUG bumped version:3.0.0-dev.35 17:23:27 2023-02-23 17:23:27,705 [write_version] DEBUG write version:3.0.0-dev.35 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:True 17:23:27 2023-02-23 17:23:27,705 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:27 2023-02-23 17:23:27,705 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:27 2023-02-23 17:23:27,707 [execute] INFO git cat-file --batch-check 17:23:27 2023-02-23 17:23:27,708 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:23:27 2023-02-23 17:23:27,713 [execute] INFO git cat-file --batch 17:23:27 2023-02-23 17:23:27,713 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:23:27 2023-02-23 17:23:27,718 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:27 3.0.0-dev.35 [Pipeline] } 17:23:27 $ docker exec --env ******** --env ******** 1b637c62871b54a3ecaff3ad9dfb106138ccfca4f9a7dd256aec95919f1f45c1 ssh-agent -k 17:23:27 unset SSH_AUTH_SOCK; 17:23:27 unset SSH_AGENT_PID; 17:23:27 echo Agent pid 38 killed; 17:23:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:28 + git semver [Pipeline] } 17:23:28 $ docker stop --time=1 1b637c62871b54a3ecaff3ad9dfb106138ccfca4f9a7dd256aec95919f1f45c1 17:23:29 $ docker rm -f --volumes 1b637c62871b54a3ecaff3ad9dfb106138ccfca4f9a7dd256aec95919f1f45c1 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:23:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:23:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:30 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:23:30 $ 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 17:23:30 $ docker top 62c93337634cfb88b56d9204e870b929330e098d81203bfdb6d92f10fbab4773 -eo pid,comm 17:23:30 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). 17:23:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:23:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:31 [ssh-agent] Looking for ssh-agent implementation... 17:23:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:31 $ docker exec 62c93337634cfb88b56d9204e870b929330e098d81203bfdb6d92f10fbab4773 ssh-agent 17:23:31 SSH_AUTH_SOCK=/tmp/ssh-NFkCdRdbz4uO/agent.32 17:23:31 SSH_AGENT_PID=38 17:23:31 Running ssh-add (command line suppressed) 17:23:31 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8195621388121281237.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8195621388121281237.key) 17:23:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:31 + git semver push 17:23:31 2023-02-23 17:23:31,825 [run_push] DEBUG push 17:23:31 2023-02-23 17:23:31,826 [execute] INFO git cat-file --batch-check 17:23:31 2023-02-23 17:23:31,826 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:23:31 2023-02-23 17:23:31,830 [execute] INFO git rev-list cf82061870e4e806472dbf7a357a1f9bdafe960f -- 17:23:31 2023-02-23 17:23:31,830 [execute] DEBUG Popen(['git', 'rev-list', 'cf82061870e4e806472dbf7a357a1f9bdafe960f', '--'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:23:31 2023-02-23 17:23:31,845 [execute] INFO git fetch -v origin 17:23:31 2023-02-23 17:23:31,845 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 17:23:32 2023-02-23 17:23:32,491 [run_push] DEBUG no remote changes detected 17:23:32 2023-02-23 17:23:32,491 [execute] INFO git push origin semver 17:23:32 2023-02-23 17:23:32,491 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:23:33 2023-02-23 17:23:33,469 [run_push] DEBUG push all version tags 17:23:33 2023-02-23 17:23:33,470 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:23:33 2023-02-23 17:23:33,470 [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) 17:23:34 2023-02-23 17:23:34,373 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:23:34 3.0.0-dev.35 [Pipeline] } 17:23:34 $ docker exec --env ******** --env ******** 62c93337634cfb88b56d9204e870b929330e098d81203bfdb6d92f10fbab4773 ssh-agent -k 17:23:34 unset SSH_AUTH_SOCK; 17:23:34 unset SSH_AGENT_PID; 17:23:34 echo Agent pid 38 killed; 17:23:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:35 + git semver [Pipeline] } 17:23:35 $ docker stop --time=1 62c93337634cfb88b56d9204e870b929330e098d81203bfdb6d92f10fbab4773 17:23:36 $ docker rm -f --volumes 62c93337634cfb88b56d9204e870b929330e098d81203bfdb6d92f10fbab4773 [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 17:23:37 + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] 17:23:37 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 17:23:37 total 16 17:23:37 drwxr-xr-x 3 root root 4096 Feb 23 17:11 . 17:23:37 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 17:23 .. 17:23:37 drwxr-xr-x 2 root root 4096 Feb 23 17:11 cost 17:23:37 -rw-r--r-- 1 root root 92 Feb 23 17:11 cost.csv 17:23:37 + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives 17:23:37 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 17:23:37 total 16 17:23:37 drwxr-xr-x 3 jenkins jenkins 4096 Feb 23 17:11 . 17:23:37 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 17:23 .. 17:23:37 drwxr-xr-x 2 jenkins jenkins 4096 Feb 23 17:11 cost 17:23:37 -rw-r--r-- 1 jenkins jenkins 92 Feb 23 17:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:23:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:23:38 ---> package-listing.sh 17:23:38 ++ facter osfamily 17:23:38 ++ tr '[:upper:]' '[:lower:]' 17:23:38 + OS_FAMILY=debian 17:23:38 + workspace=/w/workspace/oundry_app-functions-sdk-go_main 17:23:38 + START_PACKAGES=/tmp/packages_start.txt 17:23:38 + END_PACKAGES=/tmp/packages_end.txt 17:23:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:23:38 + PACKAGES=/tmp/packages_start.txt 17:23:38 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 17:23:38 + PACKAGES=/tmp/packages_end.txt 17:23:38 + case "${OS_FAMILY}" in 17:23:38 + dpkg -l 17:23:38 + grep '^ii' 17:23:38 + '[' -f /tmp/packages_start.txt ']' 17:23:38 + '[' -f /tmp/packages_end.txt ']' 17:23:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:23:38 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 17:23:38 + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ 17:23:38 + 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 17:23:38 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 17:23:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:23:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:39 prd-ubuntu20.04-docker-8c-8g-7258 does not seem to be running inside a container 17:23:39 $ 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 17:23:39 $ docker top 4c7da110e871f907d1007276746c7bb6e6801f3c440d24296f7cf51f7307e981 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:40 + touch /tmp/pre-build-complete [Pipeline] sh 17:23:40 + mkdir -p /var/log/sysstat [Pipeline] sh 17:23:40 + ls /var/log/sa-host 17:23:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:23:40 provisioning config files... 17:23:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6636941151303406036tmp [Pipeline] { [Pipeline] echo 17:23:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:23:41 ---> create-netrc.sh [Pipeline] } 17:23:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:23:41 ---> python-tools-install.sh [Pipeline] echo 17:23:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:23:41 ---> sudo-logs.sh 17:23:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:23:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:23:42 ---> job-cost.sh 17:23:42 lf-activate-venv: SKIPPING 17:23:42 DEBUG: total: 0.2199999988079071 17:23:42 INFO: Retrieving Stack Cost... 17:23:42 INFO: Retrieving Pricing Info for: v3-standard-8 17:23:42 INFO: Archiving Costs [Pipeline] echo 17:23:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:23:43 ---> logs-deploy.sh 17:23:43 lf-activate-venv: SKIPPING 17:23:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/224 17:23:43 INFO: archiving workspace using pattern(s): 17:23:44 Archives upload complete. 17:23:44 INFO: archiving logs to Nexus