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 [2022-08-15T17:45:17.647Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-15T17:45:17.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-15T17:45:17.698Z] ========================================================= [2022-08-15T17:45:17.698Z] EdgeX Global Pipelines Version Info [2022-08-15T17:45:17.698Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:45:18.475Z] ------------------- [2022-08-15T17:45:18.475Z] stable info: [2022-08-15T17:45:18.475Z] ------------------- [2022-08-15T17:45:18.475Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T17:45:18.475Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T17:45:18.475Z] Message: update stable to v1.0.238 [2022-08-15T17:45:19.049Z] ------------------- [2022-08-15T17:45:19.049Z] experimental info: [2022-08-15T17:45:19.049Z] ------------------- [2022-08-15T17:45:19.049Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T17:45:19.049Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T17:45:19.049Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-15T17:45:19.300Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2022-08-15T17:45:19.314Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2022-08-15T17:45:19.328Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-15T17:45:19.341Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-15T17:45:19.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-15T17:45:19.361Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-15T17:45:19.375Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-15T17:45:19.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-15T17:45:19.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-15T17:45:19.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-15T17:45:19.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-15T17:45:19.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2022-08-15T17:45:19.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-15T17:45:19.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-15T17:45:19.475Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:45:19.492Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:45:19.510Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:45:19.526Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:45:19.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-15T17:45:19.550Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-15T17:45:19.564Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-15T17:45:19.577Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-15T17:45:19.588Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-15T17:45:19.599Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-15T17:45:19.610Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-08-15T17:45:19.622Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-15T17:45:19.633Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-15T17:45:19.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-15T17:45:19.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-15T17:45:19.657Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-15T17:45:19.668Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo [2022-08-15T17:45:19.686Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 523a62a [Pipeline] echo [2022-08-15T17:45:19.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-15T17:45:20.050Z] + git rev-list -1 --merges 523a62ae167beff3074b878453cb29e7723133bf~1..523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo [2022-08-15T17:45:20.085Z] -----------> git rev-list -1 --merges 523a62ae167beff3074b878453cb29e7723133bf~1..523a62ae167beff3074b878453cb29e7723133bf 523a62ae167beff3074b878453cb29e7723133bf [false] [Pipeline] sh [2022-08-15T17:45:20.380Z] + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo [2022-08-15T17:45:20.401Z] ========================================================= [2022-08-15T17:45:20.401Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-15T17:45:20.401Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T17:45:20.749Z] + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] echo [2022-08-15T17:45:20.761Z] [semverPrep] GIT_COMMIT: 523a62ae167beff3074b878453cb29e7723133bf, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#1162) [Pipeline] echo [2022-08-15T17:45:20.771Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-15T17:45:21.149Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T17:45:21.149Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-15T17:45:21.149Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-15T17:45:21.149Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-15T17:45:21.149Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-15T17:45:21.149Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-15T17:45:21.149Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:45:21.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:45:21.841Z] [2022-08-15T17:45:21.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:45:22.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:45:22.418Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-15T17:45:22.418Z] b85a868b505f: Pulling fs layer [2022-08-15T17:45:22.418Z] e2be974225ed: Pulling fs layer [2022-08-15T17:45:22.418Z] 339a4e72a1f5: Pulling fs layer [2022-08-15T17:45:22.418Z] 988bab9f4d93: Pulling fs layer [2022-08-15T17:45:22.418Z] 1469e6f7b9e6: Pulling fs layer [2022-08-15T17:45:22.418Z] eaf3925da568: Pulling fs layer [2022-08-15T17:45:22.418Z] bab4dde63d76: Pulling fs layer [2022-08-15T17:45:22.418Z] bde34c3a00c8: Pulling fs layer [2022-08-15T17:45:22.418Z] b352a97aabf1: Pulling fs layer [2022-08-15T17:45:22.418Z] 4872d77fe225: Pulling fs layer [2022-08-15T17:45:22.418Z] 5851b861e8e6: Pulling fs layer [2022-08-15T17:45:22.418Z] 1469e6f7b9e6: Waiting [2022-08-15T17:45:22.418Z] eaf3925da568: Waiting [2022-08-15T17:45:22.418Z] bab4dde63d76: Waiting [2022-08-15T17:45:22.418Z] bde34c3a00c8: Waiting [2022-08-15T17:45:22.418Z] b352a97aabf1: Waiting [2022-08-15T17:45:22.418Z] 4872d77fe225: Waiting [2022-08-15T17:45:22.418Z] 5851b861e8e6: Waiting [2022-08-15T17:45:22.418Z] 988bab9f4d93: Waiting [2022-08-15T17:45:22.418Z] e2be974225ed: Verifying Checksum [2022-08-15T17:45:22.418Z] e2be974225ed: Download complete [2022-08-15T17:45:22.418Z] 988bab9f4d93: Verifying Checksum [2022-08-15T17:45:22.418Z] 988bab9f4d93: Download complete [2022-08-15T17:45:22.678Z] 339a4e72a1f5: Verifying Checksum [2022-08-15T17:45:22.678Z] 339a4e72a1f5: Download complete [2022-08-15T17:45:22.678Z] 1469e6f7b9e6: Verifying Checksum [2022-08-15T17:45:22.678Z] 1469e6f7b9e6: Download complete [2022-08-15T17:45:22.678Z] eaf3925da568: Verifying Checksum [2022-08-15T17:45:22.678Z] eaf3925da568: Download complete [2022-08-15T17:45:22.678Z] bde34c3a00c8: Verifying Checksum [2022-08-15T17:45:22.678Z] bde34c3a00c8: Download complete [2022-08-15T17:45:22.678Z] b352a97aabf1: Download complete [2022-08-15T17:45:22.678Z] 4872d77fe225: Verifying Checksum [2022-08-15T17:45:22.678Z] 4872d77fe225: Download complete [2022-08-15T17:45:22.678Z] 5851b861e8e6: Download complete [2022-08-15T17:45:22.678Z] b85a868b505f: Verifying Checksum [2022-08-15T17:45:22.678Z] b85a868b505f: Download complete [2022-08-15T17:45:22.939Z] bab4dde63d76: Verifying Checksum [2022-08-15T17:45:22.939Z] bab4dde63d76: Download complete [2022-08-15T17:45:24.323Z] b85a868b505f: Pull complete [2022-08-15T17:45:24.323Z] e2be974225ed: Pull complete [2022-08-15T17:45:24.895Z] 339a4e72a1f5: Pull complete [2022-08-15T17:45:25.161Z] 988bab9f4d93: Pull complete [2022-08-15T17:45:25.423Z] 1469e6f7b9e6: Pull complete [2022-08-15T17:45:25.423Z] eaf3925da568: Pull complete [2022-08-15T17:45:27.339Z] bab4dde63d76: Pull complete [2022-08-15T17:45:27.601Z] bde34c3a00c8: Pull complete [2022-08-15T17:45:27.601Z] b352a97aabf1: Pull complete [2022-08-15T17:45:27.861Z] 4872d77fe225: Pull complete [2022-08-15T17:45:27.861Z] 5851b861e8e6: Pull complete [2022-08-15T17:45:27.861Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-15T17:45:27.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:45:27.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:45:27.964Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:45:28.009Z] $ 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 [2022-08-15T17:45:30.212Z] $ docker top f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 -eo pid,comm [2022-08-15T17:45:30.273Z] 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). [2022-08-15T17:45:30.273Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T17:45:30.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:45:30.309Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:45:30.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:45:30.454Z] $ docker exec f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent [2022-08-15T17:45:30.574Z] SSH_AUTH_SOCK=/tmp/ssh-VPxg6guTLB0f/agent.32 [2022-08-15T17:45:30.574Z] SSH_AGENT_PID=39 [2022-08-15T17:45:30.580Z] Running ssh-add (command line suppressed) [2022-08-15T17:45:30.705Z] 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) [2022-08-15T17:45:30.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:45:31.012Z] + git tag --points-at HEAD [Pipeline] } [2022-08-15T17:45:31.034Z] $ docker exec --env ******** --env ******** f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent -k [2022-08-15T17:45:31.148Z] unset SSH_AUTH_SOCK; [2022-08-15T17:45:31.148Z] unset SSH_AGENT_PID; [2022-08-15T17:45:31.148Z] echo Agent pid 39 killed; [2022-08-15T17:45:31.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-15T17:45:31.177Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:45:31.177Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:45:31.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:45:31.361Z] $ docker exec f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent [2022-08-15T17:45:31.492Z] SSH_AUTH_SOCK=/tmp/ssh-aka2x8jeUha1/agent.72 [2022-08-15T17:45:31.492Z] SSH_AGENT_PID=78 [2022-08-15T17:45:31.498Z] Running ssh-add (command line suppressed) [2022-08-15T17:45:31.623Z] 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) [2022-08-15T17:45:31.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:45:31.926Z] + git semver init [2022-08-15T17:45:32.187Z] 2022-08-15 17:45:32,152 [run_init] DEBUG init version:0.0.0 force:False [2022-08-15T17:45:32.187Z] 2022-08-15 17:45:32,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver [2022-08-15T17:45:32.187Z] 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 [2022-08-15T17:45:32.187Z] 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) [2022-08-15T17:45:34.101Z] 2022-08-15 17:45:33,623 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude [2022-08-15T17:45:34.101Z] 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 [2022-08-15T17:45:34.101Z] 2022-08-15 17:45:33,624 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:45:34.101Z] 2022-08-15 17:45:33,624 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:45:34.101Z] 2.3.0-dev.30 [Pipeline] } [2022-08-15T17:45:34.119Z] $ docker exec --env ******** --env ******** f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 ssh-agent -k [2022-08-15T17:45:34.243Z] unset SSH_AUTH_SOCK; [2022-08-15T17:45:34.243Z] unset SSH_AGENT_PID; [2022-08-15T17:45:34.244Z] echo Agent pid 78 killed; [2022-08-15T17:45:34.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T17:45:34.558Z] + git semver [Pipeline] } [2022-08-15T17:45:34.841Z] $ docker stop --time=1 f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 [2022-08-15T17:45:36.153Z] $ docker rm -f f456cb8a10085e0d2d85f38c5afc2a70ab77c242903cd9da52a65d8c00df8ee7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:45:36.514Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-15T17:45:36.759Z] Stashed 1 file(s) [Pipeline] echo [2022-08-15T17:45:36.761Z] [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 [2022-08-15T17:45:36.921Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:45:36.938Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:45:36.946Z] ========================================================= [2022-08-15T17:45:36.946Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-15T17:45:36.946Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:45:37.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T17:45:37.246Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-15T17:45:37.246Z] 2408cc74d12b: Pulling fs layer [2022-08-15T17:45:37.246Z] ea60b727a1ce: Pulling fs layer [2022-08-15T17:45:37.246Z] 30c4a7721957: Pulling fs layer [2022-08-15T17:45:37.246Z] 370296b7ddb6: Pulling fs layer [2022-08-15T17:45:37.246Z] 7c6cee850709: Pulling fs layer [2022-08-15T17:45:37.246Z] 39a5fcdaea64: Pulling fs layer [2022-08-15T17:45:37.246Z] d94ebbe4e438: Pulling fs layer [2022-08-15T17:45:37.246Z] bcfd1f05c69d: Pulling fs layer [2022-08-15T17:45:37.246Z] 59ccb84bbe0f: Pulling fs layer [2022-08-15T17:45:37.246Z] 370296b7ddb6: Waiting [2022-08-15T17:45:37.246Z] 7c6cee850709: Waiting [2022-08-15T17:45:37.246Z] 39a5fcdaea64: Waiting [2022-08-15T17:45:37.246Z] bcfd1f05c69d: Waiting [2022-08-15T17:45:37.246Z] 59ccb84bbe0f: Waiting [2022-08-15T17:45:37.246Z] 30c4a7721957: Download complete [2022-08-15T17:45:37.246Z] ea60b727a1ce: Download complete [2022-08-15T17:45:37.246Z] 7c6cee850709: Verifying Checksum [2022-08-15T17:45:37.246Z] 7c6cee850709: Download complete [2022-08-15T17:45:37.246Z] 39a5fcdaea64: Download complete [2022-08-15T17:45:37.246Z] 2408cc74d12b: Verifying Checksum [2022-08-15T17:45:37.246Z] 2408cc74d12b: Download complete [2022-08-15T17:45:37.246Z] d94ebbe4e438: Download complete [2022-08-15T17:45:37.510Z] 2408cc74d12b: Pull complete [2022-08-15T17:45:37.510Z] ea60b727a1ce: Pull complete [2022-08-15T17:45:37.783Z] 59ccb84bbe0f: Verifying Checksum [2022-08-15T17:45:37.783Z] 59ccb84bbe0f: Download complete [2022-08-15T17:45:37.783Z] 30c4a7721957: Pull complete [2022-08-15T17:45:38.045Z] 370296b7ddb6: Verifying Checksum [2022-08-15T17:45:38.045Z] 370296b7ddb6: Download complete [2022-08-15T17:45:38.306Z] bcfd1f05c69d: Verifying Checksum [2022-08-15T17:45:38.306Z] bcfd1f05c69d: Download complete [2022-08-15T17:45:42.506Z] 370296b7ddb6: Pull complete [2022-08-15T17:45:42.506Z] 7c6cee850709: Pull complete [2022-08-15T17:45:42.506Z] 39a5fcdaea64: Pull complete [2022-08-15T17:45:42.506Z] d94ebbe4e438: Pull complete [2022-08-15T17:45:44.417Z] bcfd1f05c69d: Pull complete [2022-08-15T17:45:44.987Z] 59ccb84bbe0f: Pull complete [2022-08-15T17:45:44.987Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-15T17:45:44.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T17:45:44.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2022-08-15T17:45:45.279Z] + 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 [2022-08-15T17:45:45.589Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T17:45:45.589Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:45:45.677Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:45:45.720Z] $ 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 [2022-08-15T17:45:48.783Z] $ docker top 83846c1488bd0dfa9e385fb2a552738b03cc97b923c97a5201afcc3d35d39021 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:45:49.141Z] + go version [2022-08-15T17:45:49.141Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-15T17:45:49.158Z] $ docker stop --time=1 83846c1488bd0dfa9e385fb2a552738b03cc97b923c97a5201afcc3d35d39021 [2022-08-15T17:45:50.444Z] $ 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 [2022-08-15T17:45:50.838Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T17:45:50.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:45:50.926Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:45:50.968Z] $ 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 [2022-08-15T17:45:51.315Z] $ docker top b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:45:51.668Z] + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:45:51.867Z] Still waiting to schedule task [2022-08-15T17:45:51.867Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-15T17:45:51.968Z] + make test [2022-08-15T17:45:51.968Z] make -C ./app-service-template build [2022-08-15T17:45:51.968Z] make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2022-08-15T17:45:51.968Z] go mod tidy [2022-08-15T17:45:51.968Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-08-15T17:45:51.968Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 [2022-08-15T17:45:51.968Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-15T17:45:51.968Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-15T17:45:51.968Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 [2022-08-15T17:45:52.538Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 [2022-08-15T17:45:52.538Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 [2022-08-15T17:45:52.538Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-15T17:45:52.538Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/go-kit/log v0.2.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 [2022-08-15T17:45:52.538Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-08-15T17:45:52.538Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-08-15T17:45:52.538Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-15T17:45:52.538Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-08-15T17:45:52.538Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2022-08-15T17:45:52.538Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2022-08-15T17:45:52.798Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-15T17:45:52.798Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-08-15T17:45:52.798Z] go: downloading github.com/x448/float16 v0.8.4 [2022-08-15T17:45:52.798Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-08-15T17:45:52.798Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-08-15T17:45:52.798Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-08-15T17:45:52.798Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-08-15T17:45:52.798Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-08-15T17:45:52.798Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-08-15T17:45:52.798Z] go: downloading golang.org/x/text v0.3.7 [2022-08-15T17:45:52.798Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-08-15T17:45:53.069Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 [2022-08-15T17:45:53.329Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-08-15T17:45:53.329Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-08-15T17:45:53.329Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-08-15T17:45:53.589Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-08-15T17:45:53.589Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-08-15T17:45:53.589Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-08-15T17:45:53.589Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-08-15T17:45:53.589Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-08-15T17:45:53.589Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-08-15T17:45:53.589Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2022-08-15T17:45:53.589Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-08-15T17:45:53.589Z] go: downloading google.golang.org/grpc v1.46.0 [2022-08-15T17:45:53.589Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-08-15T17:45:53.849Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-08-15T17:45:53.849Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-08-15T17:45:53.849Z] go: downloading github.com/kr/pretty v0.3.0 [2022-08-15T17:45:53.850Z] go: downloading github.com/fatih/color v1.9.0 [2022-08-15T17:45:53.850Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-08-15T17:45:53.850Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-15T17:45:53.850Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-15T17:45:53.850Z] go: downloading github.com/pkg/errors v0.9.1 [2022-08-15T17:45:53.850Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-08-15T17:45:53.850Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-08-15T17:45:53.850Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-08-15T17:45:53.850Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-08-15T17:45:53.850Z] go: downloading google.golang.org/protobuf v1.28.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/kr/text v0.2.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-08-15T17:45:54.114Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-08-15T17:45:54.114Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-08-15T17:45:54.114Z] go: downloading github.com/google/go-cmp v0.5.6 [2022-08-15T17:45:54.114Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-08-15T17:45:54.114Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2022-08-15T17:45:54.114Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-08-15T17:45:54.114Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-08-15T17:45:54.114Z] go: downloading github.com/miekg/dns v1.1.26 [2022-08-15T17:45:54.114Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-08-15T17:45:54.114Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-08-15T17:45:54.375Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-08-15T17:45:54.375Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-15T17:45:54.375Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2022-08-15T17:45:56.291Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0-dev.12 [2022-08-15T17:45:56.291Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0-dev.13 [2022-08-15T17:45:56.291Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.4 [2022-08-15T17:45:56.291Z] go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e [2022-08-15T17:45:56.291Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 [2022-08-15T17:45:56.552Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2022-08-15T17:45:56.552Z] go: downloading github.com/nats-io/nats.go v1.16.0 [2022-08-15T17:45:56.552Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-08-15T17:45:56.552Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-08-15T17:45:56.552Z] go: downloading github.com/nats-io/nats-server/v2 v2.7.4 [2022-08-15T17:45:56.813Z] go: downloading github.com/minio/highwayhash v1.0.2 [2022-08-15T17:45:56.814Z] go: downloading golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 [2022-08-15T17:45:56.814Z] go: downloading github.com/klauspost/compress v1.15.9 [2022-08-15T17:45:56.814Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2022-08-15T17:45:57.774Z] 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 [2022-08-15T17:46:19.798Z] make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2022-08-15T17:46:19.798Z] make -C ./app-service-template test [2022-08-15T17:46:19.798Z] make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2022-08-15T17:46:19.798Z] CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... [2022-08-15T17:46:37.896Z] ok new-app-service 0.060s coverage: 48.1% of statements [2022-08-15T17:46:37.896Z] ? new-app-service/config [no test files] [2022-08-15T17:46:37.896Z] ok new-app-service/functions 0.049s [2022-08-15T17:46:37.896Z] CGO_ENABLED=1 go vet ./... [2022-08-15T17:46:50.118Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:46:50.118Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:46:50.118Z] ./bin/test-attribution-txt.sh [2022-08-15T17:46:50.118Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-15T17:46:50.118Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-15T17:46:50.118Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-15T17:46:50.118Z] make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' [2022-08-15T17:46:50.118Z] CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-15T17:46:50.118Z] go: downloading github.com/gomodule/redigo v1.8.9 [2022-08-15T17:46:50.118Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.124s coverage: 60.3% of statements [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.072s coverage: 93.8% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.132s coverage: 76.5% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.096s coverage: 88.7% of statements [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.058s coverage: 100.0% of statements [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.163s coverage: 78.5% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.115s coverage: 97.3% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.085s coverage: 82.8% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 0.729s coverage: 81.5% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.082s coverage: 28.7% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.069s coverage: 14.0% of statements [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.059s coverage: 27.3% of statements [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2022-08-15T17:46:52.662Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-08-15T17:46:52.662Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.059s coverage: 51.4% of statements [2022-08-15T17:47:19.253Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.171s coverage: 75.5% of statements [2022-08-15T17:47:19.253Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.104s coverage: 94.4% of statements [2022-08-15T17:47:19.253Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-15T17:47:20.202Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:47:20.202Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:47:30.195Z] 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 [2022-08-15T17:47:30.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T17:47:30.229Z] $ docker stop --time=1 b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 [2022-08-15T17:47:31.852Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22833 in /w/workspace/oundry_app-functions-sdk-go_main [2022-08-15T17:47:31.946Z] $ docker rm -f b59c75f8a3f5bd38a47313e4e2475994a685d5fb7e14a803b3c917aae3cb12b4 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws [2022-08-15T17:47:32.531Z] Running in /w/workspace/app-functions-sdk-go/151 [Pipeline] { [Pipeline] checkout [2022-08-15T17:47:32.554Z] The recommended git tool is: git [2022-08-15T17:47:32.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T17:47:32.835Z] 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 [2022-08-15T17:47:33.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:47:33.290Z] [2022-08-15T17:47:33.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:47:33.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:47:33.603Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-15T17:47:33.603Z] 5eb5b503b376: Pulling fs layer [2022-08-15T17:47:33.603Z] 5c69ac0246d0: Pulling fs layer [2022-08-15T17:47:33.603Z] ec43610c2a17: Pulling fs layer [2022-08-15T17:47:33.603Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-15T17:47:33.603Z] 33b1e0a273af: Pulling fs layer [2022-08-15T17:47:33.603Z] 3a2ae6a8a46f: Waiting [2022-08-15T17:47:33.603Z] 5d3b04190fa2: Pulling fs layer [2022-08-15T17:47:33.603Z] 2f39f015ded8: Pulling fs layer [2022-08-15T17:47:33.603Z] 33b1e0a273af: Waiting [2022-08-15T17:47:33.603Z] 5d3b04190fa2: Waiting [2022-08-15T17:47:33.603Z] 2f39f015ded8: Waiting [2022-08-15T17:47:33.866Z] 5c69ac0246d0: Verifying Checksum [2022-08-15T17:47:33.866Z] 5c69ac0246d0: Download complete [2022-08-15T17:47:33.866Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-15T17:47:33.866Z] 3a2ae6a8a46f: Download complete [2022-08-15T17:47:33.866Z] 33b1e0a273af: Verifying Checksum [2022-08-15T17:47:33.866Z] 33b1e0a273af: Download complete [2022-08-15T17:47:33.866Z] ec43610c2a17: Verifying Checksum [2022-08-15T17:47:33.866Z] ec43610c2a17: Download complete [2022-08-15T17:47:33.866Z] 5d3b04190fa2: Download complete [2022-08-15T17:47:34.124Z] 5eb5b503b376: Verifying Checksum [2022-08-15T17:47:34.124Z] 5eb5b503b376: Download complete [2022-08-15T17:47:34.691Z] 2f39f015ded8: Download complete [2022-08-15T17:47:35.629Z] 5eb5b503b376: Pull complete [2022-08-15T17:47:35.629Z] 5c69ac0246d0: Pull complete [2022-08-15T17:47:36.197Z] ec43610c2a17: Pull complete [2022-08-15T17:47:36.197Z] 3a2ae6a8a46f: Pull complete [2022-08-15T17:47:36.456Z] 33b1e0a273af: Pull complete [2022-08-15T17:47:36.456Z] 5d3b04190fa2: Pull complete [2022-08-15T17:47:39.105Z] using credential edgex-jenkins-ssh [2022-08-15T17:47:39.122Z] Cloning the remote Git repository [2022-08-15T17:47:39.194Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2022-08-15T17:47:39.268Z] > git init /w/workspace/app-functions-sdk-go/151 # timeout=10 [2022-08-15T17:47:39.359Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2022-08-15T17:47:39.360Z] > git --version # timeout=10 [2022-08-15T17:47:39.375Z] > git --version # 'git version 2.25.1' [2022-08-15T17:47:39.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T17:47:39.513Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T17:47:41.735Z] 2f39f015ded8: Pull complete [2022-08-15T17:47:41.735Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-15T17:47:41.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:47:41.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:47:41.831Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:47:41.875Z] $ 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 [2022-08-15T17:47:42.942Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2022-08-15T17:47:42.960Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T17:47:42.981Z] Avoid second fetch [2022-08-15T17:47:42.981Z] Checking out Revision 523a62ae167beff3074b878453cb29e7723133bf (main) [2022-08-15T17:47:43.005Z] > git config core.sparsecheckout # timeout=10 [2022-08-15T17:47:43.018Z] > git checkout -f 523a62ae167beff3074b878453cb29e7723133bf # timeout=10 [2022-08-15T17:47:44.792Z] $ docker top 40224e3e6d16f1b034f480995a70ebde1b22e8f54c8bd850ae57143be0698380 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:47:45.199Z] ---> job-cost.sh [2022-08-15T17:47:45.199Z] lf-activate-venv: SKIPPING [2022-08-15T17:47:45.199Z] INFO: No Stack... [2022-08-15T17:47:45.771Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T17:47:46.032Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T17:47:46.325Z] + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv [2022-08-15T17:47:46.325Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T17:47:46.341Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [2022-08-15T17:47:46.349Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] did not exist. Created. [2022-08-15T17:47:46.349Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T17:47:46.658Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-15T17:47:46.701Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T17:47:46.708Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T17:47:46.735Z] $ docker stop --time=1 40224e3e6d16f1b034f480995a70ebde1b22e8f54c8bd850ae57143be0698380 [2022-08-15T17:47:47.208Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#1162)" [2022-08-15T17:47:47.482Z] [2022-08-15T17:47:47.482Z] GitHub has been notified of this commit’s build result [2022-08-15T17:47:47.482Z] [2022-08-15T17:47:47.902Z] $ 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 [2022-08-15T17:47:48.522Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-15T17:47:48.522Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:47:48.522Z] Dload Upload Total Spent Left Speed [2022-08-15T17:47:48.522Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 99451 0 --:--:-- --:--:-- --:--:-- 99451 [Pipeline] sh [2022-08-15T17:47:49.288Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-15T17:47:49.629Z] + sudo tee /etc/docker/daemon.new [2022-08-15T17:47:49.629Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-15T17:47:49.629Z] { [2022-08-15T17:47:49.629Z] "registry-mirrors": [ [2022-08-15T17:47:49.629Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-15T17:47:49.629Z] ], [2022-08-15T17:47:49.629Z] "bip": "10.250.0.254/24", [2022-08-15T17:47:49.629Z] "hosts": [ [2022-08-15T17:47:49.629Z] "tcp://0.0.0.0:5555", [2022-08-15T17:47:49.629Z] "unix:///var/run/docker.sock" [2022-08-15T17:47:49.629Z] ], [2022-08-15T17:47:49.629Z] "mtu": 1458, [2022-08-15T17:47:49.629Z] "selinux-enabled": true, [2022-08-15T17:47:49.629Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-15T17:47:49.629Z] } [Pipeline] sh [2022-08-15T17:47:49.991Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-15T17:47:50.330Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-08-15T17:48:09.327Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:48:09.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:48:09.349Z] ========================================================= [2022-08-15T17:48:09.349Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-15T17:48:09.349Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:48:09.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T17:48:10.284Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-15T17:48:10.284Z] b3c136eddcbf: Pulling fs layer [2022-08-15T17:48:10.284Z] c0a3192eca97: Pulling fs layer [2022-08-15T17:48:10.284Z] a050256f5b6f: Pulling fs layer [2022-08-15T17:48:10.284Z] 656be50a0ddc: Pulling fs layer [2022-08-15T17:48:10.284Z] 2bbca73fdf42: Pulling fs layer [2022-08-15T17:48:10.284Z] 46d945488cbd: Pulling fs layer [2022-08-15T17:48:10.284Z] 8a5474983e97: Pulling fs layer [2022-08-15T17:48:10.284Z] 2bbca73fdf42: Waiting [2022-08-15T17:48:10.284Z] 329c88fbcd65: Pulling fs layer [2022-08-15T17:48:10.284Z] 46d945488cbd: Waiting [2022-08-15T17:48:10.284Z] 656be50a0ddc: Waiting [2022-08-15T17:48:10.284Z] 8a5474983e97: Waiting [2022-08-15T17:48:10.284Z] 329c88fbcd65: Waiting [2022-08-15T17:48:10.284Z] c0a3192eca97: Verifying Checksum [2022-08-15T17:48:10.284Z] c0a3192eca97: Download complete [2022-08-15T17:48:10.284Z] a050256f5b6f: Verifying Checksum [2022-08-15T17:48:10.284Z] a050256f5b6f: Download complete [2022-08-15T17:48:10.284Z] 2bbca73fdf42: Verifying Checksum [2022-08-15T17:48:10.284Z] 2bbca73fdf42: Download complete [2022-08-15T17:48:10.284Z] b3c136eddcbf: Download complete [2022-08-15T17:48:10.284Z] 46d945488cbd: Verifying Checksum [2022-08-15T17:48:10.284Z] 46d945488cbd: Download complete [2022-08-15T17:48:11.275Z] b3c136eddcbf: Pull complete [2022-08-15T17:48:11.275Z] 329c88fbcd65: Verifying Checksum [2022-08-15T17:48:11.275Z] 329c88fbcd65: Download complete [2022-08-15T17:48:11.882Z] c0a3192eca97: Pull complete [2022-08-15T17:48:12.162Z] a050256f5b6f: Pull complete [2022-08-15T17:48:12.437Z] 8a5474983e97: Verifying Checksum [2022-08-15T17:48:12.437Z] 8a5474983e97: Download complete [2022-08-15T17:48:13.413Z] 656be50a0ddc: Verifying Checksum [2022-08-15T17:48:13.413Z] 656be50a0ddc: Download complete [2022-08-15T17:48:25.829Z] 656be50a0ddc: Pull complete [2022-08-15T17:48:25.829Z] 2bbca73fdf42: Pull complete [2022-08-15T17:48:26.103Z] 46d945488cbd: Pull complete [2022-08-15T17:48:32.837Z] 8a5474983e97: Pull complete [2022-08-15T17:48:34.276Z] 329c88fbcd65: Pull complete [2022-08-15T17:48:34.548Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-15T17:48:34.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T17:48:34.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2022-08-15T17:48:34.888Z] + 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 [2022-08-15T17:48:35.838Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T17:48:35.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:48:36.082Z] prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container [2022-08-15T17:48:36.176Z] $ 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 [2022-08-15T17:48:39.150Z] $ docker top ef0aa0d34d54766f53a8547fc44faae397fcfceab266a96811cb542a6c857106 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:48:40.044Z] + go version [2022-08-15T17:48:40.044Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-15T17:48:40.074Z] $ docker stop --time=1 ef0aa0d34d54766f53a8547fc44faae397fcfceab266a96811cb542a6c857106 [2022-08-15T17:48:41.768Z] $ 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 [2022-08-15T17:48:42.378Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T17:48:42.378Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:48:42.603Z] prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container [2022-08-15T17:48:42.689Z] $ 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 [2022-08-15T17:48:43.910Z] $ docker top 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:48:44.789Z] + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/151 [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:48:45.463Z] + make test [2022-08-15T17:48:45.463Z] make -C ./app-service-template build [2022-08-15T17:48:45.463Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/151/app-service-template' [2022-08-15T17:48:45.463Z] go mod tidy [2022-08-15T17:48:45.463Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 [2022-08-15T17:48:45.463Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-08-15T17:48:45.463Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-15T17:48:45.463Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-15T17:48:45.738Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 [2022-08-15T17:48:45.738Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 [2022-08-15T17:48:45.738Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 [2022-08-15T17:48:45.738Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-15T17:48:45.738Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-15T17:48:45.739Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-15T17:48:45.739Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-08-15T17:48:46.012Z] go: downloading github.com/go-kit/log v0.2.0 [2022-08-15T17:48:46.012Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 [2022-08-15T17:48:46.012Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-08-15T17:48:46.012Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-15T17:48:46.012Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 [2022-08-15T17:48:46.012Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-08-15T17:48:46.012Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-15T17:48:46.012Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 [2022-08-15T17:48:46.289Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-08-15T17:48:46.289Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-08-15T17:48:46.289Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-08-15T17:48:46.289Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2022-08-15T17:48:46.289Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-08-15T17:48:46.289Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-08-15T17:48:46.289Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-08-15T17:48:46.289Z] go: downloading golang.org/x/text v0.3.7 [2022-08-15T17:48:46.900Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-08-15T17:48:47.176Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-08-15T17:48:47.176Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-08-15T17:48:49.167Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-08-15T17:48:49.167Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-15T17:48:49.441Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-08-15T17:48:49.441Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-08-15T17:48:49.441Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2022-08-15T17:48:49.441Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-15T17:48:49.441Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 [2022-08-15T17:48:49.716Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-08-15T17:48:49.716Z] go: downloading github.com/x448/float16 v0.8.4 [2022-08-15T17:48:49.716Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-08-15T17:48:49.716Z] go: downloading github.com/kr/pretty v0.3.0 [2022-08-15T17:48:49.716Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-08-15T17:48:49.716Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-08-15T17:48:49.716Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-08-15T17:48:49.992Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-08-15T17:48:49.992Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-08-15T17:48:49.992Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-08-15T17:48:49.992Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2022-08-15T17:48:50.277Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-08-15T17:48:50.277Z] go: downloading google.golang.org/grpc v1.46.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/kr/text v0.2.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-08-15T17:48:51.255Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-08-15T17:48:51.255Z] go: downloading github.com/fatih/color v1.9.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-08-15T17:48:51.255Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-15T17:48:51.255Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-15T17:48:51.255Z] go: downloading github.com/pkg/errors v0.9.1 [2022-08-15T17:48:51.255Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-08-15T17:48:51.530Z] go: downloading google.golang.org/protobuf v1.28.0 [2022-08-15T17:48:51.530Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-08-15T17:48:51.530Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-08-15T17:48:51.530Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-08-15T17:48:51.530Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-08-15T17:48:52.127Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-08-15T17:48:52.403Z] go: downloading github.com/google/go-cmp v0.5.6 [2022-08-15T17:48:52.678Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-08-15T17:48:52.678Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-08-15T17:48:52.678Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-08-15T17:48:52.678Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-08-15T17:48:52.678Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-08-15T17:48:52.678Z] go: downloading github.com/miekg/dns v1.1.26 [2022-08-15T17:48:52.954Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-08-15T17:48:52.954Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2022-08-15T17:48:52.954Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-08-15T17:48:53.229Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-08-15T17:48:53.229Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-15T17:48:53.229Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-08-15T17:48:53.229Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2022-08-15T17:48:57.541Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0-dev.12 [2022-08-15T17:48:57.541Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0-dev.13 [2022-08-15T17:48:57.541Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.4 [2022-08-15T17:48:57.541Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 [2022-08-15T17:48:57.814Z] go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e [2022-08-15T17:48:57.814Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2022-08-15T17:48:58.091Z] go: downloading github.com/nats-io/nats.go v1.16.0 [2022-08-15T17:48:58.365Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-08-15T17:48:58.365Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-08-15T17:48:58.365Z] go: downloading github.com/nats-io/nats-server/v2 v2.7.4 [2022-08-15T17:48:58.962Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2022-08-15T17:48:58.962Z] go: downloading github.com/klauspost/compress v1.15.9 [2022-08-15T17:48:58.962Z] go: downloading github.com/minio/highwayhash v1.0.2 [2022-08-15T17:48:58.962Z] go: downloading golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 [2022-08-15T17:49:01.576Z] 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 [2022-08-15T17:50:53.476Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/151/app-service-template' [2022-08-15T17:50:53.476Z] make -C ./app-service-template test [2022-08-15T17:50:53.476Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/151/app-service-template' [2022-08-15T17:50:53.476Z] CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... [2022-08-15T17:53:30.459Z] ok new-app-service 0.308s coverage: 48.1% of statements [2022-08-15T17:53:30.459Z] ? new-app-service/config [no test files] [2022-08-15T17:53:30.459Z] ok new-app-service/functions 0.221s [2022-08-15T17:53:30.459Z] CGO_ENABLED=1 go vet ./... [2022-08-15T17:55:07.435Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:55:07.435Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:55:07.435Z] ./bin/test-attribution-txt.sh [2022-08-15T17:55:07.435Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-15T17:55:07.435Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-15T17:55:07.435Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-15T17:55:07.435Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/151/app-service-template' [2022-08-15T17:55:07.435Z] CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-15T17:55:07.435Z] go: downloading github.com/gomodule/redigo v1.8.9 [2022-08-15T17:55:07.435Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.673s coverage: 60.3% of statements [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.354s coverage: 93.8% of statements [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.413s coverage: 76.5% of statements [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.341s coverage: 88.7% of statements [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.158s coverage: 100.0% of statements [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.828s coverage: 78.5% of statements [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2022-08-15T17:55:19.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.267s coverage: 97.3% of statements [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2022-08-15T17:55:19.901Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] [2022-08-15T17:55:21.908Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.340s coverage: 82.8% of statements [2022-08-15T17:55:21.908Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] [2022-08-15T17:55:26.247Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 1.131s coverage: 81.5% of statements [2022-08-15T17:55:26.247Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] [2022-08-15T17:55:26.247Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] [2022-08-15T17:55:27.696Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.376s coverage: 28.7% of statements [2022-08-15T17:55:27.696Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] [2022-08-15T17:55:27.696Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.288s coverage: 14.0% of statements [2022-08-15T17:55:29.682Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.250s coverage: 27.3% of statements [2022-08-15T17:55:29.682Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2022-08-15T17:55:29.682Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-08-15T17:55:34.012Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.238s coverage: 51.4% of statements [2022-08-15T17:56:06.358Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.577s coverage: 75.5% of statements [2022-08-15T17:56:06.358Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.286s coverage: 94.4% of statements [2022-08-15T17:56:06.358Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-15T17:56:11.837Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:56:12.112Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:56:12.391Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo [2022-08-15T17:56:12.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T17:56:12.434Z] $ docker stop --time=1 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f [2022-08-15T17:56:14.444Z] $ docker rm -f 28474d2e6da2e19aae67003126fcae9ab9852837d388e1e13c9afd0e81c9144f [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:56:18.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T17:56:18.907Z] Warning: overwriting stash ‘coverage-report’ [2022-08-15T17:56:19.538Z] 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 [2022-08-15T17:56:20.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T17:56:20.002Z] [2022-08-15T17:56:20.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:56:20.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T17:56:20.629Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-15T17:56:20.629Z] 8998bd30e6a1: Pulling fs layer [2022-08-15T17:56:20.629Z] 04944245beec: Pulling fs layer [2022-08-15T17:56:20.629Z] 699f458cf7ca: Pulling fs layer [2022-08-15T17:56:20.629Z] 765212b225bb: Pulling fs layer [2022-08-15T17:56:20.629Z] f23df028b6ca: Pulling fs layer [2022-08-15T17:56:20.629Z] d65c8cfc05b1: Pulling fs layer [2022-08-15T17:56:20.629Z] 2437ff75d9bd: Pulling fs layer [2022-08-15T17:56:20.629Z] 765212b225bb: Waiting [2022-08-15T17:56:20.629Z] d65c8cfc05b1: Waiting [2022-08-15T17:56:20.629Z] f23df028b6ca: Waiting [2022-08-15T17:56:20.629Z] 2437ff75d9bd: Waiting [2022-08-15T17:56:20.908Z] 04944245beec: Verifying Checksum [2022-08-15T17:56:20.908Z] 04944245beec: Download complete [2022-08-15T17:56:20.908Z] 765212b225bb: Verifying Checksum [2022-08-15T17:56:20.908Z] 765212b225bb: Download complete [2022-08-15T17:56:20.908Z] f23df028b6ca: Verifying Checksum [2022-08-15T17:56:20.908Z] f23df028b6ca: Download complete [2022-08-15T17:56:20.908Z] d65c8cfc05b1: Verifying Checksum [2022-08-15T17:56:20.908Z] d65c8cfc05b1: Download complete [2022-08-15T17:56:20.908Z] 699f458cf7ca: Verifying Checksum [2022-08-15T17:56:20.908Z] 699f458cf7ca: Download complete [2022-08-15T17:56:21.509Z] 8998bd30e6a1: Verifying Checksum [2022-08-15T17:56:21.509Z] 8998bd30e6a1: Download complete [2022-08-15T17:56:23.483Z] 2437ff75d9bd: Verifying Checksum [2022-08-15T17:56:23.483Z] 2437ff75d9bd: Download complete [2022-08-15T17:56:25.456Z] 8998bd30e6a1: Pull complete [2022-08-15T17:56:25.729Z] 04944245beec: Pull complete [2022-08-15T17:56:27.165Z] 699f458cf7ca: Pull complete [2022-08-15T17:56:27.441Z] 765212b225bb: Pull complete [2022-08-15T17:56:28.036Z] f23df028b6ca: Pull complete [2022-08-15T17:56:28.309Z] d65c8cfc05b1: Pull complete [2022-08-15T17:56:43.395Z] 2437ff75d9bd: Pull complete [2022-08-15T17:56:43.396Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-15T17:56:43.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T17:56:43.396Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:56:43.637Z] prd-ubuntu20.04-docker-arm64-4c-16g-22833 does not seem to be running inside a container [2022-08-15T17:56:43.725Z] $ 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 [2022-08-15T17:56:46.231Z] $ docker top a5c5fa1778b19cef20850050823253468b348405a468d469944e8edb8f5c15f9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:56:47.137Z] ---> job-cost.sh [2022-08-15T17:56:47.137Z] lf-activate-venv: SKIPPING [2022-08-15T17:56:47.137Z] INFO: No Stack... [2022-08-15T17:56:47.730Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-15T17:56:48.324Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T17:56:49.262Z] + cut -d, -f6 [2022-08-15T17:56:49.262Z] + cat /w/workspace/app-functions-sdk-go/151/archives/cost.csv [Pipeline] lock [2022-08-15T17:56:49.325Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [2022-08-15T17:56:49.334Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] did not exist. Created. [2022-08-15T17:56:49.334Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T17:56:50.005Z] /w/workspace/app-functions-sdk-go/151@tmp/durable-9846de21/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-15T17:56:50.679Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-15T17:56:50.697Z] Warning: overwriting stash ‘stack-cost’ [2022-08-15T17:56:50.768Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T17:56:50.777Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T17:56:50.799Z] $ docker stop --time=1 a5c5fa1778b19cef20850050823253468b348405a468d469944e8edb8f5c15f9 [2022-08-15T17:56:52.327Z] $ 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 [2022-08-15T17:56:52.810Z] provisioning config files... [2022-08-15T17:56:52.862Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6753201843354208420tmp [Pipeline] { [Pipeline] sh [2022-08-15T17:56:53.204Z] + set +x [2022-08-15T17:56:53.204Z] + curl -s https://codecov.io/bash [2022-08-15T17:56:53.204Z] + bash -s -- [2022-08-15T17:56:53.204Z] [2022-08-15T17:56:53.204Z] _____ _ [2022-08-15T17:56:53.204Z] / ____| | | [2022-08-15T17:56:53.204Z] | | ___ __| | ___ ___ _____ __ [2022-08-15T17:56:53.204Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-15T17:56:53.204Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-15T17:56:53.204Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-15T17:56:53.204Z] Bash-1.0.6 [2022-08-15T17:56:53.204Z] [2022-08-15T17:56:53.204Z] [2022-08-15T17:56:53.204Z] ==> git version 2.25.1 found [2022-08-15T17:56:53.204Z] ==> 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 [2022-08-15T17:56:53.204Z] Release-Date: 2020-01-08 [2022-08-15T17:56:53.204Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-15T17:56:53.204Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-15T17:56:53.204Z] ==> Jenkins CI detected. [2022-08-15T17:56:53.204Z] current dir:  /w/workspace/oundry_app-functions-sdk-go_main [2022-08-15T17:56:53.204Z] project root: . [2022-08-15T17:56:53.204Z] --> token set from env [2022-08-15T17:56:53.204Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-15T17:56:53.204Z] ==> Running gcov in . (disable via -X gcov) [2022-08-15T17:56:53.204Z] ==> Python coveragepy not found [2022-08-15T17:56:53.204Z] ==> Searching for coverage reports in: [2022-08-15T17:56:53.204Z] + . [2022-08-15T17:56:53.204Z] -> Found 2 reports [2022-08-15T17:56:53.204Z] ==> Detecting git/mercurial file structure [2022-08-15T17:56:53.204Z] ==> Reading reports [2022-08-15T17:56:53.204Z] + ./app-service-template/coverage.out bytes=1222 [2022-08-15T17:56:53.204Z] + ./coverage.out bytes=125926 [2022-08-15T17:56:53.204Z] ==> Appending adjustments [2022-08-15T17:56:53.204Z] https://docs.codecov.io/docs/fixing-reports [2022-08-15T17:56:53.773Z] + Found adjustments [2022-08-15T17:56:53.773Z] ==> Gzipping contents [2022-08-15T17:56:53.773Z] 24K /tmp/codecov.SSx6jh.gz [2022-08-15T17:56:53.773Z] ==> Uploading reports [2022-08-15T17:56:53.773Z] url: https://codecov.io [2022-08-15T17:56:53.773Z] 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= [2022-08-15T17:56:53.773Z] -> Pinging Codecov [2022-08-15T17:56:53.773Z] 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= [2022-08-15T17:56:54.034Z] -> Uploading to [2022-08-15T17:56:54.034Z] 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 [2022-08-15T17:56:54.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:56:54.034Z] Dload Upload Total Spent Left Speed [2022-08-15T17:56:54.294Z] 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 [2022-08-15T17:56:54.294Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/523a62ae167beff3074b878453cb29e7723133bf [Pipeline] } [2022-08-15T17:56:54.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-15T17:56:54.524Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-15T17:56:54.536Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:56:54.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T17:56:54.841Z] [2022-08-15T17:56:54.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:56:55.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T17:56:55.149Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-15T17:56:55.149Z] df9b9388f04a: Pulling fs layer [2022-08-15T17:56:55.149Z] 52dc419b0ee2: Pulling fs layer [2022-08-15T17:56:55.149Z] 25bc292e5bac: Pulling fs layer [2022-08-15T17:56:55.149Z] 114826534d7a: Pulling fs layer [2022-08-15T17:56:55.149Z] 4657fd5d0bcf: Pulling fs layer [2022-08-15T17:56:55.149Z] 6ad1cebc031e: Pulling fs layer [2022-08-15T17:56:55.149Z] 8a3aa393b2d8: Pulling fs layer [2022-08-15T17:56:55.149Z] 4657fd5d0bcf: Waiting [2022-08-15T17:56:55.149Z] 6ad1cebc031e: Waiting [2022-08-15T17:56:55.149Z] 8a3aa393b2d8: Waiting [2022-08-15T17:56:55.149Z] 114826534d7a: Waiting [2022-08-15T17:56:55.149Z] 25bc292e5bac: Verifying Checksum [2022-08-15T17:56:55.149Z] 25bc292e5bac: Download complete [2022-08-15T17:56:55.149Z] 52dc419b0ee2: Download complete [2022-08-15T17:56:55.149Z] 4657fd5d0bcf: Verifying Checksum [2022-08-15T17:56:55.149Z] 4657fd5d0bcf: Download complete [2022-08-15T17:56:55.149Z] df9b9388f04a: Download complete [2022-08-15T17:56:55.414Z] 6ad1cebc031e: Download complete [2022-08-15T17:56:55.414Z] df9b9388f04a: Pull complete [2022-08-15T17:56:55.414Z] 52dc419b0ee2: Pull complete [2022-08-15T17:56:55.684Z] 25bc292e5bac: Pull complete [2022-08-15T17:56:55.945Z] 114826534d7a: Verifying Checksum [2022-08-15T17:56:55.945Z] 114826534d7a: Download complete [2022-08-15T17:56:55.945Z] 8a3aa393b2d8: Verifying Checksum [2022-08-15T17:56:55.945Z] 8a3aa393b2d8: Download complete [2022-08-15T17:57:00.135Z] 114826534d7a: Pull complete [2022-08-15T17:57:00.135Z] 4657fd5d0bcf: Pull complete [2022-08-15T17:57:00.135Z] 6ad1cebc031e: Pull complete [2022-08-15T17:57:03.429Z] 8a3aa393b2d8: Pull complete [2022-08-15T17:57:03.429Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-15T17:57:03.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T17:57:03.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:03.528Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:03.572Z] $ 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 [2022-08-15T17:57:06.443Z] $ docker top fa89c589ffac0655ab8488d78b6775263b3155a020cbaad7a5b30cf8cb29cfd5 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-15T17:57:06.516Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh [2022-08-15T17:57:06.797Z] + set -o pipefail [2022-08-15T17:57:06.797Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' [2022-08-15T17:57:12.087Z] [2022-08-15T17:57:12.087Z] Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2022-08-15T17:57:12.087Z] [2022-08-15T17:57:12.087Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/126c4ac3-7de8-4d6b-9366-da8deb017cfe [2022-08-15T17:57:12.087Z] [2022-08-15T17:57:12.087Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-15T17:57:12.087Z] [2022-08-15T17:57:12.087Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-15T17:57:12.087Z] [2022-08-15T17:57:12.347Z] [Pipeline] } [2022-08-15T17:57:12.368Z] $ docker stop --time=1 fa89c589ffac0655ab8488d78b6775263b3155a020cbaad7a5b30cf8cb29cfd5 [2022-08-15T17:57:15.454Z] $ 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 [2022-08-15T17:57:15.890Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T17:57:15.903Z] provisioning config files... [2022-08-15T17:57:15.911Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config5156796639215472882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:16.208Z] --> edgex-publish-swagger.sh [2022-08-15T17:57:16.208Z] === Publish openapi/v2 API === [2022-08-15T17:57:16.208Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-08-15T17:57:16.208Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] [2022-08-15T17:57:16.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:57:16.208Z] Dload Upload Total Spent Left Speed [2022-08-15T17:57:17.150Z] 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 [2022-08-15T17:57:17.150Z] [2022-08-15T17:57:17.150Z] [Pipeline] } [2022-08-15T17:57:17.158Z] 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 [2022-08-15T17:57:17.549Z] + git log --format=format:%s -1 523a62ae167beff3074b878453cb29e7723133bf [Pipeline] sh [2022-08-15T17:57:17.844Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T17:57:17.844Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:18.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:57:18.146Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:18.232Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:18.273Z] $ 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 [2022-08-15T17:57:18.749Z] $ docker top c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T17:57:18.841Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:57:18.841Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:57:18.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:57:18.991Z] $ docker exec c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c ssh-agent [2022-08-15T17:57:19.129Z] SSH_AUTH_SOCK=/tmp/ssh-1rT0FwRyrbG1/agent.33 [2022-08-15T17:57:19.129Z] SSH_AGENT_PID=39 [2022-08-15T17:57:19.134Z] Running ssh-add (command line suppressed) [2022-08-15T17:57:19.257Z] 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) [2022-08-15T17:57:19.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:57:19.556Z] + git semver tag [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,756 [run_tag] DEBUG tag force:False [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,756 [check_head_tag] DEBUG check head tag [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,757 [execute] INFO git cat-file --batch-check [2022-08-15T17:57:19.818Z] 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=) [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,761 [execute] INFO git cat-file --batch [2022-08-15T17:57:19.818Z] 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=) [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,778 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,779 [execute] INFO git tag -a v2.3.0-dev.30 -m v2.3.0-dev.30 [2022-08-15T17:57:19.818Z] 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) [2022-08-15T17:57:19.818Z] 2022-08-15 17:57:19,785 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:19.818Z] 2.3.0-dev.30 [Pipeline] } [2022-08-15T17:57:19.838Z] $ docker exec --env ******** --env ******** c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c ssh-agent -k [2022-08-15T17:57:19.967Z] unset SSH_AUTH_SOCK; [2022-08-15T17:57:19.967Z] unset SSH_AGENT_PID; [2022-08-15T17:57:19.967Z] echo Agent pid 39 killed; [2022-08-15T17:57:19.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T17:57:20.276Z] + git semver [Pipeline] } [2022-08-15T17:57:20.559Z] $ docker stop --time=1 c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c [2022-08-15T17:57:21.836Z] $ docker rm -f c956a48b7db2a42e3b20928ccae3e23fd5a19bebd2d6caae8ce64549d5c64a9c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:22.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T17:57:22.246Z] [2022-08-15T17:57:22.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:22.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T17:57:22.553Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-15T17:57:22.553Z] ab5ef0e58194: Pulling fs layer [2022-08-15T17:57:22.553Z] 9712f1f96733: Pulling fs layer [2022-08-15T17:57:22.553Z] 63f879dbbcfc: Pulling fs layer [2022-08-15T17:57:22.553Z] 0d9ebad4ef96: Pulling fs layer [2022-08-15T17:57:22.553Z] e9a5061849ea: Pulling fs layer [2022-08-15T17:57:22.553Z] d747dcd14b5f: Pulling fs layer [2022-08-15T17:57:22.553Z] 2de7ff778b66: Pulling fs layer [2022-08-15T17:57:22.553Z] 0d9ebad4ef96: Waiting [2022-08-15T17:57:22.553Z] e9a5061849ea: Waiting [2022-08-15T17:57:22.553Z] d747dcd14b5f: Waiting [2022-08-15T17:57:22.553Z] 2de7ff778b66: Waiting [2022-08-15T17:57:22.553Z] 9712f1f96733: Verifying Checksum [2022-08-15T17:57:22.553Z] 9712f1f96733: Download complete [2022-08-15T17:57:22.814Z] 63f879dbbcfc: Verifying Checksum [2022-08-15T17:57:22.814Z] 63f879dbbcfc: Download complete [2022-08-15T17:57:23.074Z] e9a5061849ea: Verifying Checksum [2022-08-15T17:57:23.074Z] e9a5061849ea: Download complete [2022-08-15T17:57:23.074Z] d747dcd14b5f: Verifying Checksum [2022-08-15T17:57:23.074Z] d747dcd14b5f: Download complete [2022-08-15T17:57:23.074Z] ab5ef0e58194: Verifying Checksum [2022-08-15T17:57:23.074Z] ab5ef0e58194: Download complete [2022-08-15T17:57:23.334Z] 0d9ebad4ef96: Verifying Checksum [2022-08-15T17:57:23.334Z] 0d9ebad4ef96: Download complete [2022-08-15T17:57:23.334Z] 2de7ff778b66: Verifying Checksum [2022-08-15T17:57:23.334Z] 2de7ff778b66: Download complete [2022-08-15T17:57:26.628Z] ab5ef0e58194: Pull complete [2022-08-15T17:57:26.628Z] 9712f1f96733: Pull complete [2022-08-15T17:57:27.197Z] 63f879dbbcfc: Pull complete [2022-08-15T17:57:31.396Z] 0d9ebad4ef96: Pull complete [2022-08-15T17:57:31.965Z] e9a5061849ea: Pull complete [2022-08-15T17:57:31.965Z] d747dcd14b5f: Pull complete [2022-08-15T17:57:33.352Z] 2de7ff778b66: Pull complete [2022-08-15T17:57:33.352Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-15T17:57:33.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T17:57:33.352Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:33.443Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:33.489Z] $ 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 [2022-08-15T17:57:37.516Z] $ docker top eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-15T17:57:37.592Z] provisioning config files... [2022-08-15T17:57:37.600Z] copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config435049938313218653tmp [2022-08-15T17:57:37.610Z] copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6636787300939560118tmp [2022-08-15T17:57:37.621Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config2187652066210436159tmp [Pipeline] { [Pipeline] echo [2022-08-15T17:57:37.636Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:37.917Z] ---> sigul-configuration.sh [2022-08-15T17:57:37.917Z] gpg: directory `/root/.gnupg' created [2022-08-15T17:57:37.917Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-15T17:57:37.917Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-15T17:57:37.917Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-15T17:57:37.917Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-15T17:57:37.917Z] gpg: CAST5 encrypted data [2022-08-15T17:57:37.917Z] gpg: encrypted with 1 passphrase [2022-08-15T17:57:37.917Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-15T17:57:38.214Z] + mkdir /home/jenkins [2022-08-15T17:57:38.214Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-15T17:57:38.503Z] + 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 [2022-08-15T17:57:38.512Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:38.801Z] ---> sigul-install.sh [2022-08-15T17:57:38.801Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-15T17:57:39.089Z] + git tag --list [2022-08-15T17:57:39.089Z] v0.1.0 [2022-08-15T17:57:39.089Z] v0.1.1 [2022-08-15T17:57:39.089Z] v1.0.0 [2022-08-15T17:57:39.089Z] v1.1.0 [2022-08-15T17:57:39.089Z] v1.2.0 [2022-08-15T17:57:39.089Z] v1.3.0 [2022-08-15T17:57:39.089Z] v1.3.1 [2022-08-15T17:57:39.089Z] v2.0.0 [2022-08-15T17:57:39.089Z] v2.0.1 [2022-08-15T17:57:39.089Z] v2.1.0 [2022-08-15T17:57:39.089Z] v2.1.1 [2022-08-15T17:57:39.089Z] v2.1.1-dev.3 [2022-08-15T17:57:39.089Z] v2.1.1-dev.4 [2022-08-15T17:57:39.089Z] v2.2.0 [2022-08-15T17:57:39.089Z] v2.2.1-dev.1 [2022-08-15T17:57:39.089Z] v2.2.1-dev.10 [2022-08-15T17:57:39.089Z] v2.2.1-dev.11 [2022-08-15T17:57:39.089Z] v2.2.1-dev.12 [2022-08-15T17:57:39.089Z] v2.2.1-dev.13 [2022-08-15T17:57:39.089Z] v2.2.1-dev.14 [2022-08-15T17:57:39.089Z] v2.2.1-dev.15 [2022-08-15T17:57:39.089Z] v2.2.1-dev.16 [2022-08-15T17:57:39.089Z] v2.2.1-dev.17 [2022-08-15T17:57:39.089Z] v2.2.1-dev.18 [2022-08-15T17:57:39.089Z] v2.2.1-dev.19 [2022-08-15T17:57:39.089Z] v2.2.1-dev.2 [2022-08-15T17:57:39.089Z] v2.2.1-dev.20 [2022-08-15T17:57:39.089Z] v2.2.1-dev.21 [2022-08-15T17:57:39.089Z] v2.2.1-dev.22 [2022-08-15T17:57:39.089Z] v2.2.1-dev.23 [2022-08-15T17:57:39.089Z] v2.2.1-dev.3 [2022-08-15T17:57:39.089Z] v2.2.1-dev.4 [2022-08-15T17:57:39.089Z] v2.2.1-dev.5 [2022-08-15T17:57:39.089Z] v2.2.1-dev.6 [2022-08-15T17:57:39.089Z] v2.2.1-dev.7 [2022-08-15T17:57:39.089Z] v2.2.1-dev.8 [2022-08-15T17:57:39.089Z] v2.2.1-dev.9 [2022-08-15T17:57:39.089Z] v2.3.0-dev.24 [2022-08-15T17:57:39.089Z] v2.3.0-dev.25 [2022-08-15T17:57:39.089Z] v2.3.0-dev.26 [2022-08-15T17:57:39.089Z] v2.3.0-dev.27 [2022-08-15T17:57:39.089Z] v2.3.0-dev.28 [2022-08-15T17:57:39.089Z] v2.3.0-dev.29 [2022-08-15T17:57:39.089Z] v2.3.0-dev.30 [Pipeline] sh [2022-08-15T17:57:39.379Z] + lftools sign git-tag v2.3.0-dev.30 [2022-08-15T17:57:39.951Z] Signing Git tag with Sigul... [2022-08-15T17:57:39.951Z] Signing v2.3.0-dev.30 [Pipeline] echo [2022-08-15T17:57:40.222Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:40.508Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-15T17:57:40.517Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-15T17:57:40.548Z] $ docker stop --time=1 eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 [2022-08-15T17:57:41.817Z] $ docker rm -f eb5814c773ed285aca2d60dfa7bd2f431379a8ce0dbf6397bef96c7658705639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-15T17:57:42.229Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T17:57:42.230Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:42.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:57:42.536Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:42.627Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:42.670Z] $ 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 [2022-08-15T17:57:43.020Z] $ docker top f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T17:57:43.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:57:43.109Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:57:43.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:57:43.248Z] $ docker exec f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 ssh-agent [2022-08-15T17:57:43.369Z] SSH_AUTH_SOCK=/tmp/ssh-ks2afJksKGLf/agent.33 [2022-08-15T17:57:43.369Z] SSH_AGENT_PID=39 [2022-08-15T17:57:43.375Z] Running ssh-add (command line suppressed) [2022-08-15T17:57:43.514Z] 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) [2022-08-15T17:57:43.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:57:43.808Z] + git semver bump pre [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,017 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,017 [bump_version] DEBUG bumping version:2.3.0-dev.30 on axis:pre with prefix:dev [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,017 [bump_version] DEBUG bumped version:2.3.0-dev.31 [2022-08-15T17:57:44.069Z] 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 [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,017 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,017 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,020 [execute] INFO git cat-file --batch-check [2022-08-15T17:57:44.069Z] 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=) [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,026 [execute] INFO git cat-file --batch [2022-08-15T17:57:44.069Z] 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=) [2022-08-15T17:57:44.069Z] 2022-08-15 17:57:44,032 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:44.069Z] 2.3.0-dev.31 [Pipeline] } [2022-08-15T17:57:44.095Z] $ docker exec --env ******** --env ******** f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 ssh-agent -k [2022-08-15T17:57:44.196Z] unset SSH_AUTH_SOCK; [2022-08-15T17:57:44.196Z] unset SSH_AGENT_PID; [2022-08-15T17:57:44.196Z] echo Agent pid 39 killed; [2022-08-15T17:57:44.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T17:57:44.508Z] + git semver [Pipeline] } [2022-08-15T17:57:44.792Z] $ docker stop --time=1 f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 [2022-08-15T17:57:46.061Z] $ docker rm -f f21593f4146055c7a4dcc7ae088c972e476584438f4072f23210d02697568d61 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:57:46.411Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T17:57:46.412Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:46.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:57:46.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:46.799Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:46.845Z] $ 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 [2022-08-15T17:57:47.232Z] $ docker top 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T17:57:47.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:57:47.326Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:57:47.450Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:57:47.462Z] $ docker exec 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 ssh-agent [2022-08-15T17:57:47.586Z] SSH_AUTH_SOCK=/tmp/ssh-N3DRthZU8HKu/agent.34 [2022-08-15T17:57:47.586Z] SSH_AGENT_PID=41 [2022-08-15T17:57:47.592Z] Running ssh-add (command line suppressed) [2022-08-15T17:57:47.734Z] 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) [2022-08-15T17:57:47.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:57:48.039Z] + git semver push [2022-08-15T17:57:48.300Z] 2022-08-15 17:57:48,259 [run_push] DEBUG push [2022-08-15T17:57:48.300Z] 2022-08-15 17:57:48,260 [execute] INFO git cat-file --batch-check [2022-08-15T17:57:48.300Z] 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=) [2022-08-15T17:57:48.300Z] 2022-08-15 17:57:48,264 [execute] INFO git rev-list e4a9295983f1cad519cc8b62354c4f484bdd38bf -- [2022-08-15T17:57:48.300Z] 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) [2022-08-15T17:57:48.300Z] 2022-08-15 17:57:48,279 [execute] INFO git fetch -v origin [2022-08-15T17:57:48.300Z] 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) [2022-08-15T17:57:48.872Z] 2022-08-15 17:57:48,759 [run_push] DEBUG no remote changes detected [2022-08-15T17:57:48.872Z] 2022-08-15 17:57:48,760 [execute] INFO git push origin semver [2022-08-15T17:57:48.872Z] 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) [2022-08-15T17:57:49.814Z] 2022-08-15 17:57:49,543 [run_push] DEBUG push all version tags [2022-08-15T17:57:49.814Z] 2022-08-15 17:57:49,544 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-15T17:57:49.814Z] 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) [2022-08-15T17:57:50.386Z] 2022-08-15 17:57:50,228 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main [2022-08-15T17:57:50.386Z] 2.3.0-dev.31 [Pipeline] } [2022-08-15T17:57:50.406Z] $ docker exec --env ******** --env ******** 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 ssh-agent -k [2022-08-15T17:57:50.533Z] unset SSH_AUTH_SOCK; [2022-08-15T17:57:50.533Z] unset SSH_AGENT_PID; [2022-08-15T17:57:50.533Z] echo Agent pid 41 killed; [2022-08-15T17:57:50.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T17:57:50.839Z] + git semver [Pipeline] } [2022-08-15T17:57:51.123Z] $ docker stop --time=1 54d64f2cb12f39f20b95e92358f5684eccd28fc11302fb4e124bc52641202e71 [2022-08-15T17:57:52.418Z] $ 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 [2022-08-15T17:57:53.011Z] + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] [2022-08-15T17:57:53.011Z] + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives [2022-08-15T17:57:53.011Z] total 16 [2022-08-15T17:57:53.011Z] drwxr-xr-x 3 root root 4096 Aug 15 17:47 . [2022-08-15T17:57:53.011Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 17:57 .. [2022-08-15T17:57:53.011Z] drwxr-xr-x 2 root root 4096 Aug 15 17:47 cost [2022-08-15T17:57:53.011Z] -rw-r--r-- 1 root root 92 Aug 15 17:47 cost.csv [2022-08-15T17:57:53.011Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives [2022-08-15T17:57:53.011Z] + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives [2022-08-15T17:57:53.011Z] total 16 [2022-08-15T17:57:53.011Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 17:47 . [2022-08-15T17:57:53.011Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 17:57 .. [2022-08-15T17:57:53.011Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 17:47 cost [2022-08-15T17:57:53.011Z] -rw-r--r-- 1 jenkins jenkins 92 Aug 15 17:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:53.303Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:54.175Z] ---> package-listing.sh [2022-08-15T17:57:54.175Z] ++ facter osfamily [2022-08-15T17:57:54.175Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-15T17:57:54.436Z] + OS_FAMILY=debian [2022-08-15T17:57:54.436Z] + workspace=/w/workspace/oundry_app-functions-sdk-go_main [2022-08-15T17:57:54.436Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-15T17:57:54.436Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-15T17:57:54.436Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-15T17:57:54.436Z] + PACKAGES=/tmp/packages_start.txt [2022-08-15T17:57:54.436Z] + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' [2022-08-15T17:57:54.436Z] + PACKAGES=/tmp/packages_end.txt [2022-08-15T17:57:54.436Z] + case "${OS_FAMILY}" in [2022-08-15T17:57:54.436Z] + dpkg -l [2022-08-15T17:57:54.436Z] + grep '^ii' [2022-08-15T17:57:54.436Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-15T17:57:54.436Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-15T17:57:54.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-15T17:57:54.436Z] + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' [2022-08-15T17:57:54.436Z] + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ [2022-08-15T17:57:54.436Z] + 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 [2022-08-15T17:57:54.451Z] 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 [2022-08-15T17:57:54.732Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:57:55.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:57:55.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:57:55.396Z] prd-ubuntu20.04-docker-8c-8g-22832 does not seem to be running inside a container [2022-08-15T17:57:55.445Z] $ 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 [2022-08-15T17:57:55.669Z] $ docker top 22bbab62e00e693f505ef73e22bc7e6a2c0680d611030760ecd9034086276719 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:57:56.070Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-15T17:57:56.444Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-15T17:57:56.806Z] + ls /var/log/sa-host [2022-08-15T17:57:56.806Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T17:57:56.949Z] provisioning config files... [2022-08-15T17:57:56.958Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config8844651782627170875tmp [Pipeline] { [Pipeline] echo [2022-08-15T17:57:56.975Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:57.258Z] ---> create-netrc.sh [Pipeline] } [2022-08-15T17:57:57.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:57.599Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-15T17:57:57.608Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:57.893Z] ---> sudo-logs.sh [2022-08-15T17:57:57.893Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-15T17:57:57.920Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:58.203Z] ---> job-cost.sh [2022-08-15T17:57:58.203Z] lf-activate-venv: SKIPPING [2022-08-15T17:57:58.203Z] DEBUG: total: 0.2199999988079071 [2022-08-15T17:57:58.203Z] INFO: Retrieving Stack Cost... [2022-08-15T17:57:58.773Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T17:57:59.034Z] INFO: Archiving Costs [Pipeline] echo [2022-08-15T17:57:59.046Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:57:59.331Z] ---> logs-deploy.sh [2022-08-15T17:57:59.331Z] lf-activate-venv: SKIPPING [2022-08-15T17:57:59.331Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/151 [2022-08-15T17:57:59.331Z] INFO: archiving workspace using pattern(s): [2022-08-15T17:58:00.269Z] Archives upload complete. [2022-08-15T17:58:00.531Z] INFO: archiving logs to Nexus