Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 523a62ae167beff3074b878453cb29e7723133bf 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-ssh14998004617021450196.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh5105741737600579622.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh9852814153337919923.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh8465969143553979023.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh4508187588348831604.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 Running on prd-ubuntu20.04-docker-8c-8g-22832 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 523a62ae167beff3074b878453cb29e7723133bf (main) > 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 523a62ae167beff3074b878453cb29e7723133bf # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#1162)" > git rev-list --no-walk 0c1b7628d14577e46e0f77e6cd663d04e5bdec27 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:45:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:45:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:45:17 ========================================================= 17:45:17 EdgeX Global Pipelines Version Info 17:45:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:45:18 ------------------- 17:45:18 stable info: 17:45:18 ------------------- 17:45:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:45:18 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 17:45:18 Message: update stable to v1.0.238 17:45:19 ------------------- 17:45:19 experimental info: 17:45:19 ------------------- 17:45:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:45:19 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 17:45:19 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 523a62a [Pipeline] echo 17:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:45:20 + git rev-list -1 --merges 523a62ae167beff3074b878453cb29e7723133bf~1..523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo 17:45:20 -----------> git rev-list -1 --merges 523a62ae167beff3074b878453cb29e7723133bf~1..523a62ae167beff3074b878453cb29e7723133bf 523a62ae167beff3074b878453cb29e7723133bf [false] [Pipeline] sh 17:45:20 + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo 17:45:20 ========================================================= 17:45:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:45:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:45:20 + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo 17:45:20 [semverPrep] GIT_COMMIT: 523a62ae167beff3074b878453cb29e7723133bf, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#1162) [Pipeline] echo 17:45:20 [semverPrep] This is not a build commit. [Pipeline] sh 17:45:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:45:21 + grep -v github /etc/ssh/ssh_known_hosts 17:45:21 + [ -e /tmp/ssh_known_hosts ] 17:45:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:45:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:45:21 + sudo tee -a /etc/ssh/ssh_known_hosts 17:45:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:45:21 17:45:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:45:22 0.1.4: Pulling from edgex-devops/py-git-semver 17:45:22 b85a868b505f: Pulling fs layer 17:45:22 e2be974225ed: Pulling fs layer 17:45:22 339a4e72a1f5: Pulling fs layer 17:45:22 988bab9f4d93: Pulling fs layer 17:45:22 1469e6f7b9e6: Pulling fs layer 17:45:22 eaf3925da568: Pulling fs layer 17:45:22 bab4dde63d76: Pulling fs layer 17:45:22 bde34c3a00c8: Pulling fs layer 17:45:22 b352a97aabf1: Pulling fs layer 17:45:22 4872d77fe225: Pulling fs layer 17:45:22 5851b861e8e6: Pulling fs layer 17:45:22 1469e6f7b9e6: Waiting 17:45:22 eaf3925da568: Waiting 17:45:22 bab4dde63d76: Waiting 17:45:22 bde34c3a00c8: Waiting 17:45:22 b352a97aabf1: Waiting 17:45:22 4872d77fe225: Waiting 17:45:22 5851b861e8e6: Waiting 17:45:22 988bab9f4d93: Waiting 17:45:22 e2be974225ed: Verifying Checksum 17:45:22 e2be974225ed: Download complete 17:45:22 988bab9f4d93: Verifying Checksum 17:45:22 988bab9f4d93: Download complete 17:45:22 339a4e72a1f5: Verifying Checksum 17:45:22 339a4e72a1f5: Download complete 17:45:22 1469e6f7b9e6: Verifying Checksum 17:45:22 1469e6f7b9e6: Download complete 17:45:22 eaf3925da568: Verifying Checksum 17:45:22 eaf3925da568: Download complete 17:45:22 bde34c3a00c8: Verifying Checksum 17:45:22 bde34c3a00c8: Download complete 17:45:22 b352a97aabf1: Download complete 17:45:22 4872d77fe225: Verifying Checksum 17:45:22 4872d77fe225: Download complete 17:45:22 5851b861e8e6: Download complete 17:45:22 b85a868b505f: Verifying Checksum 17:45:22 b85a868b505f: Download complete 17:45:22 bab4dde63d76: Verifying Checksum 17:45:22 bab4dde63d76: Download complete 17:45:24 b85a868b505f: Pull complete 17:45:24 e2be974225ed: Pull complete 17:45:24 339a4e72a1f5: Pull complete 17:45:25 988bab9f4d93: Pull complete 17:45:25 1469e6f7b9e6: Pull complete 17:45:25 eaf3925da568: Pull complete 17:45:27 bab4dde63d76: Pull complete 17:45:27 bde34c3a00c8: Pull complete 17:45:27 b352a97aabf1: Pull complete 17:45:27 4872d77fe225: Pull complete 17:45:27 5851b861e8e6: Pull complete 17:45:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:45:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:45:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:27 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:45:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:45:30 $ docker top f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 -eo pid,comm 17:45: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:45:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:45:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:45:30 [ssh-agent] Looking for ssh-agent implementation... 17:45:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:45:30 $ docker exec f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent 17:45:30 SSH_AUTH_SOCK=/tmp/ssh-VPxg6guTLB0f/agent.32 17:45:30 SSH_AGENT_PID=39 17:45:30 Running ssh-add (command line suppressed) 17:45:30 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1452111423957344316.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_1452111423957344316.key) 17:45:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:45:31 + git tag --points-at HEAD [Pipeline] } 17:45:31 $ docker exec --env ******** --env ******** f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent -k 17:45:31 unset SSH_AUTH_SOCK; 17:45:31 unset SSH_AGENT_PID; 17:45:31 echo Agent pid 39 killed; 17:45:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:45:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:45:31 [ssh-agent] Looking for ssh-agent implementation... 17:45:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:45:31 $ docker exec f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent 17:45:31 SSH_AUTH_SOCK=/tmp/ssh-aka2x8jeUha1/agent.72 17:45:31 SSH_AGENT_PID=78 17:45:31 Running ssh-add (command line suppressed) 17:45:31 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7284220608378129139.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_7284220608378129139.key) 17:45:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:45:31 + git semver init 17:45:32 2022-08-15 17:45:32,152 [run_init] DEBUG init version:0.0.0 force:False 17:45:32 2022-08-15 17:45:32,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver 17:45:32 2022-08-15 17:45:32,153 [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:45:32 2022-08-15 17:45:32,154 [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:45:34 2022-08-15 17:45:33,623 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude 17:45:34 2022-08-15 17:45:33,624 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:False 17:45:34 2022-08-15 17:45:33,624 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:45:34 2022-08-15 17:45:33,624 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:45:34 2.3.0-dev.30 [Pipeline] } 17:45:34 $ docker exec --env ******** --env ******** f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent -k 17:45:34 unset SSH_AUTH_SOCK; 17:45:34 unset SSH_AGENT_PID; 17:45:34 echo Agent pid 78 killed; 17:45:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:45:34 + git semver [Pipeline] } 17:45:34 $ docker stop --time=1 f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 17:45:36 $ docker rm -f f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 [Pipeline] // withDockerContainer [Pipeline] sh 17:45:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:45:36 Stashed 1 file(s) [Pipeline] echo 17:45:36 [edgeXSemver]: initialized semver on version 2.3.0-dev.30 [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:45:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:45:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:45:36 ========================================================= 17:45:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:45:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 17:45:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:45:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:45:37 2408cc74d12b: Pulling fs layer 17:45:37 ea60b727a1ce: Pulling fs layer 17:45:37 30c4a7721957: Pulling fs layer 17:45:37 370296b7ddb6: Pulling fs layer 17:45:37 7c6cee850709: Pulling fs layer 17:45:37 39a5fcdaea64: Pulling fs layer 17:45:37 d94ebbe4e438: Pulling fs layer 17:45:37 bcfd1f05c69d: Pulling fs layer 17:45:37 59ccb84bbe0f: Pulling fs layer 17:45:37 370296b7ddb6: Waiting 17:45:37 7c6cee850709: Waiting 17:45:37 39a5fcdaea64: Waiting 17:45:37 bcfd1f05c69d: Waiting 17:45:37 59ccb84bbe0f: Waiting 17:45:37 30c4a7721957: Download complete 17:45:37 ea60b727a1ce: Download complete 17:45:37 7c6cee850709: Verifying Checksum 17:45:37 7c6cee850709: Download complete 17:45:37 39a5fcdaea64: Download complete 17:45:37 2408cc74d12b: Verifying Checksum 17:45:37 2408cc74d12b: Download complete 17:45:37 d94ebbe4e438: Download complete 17:45:37 2408cc74d12b: Pull complete 17:45:37 ea60b727a1ce: Pull complete 17:45:37 59ccb84bbe0f: Verifying Checksum 17:45:37 59ccb84bbe0f: Download complete 17:45:37 30c4a7721957: Pull complete 17:45:38 370296b7ddb6: Verifying Checksum 17:45:38 370296b7ddb6: Download complete 17:45:38 bcfd1f05c69d: Verifying Checksum 17:45:38 bcfd1f05c69d: Download complete 17:45:42 370296b7ddb6: Pull complete 17:45:42 7c6cee850709: Pull complete 17:45:42 39a5fcdaea64: Pull complete 17:45:42 d94ebbe4e438: Pull complete 17:45:44 bcfd1f05c69d: Pull complete 17:45:44 59ccb84bbe0f: Pull complete 17:45:44 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 17:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:45:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 17:45:45 + 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:45:45 + docker inspect -f . ci-base-image-x86_64 17:45:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:45 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:45:45 $ 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 ******** -e ******** ci-base-image-x86_64 cat 17:45:48 $ docker top 83846c1488bd0dfa9e385fb2a552738b03cc97b923c97a5201afcc3d35d39021 -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:49 + go version 17:45:49 go version go1.18.3 linux/amd64 [Pipeline] } 17:45:49 $ docker stop --time=1 83846c1488bd0dfa9e385fb2a552738b03cc97b923c97a5201afcc3d35d39021 17:45:50 $ docker rm -f 83846c1488bd0dfa9e385fb2a552738b03cc97b923c97a5201afcc3d35d39021 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:50 + docker inspect -f . ci-base-image-x86_64 17:45:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:50 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** -e ******** ci-base-image-x86_64 cat 17:45:51 $ docker top b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:51 + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh 17:45:51 Still waiting to schedule task 17:45:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:45:51 + make test 17:45:51 make -C ./app-service-template build 17:45:51 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:45:51 go mod tidy 17:45:51 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:45:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 17:45:51 go: downloading github.com/google/uuid v1.3.0 17:45:51 go: downloading github.com/stretchr/testify v1.8.0 17:45:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 17:45:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 17:45:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 17:45:52 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 17:45:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 17:45:52 go: downloading github.com/gorilla/mux v1.8.0 17:45:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 17:45:52 go: downloading github.com/davecgh/go-spew v1.1.1 17:45:52 go: downloading github.com/pmezard/go-difflib v1.0.0 17:45:52 go: downloading github.com/stretchr/objx v0.4.0 17:45:52 go: downloading gopkg.in/yaml.v3 v3.0.1 17:45:52 go: downloading github.com/go-kit/log v0.2.0 17:45:52 go: downloading github.com/go-playground/validator/v10 v10.10.1 17:45:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 17:45:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 17:45:52 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 17:45:52 go: downloading github.com/gorilla/websocket v1.4.2 17:45:52 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 17:45:52 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:45:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:45:52 go: downloading github.com/pelletier/go-toml v1.9.5 17:45:52 go: downloading github.com/hashicorp/errwrap v1.0.0 17:45:52 go: downloading github.com/hashicorp/consul/api v1.9.1 17:45:52 go: downloading github.com/x448/float16 v0.8.4 17:45:52 go: downloading github.com/mitchellh/copystructure v1.0.0 17:45:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:45:52 go: downloading github.com/go-logfmt/logfmt v0.5.1 17:45:52 go: downloading github.com/go-playground/universal-translator v0.18.0 17:45:52 go: downloading github.com/leodido/go-urn v1.2.1 17:45:52 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 17:45:52 go: downloading golang.org/x/text v0.3.7 17:45:52 go: downloading github.com/go-playground/locales v0.14.0 17:45:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 17:45:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:45:53 go: downloading github.com/pebbe/zmq4 v1.2.7 17:45:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 17:45:53 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 17:45:53 go: downloading github.com/go-playground/assert/v2 v2.0.1 17:45:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:45:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:45:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:45:53 go: downloading github.com/hashicorp/serf v0.9.5 17:45:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:45:53 go: downloading github.com/hashicorp/consul/sdk v0.8.0 17:45:53 go: downloading github.com/hashicorp/go-uuid v1.0.1 17:45:53 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 17:45:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:45:53 go: downloading github.com/Microsoft/go-winio v0.5.2 17:45:53 go: downloading github.com/zeebo/errs v1.2.2 17:45:53 go: downloading google.golang.org/grpc v1.46.0 17:45:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:45:53 go: downloading github.com/onsi/ginkgo v1.10.1 17:45:53 go: downloading github.com/onsi/gomega v1.7.0 17:45:53 go: downloading github.com/kr/pretty v0.3.0 17:45:53 go: downloading github.com/fatih/color v1.9.0 17:45:53 go: downloading github.com/mattn/go-colorable v0.1.6 17:45:53 go: downloading github.com/mattn/go-isatty v0.0.12 17:45:53 go: downloading github.com/mitchellh/go-homedir v1.1.0 17:45:53 go: downloading github.com/pkg/errors v0.9.1 17:45:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:45:53 go: downloading github.com/hashicorp/go-msgpack v0.5.3 17:45:53 go: downloading github.com/hashicorp/memberlist v0.2.2 17:45:53 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 17:45:53 go: downloading google.golang.org/protobuf v1.28.0 17:45:54 go: downloading github.com/kr/text v0.2.0 17:45:54 go: downloading github.com/rogpeppe/go-internal v1.8.0 17:45:54 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 17:45:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:45:54 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:45:54 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 17:45:54 go: downloading github.com/golang/protobuf v1.5.2 17:45:54 go: downloading github.com/google/go-cmp v0.5.6 17:45:54 go: downloading github.com/hpcloud/tail v1.0.0 17:45:54 go: downloading gopkg.in/yaml.v2 v2.2.8 17:45:54 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:45:54 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 17:45:54 go: downloading github.com/miekg/dns v1.1.26 17:45:54 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:45:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:45:54 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:45:54 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 17:45:54 go: downloading gopkg.in/fsnotify.v1 v1.4.7 17:45:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0-dev.12 17:45:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0-dev.13 17:45:56 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.4 17:45:56 go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e 17:45:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 17:45:56 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 17:45:56 go: downloading github.com/nats-io/nats.go v1.16.0 17:45:56 go: downloading github.com/nats-io/nkeys v0.3.0 17:45:56 go: downloading github.com/nats-io/nuid v1.0.1 17:45:56 go: downloading github.com/nats-io/nats-server/v2 v2.7.4 17:45:56 go: downloading github.com/minio/highwayhash v1.0.2 17:45:56 go: downloading golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 17:45:56 go: downloading github.com/klauspost/compress v1.15.9 17:45:56 go: downloading github.com/nats-io/jwt/v2 v2.3.0 17:45:57 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o new-app-service 17:46:19 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:46:19 make -C ./app-service-template test 17:46:19 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:46:19 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 17:46:37 ok new-app-service 0.060s coverage: 48.1% of statements 17:46:37 ? new-app-service/config [no test files] 17:46:37 ok new-app-service/functions 0.049s 17:46:37 CGO_ENABLED=1 go vet ./... 17:46:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:46:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:46:50 ./bin/test-attribution-txt.sh 17:46:50 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 17:46:50 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 17:46:50 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 17:46:50 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 17:46:50 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:46:50 go: downloading github.com/gomodule/redigo v1.8.9 17:46:50 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.124s coverage: 60.3% of statements 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.072s coverage: 93.8% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.132s coverage: 76.5% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.096s coverage: 88.7% of statements 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.058s coverage: 100.0% of statements 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.163s coverage: 78.5% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.115s coverage: 97.3% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.085s coverage: 82.8% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 0.729s coverage: 81.5% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.082s coverage: 28.7% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.069s coverage: 14.0% of statements 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.059s coverage: 27.3% of statements 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 17:46:52 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 17:46:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.059s coverage: 51.4% of statements 17:47:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.171s coverage: 75.5% of statements 17:47:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.104s coverage: 94.4% of statements 17:47:19 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:47:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:47:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:47:30 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:47:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:47:30 $ docker stop --time=1 b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 17:47:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22833 in /w/workspace/oundry_app-functions-sdk-go_main 17:47:31 $ docker rm -f b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws 17:47:32 Running in /w/workspace/app-functions-sdk-go/151 [Pipeline] { [Pipeline] checkout 17:47:32 The recommended git tool is: git 17:47:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:47:32 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:47:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:47:33 17:47:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:47:33 latest: Pulling from edgex-lftools-log-publisher 17:47:33 5eb5b503b376: Pulling fs layer 17:47:33 5c69ac0246d0: Pulling fs layer 17:47:33 ec43610c2a17: Pulling fs layer 17:47:33 3a2ae6a8a46f: Pulling fs layer 17:47:33 33b1e0a273af: Pulling fs layer 17:47:33 3a2ae6a8a46f: Waiting 17:47:33 5d3b04190fa2: Pulling fs layer 17:47:33 2f39f015ded8: Pulling fs layer 17:47:33 33b1e0a273af: Waiting 17:47:33 5d3b04190fa2: Waiting 17:47:33 2f39f015ded8: Waiting 17:47:33 5c69ac0246d0: Verifying Checksum 17:47:33 5c69ac0246d0: Download complete 17:47:33 3a2ae6a8a46f: Verifying Checksum 17:47:33 3a2ae6a8a46f: Download complete 17:47:33 33b1e0a273af: Verifying Checksum 17:47:33 33b1e0a273af: Download complete 17:47:33 ec43610c2a17: Verifying Checksum 17:47:33 ec43610c2a17: Download complete 17:47:33 5d3b04190fa2: Download complete 17:47:34 5eb5b503b376: Verifying Checksum 17:47:34 5eb5b503b376: Download complete 17:47:34 2f39f015ded8: Download complete 17:47:35 5eb5b503b376: Pull complete 17:47:35 5c69ac0246d0: Pull complete 17:47:36 ec43610c2a17: Pull complete 17:47:36 3a2ae6a8a46f: Pull complete 17:47:36 33b1e0a273af: Pull complete 17:47:36 5d3b04190fa2: Pull complete 17:47:39 using credential edgex-jenkins-ssh 17:47:39 Cloning the remote Git repository 17:47:39 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:39 > git init /w/workspace/app-functions-sdk-go/151 # timeout=10 17:47:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:39 > git --version # timeout=10 17:47:39 > git --version # 'git version 2.25.1' 17:47:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:41 2f39f015ded8: Pull complete 17:47:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:47:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:47:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:47:41 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:47:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:47:42 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:47:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:42 Avoid second fetch 17:47:42 Checking out Revision 523a62ae167beff3074b878453cb29e7723133bf (main) 17:47:43 > git config core.sparsecheckout # timeout=10 17:47:43 > git checkout -f 523a62ae167beff3074b878453cb29e7723133bf # timeout=10 17:47:44 $ docker top 40224e3e6d16f1b034f480995a70ebde1b22e8f54c8bd850ae57143be0698380 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:45 ---> job-cost.sh 17:47:45 lf-activate-venv: SKIPPING 17:47:45 INFO: No Stack... 17:47:45 INFO: Retrieving Pricing Info for: v3-standard-8 17:47:46 INFO: Archiving Costs [Pipeline] sh 17:47:46 + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv 17:47:46 + cut -d, -f6 [Pipeline] lock 17:47:46 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] 17:47:46 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] did not exist. Created. 17:47:46 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:47:46 + echo total: 0.2199999988079071 [Pipeline] stash 17:47:46 Stashed 1 file(s) [Pipeline] } 17:47:46 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } 17:47:46 $ docker stop --time=1 40224e3e6d16f1b034f480995a70ebde1b22e8f54c8bd850ae57143be0698380 17:47:47 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#1162)" 17:47:47 17:47:47 GitHub has been notified of this commit’s build result 17:47:47 17:47:47 $ docker rm -f 40224e3e6d16f1b034f480995a70ebde1b22e8f54c8bd850ae57143be0698380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:47:48 % Total % Received % Xferd Average Speed Time Time Time Current 17:47:48 Dload Upload Total Spent Left Speed 17:47:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 99451 0 --:--:-- --:--:-- --:--:-- 99451 [Pipeline] sh 17:47:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:47:49 + sudo tee /etc/docker/daemon.new 17:47:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:47:49 { 17:47:49 "registry-mirrors": [ 17:47:49 "https://nexus3.edgexfoundry.org:10001" 17:47:49 ], 17:47:49 "bip": "10.250.0.254/24", 17:47:49 "hosts": [ 17:47:49 "tcp://0.0.0.0:5555", 17:47:49 "unix:///var/run/docker.sock" 17:47:49 ], 17:47:49 "mtu": 1458, 17:47:49 "selinux-enabled": true, 17:47:49 "seccomp-profile": "/etc/docker/seccomp.json" 17:47:49 } [Pipeline] sh 17:47:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:47:50 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:48:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:09 ========================================================= 17:48:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:48:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 17:48:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:48:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:48:10 b3c136eddcbf: Pulling fs layer 17:48:10 c0a3192eca97: Pulling fs layer 17:48:10 a050256f5b6f: Pulling fs layer 17:48:10 656be50a0ddc: Pulling fs layer 17:48:10 2bbca73fdf42: Pulling fs layer 17:48:10 46d945488cbd: Pulling fs layer 17:48:10 8a5474983e97: Pulling fs layer 17:48:10 2bbca73fdf42: Waiting 17:48:10 329c88fbcd65: Pulling fs layer 17:48:10 46d945488cbd: Waiting 17:48:10 656be50a0ddc: Waiting 17:48:10 8a5474983e97: Waiting 17:48:10 329c88fbcd65: Waiting 17:48:10 c0a3192eca97: Verifying Checksum 17:48:10 c0a3192eca97: Download complete 17:48:10 a050256f5b6f: Verifying Checksum 17:48:10 a050256f5b6f: Download complete 17:48:10 2bbca73fdf42: Verifying Checksum 17:48:10 2bbca73fdf42: Download complete 17:48:10 b3c136eddcbf: Download complete 17:48:10 46d945488cbd: Verifying Checksum 17:48:10 46d945488cbd: Download complete 17:48:11 b3c136eddcbf: Pull complete 17:48:11 329c88fbcd65: Verifying Checksum 17:48:11 329c88fbcd65: Download complete 17:48:11 c0a3192eca97: Pull complete 17:48:12 a050256f5b6f: Pull complete 17:48:12 8a5474983e97: Verifying Checksum 17:48:12 8a5474983e97: Download complete 17:48:13 656be50a0ddc: Verifying Checksum 17:48:13 656be50a0ddc: Download complete 17:48:25 656be50a0ddc: Pull complete 17:48:25 2bbca73fdf42: Pull complete 17:48:26 46d945488cbd: Pull complete 17:48:32 8a5474983e97: Pull complete 17:48:34 329c88fbcd65: Pull complete 17:48:34 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 17:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:48:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 17:48:34 + 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:48:35 + docker inspect -f . ci-base-image-arm64 17:48:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:48:36 prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container 17:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@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:48:39 $ docker top ef0aa0d34d54766f53a8547fc44faae397fcfceab266a96811cb542a6c857106 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:40 + go version 17:48:40 go version go1.18.3 linux/arm64 [Pipeline] } 17:48:40 $ docker stop --time=1 ef0aa0d34d54766f53a8547fc44faae397fcfceab266a96811cb542a6c857106 17:48:41 $ docker rm -f ef0aa0d34d54766f53a8547fc44faae397fcfceab266a96811cb542a6c857106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:42 + docker inspect -f . ci-base-image-arm64 17:48:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:48:42 prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container 17:48:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/app-functions-sdk-go/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@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:48:43 $ docker top 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:44 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/151 [Pipeline] fileExists [Pipeline] sh 17:48:45 + make test 17:48:45 make -C ./app-service-template build 17:48:45 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/151/app-service-template' 17:48:45 go mod tidy 17:48:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 17:48:45 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 17:48:45 go: downloading github.com/google/uuid v1.3.0 17:48:45 go: downloading github.com/stretchr/testify v1.8.0 17:48:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 17:48:45 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 17:48:45 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 17:48:45 go: downloading github.com/davecgh/go-spew v1.1.1 17:48:45 go: downloading github.com/pmezard/go-difflib v1.0.0 17:48:45 go: downloading gopkg.in/yaml.v3 v3.0.1 17:48:45 go: downloading github.com/go-playground/validator/v10 v10.10.1 17:48:46 go: downloading github.com/go-kit/log v0.2.0 17:48:46 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 17:48:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 17:48:46 go: downloading github.com/stretchr/objx v0.4.0 17:48:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 17:48:46 go: downloading github.com/gorilla/mux v1.8.0 17:48:46 go: downloading github.com/hashicorp/go-multierror v1.1.1 17:48:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 17:48:46 go: downloading github.com/mitchellh/copystructure v1.0.0 17:48:46 go: downloading github.com/go-logfmt/logfmt v0.5.1 17:48:46 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 17:48:46 go: downloading github.com/pelletier/go-toml v1.9.5 17:48:46 go: downloading github.com/go-playground/universal-translator v0.18.0 17:48:46 go: downloading github.com/leodido/go-urn v1.2.1 17:48:46 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 17:48:46 go: downloading golang.org/x/text v0.3.7 17:48:46 go: downloading github.com/go-playground/locales v0.14.0 17:48:47 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 17:48:47 go: downloading github.com/go-playground/assert/v2 v2.0.1 17:48:49 go: downloading github.com/gorilla/websocket v1.4.2 17:48:49 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 17:48:49 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 17:48:49 go: downloading github.com/hashicorp/consul/api v1.9.1 17:48:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:48:49 go: downloading github.com/hashicorp/errwrap v1.0.0 17:48:49 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 17:48:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:48:49 go: downloading github.com/x448/float16 v0.8.4 17:48:49 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 17:48:49 go: downloading github.com/kr/pretty v0.3.0 17:48:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:48:49 go: downloading github.com/go-redis/redis/v7 v7.3.0 17:48:49 go: downloading github.com/pebbe/zmq4 v1.2.7 17:48:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:48:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:48:49 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:48:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:48:49 go: downloading github.com/hashicorp/serf v0.9.5 17:48:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:48:49 go: downloading github.com/hashicorp/consul/sdk v0.8.0 17:48:49 go: downloading github.com/hashicorp/go-uuid v1.0.1 17:48:49 go: downloading github.com/Microsoft/go-winio v0.5.2 17:48:50 go: downloading github.com/zeebo/errs v1.2.2 17:48:50 go: downloading google.golang.org/grpc v1.46.0 17:48:51 go: downloading github.com/kr/text v0.2.0 17:48:51 go: downloading github.com/rogpeppe/go-internal v1.8.0 17:48:51 go: downloading github.com/onsi/ginkgo v1.10.1 17:48:51 go: downloading github.com/onsi/gomega v1.7.0 17:48:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:48:51 go: downloading github.com/fatih/color v1.9.0 17:48:51 go: downloading github.com/mattn/go-colorable v0.1.6 17:48:51 go: downloading github.com/mattn/go-isatty v0.0.12 17:48:51 go: downloading github.com/mitchellh/go-homedir v1.1.0 17:48:51 go: downloading github.com/pkg/errors v0.9.1 17:48:51 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 17:48:51 go: downloading google.golang.org/protobuf v1.28.0 17:48:51 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:48:51 go: downloading github.com/hashicorp/go-msgpack v0.5.3 17:48:51 go: downloading github.com/hashicorp/memberlist v0.2.2 17:48:51 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 17:48:52 go: downloading github.com/golang/protobuf v1.5.2 17:48:52 go: downloading github.com/google/go-cmp v0.5.6 17:48:52 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 17:48:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:48:52 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:48:52 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:48:52 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 17:48:52 go: downloading github.com/miekg/dns v1.1.26 17:48:52 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:48:52 go: downloading gopkg.in/yaml.v2 v2.2.8 17:48:52 go: downloading github.com/hpcloud/tail v1.0.0 17:48:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:48:53 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 17:48:53 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:48:53 go: downloading gopkg.in/fsnotify.v1 v1.4.7 17:48:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0-dev.12 17:48:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0-dev.13 17:48:57 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.4 17:48:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 17:48:57 go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e 17:48:57 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 17:48:58 go: downloading github.com/nats-io/nats.go v1.16.0 17:48:58 go: downloading github.com/nats-io/nkeys v0.3.0 17:48:58 go: downloading github.com/nats-io/nuid v1.0.1 17:48:58 go: downloading github.com/nats-io/nats-server/v2 v2.7.4 17:48:58 go: downloading github.com/nats-io/jwt/v2 v2.3.0 17:48:58 go: downloading github.com/klauspost/compress v1.15.9 17:48:58 go: downloading github.com/minio/highwayhash v1.0.2 17:48:58 go: downloading golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 17:49:01 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o new-app-service 17:50:53 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/151/app-service-template' 17:50:53 make -C ./app-service-template test 17:50:53 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/151/app-service-template' 17:50:53 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 17:53:30 ok new-app-service 0.308s coverage: 48.1% of statements 17:53:30 ? new-app-service/config [no test files] 17:53:30 ok new-app-service/functions 0.221s 17:53:30 CGO_ENABLED=1 go vet ./... 17:55:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:55:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:55:07 ./bin/test-attribution-txt.sh 17:55:07 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 17:55:07 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 17:55:07 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 17:55:07 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/151/app-service-template' 17:55:07 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:55:07 go: downloading github.com/gomodule/redigo v1.8.9 17:55:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.673s coverage: 60.3% of statements 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.354s coverage: 93.8% of statements 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.413s coverage: 76.5% of statements 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.341s coverage: 88.7% of statements 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.158s coverage: 100.0% of statements 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.828s coverage: 78.5% of statements 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:55:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.267s coverage: 97.3% of statements 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:55:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 17:55:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.340s coverage: 82.8% of statements 17:55:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 17:55:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 1.131s coverage: 81.5% of statements 17:55:26 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 17:55:26 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 17:55:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.376s coverage: 28.7% of statements 17:55:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 17:55:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.288s coverage: 14.0% of statements 17:55:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.250s coverage: 27.3% of statements 17:55:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 17:55:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 17:55:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.238s coverage: 51.4% of statements 17:56:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.577s coverage: 75.5% of statements 17:56:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.286s coverage: 94.4% of statements 17:56:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:56:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:56:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:56:12 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 17:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:56:12 $ docker stop --time=1 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f 17:56:14 $ docker rm -f 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f [Pipeline] // withDockerContainer [Pipeline] sh 17:56:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:56:18 Warning: overwriting stash ‘coverage-report’ 17:56:19 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:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:56:20 17:56:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:56:20 arm64: Pulling from edgex-lftools-log-publisher 17:56:20 8998bd30e6a1: Pulling fs layer 17:56:20 04944245beec: Pulling fs layer 17:56:20 699f458cf7ca: Pulling fs layer 17:56:20 765212b225bb: Pulling fs layer 17:56:20 f23df028b6ca: Pulling fs layer 17:56:20 d65c8cfc05b1: Pulling fs layer 17:56:20 2437ff75d9bd: Pulling fs layer 17:56:20 765212b225bb: Waiting 17:56:20 d65c8cfc05b1: Waiting 17:56:20 f23df028b6ca: Waiting 17:56:20 2437ff75d9bd: Waiting 17:56:20 04944245beec: Verifying Checksum 17:56:20 04944245beec: Download complete 17:56:20 765212b225bb: Verifying Checksum 17:56:20 765212b225bb: Download complete 17:56:20 f23df028b6ca: Verifying Checksum 17:56:20 f23df028b6ca: Download complete 17:56:20 d65c8cfc05b1: Verifying Checksum 17:56:20 d65c8cfc05b1: Download complete 17:56:20 699f458cf7ca: Verifying Checksum 17:56:20 699f458cf7ca: Download complete 17:56:21 8998bd30e6a1: Verifying Checksum 17:56:21 8998bd30e6a1: Download complete 17:56:23 2437ff75d9bd: Verifying Checksum 17:56:23 2437ff75d9bd: Download complete 17:56:25 8998bd30e6a1: Pull complete 17:56:25 04944245beec: Pull complete 17:56:27 699f458cf7ca: Pull complete 17:56:27 765212b225bb: Pull complete 17:56:28 f23df028b6ca: Pull complete 17:56:28 d65c8cfc05b1: Pull complete 17:56:43 2437ff75d9bd: Pull complete 17:56:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:56:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:56:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:43 prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container 17:56:43 $ 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/151 -v /w/workspace/app-functions-sdk-go/151:/w/workspace/app-functions-sdk-go/151:rw,z -v /w/workspace/app-functions-sdk-go/151@tmp:/w/workspace/app-functions-sdk-go/151@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:56:46 $ docker top a5c5fa1778b19cef20850050823253468b348405a468d469944e8edb8f5c15f9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:56:47 ---> job-cost.sh 17:56:47 lf-activate-venv: SKIPPING 17:56:47 INFO: No Stack... 17:56:47 INFO: Retrieving Pricing Info for: v3-standard-4 17:56:48 INFO: Archiving Costs [Pipeline] sh 17:56:49 + cut -d, -f6 17:56:49 + cat /w/workspace/app-functions-sdk-go/151/archives/cost.csv [Pipeline] lock 17:56:49 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] 17:56:49 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] did not exist. Created. 17:56:49 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:56:50 /w/workspace/app-functions-sdk-go/151@tmp/durable-9846de21/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:56:50 + echo total: 0.10999999940395355 [Pipeline] stash 17:56:50 Warning: overwriting stash ‘stack-cost’ 17:56:50 Stashed 1 file(s) [Pipeline] } 17:56:50 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } 17:56:50 $ docker stop --time=1 a5c5fa1778b19cef20850050823253468b348405a468d469944e8edb8f5c15f9 17:56:52 $ docker rm -f a5c5fa1778b19cef20850050823253468b348405a468d469944e8edb8f5c15f9 [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:56:52 provisioning config files... 17:56:52 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6753201843354208420tmp [Pipeline] { [Pipeline] sh 17:56:53 + set +x 17:56:53 + curl -s https://codecov.io/bash 17:56:53 + bash -s -- 17:56:53 17:56:53 _____ _ 17:56:53 / ____| | | 17:56:53 | | ___ __| | ___ ___ _____ __ 17:56:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:56:53 | |___| (_) | (_| | __/ (_| (_) \ V / 17:56:53 \_____\___/ \__,_|\___|\___\___/ \_/ 17:56:53 Bash-1.0.6 17:56:53 17:56:53 17:56:53 ==> git version 2.25.1 found 17:56:53 ==> 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:56:53 Release-Date: 2020-01-08 17:56:53 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:56:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:56:53 ==> Jenkins CI detected. 17:56:53 current dir:  /w/workspace/oundry_app-functions-sdk-go_main 17:56:53 project root: . 17:56:53 --> token set from env 17:56:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:56:53 ==> Running gcov in . (disable via -X gcov) 17:56:53 ==> Python coveragepy not found 17:56:53 ==> Searching for coverage reports in: 17:56:53 + . 17:56:53 -> Found 2 reports 17:56:53 ==> Detecting git/mercurial file structure 17:56:53 ==> Reading reports 17:56:53 + ./app-service-template/coverage.out bytes=1222 17:56:53 + ./coverage.out bytes=125926 17:56:53 ==> Appending adjustments 17:56:53 https://docs.codecov.io/docs/fixing-reports 17:56:53 + Found adjustments 17:56:53 ==> Gzipping contents 17:56:53 24K /tmp/codecov.SSx6jh.gz 17:56:53 ==> Uploading reports 17:56:53 url: https://codecov.io 17:56:53 query: branch=main&commit=523a62ae167beff3074b878453cb29e7723133bf&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F151%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:56:53 -> Pinging Codecov 17:56:53 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=523a62ae167beff3074b878453cb29e7723133bf&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F151%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:56:54 -> Uploading to 17:56:54 https://storage.googleapis.com/codecov/v4/raw/2022-08-15/3D8B5DFFC46A037C893635FACE044666/523a62ae167beff3074b878453cb29e7723133bf/5b5915e8-2d21-43ef-bfa6-0122ebf3b2a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T175653Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2caf49cb40e3b4cee09eecdc2259820ce514bae7f0542edac5d17fe6952eb296 17:56:54 % Total % Received % Xferd Average Speed Time Time Time Current 17:56:54 Dload Upload Total Spent Left Speed 17:56:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21592 0 0 100 21592 0 73945 --:--:-- --:--:-- --:--:-- 73692 100 21592 0 0 100 21592 0 73945 --:--:-- --:--:-- --:--:-- 73692 17:56:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/523a62ae167beff3074b878453cb29e7723133bf [Pipeline] } 17:56:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:56:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:56:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:56:54 17:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:56:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:56:55 df9b9388f04a: Pulling fs layer 17:56:55 52dc419b0ee2: Pulling fs layer 17:56:55 25bc292e5bac: Pulling fs layer 17:56:55 114826534d7a: Pulling fs layer 17:56:55 4657fd5d0bcf: Pulling fs layer 17:56:55 6ad1cebc031e: Pulling fs layer 17:56:55 8a3aa393b2d8: Pulling fs layer 17:56:55 4657fd5d0bcf: Waiting 17:56:55 6ad1cebc031e: Waiting 17:56:55 8a3aa393b2d8: Waiting 17:56:55 114826534d7a: Waiting 17:56:55 25bc292e5bac: Verifying Checksum 17:56:55 25bc292e5bac: Download complete 17:56:55 52dc419b0ee2: Download complete 17:56:55 4657fd5d0bcf: Verifying Checksum 17:56:55 4657fd5d0bcf: Download complete 17:56:55 df9b9388f04a: Download complete 17:56:55 6ad1cebc031e: Download complete 17:56:55 df9b9388f04a: Pull complete 17:56:55 52dc419b0ee2: Pull complete 17:56:55 25bc292e5bac: Pull complete 17:56:55 114826534d7a: Verifying Checksum 17:56:55 114826534d7a: Download complete 17:56:55 8a3aa393b2d8: Verifying Checksum 17:56:55 8a3aa393b2d8: Download complete 17:57:00 114826534d7a: Pull complete 17:57:00 4657fd5d0bcf: Pull complete 17:57:00 6ad1cebc031e: Pull complete 17:57:03 8a3aa393b2d8: Pull complete 17:57:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:57:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:03 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:57:06 $ docker top fa89c589ffac0655ab8488d78b6775263b3155a020cbaad7a5b30cf8cb29cfd5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:57:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh 17:57:06 + set -o pipefail 17:57:06 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' 17:57:12 17:57:12 Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v2)... 17:57:12 17:57:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/126c4ac3-7de8-4d6b-9366-da8deb017cfe 17:57:12 17:57:12 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:57:12 17:57:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:57:12 17:57:12 [Pipeline] } 17:57:12 $ docker stop --time=1 fa89c589ffac0655ab8488d78b6775263b3155a020cbaad7a5b30cf8cb29cfd5 17:57:15 $ docker rm -f fa89c589ffac0655ab8488d78b6775263b3155a020cbaad7a5b30cf8cb29cfd5 [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:57:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:57:15 provisioning config files... 17:57:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config5156796639215472882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:16 --> edgex-publish-swagger.sh 17:57:16 === Publish openapi/v2 API === 17:57:16 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:57:16 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] 17:57:16 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:16 Dload Upload Total Spent Left Speed 17:57:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13708 0 0 100 13708 0 14131 --:--:-- --:--:-- --:--:-- 14117 100 13708 0 0 100 13708 0 14131 --:--:-- --:--:-- --:--:-- 14117 17:57:17 17:57:17 [Pipeline] } 17:57:17 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:57:17 + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] sh 17:57:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:57:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:57:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:18 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:57:18 $ docker top c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:18 [ssh-agent] Looking for ssh-agent implementation... 17:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:18 $ docker exec c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c ssh-agent 17:57:19 SSH_AUTH_SOCK=/tmp/ssh-1rT0FwRyrbG1/agent.33 17:57:19 SSH_AGENT_PID=39 17:57:19 Running ssh-add (command line suppressed) 17:57:19 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_759452237953225462.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_759452237953225462.key) 17:57:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:19 + git semver tag 17:57:19 2022-08-15 17:57:19,756 [run_tag] DEBUG tag force:False 17:57:19 2022-08-15 17:57:19,756 [check_head_tag] DEBUG check head tag 17:57:19 2022-08-15 17:57:19,757 [execute] INFO git cat-file --batch-check 17:57:19 2022-08-15 17:57:19,757 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:57:19 2022-08-15 17:57:19,761 [execute] INFO git cat-file --batch 17:57:19 2022-08-15 17:57:19,761 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 17:57:19 2022-08-15 17:57:19,778 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:19 2022-08-15 17:57:19,779 [execute] INFO git tag -a v2.3.0-dev.30 -m v2.3.0-dev.30 17:57:19 2022-08-15 17:57:19,779 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.30', '-m', 'v2.3.0-dev.30'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 17:57:19 2022-08-15 17:57:19,785 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:19 2.3.0-dev.30 [Pipeline] } 17:57:19 $ docker exec --env ******** --env ******** c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c ssh-agent -k 17:57:19 unset SSH_AUTH_SOCK; 17:57:19 unset SSH_AGENT_PID; 17:57:19 echo Agent pid 39 killed; 17:57:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:20 + git semver [Pipeline] } 17:57:20 $ docker stop --time=1 c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c 17:57:21 $ docker rm -f c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:22 17:57:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:22 0.23.1-centos7: Pulling from edgex-lftools 17:57:22 ab5ef0e58194: Pulling fs layer 17:57:22 9712f1f96733: Pulling fs layer 17:57:22 63f879dbbcfc: Pulling fs layer 17:57:22 0d9ebad4ef96: Pulling fs layer 17:57:22 e9a5061849ea: Pulling fs layer 17:57:22 d747dcd14b5f: Pulling fs layer 17:57:22 2de7ff778b66: Pulling fs layer 17:57:22 0d9ebad4ef96: Waiting 17:57:22 e9a5061849ea: Waiting 17:57:22 d747dcd14b5f: Waiting 17:57:22 2de7ff778b66: Waiting 17:57:22 9712f1f96733: Verifying Checksum 17:57:22 9712f1f96733: Download complete 17:57:22 63f879dbbcfc: Verifying Checksum 17:57:22 63f879dbbcfc: Download complete 17:57:23 e9a5061849ea: Verifying Checksum 17:57:23 e9a5061849ea: Download complete 17:57:23 d747dcd14b5f: Verifying Checksum 17:57:23 d747dcd14b5f: Download complete 17:57:23 ab5ef0e58194: Verifying Checksum 17:57:23 ab5ef0e58194: Download complete 17:57:23 0d9ebad4ef96: Verifying Checksum 17:57:23 0d9ebad4ef96: Download complete 17:57:23 2de7ff778b66: Verifying Checksum 17:57:23 2de7ff778b66: Download complete 17:57:26 ab5ef0e58194: Pull complete 17:57:26 9712f1f96733: Pull complete 17:57:27 63f879dbbcfc: Pull complete 17:57:31 0d9ebad4ef96: Pull complete 17:57:31 e9a5061849ea: Pull complete 17:57:31 d747dcd14b5f: Pull complete 17:57:33 2de7ff778b66: Pull complete 17:57:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:33 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:57:37 $ docker top eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:57:37 provisioning config files... 17:57:37 copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config435049938313218653tmp 17:57:37 copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6636787300939560118tmp 17:57:37 copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config2187652066210436159tmp [Pipeline] { [Pipeline] echo 17:57:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:57:37 ---> sigul-configuration.sh 17:57:37 gpg: directory `/root/.gnupg' created 17:57:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:57:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:57:37 gpg: keyring `/root/.gnupg/secring.gpg' created 17:57:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:57:37 gpg: CAST5 encrypted data 17:57:37 gpg: encrypted with 1 passphrase 17:57:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:57:38 + mkdir /home/jenkins 17:57:38 + mkdir /home/jenkins/sigul [Pipeline] sh 17:57:38 + 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:57:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:57:38 ---> sigul-install.sh 17:57:38 Sigul already installed; skipping installation. [Pipeline] sh 17:57:39 + git tag --list 17:57:39 v0.1.0 17:57:39 v0.1.1 17:57:39 v1.0.0 17:57:39 v1.1.0 17:57:39 v1.2.0 17:57:39 v1.3.0 17:57:39 v1.3.1 17:57:39 v2.0.0 17:57:39 v2.0.1 17:57:39 v2.1.0 17:57:39 v2.1.1 17:57:39 v2.1.1-dev.3 17:57:39 v2.1.1-dev.4 17:57:39 v2.2.0 17:57:39 v2.2.1-dev.1 17:57:39 v2.2.1-dev.10 17:57:39 v2.2.1-dev.11 17:57:39 v2.2.1-dev.12 17:57:39 v2.2.1-dev.13 17:57:39 v2.2.1-dev.14 17:57:39 v2.2.1-dev.15 17:57:39 v2.2.1-dev.16 17:57:39 v2.2.1-dev.17 17:57:39 v2.2.1-dev.18 17:57:39 v2.2.1-dev.19 17:57:39 v2.2.1-dev.2 17:57:39 v2.2.1-dev.20 17:57:39 v2.2.1-dev.21 17:57:39 v2.2.1-dev.22 17:57:39 v2.2.1-dev.23 17:57:39 v2.2.1-dev.3 17:57:39 v2.2.1-dev.4 17:57:39 v2.2.1-dev.5 17:57:39 v2.2.1-dev.6 17:57:39 v2.2.1-dev.7 17:57:39 v2.2.1-dev.8 17:57:39 v2.2.1-dev.9 17:57:39 v2.3.0-dev.24 17:57:39 v2.3.0-dev.25 17:57:39 v2.3.0-dev.26 17:57:39 v2.3.0-dev.27 17:57:39 v2.3.0-dev.28 17:57:39 v2.3.0-dev.29 17:57:39 v2.3.0-dev.30 [Pipeline] sh 17:57:39 + lftools sign git-tag v2.3.0-dev.30 17:57:39 Signing Git tag with Sigul... 17:57:39 Signing v2.3.0-dev.30 [Pipeline] echo 17:57:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:57:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:57:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:57:40 $ docker stop --time=1 eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 17:57:41 $ docker rm -f eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:57:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:57:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:57:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:42 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:57:43 $ docker top f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:43 [ssh-agent] Looking for ssh-agent implementation... 17:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:43 $ docker exec f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 ssh-agent 17:57:43 SSH_AUTH_SOCK=/tmp/ssh-ks2afJksKGLf/agent.33 17:57:43 SSH_AGENT_PID=39 17:57:43 Running ssh-add (command line suppressed) 17:57:43 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5324040252677852962.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5324040252677852962.key) 17:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:43 + git semver bump pre 17:57:44 2022-08-15 17:57:44,017 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:44 2022-08-15 17:57:44,017 [bump_version] DEBUG bumping version:2.3.0-dev.30 on axis:pre with prefix:dev 17:57:44 2022-08-15 17:57:44,017 [bump_version] DEBUG bumped version:2.3.0-dev.31 17:57:44 2022-08-15 17:57:44,017 [write_version] DEBUG write version:2.3.0-dev.31 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:True 17:57:44 2022-08-15 17:57:44,017 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:44 2022-08-15 17:57:44,017 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:44 2022-08-15 17:57:44,020 [execute] INFO git cat-file --batch-check 17:57:44 2022-08-15 17:57:44,020 [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:57:44 2022-08-15 17:57:44,026 [execute] INFO git cat-file --batch 17:57:44 2022-08-15 17:57:44,026 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 17:57:44 2022-08-15 17:57:44,032 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:44 2.3.0-dev.31 [Pipeline] } 17:57:44 $ docker exec --env ******** --env ******** f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 ssh-agent -k 17:57:44 unset SSH_AUTH_SOCK; 17:57:44 unset SSH_AGENT_PID; 17:57:44 echo Agent pid 39 killed; 17:57:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:44 + git semver [Pipeline] } 17:57:44 $ docker stop --time=1 f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 17:57:46 $ docker rm -f f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 [Pipeline] // withDockerContainer [Pipeline] sh 17:57:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:57:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:57:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:46 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:46 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:57:47 $ docker top 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:47 [ssh-agent] Looking for ssh-agent implementation... 17:57:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:47 $ docker exec 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 ssh-agent 17:57:47 SSH_AUTH_SOCK=/tmp/ssh-N3DRthZU8HKu/agent.34 17:57:47 SSH_AGENT_PID=41 17:57:47 Running ssh-add (command line suppressed) 17:57:47 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8956161009585545633.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8956161009585545633.key) 17:57:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:48 + git semver push 17:57:48 2022-08-15 17:57:48,259 [run_push] DEBUG push 17:57:48 2022-08-15 17:57:48,260 [execute] INFO git cat-file --batch-check 17:57:48 2022-08-15 17:57:48,260 [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:57:48 2022-08-15 17:57:48,264 [execute] INFO git rev-list e4a9295983f1cad519cc8b62354c4f484bdd38bf -- 17:57:48 2022-08-15 17:57:48,265 [execute] DEBUG Popen(['git', 'rev-list', 'e4a9295983f1cad519cc8b62354c4f484bdd38bf', '--'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 17:57:48 2022-08-15 17:57:48,279 [execute] INFO git fetch -v origin 17:57:48 2022-08-15 17:57:48,279 [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:57:48 2022-08-15 17:57:48,759 [run_push] DEBUG no remote changes detected 17:57:48 2022-08-15 17:57:48,760 [execute] INFO git push origin semver 17:57:48 2022-08-15 17:57:48,760 [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:57:49 2022-08-15 17:57:49,543 [run_push] DEBUG push all version tags 17:57:49 2022-08-15 17:57:49,544 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:57:49 2022-08-15 17:57:49,544 [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:57:50 2022-08-15 17:57:50,228 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 17:57:50 2.3.0-dev.31 [Pipeline] } 17:57:50 $ docker exec --env ******** --env ******** 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 ssh-agent -k 17:57:50 unset SSH_AUTH_SOCK; 17:57:50 unset SSH_AGENT_PID; 17:57:50 echo Agent pid 41 killed; 17:57:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:50 + git semver [Pipeline] } 17:57:51 $ docker stop --time=1 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 17:57:52 $ docker rm -f 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 [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:57:53 + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] 17:57:53 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 17:57:53 total 16 17:57:53 drwxr-xr-x 3 root root 4096 Aug 15 17:47 . 17:57:53 drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 17:57 .. 17:57:53 drwxr-xr-x 2 root root 4096 Aug 15 17:47 cost 17:57:53 -rw-r--r-- 1 root root 92 Aug 15 17:47 cost.csv 17:57:53 + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives 17:57:53 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 17:57:53 total 16 17:57:53 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 17:47 . 17:57:53 drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 17:57 .. 17:57:53 drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 17:47 cost 17:57:53 -rw-r--r-- 1 jenkins jenkins 92 Aug 15 17:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:57:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:57:54 ---> package-listing.sh 17:57:54 ++ facter osfamily 17:57:54 ++ tr '[:upper:]' '[:lower:]' 17:57:54 + OS_FAMILY=debian 17:57:54 + workspace=/w/workspace/oundry_app-functions-sdk-go_main 17:57:54 + START_PACKAGES=/tmp/packages_start.txt 17:57:54 + END_PACKAGES=/tmp/packages_end.txt 17:57:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:57:54 + PACKAGES=/tmp/packages_start.txt 17:57:54 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 17:57:54 + PACKAGES=/tmp/packages_end.txt 17:57:54 + case "${OS_FAMILY}" in 17:57:54 + dpkg -l 17:57:54 + grep '^ii' 17:57:54 + '[' -f /tmp/packages_start.txt ']' 17:57:54 + '[' -f /tmp/packages_end.txt ']' 17:57:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:57:54 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 17:57:54 + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ 17:57:54 + 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:57:54 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:57:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:57:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:55 prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container 17:57:55 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:57:55 $ docker top 22bbab62e00e693f505ef73e22bc7e6a2c0680d611030760ecd9034086276719 -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:56 + touch /tmp/pre-build-complete [Pipeline] sh 17:57:56 + mkdir -p /var/log/sysstat [Pipeline] sh 17:57:56 + ls /var/log/sa-host 17:57:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:57:56 provisioning config files... 17:57:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config8844651782627170875tmp [Pipeline] { [Pipeline] echo 17:57:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:57:57 ---> create-netrc.sh [Pipeline] } 17:57:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:57:57 ---> python-tools-install.sh [Pipeline] echo 17:57:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:57:57 ---> sudo-logs.sh 17:57:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:57:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:57:58 ---> job-cost.sh 17:57:58 lf-activate-venv: SKIPPING 17:57:58 DEBUG: total: 0.2199999988079071 17:57:58 INFO: Retrieving Stack Cost... 17:57:58 INFO: Retrieving Pricing Info for: v3-standard-8 17:57:59 INFO: Archiving Costs [Pipeline] echo 17:57:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:57:59 ---> logs-deploy.sh 17:57:59 lf-activate-venv: SKIPPING 17:57:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/151 17:57:59 INFO: archiving workspace using pattern(s): 17:58:00 Archives upload complete. 17:58:00 INFO: archiving logs to Nexus