Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9fa41a78e2cda4388c0f31842558ab39acd898c6 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-ssh7420396761310132451.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13261518839830621691.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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/levski/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/levski/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4092024796294250874.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh5978914510333603578.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/levski/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/levski/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12385762793940185901.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.18, 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7412 in /w/workspace/ndry_app-functions-sdk-go_levski [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/ndry_app-functions-sdk-go_levski # 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 9fa41a78e2cda4388c0f31842558ab39acd898c6 (levski) Commit message: "fix: [Levski] Make Compression functions thread safe (#1381)" > 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 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 > git rev-list --no-walk 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:49:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:49:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:49:02 ========================================================= 16:49:02 EdgeX Global Pipelines Version Info 16:49:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:49:03 ------------------- 16:49:03 stable info: 16:49:03 ------------------- 16:49:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:49:03 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 16:49:03 Message: update stable to v1.0.245 16:49:03 ------------------- 16:49:03 experimental info: 16:49:03 ------------------- 16:49:03 Commited By: **** collab-it+edgex@linuxfoundation.org 16:49:03 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 16:49:03 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = levski [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = levski [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = levski [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9fa41a7 [Pipeline] echo 16:49:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:49:04 + git rev-list -1 --merges 9fa41a78e2cda4388c0f31842558ab39acd898c6~1..9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo 16:49:04 -----------> git rev-list -1 --merges 9fa41a78e2cda4388c0f31842558ab39acd898c6~1..9fa41a78e2cda4388c0f31842558ab39acd898c6 9fa41a78e2cda4388c0f31842558ab39acd898c6 [false] [Pipeline] sh 16:49:05 + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo 16:49:05 ========================================================= 16:49:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:49:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:49:05 + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo 16:49:05 [semverPrep] GIT_COMMIT: 9fa41a78e2cda4388c0f31842558ab39acd898c6, Commit Message: fix: [Levski] Make Compression functions thread safe (#1381) [Pipeline] echo 16:49:05 [semverPrep] This is not a build commit. [Pipeline] sh 16:49:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:49:05 + grep -v github /etc/ssh/ssh_known_hosts 16:49:05 + [ -e /tmp/ssh_known_hosts ] 16:49:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:49:05 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 16:49:05 -a /etc/ssh/ssh_known_hosts 16:49:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:49:06 16:49:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:49:06 0.1.4: Pulling from edgex-devops/py-git-semver 16:49:06 b85a868b505f: Pulling fs layer 16:49:06 e2be974225ed: Pulling fs layer 16:49:06 339a4e72a1f5: Pulling fs layer 16:49:06 988bab9f4d93: Pulling fs layer 16:49:06 1469e6f7b9e6: Pulling fs layer 16:49:06 eaf3925da568: Pulling fs layer 16:49:06 bab4dde63d76: Pulling fs layer 16:49:06 1469e6f7b9e6: Waiting 16:49:06 988bab9f4d93: Waiting 16:49:06 eaf3925da568: Waiting 16:49:06 bab4dde63d76: Waiting 16:49:06 bde34c3a00c8: Pulling fs layer 16:49:06 b352a97aabf1: Pulling fs layer 16:49:06 4872d77fe225: Pulling fs layer 16:49:06 5851b861e8e6: Pulling fs layer 16:49:06 5851b861e8e6: Waiting 16:49:06 4872d77fe225: Waiting 16:49:06 b352a97aabf1: Waiting 16:49:07 e2be974225ed: Verifying Checksum 16:49:07 e2be974225ed: Download complete 16:49:07 988bab9f4d93: Download complete 16:49:07 339a4e72a1f5: Verifying Checksum 16:49:07 339a4e72a1f5: Download complete 16:49:07 1469e6f7b9e6: Verifying Checksum 16:49:07 1469e6f7b9e6: Download complete 16:49:07 eaf3925da568: Verifying Checksum 16:49:07 eaf3925da568: Download complete 16:49:07 bde34c3a00c8: Verifying Checksum 16:49:07 bde34c3a00c8: Download complete 16:49:07 b352a97aabf1: Verifying Checksum 16:49:07 b352a97aabf1: Download complete 16:49:07 4872d77fe225: Verifying Checksum 16:49:07 4872d77fe225: Download complete 16:49:07 5851b861e8e6: Verifying Checksum 16:49:07 5851b861e8e6: Download complete 16:49:07 b85a868b505f: Verifying Checksum 16:49:07 b85a868b505f: Download complete 16:49:07 bab4dde63d76: Download complete 16:49:08 b85a868b505f: Pull complete 16:49:08 e2be974225ed: Pull complete 16:49:08 339a4e72a1f5: Pull complete 16:49:09 988bab9f4d93: Pull complete 16:49:09 1469e6f7b9e6: Pull complete 16:49:09 eaf3925da568: Pull complete 16:49:11 bab4dde63d76: Pull complete 16:49:11 bde34c3a00c8: Pull complete 16:49:11 b352a97aabf1: Pull complete 16:49:11 4872d77fe225: Pull complete 16:49:11 5851b861e8e6: Pull complete 16:49:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:49:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:49:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:49:11 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 16:49:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:49:14 $ docker top d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 -eo pid,comm 16:49:14 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). 16:49:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:49:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:14 [ssh-agent] Looking for ssh-agent implementation... 16:49:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:14 $ docker exec d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent 16:49:14 SSH_AUTH_SOCK=/tmp/ssh-74s5eWDy3vNe/agent.31 16:49:14 SSH_AGENT_PID=37 16:49:14 Running ssh-add (command line suppressed) 16:49:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_14802391507014907797.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_14802391507014907797.key) 16:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:14 + git tag --points-at HEAD [Pipeline] } 16:49:14 $ docker exec --env ******** --env ******** d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent -k 16:49:14 unset SSH_AUTH_SOCK; 16:49:14 unset SSH_AGENT_PID; 16:49:14 echo Agent pid 37 killed; 16:49:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:49:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:15 [ssh-agent] Looking for ssh-agent implementation... 16:49:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:15 $ docker exec d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent 16:49:15 SSH_AUTH_SOCK=/tmp/ssh-esJlsVEkE4G0/agent.69 16:49:15 SSH_AGENT_PID=75 16:49:15 Running ssh-add (command line suppressed) 16:49:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_12645944109340425304.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_12645944109340425304.key) 16:49:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:15 + git semver init 16:49:15 2023-04-11 16:49:15,853 [run_init] DEBUG init version:0.0.0 force:False 16:49:15 2023-04-11 16:49:15,854 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ndry_app-functions-sdk-go_levski/.semver 16:49:15 2023-04-11 16:49:15,854 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/ndry_app-functions-sdk-go_levski/.semver 16:49:15 2023-04-11 16:49:15,854 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/ndry_app-functions-sdk-go_levski/.semver'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) 16:49:17 2023-04-11 16:49:17,297 [append_file] DEBUG append to file:/w/workspace/ndry_app-functions-sdk-go_levski/.git/info/exclude 16:49:17 2023-04-11 16:49:17,298 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski with force:False 16:49:17 2023-04-11 16:49:17,298 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 16:49:17 2023-04-11 16:49:17,298 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 16:49:17 2.3.1-dev.4 [Pipeline] } 16:49:17 $ docker exec --env ******** --env ******** d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent -k 16:49:17 unset SSH_AUTH_SOCK; 16:49:17 unset SSH_AGENT_PID; 16:49:17 echo Agent pid 75 killed; 16:49:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:49:17 + git semver [Pipeline] } 16:49:18 $ docker stop --time=1 d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 16:49:19 $ docker rm -f --volumes d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 [Pipeline] // withDockerContainer [Pipeline] sh 16:49:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:49:20 Stashed 1 file(s) [Pipeline] echo 16:49:20 [edgeXSemver]: initialized semver on version 2.3.1-dev.4 [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 16:49:20 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:49:20 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:49:20 ========================================================= 16:49:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:49:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:49:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:49:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:49:20 213ec9aee27d: Pulling fs layer 16:49:20 4583459ba037: Pulling fs layer 16:49:20 93c1e223e6f2: Pulling fs layer 16:49:20 53926ce57604: Pulling fs layer 16:49:20 21b2b0c7a3f4: Pulling fs layer 16:49:20 53926ce57604: Waiting 16:49:20 21b2b0c7a3f4: Waiting 16:49:20 22ff95d597cd: Pulling fs layer 16:49:20 12d6caf4c0d1: Pulling fs layer 16:49:20 96b7cbca73a9: Pulling fs layer 16:49:20 22ff95d597cd: Waiting 16:49:20 96b7cbca73a9: Waiting 16:49:20 12d6caf4c0d1: Waiting 16:49:20 a7acece74701: Pulling fs layer 16:49:20 a7acece74701: Waiting 16:49:20 93c1e223e6f2: Verifying Checksum 16:49:20 93c1e223e6f2: Download complete 16:49:20 4583459ba037: Download complete 16:49:20 21b2b0c7a3f4: Verifying Checksum 16:49:20 21b2b0c7a3f4: Download complete 16:49:20 213ec9aee27d: Verifying Checksum 16:49:20 213ec9aee27d: Download complete 16:49:20 22ff95d597cd: Verifying Checksum 16:49:20 22ff95d597cd: Download complete 16:49:20 12d6caf4c0d1: Download complete 16:49:20 213ec9aee27d: Pull complete 16:49:20 4583459ba037: Pull complete 16:49:21 a7acece74701: Verifying Checksum 16:49:21 a7acece74701: Download complete 16:49:21 93c1e223e6f2: Pull complete 16:49:21 96b7cbca73a9: Verifying Checksum 16:49:21 96b7cbca73a9: Download complete 16:49:21 53926ce57604: Verifying Checksum 16:49:21 53926ce57604: Download complete 16:49:25 53926ce57604: Pull complete 16:49:25 21b2b0c7a3f4: Pull complete 16:49:25 22ff95d597cd: Pull complete 16:49:25 12d6caf4c0d1: Pull complete 16:49:27 96b7cbca73a9: Pull complete 16:49:28 a7acece74701: Pull complete 16:49:28 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:49:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 16:49:28 + 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 16:49:29 + docker inspect -f . ci-base-image-x86_64 16:49:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:49:29 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 16:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@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 ******** ci-base-image-x86_64 cat 16:49:32 $ docker top d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:33 + go version 16:49:33 go version go1.18.7 linux/amd64 [Pipeline] } 16:49:33 $ docker stop --time=1 d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 16:49:34 $ docker rm -f --volumes d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:34 + docker inspect -f . ci-base-image-x86_64 16:49:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:49:35 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 16:49:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@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 ******** ci-base-image-x86_64 cat 16:49:35 Still waiting to schedule task 16:49:35 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:49:35 $ docker top b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:35 + git config --global --add safe.directory /w/workspace/ndry_app-functions-sdk-go_levski [Pipeline] fileExists [Pipeline] sh 16:49:36 + make test 16:49:36 make -C ./app-service-template build 16:49:36 make[1]: Entering directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' 16:49:36 go mod tidy 16:49:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:49:36 go: downloading github.com/stretchr/testify v1.8.0 16:49:36 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 16:49:36 go: downloading github.com/google/uuid v1.3.0 16:49:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0 16:49:36 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0 16:49:36 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.3.0 16:49:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:49:36 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 16:49:36 go: downloading github.com/davecgh/go-spew v1.1.1 16:49:36 go: downloading github.com/pmezard/go-difflib v1.0.0 16:49:36 go: downloading gopkg.in/yaml.v3 v3.0.1 16:49:36 go: downloading github.com/stretchr/objx v0.4.0 16:49:36 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0 16:49:36 go: downloading github.com/go-kit/log v0.2.1 16:49:36 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:49:36 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.3.0 16:49:36 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:49:36 go: downloading github.com/gorilla/mux v1.8.0 16:49:36 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:49:36 go: downloading github.com/pelletier/go-toml v1.9.5 16:49:36 go: downloading github.com/gorilla/websocket v1.4.2 16:49:36 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f 16:49:36 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:49:36 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:49:36 go: downloading github.com/go-playground/universal-translator v0.18.0 16:49:36 go: downloading github.com/leodido/go-urn v1.2.1 16:49:36 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:49:36 go: downloading golang.org/x/text v0.3.7 16:49:36 go: downloading github.com/go-playground/locales v0.14.0 16:49:37 go: downloading github.com/mitchellh/copystructure v1.0.0 16:49:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:49:37 go: downloading github.com/hashicorp/errwrap v1.0.0 16:49:37 go: downloading github.com/x448/float16 v0.8.4 16:49:37 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 16:49:37 go: downloading github.com/go-playground/assert/v2 v2.0.1 16:49:37 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 16:49:37 go: downloading github.com/hashicorp/consul/api v1.15.3 16:49:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:49:37 go: downloading bitbucket.org/bertimus9/systemstat v0.5.0 16:49:37 go: downloading github.com/nats-io/nats.go v1.18.0 16:49:37 go: downloading github.com/nats-io/nats-server/v2 v2.9.3 16:49:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:49:37 go: downloading github.com/pebbe/zmq4 v1.2.7 16:49:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:49:37 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 16:49:37 go: downloading github.com/kr/pretty v0.3.0 16:49:37 go: downloading github.com/onsi/ginkgo v1.10.1 16:49:37 go: downloading github.com/onsi/gomega v1.7.0 16:49:37 go: downloading github.com/Microsoft/go-winio v0.5.2 16:49:37 go: downloading github.com/zeebo/errs v1.2.2 16:49:37 go: downloading google.golang.org/grpc v1.46.0 16:49:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:49:37 go: downloading github.com/mitchellh/mapstructure v1.5.0 16:49:37 go: downloading github.com/kr/text v0.2.0 16:49:37 go: downloading github.com/rogpeppe/go-internal v1.8.0 16:49:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:49:37 go: downloading github.com/hashicorp/go-hclog v0.14.1 16:49:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:49:37 go: downloading github.com/hashicorp/serf v0.9.7 16:49:37 go: downloading github.com/google/go-cmp v0.5.7 16:49:38 go: downloading github.com/hashicorp/consul/sdk v0.11.0 16:49:38 go: downloading github.com/hashicorp/go-uuid v1.0.2 16:49:38 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 16:49:38 go: downloading google.golang.org/protobuf v1.28.0 16:49:38 go: downloading github.com/nats-io/nkeys v0.3.0 16:49:38 go: downloading github.com/nats-io/nuid v1.0.1 16:49:38 go: downloading github.com/fatih/color v1.9.0 16:49:38 go: downloading github.com/mattn/go-colorable v0.1.12 16:49:38 go: downloading github.com/mattn/go-isatty v0.0.14 16:49:38 go: downloading github.com/mitchellh/go-homedir v1.1.0 16:49:38 go: downloading github.com/klauspost/compress v1.15.11 16:49:38 go: downloading github.com/minio/highwayhash v1.0.2 16:49:38 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:49:38 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:49:38 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 16:49:38 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 16:49:38 go: downloading github.com/golang/protobuf v1.5.2 16:49:38 go: downloading github.com/armon/go-metrics v0.3.10 16:49:38 go: downloading github.com/hashicorp/go-msgpack v0.5.5 16:49:38 go: downloading github.com/hashicorp/memberlist v0.3.1 16:49:38 go: downloading gopkg.in/yaml.v2 v2.4.0 16:49:38 go: downloading github.com/pkg/errors v0.9.1 16:49:38 go: downloading github.com/hpcloud/tail v1.0.0 16:49:38 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 16:49:38 go: downloading github.com/pascaldekloe/goe v0.1.0 16:49:38 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:49:38 go: downloading gopkg.in/fsnotify.v1 v1.4.7 16:49:38 go: downloading github.com/hashicorp/golang-lru v0.5.4 16:49:38 go: downloading github.com/miekg/dns v1.1.41 16:49:38 go: downloading github.com/google/btree v1.0.0 16:49:38 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 16:49:38 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:49:40 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-new-service 16:49:58 make[1]: Leaving directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' 16:49:58 make -C ./app-service-template test 16:49:58 make[1]: Entering directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' 16:49:58 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 16:50:20 ok app-new-service 0.074s coverage: 48.1% of statements 16:50:20 ? app-new-service/config [no test files] 16:50:20 ok app-new-service/functions 0.073s coverage: 85.3% of statements 16:50:20 CGO_ENABLED=1 go vet ./... 16:50:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:50:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:50:30 ./bin/test-attribution-txt.sh 16:50:30 make[1]: Leaving directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' 16:50:30 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:50:30 go: downloading github.com/gomodule/redigo v1.8.9 16:50:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.135s coverage: 60.4% of statements 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.099s coverage: 93.9% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.118s coverage: 76.5% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.090s coverage: 88.7% of statements 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.067s coverage: 100.0% of statements 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.219s coverage: 76.4% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.058s coverage: 97.3% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.070s coverage: 82.8% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 0.787s coverage: 81.5% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.088s coverage: 28.7% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.076s coverage: 14.0% of statements 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.074s coverage: 27.3% of statements 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:50:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:50:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.063s coverage: 52.8% of statements 16:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.180s coverage: 75.5% of statements 16:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.071s coverage: 94.4% of statements 16:51:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:51:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:51:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:51:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7413 in /w/workspace/ndry_app-functions-sdk-go_levski [Pipeline] { [Pipeline] ws 16:51:08 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 16:51:08 The recommended git tool is: git 16:51:09 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 16:51:09 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:51:09 $ docker stop --time=1 b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 16:51:11 $ docker rm -f --volumes b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 [Pipeline] // withDockerContainer [Pipeline] sh 16:51:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:51:12 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 16:51:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:51:12 16:51:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:51:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:51:13 latest: Pulling from edgex-lftools-log-publisher 16:51:13 5eb5b503b376: Pulling fs layer 16:51:13 5c69ac0246d0: Pulling fs layer 16:51:13 ec43610c2a17: Pulling fs layer 16:51:13 3a2ae6a8a46f: Pulling fs layer 16:51:13 33b1e0a273af: Pulling fs layer 16:51:13 5d3b04190fa2: Pulling fs layer 16:51:13 2f39f015ded8: Pulling fs layer 16:51:13 33b1e0a273af: Waiting 16:51:13 3a2ae6a8a46f: Waiting 16:51:13 5d3b04190fa2: Waiting 16:51:13 5c69ac0246d0: Download complete 16:51:13 3a2ae6a8a46f: Verifying Checksum 16:51:13 3a2ae6a8a46f: Download complete 16:51:13 33b1e0a273af: Verifying Checksum 16:51:13 33b1e0a273af: Download complete 16:51:13 ec43610c2a17: Verifying Checksum 16:51:13 ec43610c2a17: Download complete 16:51:13 5d3b04190fa2: Verifying Checksum 16:51:13 5d3b04190fa2: Download complete 16:51:13 5eb5b503b376: Verifying Checksum 16:51:13 5eb5b503b376: Download complete 16:51:14 using credential edgex-jenkins-ssh 16:51:14 Cloning the remote Git repository 16:51:14 2f39f015ded8: Download complete 16:51:14 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:51:14 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 16:51:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:51:14 > git --version # timeout=10 16:51:14 5eb5b503b376: Pull complete 16:51:14 5c69ac0246d0: Pull complete 16:51:15 ec43610c2a17: Pull complete 16:51:15 3a2ae6a8a46f: Pull complete 16:51:15 33b1e0a273af: Pull complete 16:51:15 5d3b04190fa2: Pull complete 16:51:14 > git --version # 'git version 2.25.1' 16:51:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:51:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:19 Avoid second fetch 16:51:19 Checking out Revision 9fa41a78e2cda4388c0f31842558ab39acd898c6 (levski) 16:51:19 Commit message: "fix: [Levski] Make Compression functions thread safe (#1381)" 16:51:19 2f39f015ded8: Pull complete 16:51:19 > git config core.sparsecheckout # timeout=10 16:51:19 > git checkout -f 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 16:51:20 16:51:20 GitHub has been notified of this commit’s build result 16:51:20 16:51:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:51:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:51:20 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 16:51:20 $ 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/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:51:24 $ docker top 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:51:24 ---> job-cost.sh 16:51:24 lf-activate-venv: SKIPPING 16:51:24 INFO: No Stack... 16:51:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:51:24 % Total % Received % Xferd Average Speed Time Time Time Current 16:51:24 Dload Upload Total Spent Left Speed 16:51:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 91733 16:51:24 INFO: Retrieving Pricing Info for: v3-standard-8 16:51:25 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 16:51:25 + cat /w/workspace/ndry_app-functions-sdk-go_levski/archives/cost.csv 16:51:25 + cut -d, -f6 [Pipeline] lock 16:51:25 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] 16:51:25 Resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] did not exist. Created. 16:51:25 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:51:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:51:25 + echo total: 0.2199999988079071 [Pipeline] stash 16:51:25 Stashed 1 file(s) [Pipeline] } 16:51:25 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] // lock [Pipeline] } 16:51:25 $ docker stop --time=1 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 16:51:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:51:25 + sudo tee /etc/docker/daemon.new 16:51:25 { 16:51:25 "registry-mirrors": [ 16:51:25 "https://nexus3.edgexfoundry.org:10001" 16:51:25 ], 16:51:25 "bip": "10.250.0.254/24", 16:51:25 "hosts": [ 16:51:25 "tcp://0.0.0.0:5555", 16:51:25 "unix:///var/run/docker.sock" 16:51:25 ], 16:51:25 "mtu": 1458, 16:51:25 "selinux-enabled": true, 16:51:25 "seccomp-profile": "/etc/docker/seccomp.json" 16:51:25 } 16:51:26 $ docker rm -f --volumes 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:51:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:51:27 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:51:46 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:51:46 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:51:46 ========================================================= 16:51:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:51:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:51:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:51:47 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:51:47 9b18e9b68314: Pulling fs layer 16:51:47 35d82f9e3411: Pulling fs layer 16:51:47 e16973657156: Pulling fs layer 16:51:47 fc693d55d65f: Pulling fs layer 16:51:47 7e9fc2657dce: Pulling fs layer 16:51:47 dda99020689f: Pulling fs layer 16:51:47 db1c61fa0a46: Pulling fs layer 16:51:47 891c053d2c06: Pulling fs layer 16:51:47 fc693d55d65f: Waiting 16:51:47 7e9fc2657dce: Waiting 16:51:47 dda99020689f: Waiting 16:51:47 db1c61fa0a46: Waiting 16:51:47 891c053d2c06: Waiting 16:51:47 e16973657156: Verifying Checksum 16:51:47 e16973657156: Download complete 16:51:47 35d82f9e3411: Verifying Checksum 16:51:47 35d82f9e3411: Download complete 16:51:47 7e9fc2657dce: Download complete 16:51:47 dda99020689f: Verifying Checksum 16:51:47 dda99020689f: Download complete 16:51:47 9b18e9b68314: Verifying Checksum 16:51:47 9b18e9b68314: Download complete 16:51:48 9b18e9b68314: Pull complete 16:51:48 891c053d2c06: Verifying Checksum 16:51:48 891c053d2c06: Download complete 16:51:48 35d82f9e3411: Pull complete 16:51:48 e16973657156: Pull complete 16:51:49 db1c61fa0a46: Verifying Checksum 16:51:49 db1c61fa0a46: Download complete 16:51:50 fc693d55d65f: Verifying Checksum 16:51:50 fc693d55d65f: Download complete 16:52:02 fc693d55d65f: Pull complete 16:52:02 7e9fc2657dce: Pull complete 16:52:02 dda99020689f: Pull complete 16:52:09 db1c61fa0a46: Pull complete 16:52:10 891c053d2c06: Pull complete 16:52:10 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:52:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:52:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 16:52:10 + 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 16:52:11 + docker inspect -f . ci-base-image-arm64 16:52:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:52:11 prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container 16:52:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 ******** ci-base-image-arm64 cat 16:52:14 $ docker top d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd -eo pid,comm [Pipeline] { [Pipeline] sh 16:52:15 + go version 16:52:15 go version go1.18.7 linux/arm64 [Pipeline] } 16:52:15 $ docker stop --time=1 d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd 16:52:17 $ docker rm -f --volumes d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:52:17 + docker inspect -f . ci-base-image-arm64 16:52:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:52:18 prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container 16:52:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 ******** ci-base-image-arm64 cat 16:52:20 $ docker top 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:52:20 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/3 [Pipeline] fileExists [Pipeline] sh 16:52:21 + make test 16:52:21 make -C ./app-service-template build 16:52:21 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/3/app-service-template' 16:52:21 go mod tidy 16:52:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:52:21 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 16:52:21 go: downloading github.com/stretchr/testify v1.8.0 16:52:21 go: downloading github.com/google/uuid v1.3.0 16:52:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0 16:52:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0 16:52:21 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.3.0 16:52:21 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 16:52:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:52:21 go: downloading github.com/davecgh/go-spew v1.1.1 16:52:21 go: downloading github.com/pmezard/go-difflib v1.0.0 16:52:21 go: downloading gopkg.in/yaml.v3 v3.0.1 16:52:21 go: downloading github.com/stretchr/objx v0.4.0 16:52:21 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:52:21 go: downloading github.com/go-kit/log v0.2.1 16:52:21 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:52:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0 16:52:22 go: downloading github.com/gorilla/mux v1.8.0 16:52:22 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:52:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.3.0 16:52:22 go: downloading github.com/mitchellh/copystructure v1.0.0 16:52:22 go: downloading github.com/gorilla/websocket v1.4.2 16:52:22 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f 16:52:22 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:52:22 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:52:22 go: downloading github.com/pelletier/go-toml v1.9.5 16:52:22 go: downloading github.com/x448/float16 v0.8.4 16:52:22 go: downloading github.com/hashicorp/consul/api v1.15.3 16:52:22 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:52:22 go: downloading github.com/go-playground/universal-translator v0.18.0 16:52:22 go: downloading github.com/leodido/go-urn v1.2.1 16:52:22 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:52:22 go: downloading golang.org/x/text v0.3.7 16:52:23 go: downloading github.com/go-playground/locales v0.14.0 16:52:23 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 16:52:23 go: downloading github.com/go-playground/assert/v2 v2.0.1 16:52:26 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 16:52:26 go: downloading github.com/hashicorp/errwrap v1.0.0 16:52:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:52:26 go: downloading bitbucket.org/bertimus9/systemstat v0.5.0 16:52:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:52:26 go: downloading github.com/hashicorp/go-hclog v0.14.1 16:52:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:52:26 go: downloading github.com/hashicorp/serf v0.9.7 16:52:26 go: downloading github.com/mitchellh/mapstructure v1.5.0 16:52:26 go: downloading github.com/google/go-cmp v0.5.7 16:52:26 go: downloading github.com/hashicorp/consul/sdk v0.11.0 16:52:26 go: downloading github.com/hashicorp/go-uuid v1.0.2 16:52:26 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 16:52:26 go: downloading github.com/kr/pretty v0.3.0 16:52:26 go: downloading github.com/nats-io/nats.go v1.18.0 16:52:26 go: downloading github.com/nats-io/nats-server/v2 v2.9.3 16:52:26 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:52:26 go: downloading github.com/pebbe/zmq4 v1.2.7 16:52:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:52:26 go: downloading github.com/Microsoft/go-winio v0.5.2 16:52:26 go: downloading github.com/zeebo/errs v1.2.2 16:52:26 go: downloading google.golang.org/grpc v1.46.0 16:52:27 go: downloading github.com/mitchellh/go-homedir v1.1.0 16:52:27 go: downloading github.com/fatih/color v1.9.0 16:52:27 go: downloading github.com/mattn/go-colorable v0.1.12 16:52:27 go: downloading github.com/mattn/go-isatty v0.0.14 16:52:27 go: downloading github.com/pkg/errors v0.9.1 16:52:27 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 16:52:27 go: downloading github.com/kr/text v0.2.0 16:52:27 go: downloading github.com/rogpeppe/go-internal v1.8.0 16:52:27 go: downloading github.com/armon/go-metrics v0.3.10 16:52:27 go: downloading github.com/hashicorp/go-msgpack v0.5.5 16:52:27 go: downloading github.com/hashicorp/memberlist v0.3.1 16:52:27 go: downloading github.com/onsi/ginkgo v1.10.1 16:52:27 go: downloading github.com/onsi/gomega v1.7.0 16:52:28 go: downloading github.com/nats-io/nkeys v0.3.0 16:52:28 go: downloading github.com/nats-io/nuid v1.0.1 16:52:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:52:28 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 16:52:28 go: downloading google.golang.org/protobuf v1.28.0 16:52:28 go: downloading github.com/klauspost/compress v1.15.11 16:52:28 go: downloading github.com/minio/highwayhash v1.0.2 16:52:28 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:52:28 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:52:28 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 16:52:28 go: downloading github.com/golang/protobuf v1.5.2 16:52:32 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 16:52:32 go: downloading github.com/pascaldekloe/goe v0.1.0 16:52:32 go: downloading github.com/google/btree v1.0.0 16:52:32 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 16:52:32 go: downloading github.com/miekg/dns v1.1.41 16:52:32 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:52:32 go: downloading github.com/hashicorp/golang-lru v0.5.4 16:52:32 go: downloading gopkg.in/yaml.v2 v2.4.0 16:52:32 go: downloading github.com/hpcloud/tail v1.0.0 16:52:33 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:52:33 go: downloading gopkg.in/fsnotify.v1 v1.4.7 16:52:34 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-new-service 16:54:41 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/3/app-service-template' 16:54:41 make -C ./app-service-template test 16:54:41 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/3/app-service-template' 16:54:41 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 16:57:02 ok app-new-service 0.275s coverage: 48.1% of statements 16:57:02 ? app-new-service/config [no test files] 16:57:02 ok app-new-service/functions 0.272s coverage: 85.3% of statements 16:57:02 CGO_ENABLED=1 go vet ./... 16:58:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:58:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:58:39 ./bin/test-attribution-txt.sh 16:58:39 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/3/app-service-template' 16:58:39 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:58:39 go: downloading github.com/gomodule/redigo v1.8.9 16:58:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.843s coverage: 60.4% of statements 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.453s coverage: 93.9% of statements 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.538s coverage: 76.5% of statements 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.393s coverage: 88.7% of statements 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.226s coverage: 100.0% of statements 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 1.259s coverage: 76.4% of statements 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.678s coverage: 97.3% of statements 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 16:59:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.616s coverage: 82.8% of statements 16:59:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 16:59:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 1.232s coverage: 81.5% of statements 16:59:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 16:59:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 16:59:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.399s coverage: 28.7% of statements 16:59:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 16:59:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.240s coverage: 14.0% of statements 16:59:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.250s coverage: 27.3% of statements 16:59:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:59:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:59:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.231s coverage: 52.8% of statements 16:59:53 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.578s coverage: 75.5% of statements 16:59:53 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.199s coverage: 94.4% of statements 16:59:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:59:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:59:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:59:57 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 16:59:57 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:59:57 $ docker stop --time=1 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 16:59:59 $ docker rm -f --volumes 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 [Pipeline] // withDockerContainer [Pipeline] sh 17:00:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:00:03 Warning: overwriting stash ‘coverage-report’ 17:00:04 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:04 17:00:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:05 arm64: Pulling from edgex-lftools-log-publisher 17:00:05 8998bd30e6a1: Pulling fs layer 17:00:05 04944245beec: Pulling fs layer 17:00:05 699f458cf7ca: Pulling fs layer 17:00:05 765212b225bb: Pulling fs layer 17:00:05 f23df028b6ca: Pulling fs layer 17:00:05 d65c8cfc05b1: Pulling fs layer 17:00:05 2437ff75d9bd: Pulling fs layer 17:00:05 f23df028b6ca: Waiting 17:00:05 d65c8cfc05b1: Waiting 17:00:05 2437ff75d9bd: Waiting 17:00:05 04944245beec: Verifying Checksum 17:00:05 04944245beec: Download complete 17:00:05 765212b225bb: Verifying Checksum 17:00:05 765212b225bb: Download complete 17:00:05 f23df028b6ca: Verifying Checksum 17:00:05 f23df028b6ca: Download complete 17:00:05 d65c8cfc05b1: Verifying Checksum 17:00:05 d65c8cfc05b1: Download complete 17:00:05 699f458cf7ca: Verifying Checksum 17:00:05 699f458cf7ca: Download complete 17:00:05 8998bd30e6a1: Verifying Checksum 17:00:05 8998bd30e6a1: Download complete 17:00:08 2437ff75d9bd: Verifying Checksum 17:00:08 2437ff75d9bd: Download complete 17:00:09 8998bd30e6a1: Pull complete 17:00:09 04944245beec: Pull complete 17:00:12 699f458cf7ca: Pull complete 17:00:12 765212b225bb: Pull complete 17:00:13 f23df028b6ca: Pull complete 17:00:14 d65c8cfc05b1: Pull complete 17:00:28 2437ff75d9bd: Pull complete 17:00:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:00:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:28 prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container 17:00:28 $ 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/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:00:30 $ docker top a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:31 ---> job-cost.sh 17:00:31 lf-activate-venv: SKIPPING 17:00:31 INFO: No Stack... 17:00:31 INFO: Retrieving Pricing Info for: v3-standard-4 17:00:32 INFO: Archiving Costs [Pipeline] sh 17:00:33 + cat /w/workspace/app-functions-sdk-go/3/archives/cost.csv 17:00:33 + cut -d, -f6 [Pipeline] lock 17:00:33 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] 17:00:33 Resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] did not exist. Created. 17:00:33 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:00:33 /w/workspace/app-functions-sdk-go/3@tmp/durable-efbed6d7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:00:33 + echo total: 0.10999999940395355 [Pipeline] stash 17:00:33 Warning: overwriting stash ‘stack-cost’ 17:00:34 Stashed 1 file(s) [Pipeline] } 17:00:34 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] // lock [Pipeline] } 17:00:34 $ docker stop --time=1 a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 17:00:35 $ docker rm -f --volumes a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 17:00:35 provisioning config files... 17:00:35 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config2238299689172282762tmp [Pipeline] { [Pipeline] sh 17:00:36 + set +x 17:00:36 + curl -s https://codecov.io/bash 17:00:36 + bash -s -- 17:00:36 17:00:36 _____ _ 17:00:36 / ____| | | 17:00:36 | | ___ __| | ___ ___ _____ __ 17:00:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:00:36 | |___| (_) | (_| | __/ (_| (_) \ V / 17:00:36 \_____\___/ \__,_|\___|\___\___/ \_/ 17:00:36 Bash-1.0.6 17:00:36 17:00:36 17:00:36 ==> git version 2.25.1 found 17:00:36 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 17:00:36 Release-Date: 2020-01-08 17:00:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:00:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:00:36 ==> Jenkins CI detected. 17:00:36 current dir:  /w/workspace/ndry_app-functions-sdk-go_levski 17:00:36 project root: . 17:00:36 --> token set from env 17:00:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:00:36 ==> Running gcov in . (disable via -X gcov) 17:00:36 ==> Python coveragepy not found 17:00:36 ==> Searching for coverage reports in: 17:00:36 + . 17:00:36 -> Found 2 reports 17:00:36 ==> Detecting git/mercurial file structure 17:00:36 ==> Reading reports 17:00:36 + ./app-service-template/coverage.out bytes=3432 17:00:36 + ./coverage.out bytes=126386 17:00:36 ==> Appending adjustments 17:00:36 https://docs.codecov.io/docs/fixing-reports 17:00:36 + Found adjustments 17:00:36 ==> Gzipping contents 17:00:36 24K /tmp/codecov.OmCeuK.gz 17:00:36 ==> Uploading reports 17:00:36 url: https://codecov.io 17:00:36 query: branch=levski&commit=9fa41a78e2cda4388c0f31842558ab39acd898c6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Flevski%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:36 -> Pinging Codecov 17:00:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=levski&commit=9fa41a78e2cda4388c0f31842558ab39acd898c6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Flevski%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:37 -> Uploading to 17:00:37 https://storage.googleapis.com/codecov/v4/raw/2023-04-11/3D8B5DFFC46A037C893635FACE044666/9fa41a78e2cda4388c0f31842558ab39acd898c6/d0ae8f08-ebb5-4332-80ac-4a538a3a5552.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230411T170036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4355d668536da82ac73900f54551bf7eebb84e29cbc790a76c6f54371971fee5 17:00:37 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:37 Dload Upload Total Spent Left Speed 17:00:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22147 0 0 100 22147 0 74318 --:--:-- --:--:-- --:--:-- 74318 17:00:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] } 17:00:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:00:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:00:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:37 17:00:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:00:38 df9b9388f04a: Pulling fs layer 17:00:38 52dc419b0ee2: Pulling fs layer 17:00:38 25bc292e5bac: Pulling fs layer 17:00:38 114826534d7a: Pulling fs layer 17:00:38 4657fd5d0bcf: Pulling fs layer 17:00:38 6ad1cebc031e: Pulling fs layer 17:00:38 8a3aa393b2d8: Pulling fs layer 17:00:38 4657fd5d0bcf: Waiting 17:00:38 6ad1cebc031e: Waiting 17:00:38 8a3aa393b2d8: Waiting 17:00:38 114826534d7a: Waiting 17:00:38 25bc292e5bac: Verifying Checksum 17:00:38 25bc292e5bac: Download complete 17:00:38 52dc419b0ee2: Download complete 17:00:38 4657fd5d0bcf: Download complete 17:00:38 df9b9388f04a: Verifying Checksum 17:00:38 df9b9388f04a: Download complete 17:00:38 6ad1cebc031e: Verifying Checksum 17:00:38 6ad1cebc031e: Download complete 17:00:38 df9b9388f04a: Pull complete 17:00:38 52dc419b0ee2: Pull complete 17:00:38 25bc292e5bac: Pull complete 17:00:38 114826534d7a: Verifying Checksum 17:00:38 114826534d7a: Download complete 17:00:39 8a3aa393b2d8: Verifying Checksum 17:00:39 8a3aa393b2d8: Download complete 17:00:42 114826534d7a: Pull complete 17:00:42 4657fd5d0bcf: Pull complete 17:00:43 6ad1cebc031e: Pull complete 17:00:46 8a3aa393b2d8: Pull complete 17:00:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:00:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:46 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:00:57 $ docker top b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 -eo pid,comm [Pipeline] { [Pipeline] echo 17:00:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:levski' [Pipeline] sh 17:00:58 + set -o pipefail 17:00:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:levski' 17:01:03 17:01:03 Monitoring /w/workspace/ndry_app-functions-sdk-go_levski (github.com/edgexfoundry/app-functions-sdk-go/v2)... 17:01:03 17:01:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8c8fc534-3cbd-4ec3-972d-360e6dee8e3b/history/46b79716-39fe-4684-97e2-a2767af44127 17:01:03 17:01:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:01:03 17:01:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:01:03 17:01:03 17:01:03 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:01:03 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:01:03 More details here: https://snyk.co/ue1NS 17:01:03 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 17:01:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:01:03 $ docker stop --time=1 b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 17:01:11 $ docker rm -f --volumes b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:01:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:01:11 provisioning config files... 17:01:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config10627716105198583033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:12 --> edgex-publish-swagger.sh 17:01:12 === Publish openapi/v2 API === 17:01:12 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:01:12 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_levski/openapi/v2/app-functions-sdk.yaml] 17:01:12 % Total % Received % Xferd Average Speed Time Time Time Current 17:01:12 Dload Upload Total Spent Left Speed 17:01:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13708 0 0 100 13708 0 21758 --:--:-- --:--:-- --:--:-- 21724 100 13708 0 0 100 13708 0 21758 --:--:-- --:--:-- --:--:-- 21724 17:01:12 17:01:12 [Pipeline] } 17:01:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:01:13 + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] sh 17:01:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:01:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:01:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:13 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:01:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:01:14 $ docker top 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c -eo pid,comm 17:01:14 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:01:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:14 [ssh-agent] Looking for ssh-agent implementation... 17:01:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:15 $ docker exec 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c ssh-agent 17:01:15 SSH_AUTH_SOCK=/tmp/ssh-EW2ohFK39VjJ/agent.14 17:01:15 SSH_AGENT_PID=20 17:01:15 Running ssh-add (command line suppressed) 17:01:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_15139159405635069627.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_15139159405635069627.key) 17:01:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:15 + git semver tag 17:01:16 2023-04-11 17:01:15,826 [run_tag] DEBUG tag force:False 17:01:16 2023-04-11 17:01:15,826 [check_head_tag] DEBUG check head tag 17:01:16 2023-04-11 17:01:15,828 [execute] INFO git cat-file --batch-check 17:01:16 2023-04-11 17:01:15,829 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=) 17:01:16 2023-04-11 17:01:15,834 [execute] INFO git cat-file --batch 17:01:16 2023-04-11 17:01:15,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=) 17:01:16 2023-04-11 17:01:15,887 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:16 2023-04-11 17:01:15,887 [execute] INFO git tag -a v2.3.1-dev.4 -m v2.3.1-dev.4 17:01:16 2023-04-11 17:01:15,888 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.4', '-m', 'v2.3.1-dev.4'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) 17:01:16 2023-04-11 17:01:15,891 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:16 2.3.1-dev.4 [Pipeline] } 17:01:16 $ docker exec --env ******** --env ******** 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c ssh-agent -k 17:01:16 unset SSH_AUTH_SOCK; 17:01:16 unset SSH_AGENT_PID; 17:01:16 echo Agent pid 20 killed; 17:01:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:16 + git semver [Pipeline] } 17:01:17 $ docker stop --time=1 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c 17:01:18 $ docker rm -f --volumes 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:19 17:01:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:19 0.23.1-centos7: Pulling from edgex-lftools 17:01:19 ab5ef0e58194: Pulling fs layer 17:01:19 9712f1f96733: Pulling fs layer 17:01:19 63f879dbbcfc: Pulling fs layer 17:01:19 0d9ebad4ef96: Pulling fs layer 17:01:19 e9a5061849ea: Pulling fs layer 17:01:19 d747dcd14b5f: Pulling fs layer 17:01:19 2de7ff778b66: Pulling fs layer 17:01:19 2de7ff778b66: Waiting 17:01:19 9712f1f96733: Verifying Checksum 17:01:19 9712f1f96733: Download complete 17:01:19 63f879dbbcfc: Verifying Checksum 17:01:19 63f879dbbcfc: Download complete 17:01:19 e9a5061849ea: Verifying Checksum 17:01:19 e9a5061849ea: Download complete 17:01:19 d747dcd14b5f: Verifying Checksum 17:01:19 0d9ebad4ef96: Verifying Checksum 17:01:19 0d9ebad4ef96: Download complete 17:01:19 ab5ef0e58194: Verifying Checksum 17:01:19 ab5ef0e58194: Download complete 17:01:19 2de7ff778b66: Verifying Checksum 17:01:19 2de7ff778b66: Download complete 17:01:22 ab5ef0e58194: Pull complete 17:01:22 9712f1f96733: Pull complete 17:01:23 63f879dbbcfc: Pull complete 17:01:27 0d9ebad4ef96: Pull complete 17:01:27 e9a5061849ea: Pull complete 17:01:27 d747dcd14b5f: Pull complete 17:01:28 2de7ff778b66: Pull complete 17:01:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:01:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:29 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:01:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@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-lftools:0.23.1-centos7 cat 17:01:41 $ docker top 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:01:41 provisioning config files... 17:01:41 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config11572627628634110427tmp 17:01:41 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config8730118506304816269tmp 17:01:41 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config7021991520192239738tmp [Pipeline] { [Pipeline] echo 17:01:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:01:41 ---> sigul-configuration.sh 17:01:41 gpg: directory `/root/.gnupg' created 17:01:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:01:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:01:41 gpg: keyring `/root/.gnupg/secring.gpg' created 17:01:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:01:41 gpg: CAST5 encrypted data 17:01:41 gpg: encrypted with 1 passphrase 17:01:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:01:41 + mkdir /home/jenkins 17:01:41 + mkdir /home/jenkins/sigul [Pipeline] sh 17:01:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:01:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:01:42 ---> sigul-install.sh 17:01:42 Sigul already installed; skipping installation. [Pipeline] sh 17:01:42 + git tag --list 17:01:42 v0.1.0 17:01:42 v0.1.1 17:01:42 v1.0.0 17:01:42 v1.1.0 17:01:42 v1.2.0 17:01:42 v1.3.0 17:01:42 v1.3.1 17:01:42 v2.0.0 17:01:42 v2.0.1 17:01:42 v2.1.0 17:01:42 v2.1.1 17:01:42 v2.1.1-dev.3 17:01:42 v2.1.1-dev.4 17:01:42 v2.1.2 17:01:42 v2.1.2-dev.1 17:01:42 v2.1.2-dev.2 17:01:42 v2.2.0 17:01:42 v2.2.1-dev.1 17:01:42 v2.2.1-dev.10 17:01:42 v2.2.1-dev.11 17:01:42 v2.2.1-dev.12 17:01:42 v2.2.1-dev.13 17:01:42 v2.2.1-dev.14 17:01:42 v2.2.1-dev.15 17:01:42 v2.2.1-dev.16 17:01:42 v2.2.1-dev.17 17:01:42 v2.2.1-dev.18 17:01:42 v2.2.1-dev.19 17:01:42 v2.2.1-dev.2 17:01:42 v2.2.1-dev.20 17:01:42 v2.2.1-dev.21 17:01:42 v2.2.1-dev.22 17:01:42 v2.2.1-dev.23 17:01:42 v2.2.1-dev.3 17:01:42 v2.2.1-dev.4 17:01:42 v2.2.1-dev.5 17:01:42 v2.2.1-dev.6 17:01:42 v2.2.1-dev.7 17:01:42 v2.2.1-dev.8 17:01:42 v2.2.1-dev.9 17:01:42 v2.3.0 17:01:42 v2.3.0-dev.24 17:01:42 v2.3.0-dev.25 17:01:42 v2.3.0-dev.26 17:01:42 v2.3.0-dev.27 17:01:42 v2.3.0-dev.28 17:01:42 v2.3.0-dev.29 17:01:42 v2.3.0-dev.30 17:01:42 v2.3.0-dev.31 17:01:42 v2.3.0-dev.32 17:01:42 v2.3.0-dev.33 17:01:42 v2.3.0-dev.34 17:01:42 v2.3.0-dev.35 17:01:42 v2.3.0-dev.36 17:01:42 v2.3.0-dev.37 17:01:42 v2.3.0-dev.38 17:01:42 v2.3.0-dev.39 17:01:42 v2.3.0-dev.40 17:01:42 v2.3.0-dev.41 17:01:42 v2.3.0-dev.42 17:01:42 v2.3.0-dev.43 17:01:42 v2.3.0-dev.44 17:01:42 v2.3.0-dev.45 17:01:42 v2.3.0-dev.46 17:01:42 v2.3.0-dev.47 17:01:42 v2.3.0-dev.48 17:01:42 v2.3.0-dev.49 17:01:42 v2.3.0-dev.50 17:01:42 v2.3.0-dev.51 17:01:42 v2.3.0-dev.52 17:01:42 v2.3.0-dev.53 17:01:42 v2.3.0-dev.54 17:01:42 v2.3.0-dev.55 17:01:42 v2.3.0-dev.56 17:01:42 v2.3.0-dev.57 17:01:42 v2.3.0-dev.58 17:01:42 v2.3.0-dev.59 17:01:42 v2.3.0-dev.60 17:01:42 v2.3.0-dev.61 17:01:42 v2.3.0-dev.62 17:01:42 v2.3.1-dev.1 17:01:42 v2.3.1-dev.2 17:01:42 v2.3.1-dev.3 17:01:42 v2.3.1-dev.4 17:01:42 v3.0.0-dev.1 17:01:42 v3.0.0-dev.10 17:01:42 v3.0.0-dev.11 17:01:42 v3.0.0-dev.12 17:01:42 v3.0.0-dev.13 17:01:42 v3.0.0-dev.14 17:01:42 v3.0.0-dev.15 17:01:42 v3.0.0-dev.16 17:01:42 v3.0.0-dev.17 17:01:42 v3.0.0-dev.18 17:01:42 v3.0.0-dev.19 17:01:42 v3.0.0-dev.2 17:01:42 v3.0.0-dev.20 17:01:42 v3.0.0-dev.21 17:01:42 v3.0.0-dev.22 17:01:42 v3.0.0-dev.23 17:01:42 v3.0.0-dev.24 17:01:42 v3.0.0-dev.25 17:01:42 v3.0.0-dev.26 17:01:42 v3.0.0-dev.27 17:01:42 v3.0.0-dev.28 17:01:42 v3.0.0-dev.29 17:01:42 v3.0.0-dev.3 17:01:42 v3.0.0-dev.30 17:01:42 v3.0.0-dev.31 17:01:42 v3.0.0-dev.32 17:01:42 v3.0.0-dev.33 17:01:42 v3.0.0-dev.34 17:01:42 v3.0.0-dev.35 17:01:42 v3.0.0-dev.36 17:01:42 v3.0.0-dev.37 17:01:42 v3.0.0-dev.38 17:01:42 v3.0.0-dev.39 17:01:42 v3.0.0-dev.4 17:01:42 v3.0.0-dev.40 17:01:42 v3.0.0-dev.41 17:01:42 v3.0.0-dev.42 17:01:42 v3.0.0-dev.43 17:01:42 v3.0.0-dev.44 17:01:42 v3.0.0-dev.45 17:01:42 v3.0.0-dev.46 17:01:42 v3.0.0-dev.47 17:01:42 v3.0.0-dev.48 17:01:42 v3.0.0-dev.49 17:01:42 v3.0.0-dev.5 17:01:42 v3.0.0-dev.6 17:01:42 v3.0.0-dev.7 17:01:42 v3.0.0-dev.8 17:01:42 v3.0.0-dev.9 [Pipeline] sh 17:01:43 + lftools sign git-tag v2.3.1-dev.4 17:01:43 Signing Git tag with Sigul... 17:01:43 Signing v2.3.1-dev.4 [Pipeline] echo 17:01:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:01:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:01:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:01:44 $ docker stop --time=1 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 17:01:45 $ docker rm -f --volumes 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:01:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:01:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:01:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:46 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:01:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:01:47 $ docker top 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 -eo pid,comm 17:01:47 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:01:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:47 [ssh-agent] Looking for ssh-agent implementation... 17:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:47 $ docker exec 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 ssh-agent 17:01:47 SSH_AUTH_SOCK=/tmp/ssh-xVUmrGTueClM/agent.32 17:01:47 SSH_AGENT_PID=38 17:01:47 Running ssh-add (command line suppressed) 17:01:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9280732269204443395.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9280732269204443395.key) 17:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:48 + git semver bump pre 17:01:48 2023-04-11 17:01:48,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:48 2023-04-11 17:01:48,270 [bump_version] DEBUG bumping version:2.3.1-dev.4 on axis:pre with prefix:dev 17:01:48 2023-04-11 17:01:48,270 [bump_version] DEBUG bumped version:2.3.1-dev.5 17:01:48 2023-04-11 17:01:48,270 [write_version] DEBUG write version:2.3.1-dev.5 to path:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski with force:True 17:01:48 2023-04-11 17:01:48,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:48 2023-04-11 17:01:48,270 [write_file] DEBUG write to file:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:48 2023-04-11 17:01:48,272 [execute] INFO git cat-file --batch-check 17:01:48 2023-04-11 17:01:48,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) 17:01:48 2023-04-11 17:01:48,278 [execute] INFO git cat-file --batch 17:01:48 2023-04-11 17:01:48,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) 17:01:48 2023-04-11 17:01:48,282 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:48 2.3.1-dev.5 [Pipeline] } 17:01:48 $ docker exec --env ******** --env ******** 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 ssh-agent -k 17:01:48 unset SSH_AUTH_SOCK; 17:01:48 unset SSH_AGENT_PID; 17:01:48 echo Agent pid 38 killed; 17:01:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:48 + git semver [Pipeline] } 17:01:49 $ docker stop --time=1 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 17:01:50 $ docker rm -f --volumes 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:01:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:01:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:51 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:01:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:01:51 $ docker top d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 -eo pid,comm 17:01:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:01:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:52 [ssh-agent] Looking for ssh-agent implementation... 17:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:52 $ docker exec d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 ssh-agent 17:01:52 SSH_AUTH_SOCK=/tmp/ssh-lfVylfDktYA6/agent.21 17:01:52 SSH_AGENT_PID=38 17:01:52 Running ssh-add (command line suppressed) 17:01:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9191088852500292566.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9191088852500292566.key) 17:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:52 + git semver push 17:01:52 2023-04-11 17:01:52,799 [run_push] DEBUG push 17:01:52 2023-04-11 17:01:52,800 [execute] INFO git cat-file --batch-check 17:01:52 2023-04-11 17:01:52,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) 17:01:52 2023-04-11 17:01:52,803 [execute] INFO git rev-list 74e6b3d4a48d4dfbe9d4a8f64aaea8376eba4d05 -- 17:01:52 2023-04-11 17:01:52,804 [execute] DEBUG Popen(['git', 'rev-list', '74e6b3d4a48d4dfbe9d4a8f64aaea8376eba4d05', '--'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=None) 17:01:52 2023-04-11 17:01:52,816 [execute] INFO git fetch -v origin 17:01:52 2023-04-11 17:01:52,816 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=True, shell=None, istream=None) 17:01:53 2023-04-11 17:01:53,288 [run_push] DEBUG no remote changes detected 17:01:53 2023-04-11 17:01:53,289 [execute] INFO git push origin semver 17:01:53 2023-04-11 17:01:53,289 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=None) 17:01:54 2023-04-11 17:01:54,318 [run_push] DEBUG push all version tags 17:01:54 2023-04-11 17:01:54,318 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:01:54 2023-04-11 17:01:54,319 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) 17:01:55 2023-04-11 17:01:55,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski 17:01:55 2.3.1-dev.5 [Pipeline] } 17:01:55 $ docker exec --env ******** --env ******** d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 ssh-agent -k 17:01:55 unset SSH_AUTH_SOCK; 17:01:55 unset SSH_AGENT_PID; 17:01:55 echo Agent pid 38 killed; 17:01:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:55 + git semver [Pipeline] } 17:01:56 $ docker stop --time=1 d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 17:01:57 $ docker rm -f --volumes d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:01:58 + [ -d /w/workspace/ndry_app-functions-sdk-go_levski/archives ] 17:01:58 + ls -al /w/workspace/ndry_app-functions-sdk-go_levski/archives 17:01:58 total 16 17:01:58 drwxr-xr-x 3 root root 4096 Apr 11 16:51 . 17:01:58 drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 17:01 .. 17:01:58 drwxr-xr-x 2 root root 4096 Apr 11 16:51 cost 17:01:58 -rw-r--r-- 1 root root 92 Apr 11 16:51 cost.csv 17:01:58 + sudo chown -R jenkins:jenkins /w/workspace/ndry_app-functions-sdk-go_levski/archives 17:01:58 + ls -al /w/workspace/ndry_app-functions-sdk-go_levski/archives 17:01:58 total 16 17:01:58 drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 16:51 . 17:01:58 drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 17:01 .. 17:01:58 drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 16:51 cost 17:01:58 -rw-r--r-- 1 jenkins jenkins 92 Apr 11 16:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:01:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:01:59 ---> package-listing.sh 17:01:59 ++ facter osfamily 17:01:59 ++ tr '[:upper:]' '[:lower:]' 17:01:59 + OS_FAMILY=debian 17:01:59 + workspace=/w/workspace/ndry_app-functions-sdk-go_levski 17:01:59 + START_PACKAGES=/tmp/packages_start.txt 17:01:59 + END_PACKAGES=/tmp/packages_end.txt 17:01:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:01:59 + PACKAGES=/tmp/packages_start.txt 17:01:59 + '[' /w/workspace/ndry_app-functions-sdk-go_levski ']' 17:01:59 + PACKAGES=/tmp/packages_end.txt 17:01:59 + case "${OS_FAMILY}" in 17:01:59 + dpkg -l 17:01:59 + grep '^ii' 17:01:59 + '[' -f /tmp/packages_start.txt ']' 17:01:59 + '[' -f /tmp/packages_end.txt ']' 17:01:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:01:59 + '[' /w/workspace/ndry_app-functions-sdk-go_levski ']' 17:01:59 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_levski/archives/ 17:01:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_levski/archives/ [Pipeline] echo 17:01:59 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/ndry_app-functions-sdk-go_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:01:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:02:00 prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container 17:02:00 $ 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/ndry_app-functions-sdk-go_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@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-lftools-log-publisher:latest cat 17:02:01 $ docker top 0792c06b3f4a19d218409be60c1319a501799ed5de48974532938328dea86991 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:01 + touch /tmp/pre-build-complete [Pipeline] sh 17:02:01 + mkdir -p /var/log/sysstat [Pipeline] sh 17:02:02 + ls /var/log/sa-host 17:02:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:02 provisioning config files... 17:02:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config9306177975330042856tmp [Pipeline] { [Pipeline] echo 17:02:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:02 ---> create-netrc.sh [Pipeline] } 17:02:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:02:03 ---> python-tools-install.sh [Pipeline] echo 17:02:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:02:03 ---> sudo-logs.sh 17:02:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:02:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:02:03 ---> job-cost.sh 17:02:03 lf-activate-venv: SKIPPING 17:02:03 DEBUG: total: 0.2199999988079071 17:02:03 INFO: Retrieving Stack Cost... 17:02:04 INFO: Retrieving Pricing Info for: v3-standard-8 17:02:04 INFO: Archiving Costs [Pipeline] echo 17:02:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:04 ---> logs-deploy.sh 17:02:04 lf-activate-venv: SKIPPING 17:02:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/levski/3 17:02:04 INFO: archiving workspace using pattern(s): 17:02:05 Archives upload complete. 17:02:06 INFO: archiving logs to Nexus 17:02:06 ---> uname -a: 17:02:06 Linux prd-ubuntu20-04-docker-8c-8g-7412 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:02:06 17:02:06 17:02:06 ---> lscpu: 17:02:06 Architecture: x86_64 17:02:06 CPU op-mode(s): 32-bit, 64-bit 17:02:06 Byte Order: Little Endian 17:02:06 Address sizes: 40 bits physical, 48 bits virtual 17:02:06 CPU(s): 8 17:02:06 On-line CPU(s) list: 0-7 17:02:06 Thread(s) per core: 1 17:02:06 Core(s) per socket: 1 17:02:06 Socket(s): 8 17:02:06 NUMA node(s): 1 17:02:06 Vendor ID: AuthenticAMD 17:02:06 CPU family: 23 17:02:06 Model: 49 17:02:06 Model name: AMD EPYC-Rome Processor 17:02:06 Stepping: 0 17:02:06 CPU MHz: 2800.000 17:02:06 BogoMIPS: 5600.00 17:02:06 Virtualization: AMD-V 17:02:06 Hypervisor vendor: KVM 17:02:06 Virtualization type: full 17:02:06 L1d cache: 256 KiB 17:02:06 L1i cache: 256 KiB 17:02:06 L2 cache: 4 MiB 17:02:06 L3 cache: 128 MiB 17:02:06 NUMA node0 CPU(s): 0-7 17:02:06 Vulnerability Itlb multihit: Not affected 17:02:06 Vulnerability L1tf: Not affected 17:02:06 Vulnerability Mds: Not affected 17:02:06 Vulnerability Meltdown: Not affected 17:02:06 Vulnerability Mmio stale data: Not affected 17:02:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:02:06 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:02:06 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:02:06 Vulnerability Srbds: Not affected 17:02:06 Vulnerability Tsx async abort: Not affected 17:02:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 17:02:06 17:02:06 17:02:06 ---> nproc: 17:02:06 8 17:02:06 17:02:06 17:02:06 ---> df -h: 17:02:06 Filesystem Size Used Avail Use% Mounted on 17:02:06 overlay 155G 12G 143G 8% / 17:02:06 tmpfs 64M 0 64M 0% /dev 17:02:06 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:02:06 shm 64M 0 64M 0% /dev/shm 17:02:06 /dev/vda1 155G 12G 143G 8% /facter-os 17:02:06 17:02:06 17:02:06 ---> sar -b -r -n DEV: 17:02:06 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7412) 04/11/23 _x86_64_ (8 CPU) 17:02:06 17:02:06 16:48:26 LINUX RESTART (8 CPU) 17:02:06 17:02:06 16:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:02:06 16:50:01 92.82 10.05 82.77 0.00 1689.33 38133.24 0.00 17:02:06 16:51:01 56.61 0.02 56.59 0.00 0.13 31439.44 0.00 17:02:06 16:52:01 44.99 0.18 44.81 0.00 11.06 19357.04 0.00 17:02:06 16:53:01 1.80 0.00 1.80 0.00 0.00 18.93 0.00 17:02:06 16:54:01 13.38 0.97 12.41 0.00 67.46 654.56 0.00 17:02:06 16:55:01 21.13 0.00 21.13 0.00 0.00 1772.08 0.00 17:02:06 16:56:01 19.96 0.00 19.96 0.00 0.00 1674.92 0.00 17:02:06 16:57:01 32.79 7.12 25.68 0.00 853.06 2024.73 0.00 17:02:06 16:58:01 39.22 3.52 35.70 0.00 4255.51 6800.80 0.00 17:02:06 16:59:01 3.85 0.02 3.83 0.00 0.13 94.78 0.00 17:02:06 17:00:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 17:02:06 17:01:01 30.28 0.50 29.78 0.00 33.06 24712.81 0.00 17:02:06 17:02:01 92.10 0.25 91.85 0.00 21.06 33996.47 0.00 17:02:06 Average: 34.56 1.73 32.83 0.00 531.70 12327.99 0.00 17:02:06 17:02:06 16:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:02:06 16:50:01 28369708 31459544 848156 2.58 92652 3214560 1990356 5.87 1304120 2782820 595284 17:02:06 16:51:01 28140596 31597744 706972 2.15 96000 3557340 1737196 5.12 1390160 2903196 30716 17:02:06 16:52:01 28594536 31588228 721368 2.19 100804 3115936 1733208 5.11 1116064 2751120 4 17:02:06 16:53:01 28595052 31588792 720492 2.19 100856 3115936 1733208 5.11 1115884 2751124 8 17:02:06 16:54:01 28586368 31596272 712764 2.17 103952 3128400 1767216 5.21 1115456 2763524 7344 17:02:06 16:55:01 28572788 31602084 706748 2.15 107548 3143528 1750972 5.16 1113532 2778616 6364 17:02:06 16:56:01 28555960 31603984 704788 2.14 110740 3158532 1750972 5.16 1115408 2793608 5936 17:02:06 16:57:01 28481848 31576880 715992 2.18 117492 3205092 1533120 4.52 1186404 2778856 1076 17:02:06 16:58:01 28068012 31578340 713436 2.17 145572 3571812 1786736 5.27 1440092 2918304 4 17:02:06 16:59:01 28071068 31576664 714636 2.17 144160 3568560 1780840 5.25 1439140 2915100 172 17:02:06 17:00:01 28071272 31576920 714296 2.17 144236 3568560 1780840 5.25 1438864 2915104 176 17:02:06 17:01:01 26864208 31457088 827720 2.52 165684 4544964 1909436 5.63 1629024 3836748 271944 17:02:06 17:02:01 26539836 31530048 752552 2.29 188088 4878640 1940648 5.72 1586500 4161388 376 17:02:06 Average: 28116250 31564045 735378 2.24 124445 3520912 1784211 5.26 1306973 3003808 70723 17:02:06 17:02:06 16:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:02:06 16:50:01 lo 2.85 2.85 0.28 0.28 0.00 0.00 0.00 0.00 17:02:06 16:50:01 ens3 600.05 377.08 7611.44 57.49 0.00 0.00 0.00 0.00 17:02:06 16:50:01 docker0 172.38 251.83 12.78 1753.67 0.00 0.00 0.00 0.00 17:02:06 16:50:01 vethed9fa0a 107.79 187.95 9.54 1386.86 0.00 0.00 0.00 0.11 17:02:06 16:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:02:06 16:51:01 ens3 16.20 11.48 14.94 6.40 0.00 0.00 0.00 0.00 17:02:06 16:51:01 docker0 1.15 1.10 0.08 1.55 0.00 0.00 0.00 0.00 17:02:06 16:51:01 vethed9fa0a 1.15 1.13 0.09 1.55 0.00 0.00 0.00 0.00 17:02:06 16:52:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 17:02:06 16:52:01 ens3 131.59 101.35 2529.09 99.12 0.00 0.00 0.00 0.00 17:02:06 16:52:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:02:06 16:53:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 17:02:06 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:54:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 17:02:06 16:54:01 ens3 69.89 46.96 127.65 3.29 0.00 0.00 0.00 0.00 17:02:06 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:02:06 16:55:01 ens3 144.64 93.85 260.94 6.05 0.00 0.00 0.00 0.00 17:02:06 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:56:01 ens3 97.83 64.14 256.81 4.14 0.00 0.00 0.00 0.00 17:02:06 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:57:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 17:02:06 16:57:01 ens3 46.01 29.33 230.41 1.95 0.00 0.00 0.00 0.00 17:02:06 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:58:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 17:02:06 16:58:01 ens3 143.30 55.50 1952.47 3.86 0.00 0.00 0.00 0.00 17:02:06 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:02:06 16:59:01 ens3 0.37 0.30 0.09 0.08 0.00 0.00 0.00 0.00 17:02:06 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 17:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:06 17:01:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 17:02:06 17:01:01 ens3 252.17 132.69 4670.95 16.89 0.00 0.00 0.00 0.00 17:02:06 17:01:01 vethb43545e 48.71 94.65 4.19 694.72 0.00 0.00 0.00 0.06 17:02:06 17:01:01 docker0 48.71 94.55 3.52 694.71 0.00 0.00 0.00 0.00 17:02:06 17:02:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 17:02:06 17:02:01 ens3 205.57 139.18 3263.75 40.48 0.00 0.00 0.00 0.00 17:02:06 17:02:01 docker0 5.35 5.95 0.83 1.89 0.00 0.00 0.00 0.00 17:02:06 Average: lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 17:02:06 Average: ens3 130.77 80.54 1601.46 18.39 0.00 0.00 0.00 0.00 17:02:06 Average: docker0 17.31 26.90 1.31 186.61 0.00 0.00 0.00 0.00 17:02:06 17:02:06