Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4a1eef67a76e889eee847dec31270fa4ae2966c6 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-ssh11302516019314396140.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh16842499884365744988.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2282964377811592230.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh9731221720103538762.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1734409913264932395.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19485 in /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/oundry_app-functions-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4a1eef67a76e889eee847dec31270fa4ae2966c6 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a1eef67a76e889eee847dec31270fa4ae2966c6 # timeout=10 Commit message: "build: Upgrade to Go 1.18 and alpine 3.16 (#1146)" > git rev-list --no-walk 3a3cae19978a08b96b810bb2d0ffa38734d7aa02 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:52:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:52:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:52:48 ========================================================= 22:52:48 EdgeX Global Pipelines Version Info 22:52:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:52:49 ------------------- 22:52:49 stable info: 22:52:49 ------------------- 22:52:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:52:49 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 22:52:49 Message: update stable to v1.0.237 22:52:49 ------------------- 22:52:49 experimental info: 22:52:49 ------------------- 22:52:49 Commited By: **** collab-it+edgex@linuxfoundation.org 22:52:49 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 22:52:49 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a1eef6 [Pipeline] echo 22:52:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:52:50 + git rev-list -1 --merges 4a1eef67a76e889eee847dec31270fa4ae2966c6~1..4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] echo 22:52:50 -----------> git rev-list -1 --merges 4a1eef67a76e889eee847dec31270fa4ae2966c6~1..4a1eef67a76e889eee847dec31270fa4ae2966c6 4a1eef67a76e889eee847dec31270fa4ae2966c6 [false] [Pipeline] sh 22:52:51 + git log --format=format:%s -1 4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] echo 22:52:51 ========================================================= 22:52:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:52:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:52:51 + git log --format=format:%s -1 4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] echo 22:52:51 [semverPrep] GIT_COMMIT: 4a1eef67a76e889eee847dec31270fa4ae2966c6, Commit Message: build: Upgrade to Go 1.18 and alpine 3.16 (#1146) [Pipeline] echo 22:52:51 [semverPrep] This is not a build commit. [Pipeline] sh 22:52:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:52:51 + grep -v github /etc/ssh/ssh_known_hosts 22:52:51 + [ -e /tmp/ssh_known_hosts ] 22:52:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:52:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:52:51 + sudo tee -a /etc/ssh/ssh_known_hosts 22:52:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:52 22:52:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:53 0.1.4: Pulling from edgex-devops/py-git-semver 22:52:53 b85a868b505f: Pulling fs layer 22:52:53 e2be974225ed: Pulling fs layer 22:52:53 339a4e72a1f5: Pulling fs layer 22:52:53 988bab9f4d93: Pulling fs layer 22:52:53 1469e6f7b9e6: Pulling fs layer 22:52:53 eaf3925da568: Pulling fs layer 22:52:53 bab4dde63d76: Pulling fs layer 22:52:53 bde34c3a00c8: Pulling fs layer 22:52:53 b352a97aabf1: Pulling fs layer 22:52:53 4872d77fe225: Pulling fs layer 22:52:53 5851b861e8e6: Pulling fs layer 22:52:53 988bab9f4d93: Waiting 22:52:53 1469e6f7b9e6: Waiting 22:52:53 eaf3925da568: Waiting 22:52:53 4872d77fe225: Waiting 22:52:53 bab4dde63d76: Waiting 22:52:53 5851b861e8e6: Waiting 22:52:53 b352a97aabf1: Waiting 22:52:53 e2be974225ed: Verifying Checksum 22:52:53 e2be974225ed: Download complete 22:52:53 988bab9f4d93: Verifying Checksum 22:52:53 988bab9f4d93: Download complete 22:52:53 1469e6f7b9e6: Verifying Checksum 22:52:53 1469e6f7b9e6: Download complete 22:52:53 eaf3925da568: Download complete 22:52:53 339a4e72a1f5: Verifying Checksum 22:52:53 339a4e72a1f5: Download complete 22:52:53 bde34c3a00c8: Download complete 22:52:53 b352a97aabf1: Verifying Checksum 22:52:53 b352a97aabf1: Download complete 22:52:53 4872d77fe225: Download complete 22:52:53 5851b861e8e6: Verifying Checksum 22:52:53 5851b861e8e6: Download complete 22:52:53 b85a868b505f: Verifying Checksum 22:52:53 b85a868b505f: Download complete 22:52:53 bab4dde63d76: Verifying Checksum 22:52:55 b85a868b505f: Pull complete 22:52:55 e2be974225ed: Pull complete 22:52:55 339a4e72a1f5: Pull complete 22:52:55 988bab9f4d93: Pull complete 22:52:56 1469e6f7b9e6: Pull complete 22:52:56 eaf3925da568: Pull complete 22:52:58 bab4dde63d76: Pull complete 22:52:58 bde34c3a00c8: Pull complete 22:52:58 b352a97aabf1: Pull complete 22:52:58 4872d77fe225: Pull complete 22:52:58 5851b861e8e6: Pull complete 22:52:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:52:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:52:58 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 22:52:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:53:00 $ docker top 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d -eo pid,comm 22:53:00 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). 22:53:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:53:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:53:00 [ssh-agent] Looking for ssh-agent implementation... 22:53:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:53:00 $ docker exec 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d ssh-agent 22:53:00 SSH_AUTH_SOCK=/tmp/ssh-HB000HNdgmNW/agent.32 22:53:00 SSH_AGENT_PID=38 22:53:00 Running ssh-add (command line suppressed) 22:53:00 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8925558600053178904.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8925558600053178904.key) 22:53:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:53:01 + git tag --points-at HEAD [Pipeline] } 22:53:01 $ docker exec --env ******** --env ******** 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d ssh-agent -k 22:53:01 unset SSH_AUTH_SOCK; 22:53:01 unset SSH_AGENT_PID; 22:53:01 echo Agent pid 38 killed; 22:53:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:53:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:53:01 [ssh-agent] Looking for ssh-agent implementation... 22:53:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:53:01 $ docker exec 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d ssh-agent 22:53:01 SSH_AUTH_SOCK=/tmp/ssh-vhuq53wtF3Gn/agent.71 22:53:01 SSH_AGENT_PID=77 22:53:01 Running ssh-add (command line suppressed) 22:53:01 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5502769821096822425.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5502769821096822425.key) 22:53:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:53:02 + git semver init 22:53:02 2022-07-11 22:53:02,357 [run_init] DEBUG init version:0.0.0 force:False 22:53:02 2022-07-11 22:53:02,358 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_app-functions-sdk-go_main/.semver 22:53:02 2022-07-11 22:53:02,358 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/oundry_app-functions-sdk-go_main/.semver 22:53:02 2022-07-11 22:53:02,359 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/oundry_app-functions-sdk-go_main/.semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 22:53:03 2022-07-11 22:53:03,548 [append_file] DEBUG append to file:/w/workspace/oundry_app-functions-sdk-go_main/.git/info/exclude 22:53:03 2022-07-11 22:53:03,548 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:False 22:53:03 2022-07-11 22:53:03,549 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 22:53:03 2022-07-11 22:53:03,549 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 22:53:03 2.2.1-dev.19 [Pipeline] } 22:53:03 $ docker exec --env ******** --env ******** 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d ssh-agent -k 22:53:03 unset SSH_AUTH_SOCK; 22:53:03 unset SSH_AGENT_PID; 22:53:03 echo Agent pid 77 killed; 22:53:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:53:04 + git semver [Pipeline] } 22:53:04 $ docker stop --time=1 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d 22:53:05 $ docker rm -f 70731749f78e6ef9362111ea37b0903c2a2b17f43d7e9b9b494df3fb012ef39d [Pipeline] // withDockerContainer [Pipeline] sh 22:53:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:53:06 Stashed 1 file(s) [Pipeline] echo 22:53:06 [edgeXSemver]: initialized semver on version 2.2.1-dev.19 [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 22:53:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:53:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:53:06 ========================================================= 22:53:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:53:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:53:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19479 in /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] { [Pipeline] ws 22:53:07 Running in /w/workspace/app-functions-sdk-go/139 [Pipeline] { [Pipeline] checkout 22:53:07 The recommended git tool is: git 22:53:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:53:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:53:07 2408cc74d12b: Pulling fs layer 22:53:07 ea60b727a1ce: Pulling fs layer 22:53:07 30c4a7721957: Pulling fs layer 22:53:07 370296b7ddb6: Pulling fs layer 22:53:07 7c6cee850709: Pulling fs layer 22:53:07 39a5fcdaea64: Pulling fs layer 22:53:07 d94ebbe4e438: Pulling fs layer 22:53:07 bcfd1f05c69d: Pulling fs layer 22:53:07 59ccb84bbe0f: Pulling fs layer 22:53:07 370296b7ddb6: Waiting 22:53:07 bcfd1f05c69d: Waiting 22:53:07 d94ebbe4e438: Waiting 22:53:07 59ccb84bbe0f: Waiting 22:53:07 7c6cee850709: Waiting 22:53:07 39a5fcdaea64: Waiting 22:53:07 30c4a7721957: Download complete 22:53:07 ea60b727a1ce: Verifying Checksum 22:53:07 ea60b727a1ce: Download complete 22:53:07 7c6cee850709: Verifying Checksum 22:53:07 7c6cee850709: Download complete 22:53:07 39a5fcdaea64: Verifying Checksum 22:53:07 39a5fcdaea64: Download complete 22:53:07 2408cc74d12b: Verifying Checksum 22:53:07 2408cc74d12b: Download complete 22:53:07 d94ebbe4e438: Verifying Checksum 22:53:07 d94ebbe4e438: Download complete 22:53:07 2408cc74d12b: Pull complete 22:53:07 ea60b727a1ce: Pull complete 22:53:07 30c4a7721957: Pull complete 22:53:07 59ccb84bbe0f: Verifying Checksum 22:53:07 59ccb84bbe0f: Download complete 22:53:07 bcfd1f05c69d: Download complete 22:53:07 370296b7ddb6: Verifying Checksum 22:53:07 370296b7ddb6: Download complete 22:53:11 using credential edgex-jenkins-ssh 22:53:11 Cloning the remote Git repository 22:53:11 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:53:11 > git init /w/workspace/app-functions-sdk-go/139 # timeout=10 22:53:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:53:11 > git --version # timeout=10 22:53:11 > git --version # 'git version 2.25.1' 22:53:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:53:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:53:13 370296b7ddb6: Pull complete 22:53:13 7c6cee850709: Pull complete 22:53:13 39a5fcdaea64: Pull complete 22:53:13 d94ebbe4e438: Pull complete 22:53:14 Avoid second fetch 22:53:14 Checking out Revision 4a1eef67a76e889eee847dec31270fa4ae2966c6 (main) 22:53:15 bcfd1f05c69d: Pull complete 22:53:15 59ccb84bbe0f: Pull complete 22:53:15 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 22:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:53:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 22:53:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:53:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:53:14 > git config core.sparsecheckout # timeout=10 22:53:14 > git checkout -f 4a1eef67a76e889eee847dec31270fa4ae2966c6 # timeout=10 22:53:15 + 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 22:53:16 + docker inspect -f . ci-base-image-x86_64 22:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:16 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 22:53:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:53:18 $ docker top 6dec78a5bc813f62fe378adee3db27920cdd1b34dce44230d238804984681826 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:19 + go version 22:53:19 go version go1.18.3 linux/amd64 [Pipeline] } 22:53:19 $ docker stop --time=1 6dec78a5bc813f62fe378adee3db27920cdd1b34dce44230d238804984681826 22:53:19 Commit message: "build: Upgrade to Go 1.18 and alpine 3.16 (#1146)" 22:53:20 $ docker rm -f 6dec78a5bc813f62fe378adee3db27920cdd1b34dce44230d238804984681826 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 22:53:20 + docker inspect -f . ci-base-image-x86_64 22:53:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:20 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 22:53:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:53:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:53:21 % Total % Received % Xferd Average Speed Time Time Time Current 22:53:21 Dload Upload Total Spent Left Speed 22:53:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 98208 0 --:--:-- --:--:-- --:--:-- 98208 22:53:21 $ docker top 443cd0fc1caea574f8d823bd5643411b771e66425cf8e4b10b45107c5e74bf64 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 22:53:21 + git config --global --add safe.directory /w/workspace/oundry_app-functions-sdk-go_main [Pipeline] fileExists [Pipeline] sh 22:53:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:53:21 + make test 22:53:21 make -C ./app-service-template build 22:53:21 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 22:53:21 go mod tidy 22:53:21 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:53:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 22:53:21 go: downloading github.com/google/uuid v1.3.0 22:53:21 go: downloading github.com/stretchr/testify v1.8.0 22:53:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 22:53:22 + sudo tee /etc/docker/daemon.new 22:53:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:53:22 { 22:53:22 "registry-mirrors": [ 22:53:22 "https://nexus3.edgexfoundry.org:10001" 22:53:22 ], 22:53:22 "bip": "10.250.0.254/24", 22:53:22 "hosts": [ 22:53:22 "tcp://0.0.0.0:5555", 22:53:22 "unix:///var/run/docker.sock" 22:53:22 ], 22:53:22 "mtu": 1458, 22:53:22 "selinux-enabled": true, 22:53:22 "seccomp-profile": "/etc/docker/seccomp.json" 22:53:22 } [Pipeline] sh 22:53:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 22:53:22 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 22:53:22 go: downloading github.com/gorilla/mux v1.8.0 22:53:22 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:53:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 22:53:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 22:53:22 go: downloading github.com/go-playground/validator/v10 v10.10.1 22:53:22 go: downloading github.com/go-kit/log v0.2.0 22:53:22 go: downloading gopkg.in/yaml.v3 v3.0.1 22:53:22 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 22:53:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 22:53:22 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:53:22 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:53:22 go: downloading github.com/pelletier/go-toml v1.9.5 22:53:22 go: downloading github.com/hashicorp/errwrap v1.0.0 22:53:22 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 22:53:22 go: downloading github.com/hashicorp/consul/api v1.9.1 22:53:22 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:53:22 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:53:22 go: downloading github.com/mitchellh/copystructure v1.0.0 22:53:22 go: downloading github.com/go-playground/universal-translator v0.18.0 22:53:22 go: downloading github.com/leodido/go-urn v1.2.1 22:53:22 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 22:53:22 go: downloading golang.org/x/text v0.3.7 22:53:22 go: downloading github.com/go-playground/locales v0.14.0 22:53:22 go: downloading github.com/pebbe/zmq4 v1.2.7 22:53:22 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:53:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:53:22 go: downloading github.com/gorilla/websocket v1.4.2 22:53:22 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 22:53:22 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 22:53:22 go: downloading github.com/x448/float16 v0.8.4 22:53:22 go: downloading github.com/Microsoft/go-winio v0.5.2 22:53:22 go: downloading github.com/zeebo/errs v1.2.2 22:53:22 go: downloading google.golang.org/grpc v1.46.0 22:53:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:53:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:53:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:53:22 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:53:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:53:22 go: downloading github.com/hashicorp/serf v0.9.5 22:53:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:53:22 + sudo service docker restart 22:53:22 go: downloading github.com/go-playground/assert/v2 v2.0.1 22:53:22 go: downloading github.com/hashicorp/consul/sdk v0.8.0 22:53:22 go: downloading github.com/hashicorp/go-uuid v1.0.1 22:53:22 go: downloading github.com/davecgh/go-spew v1.1.1 22:53:22 go: downloading github.com/pmezard/go-difflib v1.0.0 22:53:22 go: downloading github.com/stretchr/objx v0.4.0 22:53:22 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 22:53:22 go: downloading github.com/onsi/ginkgo v1.10.1 22:53:22 go: downloading github.com/onsi/gomega v1.7.0 22:53:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:53:22 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:53:23 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 22:53:23 go: downloading google.golang.org/protobuf v1.28.0 22:53:23 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:53:23 go: downloading github.com/golang/protobuf v1.5.2 22:53:23 go: downloading github.com/google/go-cmp v0.5.6 22:53:23 go: downloading github.com/fatih/color v1.9.0 22:53:23 go: downloading github.com/mattn/go-colorable v0.1.6 22:53:23 go: downloading github.com/mattn/go-isatty v0.0.12 22:53:23 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:53:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:53:23 go: downloading github.com/hashicorp/go-msgpack v0.5.3 22:53:23 go: downloading github.com/hashicorp/memberlist v0.2.2 22:53:23 go: downloading github.com/pkg/errors v0.9.1 22:53:23 go: downloading github.com/kr/pretty v0.3.0 22:53:23 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 22:53:23 go: downloading github.com/kr/text v0.2.0 22:53:23 go: downloading github.com/rogpeppe/go-internal v1.8.0 22:53:23 go: downloading github.com/hpcloud/tail v1.0.0 22:53:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:53:23 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:53:23 go: downloading gopkg.in/yaml.v2 v2.2.8 22:53:23 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 22:53:23 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:53:23 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 22:53:23 go: downloading github.com/miekg/dns v1.1.26 22:53:23 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:53:23 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:53:23 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:53:23 go: downloading gopkg.in/fsnotify.v1 v1.4.7 22:53:24 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o new-app-service [Pipeline] unstash [Pipeline] echo 22:53:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:53:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:53:41 ========================================================= 22:53:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:53:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:53:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:53:42 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:53:42 b3c136eddcbf: Pulling fs layer 22:53:42 c0a3192eca97: Pulling fs layer 22:53:42 a050256f5b6f: Pulling fs layer 22:53:42 656be50a0ddc: Pulling fs layer 22:53:42 2bbca73fdf42: Pulling fs layer 22:53:42 46d945488cbd: Pulling fs layer 22:53:42 8a5474983e97: Pulling fs layer 22:53:42 329c88fbcd65: Pulling fs layer 22:53:42 656be50a0ddc: Waiting 22:53:42 2bbca73fdf42: Waiting 22:53:42 46d945488cbd: Waiting 22:53:42 8a5474983e97: Waiting 22:53:42 329c88fbcd65: Waiting 22:53:42 a050256f5b6f: Verifying Checksum 22:53:42 a050256f5b6f: Download complete 22:53:42 c0a3192eca97: Verifying Checksum 22:53:42 c0a3192eca97: Download complete 22:53:42 2bbca73fdf42: Verifying Checksum 22:53:42 2bbca73fdf42: Download complete 22:53:42 46d945488cbd: Verifying Checksum 22:53:42 46d945488cbd: Download complete 22:53:42 b3c136eddcbf: Verifying Checksum 22:53:42 b3c136eddcbf: Download complete 22:53:43 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 22:53:43 make -C ./app-service-template test 22:53:43 make[1]: Entering directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 22:53:43 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 22:53:43 b3c136eddcbf: Pull complete 22:53:43 329c88fbcd65: Verifying Checksum 22:53:43 329c88fbcd65: Download complete 22:53:44 c0a3192eca97: Pull complete 22:53:44 a050256f5b6f: Pull complete 22:53:45 8a5474983e97: Verifying Checksum 22:53:45 8a5474983e97: Download complete 22:53:45 656be50a0ddc: Verifying Checksum 22:53:45 656be50a0ddc: Download complete 22:54:00 656be50a0ddc: Pull complete 22:54:00 2bbca73fdf42: Pull complete 22:54:00 46d945488cbd: Pull complete 22:54:01 ok new-app-service 0.068s coverage: 48.1% of statements 22:54:01 ? new-app-service/config [no test files] 22:54:01 ok new-app-service/functions 0.049s 22:54:01 CGO_ENABLED=1 go vet ./... 22:54:05 8a5474983e97: Pull complete 22:54:07 329c88fbcd65: Pull complete 22:54:07 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 22:54:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:54:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 22:54:07 + 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 22:54:07 + docker inspect -f . ci-base-image-arm64 22:54:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:54:08 prd-ubuntu20.04-docker-arm64-4c-16g-19479 does not seem to be running inside a container 22:54:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/139 -v /w/workspace/app-functions-sdk-go/139:/w/workspace/app-functions-sdk-go/139:rw,z -v /w/workspace/app-functions-sdk-go/139@tmp:/w/workspace/app-functions-sdk-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:54:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:54:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:54:09 ./bin/test-attribution-txt.sh 22:54:09 make[1]: Leaving directory '/w/workspace/oundry_app-functions-sdk-go_main/app-service-template' 22:54:09 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:54:09 go: downloading github.com/gomodule/redigo v1.8.8 22:54:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:54:11 $ docker top 5e18e4cbe013d0a9cf9560067a0223569513151239dc190210653681ae6eff77 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:12 + go version 22:54:12 go version go1.18.3 linux/arm64 [Pipeline] } 22:54:12 $ docker stop --time=1 5e18e4cbe013d0a9cf9560067a0223569513151239dc190210653681ae6eff77 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.115s coverage: 63.2% of statements 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.092s coverage: 93.8% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.090s coverage: 76.5% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.076s coverage: 88.7% of statements 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.056s coverage: 100.0% of statements 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.161s coverage: 78.5% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.101s coverage: 97.3% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.094s coverage: 82.8% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 0.702s coverage: 81.5% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.087s coverage: 28.7% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.071s coverage: 14.0% of statements 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.076s coverage: 27.3% of statements 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.069s coverage: 51.4% of statements 22:54:13 $ docker rm -f 5e18e4cbe013d0a9cf9560067a0223569513151239dc190210653681ae6eff77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:14 + docker inspect -f . ci-base-image-arm64 22:54:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:54:14 prd-ubuntu20.04-docker-arm64-4c-16g-19479 does not seem to be running inside a container 22:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/app-functions-sdk-go/139 -v /w/workspace/app-functions-sdk-go/139:/w/workspace/app-functions-sdk-go/139:rw,z -v /w/workspace/app-functions-sdk-go/139@tmp:/w/workspace/app-functions-sdk-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:54:15 $ docker top 94d7212149f2b03a1cc8305c5941eba605e787f6abd9f6a900f66a61ae193777 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:16 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/139 [Pipeline] fileExists [Pipeline] sh 22:54:17 + make test 22:54:17 make -C ./app-service-template build 22:54:17 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/139/app-service-template' 22:54:17 go mod tidy 22:54:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 22:54:17 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:54:17 go: downloading github.com/google/uuid v1.3.0 22:54:17 go: downloading github.com/stretchr/testify v1.8.0 22:54:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.2.1-dev.5 22:54:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.1-dev.8 22:54:17 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 22:54:17 go: downloading github.com/davecgh/go-spew v1.1.1 22:54:17 go: downloading github.com/pmezard/go-difflib v1.0.0 22:54:18 go: downloading gopkg.in/yaml.v3 v3.0.1 22:54:18 go: downloading github.com/go-playground/validator/v10 v10.10.1 22:54:18 go: downloading github.com/go-kit/log v0.2.0 22:54:18 go: downloading github.com/stretchr/objx v0.4.0 22:54:18 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.3 22:54:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 22:54:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.1-dev.1 22:54:18 go: downloading github.com/gorilla/mux v1.8.0 22:54:18 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:54:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 22:54:18 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:54:18 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:54:18 go: downloading github.com/mitchellh/copystructure v1.0.0 22:54:18 go: downloading github.com/go-playground/universal-translator v0.18.0 22:54:18 go: downloading github.com/leodido/go-urn v1.2.1 22:54:18 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 22:54:18 go: downloading golang.org/x/text v0.3.7 22:54:19 go: downloading github.com/go-playground/locales v0.14.0 22:54:19 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 22:54:19 go: downloading github.com/go-playground/assert/v2 v2.0.1 22:54:21 go: downloading github.com/pelletier/go-toml v1.9.5 22:54:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:54:21 go: downloading github.com/hashicorp/errwrap v1.0.0 22:54:21 go: downloading github.com/gorilla/websocket v1.4.2 22:54:21 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 22:54:21 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 22:54:21 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.0 22:54:21 go: downloading github.com/hashicorp/consul/api v1.9.1 22:54:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:54:21 go: downloading github.com/x448/float16 v0.8.4 22:54:21 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 22:54:21 go: downloading github.com/kr/pretty v0.3.0 22:54:22 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:54:22 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:54:22 go: downloading github.com/pebbe/zmq4 v1.2.7 22:54:22 go: downloading github.com/Microsoft/go-winio v0.5.2 22:54:22 go: downloading github.com/zeebo/errs v1.2.2 22:54:22 go: downloading google.golang.org/grpc v1.46.0 22:54:23 go: downloading github.com/kr/text v0.2.0 22:54:23 go: downloading github.com/rogpeppe/go-internal v1.8.0 22:54:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:54:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:54:23 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:54:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:54:23 go: downloading github.com/hashicorp/serf v0.9.5 22:54:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:54:23 go: downloading github.com/hashicorp/consul/sdk v0.8.0 22:54:23 go: downloading github.com/hashicorp/go-uuid v1.0.1 22:54:23 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:54:23 go: downloading github.com/onsi/ginkgo v1.10.1 22:54:23 go: downloading github.com/onsi/gomega v1.7.0 22:54:23 go: downloading google.golang.org/protobuf v1.28.0 22:54:23 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:54:24 go: downloading github.com/golang/protobuf v1.5.2 22:54:24 go: downloading github.com/google/go-cmp v0.5.6 22:54:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:54:24 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:54:24 go: downloading github.com/fatih/color v1.9.0 22:54:24 go: downloading github.com/mattn/go-colorable v0.1.6 22:54:24 go: downloading github.com/mattn/go-isatty v0.0.12 22:54:24 go: downloading github.com/pkg/errors v0.9.1 22:54:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:54:25 go: downloading github.com/hashicorp/go-msgpack v0.5.3 22:54:25 go: downloading github.com/hashicorp/memberlist v0.2.2 22:54:25 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 22:54:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:54:25 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:54:25 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:54:25 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 22:54:25 go: downloading github.com/miekg/dns v1.1.26 22:54:25 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:54:25 go: downloading gopkg.in/yaml.v2 v2.2.8 22:54:25 go: downloading github.com/hpcloud/tail v1.0.0 22:54:25 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 22:54:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:54:25 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:54:25 go: downloading gopkg.in/fsnotify.v1 v1.4.7 22:54:29 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o new-app-service 22:54:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.143s coverage: 76.9% of statements 22:54:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.077s coverage: 94.4% of statements 22:54:39 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:54:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:54:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:54:45 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 22:54:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:54:45 $ docker stop --time=1 443cd0fc1caea574f8d823bd5643411b771e66425cf8e4b10b45107c5e74bf64 22:54:47 $ docker rm -f 443cd0fc1caea574f8d823bd5643411b771e66425cf8e4b10b45107c5e74bf64 [Pipeline] // withDockerContainer [Pipeline] sh 22:54:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:54:48 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 22:54:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:48 22:54:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:48 latest: Pulling from edgex-lftools-log-publisher 22:54:48 5eb5b503b376: Pulling fs layer 22:54:48 5c69ac0246d0: Pulling fs layer 22:54:48 ec43610c2a17: Pulling fs layer 22:54:48 3a2ae6a8a46f: Pulling fs layer 22:54:48 33b1e0a273af: Pulling fs layer 22:54:48 5d3b04190fa2: Pulling fs layer 22:54:48 2f39f015ded8: Pulling fs layer 22:54:48 5d3b04190fa2: Waiting 22:54:48 3a2ae6a8a46f: Waiting 22:54:48 33b1e0a273af: Waiting 22:54:48 2f39f015ded8: Waiting 22:54:48 5c69ac0246d0: Verifying Checksum 22:54:48 5c69ac0246d0: Download complete 22:54:48 3a2ae6a8a46f: Verifying Checksum 22:54:48 3a2ae6a8a46f: Download complete 22:54:49 33b1e0a273af: Verifying Checksum 22:54:49 33b1e0a273af: Download complete 22:54:49 5d3b04190fa2: Verifying Checksum 22:54:49 5d3b04190fa2: Download complete 22:54:49 ec43610c2a17: Verifying Checksum 22:54:49 ec43610c2a17: Download complete 22:54:49 5eb5b503b376: Verifying Checksum 22:54:49 5eb5b503b376: Download complete 22:54:49 2f39f015ded8: Download complete 22:54:50 5eb5b503b376: Pull complete 22:54:50 5c69ac0246d0: Pull complete 22:54:50 ec43610c2a17: Pull complete 22:54:50 3a2ae6a8a46f: Pull complete 22:54:51 33b1e0a273af: Pull complete 22:54:51 5d3b04190fa2: Pull complete 22:54:55 2f39f015ded8: Pull complete 22:54:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:54:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:54:55 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 22:54:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:54:58 $ docker top 35366dcfc92a7fea620bfc65c5c32a2f6e6e8e499b14690f15f895737e298e39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:54:58 ---> job-cost.sh 22:54:58 lf-activate-venv: SKIPPING 22:54:58 INFO: No Stack... 22:54:59 INFO: Retrieving Pricing Info for: v3-standard-8 22:54:59 INFO: Archiving Costs [Pipeline] sh 22:54:59 + cat /w/workspace/oundry_app-functions-sdk-go_main/archives/cost.csv 22:54:59 + cut -d, -f6 [Pipeline] lock 22:54:59 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] 22:54:59 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] did not exist. Created. 22:54:59 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:55:00 + echo total: 0.2199999988079071 [Pipeline] stash 22:55:00 Stashed 1 file(s) [Pipeline] } 22:55:00 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] [Pipeline] // lock [Pipeline] } 22:55:00 $ docker stop --time=1 35366dcfc92a7fea620bfc65c5c32a2f6e6e8e499b14690f15f895737e298e39 22:55:01 $ docker rm -f 35366dcfc92a7fea620bfc65c5c32a2f6e6e8e499b14690f15f895737e298e39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:56:21 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/139/app-service-template' 22:56:21 make -C ./app-service-template test 22:56:21 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/139/app-service-template' 22:56:21 CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... 22:58:58 ok new-app-service 0.292s coverage: 48.1% of statements 22:58:58 ? new-app-service/config [no test files] 22:58:58 ok new-app-service/functions 0.225s 22:58:58 CGO_ENABLED=1 go vet ./... 23:00:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:00:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:00:20 ./bin/test-attribution-txt.sh 23:00:20 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/139/app-service-template' 23:00:20 CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:00:20 go: downloading github.com/gomodule/redigo v1.8.8 23:00:20 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.632s coverage: 63.2% of statements 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.295s coverage: 93.8% of statements 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.402s coverage: 76.5% of statements 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.338s coverage: 88.7% of statements 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.233s coverage: 100.0% of statements 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.798s coverage: 78.5% of statements 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.258s coverage: 97.3% of statements 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] 23:00:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.455s coverage: 82.8% of statements 23:00:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] 23:00:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 1.087s coverage: 81.5% of statements 23:00:47 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] 23:00:47 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] 23:00:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.386s coverage: 28.7% of statements 23:00:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] 23:00:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.300s coverage: 14.0% of statements 23:00:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.257s coverage: 27.3% of statements 23:00:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:00:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:00:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.249s coverage: 51.4% of statements 23:01:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.541s coverage: 76.9% of statements 23:01:26 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.216s coverage: 94.4% of statements 23:01:26 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:01:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:01:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:01:32 WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo 23:01:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:01:32 $ docker stop --time=1 94d7212149f2b03a1cc8305c5941eba605e787f6abd9f6a900f66a61ae193777 23:01:33 $ docker rm -f 94d7212149f2b03a1cc8305c5941eba605e787f6abd9f6a900f66a61ae193777 [Pipeline] // withDockerContainer [Pipeline] sh 23:01:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:01:38 Warning: overwriting stash ‘coverage-report’ 23:01:38 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 23:01:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:01:39 23:01:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:01:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:01:39 arm64: Pulling from edgex-lftools-log-publisher 23:01:39 8998bd30e6a1: Pulling fs layer 23:01:39 04944245beec: Pulling fs layer 23:01:39 699f458cf7ca: Pulling fs layer 23:01:39 765212b225bb: Pulling fs layer 23:01:39 f23df028b6ca: Pulling fs layer 23:01:39 d65c8cfc05b1: Pulling fs layer 23:01:39 2437ff75d9bd: Pulling fs layer 23:01:39 765212b225bb: Waiting 23:01:39 f23df028b6ca: Waiting 23:01:39 d65c8cfc05b1: Waiting 23:01:39 2437ff75d9bd: Waiting 23:01:39 04944245beec: Verifying Checksum 23:01:39 04944245beec: Download complete 23:01:39 765212b225bb: Verifying Checksum 23:01:39 765212b225bb: Download complete 23:01:39 f23df028b6ca: Verifying Checksum 23:01:39 f23df028b6ca: Download complete 23:01:39 d65c8cfc05b1: Verifying Checksum 23:01:39 d65c8cfc05b1: Download complete 23:01:40 699f458cf7ca: Verifying Checksum 23:01:40 699f458cf7ca: Download complete 23:01:40 8998bd30e6a1: Verifying Checksum 23:01:40 8998bd30e6a1: Download complete 23:01:43 2437ff75d9bd: Verifying Checksum 23:01:43 2437ff75d9bd: Download complete 23:01:45 8998bd30e6a1: Pull complete 23:01:45 04944245beec: Pull complete 23:01:47 699f458cf7ca: Pull complete 23:01:47 765212b225bb: Pull complete 23:01:48 f23df028b6ca: Pull complete 23:01:48 d65c8cfc05b1: Pull complete 23:02:03 2437ff75d9bd: Pull complete 23:02:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:02:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:04 prd-ubuntu20.04-docker-arm64-4c-16g-19479 does not seem to be running inside a container 23:02:04 $ 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/139 -v /w/workspace/app-functions-sdk-go/139:/w/workspace/app-functions-sdk-go/139:rw,z -v /w/workspace/app-functions-sdk-go/139@tmp:/w/workspace/app-functions-sdk-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:02:06 $ docker top f3c3aed2f8cd47885c5014e8183470f4f0c07ab92d38803bad0361487a06f8dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:07 ---> job-cost.sh 23:02:07 lf-activate-venv: SKIPPING 23:02:07 INFO: No Stack... 23:02:08 INFO: Retrieving Pricing Info for: v3-standard-4 23:02:09 INFO: Archiving Costs [Pipeline] sh 23:02:09 + cat /w/workspace/app-functions-sdk-go/139/archives/cost.csv 23:02:09 + cut -d, -f6 [Pipeline] lock 23:02:09 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] 23:02:09 Resource [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] did not exist. Created. 23:02:09 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:02:10 /w/workspace/app-functions-sdk-go/139@tmp/durable-4c2b300f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:02:11 + echo total: 0.10999999940395355 [Pipeline] stash 23:02:11 Warning: overwriting stash ‘stack-cost’ 23:02:11 Stashed 1 file(s) [Pipeline] } 23:02:11 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-main-139-stack-cost] [Pipeline] // lock [Pipeline] } 23:02:11 $ docker stop --time=1 f3c3aed2f8cd47885c5014e8183470f4f0c07ab92d38803bad0361487a06f8dc 23:02:12 $ docker rm -f f3c3aed2f8cd47885c5014e8183470f4f0c07ab92d38803bad0361487a06f8dc [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 23:02:13 provisioning config files... 23:02:13 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6597804093118837126tmp [Pipeline] { [Pipeline] sh 23:02:13 + set +x 23:02:13 + curl -s https://codecov.io/bash 23:02:13 + bash -s -- 23:02:13 23:02:13 _____ _ 23:02:13 / ____| | | 23:02:13 | | ___ __| | ___ ___ _____ __ 23:02:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:02:13 | |___| (_) | (_| | __/ (_| (_) \ V / 23:02:13 \_____\___/ \__,_|\___|\___\___/ \_/ 23:02:13 Bash-1.0.6 23:02:13 23:02:13 23:02:13 ==> git version 2.25.1 found 23:02:13 ==> 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 23:02:13 Release-Date: 2020-01-08 23:02:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:02:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:02:13 ==> Jenkins CI detected. 23:02:13 current dir:  /w/workspace/oundry_app-functions-sdk-go_main 23:02:13 project root: . 23:02:13 --> token set from env 23:02:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:02:13 ==> Running gcov in . (disable via -X gcov) 23:02:13 ==> Python coveragepy not found 23:02:13 ==> Searching for coverage reports in: 23:02:13 + . 23:02:13 -> Found 2 reports 23:02:13 ==> Detecting git/mercurial file structure 23:02:13 ==> Reading reports 23:02:13 + ./app-service-template/coverage.out bytes=1222 23:02:13 + ./coverage.out bytes=122646 23:02:13 ==> Appending adjustments 23:02:13 https://docs.codecov.io/docs/fixing-reports 23:02:14 + Found adjustments 23:02:14 ==> Gzipping contents 23:02:14 24K /tmp/codecov.uoYjvK.gz 23:02:14 ==> Uploading reports 23:02:14 url: https://codecov.io 23:02:14 query: branch=main&commit=4a1eef67a76e889eee847dec31270fa4ae2966c6&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:02:14 -> Pinging Codecov 23:02:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=main&commit=4a1eef67a76e889eee847dec31270fa4ae2966c6&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmain%2F139%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:02:14 -> Uploading to 23:02:14 https://storage.googleapis.com/codecov/v4/raw/2022-07-11/3D8B5DFFC46A037C893635FACE044666/4a1eef67a76e889eee847dec31270fa4ae2966c6/98919a92-80b2-4e13-a9bf-01a71abcced4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T230214Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8644e73a7129b4518fdc9f892986fe970eef31e0fe14cde865dfa0896c9f8f7 23:02:14 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:14 Dload Upload Total Spent Left Speed 23:02:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21227 0 0 100 21227 0 95617 --:--:-- --:--:-- --:--:-- 95188 100 21227 0 0 100 21227 0 89189 --:--:-- --:--:-- --:--:-- 88815 23:02:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] } 23:02:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:02:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:02:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:15 23:02:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:02:15 df9b9388f04a: Pulling fs layer 23:02:15 52dc419b0ee2: Pulling fs layer 23:02:15 25bc292e5bac: Pulling fs layer 23:02:15 114826534d7a: Pulling fs layer 23:02:15 4657fd5d0bcf: Pulling fs layer 23:02:15 6ad1cebc031e: Pulling fs layer 23:02:15 8a3aa393b2d8: Pulling fs layer 23:02:15 6ad1cebc031e: Waiting 23:02:15 8a3aa393b2d8: Waiting 23:02:15 4657fd5d0bcf: Waiting 23:02:15 114826534d7a: Waiting 23:02:15 25bc292e5bac: Verifying Checksum 23:02:15 25bc292e5bac: Download complete 23:02:15 52dc419b0ee2: Verifying Checksum 23:02:15 52dc419b0ee2: Download complete 23:02:15 4657fd5d0bcf: Verifying Checksum 23:02:15 4657fd5d0bcf: Download complete 23:02:15 df9b9388f04a: Download complete 23:02:15 6ad1cebc031e: Verifying Checksum 23:02:15 6ad1cebc031e: Download complete 23:02:15 df9b9388f04a: Pull complete 23:02:15 52dc419b0ee2: Pull complete 23:02:15 25bc292e5bac: Pull complete 23:02:16 114826534d7a: Verifying Checksum 23:02:16 114826534d7a: Download complete 23:02:16 8a3aa393b2d8: Verifying Checksum 23:02:16 8a3aa393b2d8: Download complete 23:02:19 114826534d7a: Pull complete 23:02:19 4657fd5d0bcf: Pull complete 23:02:20 6ad1cebc031e: Pull complete 23:02:22 8a3aa393b2d8: Pull complete 23:02:22 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:22 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:02:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:02:25 $ docker top c98212f0bf026b3fa80b4a2f07836c21c108cdb62c4fa76346d5df95e9ffa3d3 -eo pid,comm [Pipeline] { [Pipeline] echo 23:02:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:main' [Pipeline] sh 23:02:25 + set -o pipefail 23:02:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:main' 23:02:29 23:02:29 Monitoring /w/workspace/oundry_app-functions-sdk-go_main (github.com/edgexfoundry/app-functions-sdk-go/v2)... 23:02:29 23:02:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/899a6017-c938-46f1-adf7-2bd1b283a5ba/history/571cdec5-dea3-4639-a99f-d57fd0014115 23:02:29 23:02:29 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:02:29 23:02:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:02:29 23:02:29 23:02:29 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 23:02:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:02:29 $ docker stop --time=1 c98212f0bf026b3fa80b4a2f07836c21c108cdb62c4fa76346d5df95e9ffa3d3 23:02:32 $ docker rm -f c98212f0bf026b3fa80b4a2f07836c21c108cdb62c4fa76346d5df95e9ffa3d3 [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 23:02:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:02:32 provisioning config files... 23:02:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6454826677616912710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:32 --> edgex-publish-swagger.sh 23:02:32 === Publish openapi/v2 API === 23:02:32 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:02:32 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/oundry_app-functions-sdk-go_main/openapi/v2/app-functions-sdk.yaml] 23:02:32 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:32 Dload Upload Total Spent Left Speed 23:02:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13708 0 0 100 13708 0 14444 --:--:-- --:--:-- --:--:-- 14429 100 13708 0 0 100 13708 0 14444 --:--:-- --:--:-- --:--:-- 14429 23:02:33 23:02:33 [Pipeline] } 23:02:33 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 23:02:34 + git log --format=format:%s -1 4a1eef67a76e889eee847dec31270fa4ae2966c6 [Pipeline] sh 23:02:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:02:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:02:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:34 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:02:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:02:35 $ docker top 173cba6ece6c5e61a7cc988b228ec59388cdd67dd5fe0b26066546ccdced44d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:35 [ssh-agent] Looking for ssh-agent implementation... 23:02:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:35 $ docker exec 173cba6ece6c5e61a7cc988b228ec59388cdd67dd5fe0b26066546ccdced44d2 ssh-agent 23:02:35 SSH_AUTH_SOCK=/tmp/ssh-2kok00sWfpBF/agent.33 23:02:35 SSH_AGENT_PID=39 23:02:35 Running ssh-add (command line suppressed) 23:02:35 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_9037465821206390440.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_9037465821206390440.key) 23:02:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:36 + git semver tag 23:02:36 2022-07-11 23:02:36,249 [run_tag] DEBUG tag force:False 23:02:36 2022-07-11 23:02:36,249 [check_head_tag] DEBUG check head tag 23:02:36 2022-07-11 23:02:36,250 [execute] INFO git cat-file --batch-check 23:02:36 2022-07-11 23:02:36,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 23:02:36 2022-07-11 23:02:36,253 [execute] INFO git cat-file --batch 23:02:36 2022-07-11 23:02:36,254 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=) 23:02:36 2022-07-11 23:02:36,266 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:36 2022-07-11 23:02:36,266 [execute] INFO git tag -a v2.2.1-dev.19 -m v2.2.1-dev.19 23:02:36 2022-07-11 23:02:36,267 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.19', '-m', 'v2.2.1-dev.19'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 23:02:36 2022-07-11 23:02:36,271 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:36 2.2.1-dev.19 [Pipeline] } 23:02:36 $ docker exec --env ******** --env ******** 173cba6ece6c5e61a7cc988b228ec59388cdd67dd5fe0b26066546ccdced44d2 ssh-agent -k 23:02:36 unset SSH_AUTH_SOCK; 23:02:36 unset SSH_AGENT_PID; 23:02:36 echo Agent pid 39 killed; 23:02:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:36 + git semver [Pipeline] } 23:02:37 $ docker stop --time=1 173cba6ece6c5e61a7cc988b228ec59388cdd67dd5fe0b26066546ccdced44d2 23:02:38 $ docker rm -f 173cba6ece6c5e61a7cc988b228ec59388cdd67dd5fe0b26066546ccdced44d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:38 23:02:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:39 0.23.1-centos7: Pulling from edgex-lftools 23:02:39 ab5ef0e58194: Pulling fs layer 23:02:39 9712f1f96733: Pulling fs layer 23:02:39 63f879dbbcfc: Pulling fs layer 23:02:39 0d9ebad4ef96: Pulling fs layer 23:02:39 e9a5061849ea: Pulling fs layer 23:02:39 d747dcd14b5f: Pulling fs layer 23:02:39 2de7ff778b66: Pulling fs layer 23:02:39 d747dcd14b5f: Waiting 23:02:39 0d9ebad4ef96: Waiting 23:02:39 2de7ff778b66: Waiting 23:02:39 e9a5061849ea: Waiting 23:02:39 9712f1f96733: Verifying Checksum 23:02:39 9712f1f96733: Download complete 23:02:39 63f879dbbcfc: Verifying Checksum 23:02:39 63f879dbbcfc: Download complete 23:02:39 0d9ebad4ef96: Download complete 23:02:39 d747dcd14b5f: Download complete 23:02:39 e9a5061849ea: Verifying Checksum 23:02:39 e9a5061849ea: Download complete 23:02:39 ab5ef0e58194: Verifying Checksum 23:02:39 ab5ef0e58194: Download complete 23:02:39 2de7ff778b66: Download complete 23:02:42 ab5ef0e58194: Pull complete 23:02:42 9712f1f96733: Pull complete 23:02:43 63f879dbbcfc: Pull complete 23:02:46 0d9ebad4ef96: Pull complete 23:02:46 e9a5061849ea: Pull complete 23:02:46 d747dcd14b5f: Pull complete 23:02:47 2de7ff778b66: Pull complete 23:02:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:02:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:47 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:02:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:02:50 $ docker top a3d41d604cd66715628ba24f5f72ad6c8a1c8b792f59b7f55340a6c8eed01701 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:02:50 provisioning config files... 23:02:50 copy managed file [sigul-config] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config97435136231485190tmp 23:02:50 copy managed file [sigul-password] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config4611497727798629959tmp 23:02:50 copy managed file [sigul-pki] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config6284405267353139721tmp [Pipeline] { [Pipeline] echo 23:02:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:02:50 ---> sigul-configuration.sh 23:02:50 gpg: directory `/root/.gnupg' created 23:02:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:02:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:02:50 gpg: keyring `/root/.gnupg/secring.gpg' created 23:02:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:02:50 gpg: CAST5 encrypted data 23:02:50 gpg: encrypted with 1 passphrase 23:02:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:02:51 + mkdir /home/jenkins 23:02:51 + mkdir /home/jenkins/sigul [Pipeline] sh 23:02:51 + 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 23:02:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:02:51 ---> sigul-install.sh 23:02:51 Sigul already installed; skipping installation. [Pipeline] sh 23:02:52 + git tag --list 23:02:52 v0.1.0 23:02:52 v0.1.1 23:02:52 v1.0.0 23:02:52 v1.1.0 23:02:52 v1.2.0 23:02:52 v1.3.0 23:02:52 v1.3.1 23:02:52 v2.0.0 23:02:52 v2.0.1 23:02:52 v2.1.0 23:02:52 v2.1.1 23:02:52 v2.1.1-dev.3 23:02:52 v2.1.1-dev.4 23:02:52 v2.2.0 23:02:52 v2.2.1-dev.1 23:02:52 v2.2.1-dev.10 23:02:52 v2.2.1-dev.11 23:02:52 v2.2.1-dev.12 23:02:52 v2.2.1-dev.13 23:02:52 v2.2.1-dev.14 23:02:52 v2.2.1-dev.15 23:02:52 v2.2.1-dev.16 23:02:52 v2.2.1-dev.17 23:02:52 v2.2.1-dev.18 23:02:52 v2.2.1-dev.19 23:02:52 v2.2.1-dev.2 23:02:52 v2.2.1-dev.3 23:02:52 v2.2.1-dev.4 23:02:52 v2.2.1-dev.5 23:02:52 v2.2.1-dev.6 23:02:52 v2.2.1-dev.7 23:02:52 v2.2.1-dev.8 23:02:52 v2.2.1-dev.9 [Pipeline] sh 23:02:52 + lftools sign git-tag v2.2.1-dev.19 23:02:52 Signing Git tag with Sigul... 23:02:52 Signing v2.2.1-dev.19 [Pipeline] echo 23:02:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:02:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:02:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:02:53 $ docker stop --time=1 a3d41d604cd66715628ba24f5f72ad6c8a1c8b792f59b7f55340a6c8eed01701 23:02:54 $ docker rm -f a3d41d604cd66715628ba24f5f72ad6c8a1c8b792f59b7f55340a6c8eed01701 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 23:02:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:02:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:02:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:55 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:02:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:02:56 $ docker top 1c2b266f1ba5097d0dcad38f90074675eacef0a9114f88127da71d3cbc2f6249 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:56 [ssh-agent] Looking for ssh-agent implementation... 23:02:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:56 $ docker exec 1c2b266f1ba5097d0dcad38f90074675eacef0a9114f88127da71d3cbc2f6249 ssh-agent 23:02:56 SSH_AUTH_SOCK=/tmp/ssh-Rjsr6WNnxVPh/agent.32 23:02:56 SSH_AGENT_PID=38 23:02:56 Running ssh-add (command line suppressed) 23:02:56 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5846934539549319703.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_5846934539549319703.key) 23:02:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:56 + git semver bump pre 23:02:57 2022-07-11 23:02:57,050 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:57 2022-07-11 23:02:57,050 [bump_version] DEBUG bumping version:2.2.1-dev.19 on axis:pre with prefix:dev 23:02:57 2022-07-11 23:02:57,050 [bump_version] DEBUG bumped version:2.2.1-dev.20 23:02:57 2022-07-11 23:02:57,050 [write_version] DEBUG write version:2.2.1-dev.20 to path:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main with force:True 23:02:57 2022-07-11 23:02:57,050 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:57 2022-07-11 23:02:57,051 [write_file] DEBUG write to file:/w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:57 2022-07-11 23:02:57,053 [execute] INFO git cat-file --batch-check 23:02:57 2022-07-11 23:02:57,054 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:02:57 2022-07-11 23:02:57,060 [execute] INFO git cat-file --batch 23:02:57 2022-07-11 23:02:57,060 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:02:57 2022-07-11 23:02:57,084 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:02:57 2.2.1-dev.20 [Pipeline] } 23:02:57 $ docker exec --env ******** --env ******** 1c2b266f1ba5097d0dcad38f90074675eacef0a9114f88127da71d3cbc2f6249 ssh-agent -k 23:02:57 unset SSH_AUTH_SOCK; 23:02:57 unset SSH_AGENT_PID; 23:02:57 echo Agent pid 38 killed; 23:02:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:57 + git semver [Pipeline] } 23:02:57 $ docker stop --time=1 1c2b266f1ba5097d0dcad38f90074675eacef0a9114f88127da71d3cbc2f6249 23:02:59 $ docker rm -f 1c2b266f1ba5097d0dcad38f90074675eacef0a9114f88127da71d3cbc2f6249 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:02:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:02:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:59 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:02:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:03:00 $ docker top fbec970dc80286cb7cde31436cca459136faba4ab5cc61f700b1c7814437d498 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:00 [ssh-agent] Looking for ssh-agent implementation... 23:03:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:00 $ docker exec fbec970dc80286cb7cde31436cca459136faba4ab5cc61f700b1c7814437d498 ssh-agent 23:03:00 SSH_AUTH_SOCK=/tmp/ssh-kDbLmM2OAdxU/agent.34 23:03:00 SSH_AGENT_PID=40 23:03:00 Running ssh-add (command line suppressed) 23:03:00 Identity added: /w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8064354408320477207.key (/w/workspace/oundry_app-functions-sdk-go_main@tmp/private_key_8064354408320477207.key) 23:03:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:01 + git semver push 23:03:01 2022-07-11 23:03:01,240 [run_push] DEBUG push 23:03:01 2022-07-11 23:03:01,241 [execute] INFO git cat-file --batch-check 23:03:01 2022-07-11 23:03:01,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:03:01 2022-07-11 23:03:01,245 [execute] INFO git rev-list b961a7495c27d2f6023818b34783f49b82c321c4 -- 23:03:01 2022-07-11 23:03:01,245 [execute] DEBUG Popen(['git', 'rev-list', 'b961a7495c27d2f6023818b34783f49b82c321c4', '--'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 23:03:01 2022-07-11 23:03:01,261 [execute] INFO git fetch -v origin 23:03:01 2022-07-11 23:03:01,261 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) 23:03:01 2022-07-11 23:03:01,742 [run_push] DEBUG no remote changes detected 23:03:01 2022-07-11 23:03:01,743 [execute] INFO git push origin semver 23:03:01 2022-07-11 23:03:01,744 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_app-functions-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) 23:03:02 2022-07-11 23:03:02,589 [run_push] DEBUG push all version tags 23:03:02 2022-07-11 23:03:02,590 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 23:03:02 2022-07-11 23:03:02,590 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_app-functions-sdk-go_main, universal_newlines=False, shell=None, istream=None) 23:03:03 2022-07-11 23:03:03,297 [read_version] DEBUG read version from /w/workspace/oundry_app-functions-sdk-go_main/.semver/main 23:03:03 2.2.1-dev.20 [Pipeline] } 23:03:03 $ docker exec --env ******** --env ******** fbec970dc80286cb7cde31436cca459136faba4ab5cc61f700b1c7814437d498 ssh-agent -k 23:03:03 unset SSH_AUTH_SOCK; 23:03:03 unset SSH_AGENT_PID; 23:03:03 echo Agent pid 40 killed; 23:03:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:03 + git semver [Pipeline] } 23:03:04 $ docker stop --time=1 fbec970dc80286cb7cde31436cca459136faba4ab5cc61f700b1c7814437d498 23:03:05 $ docker rm -f fbec970dc80286cb7cde31436cca459136faba4ab5cc61f700b1c7814437d498 [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 23:03:05 + [ -d /w/workspace/oundry_app-functions-sdk-go_main/archives ] 23:03:05 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 23:03:05 total 16 23:03:05 drwxr-xr-x 3 root root 4096 Jul 11 22:54 . 23:03:05 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 23:02 .. 23:03:05 drwxr-xr-x 2 root root 4096 Jul 11 22:54 cost 23:03:05 -rw-r--r-- 1 root root 91 Jul 11 22:54 cost.csv 23:03:05 + sudo chown -R jenkins:jenkins /w/workspace/oundry_app-functions-sdk-go_main/archives 23:03:05 + ls -al /w/workspace/oundry_app-functions-sdk-go_main/archives 23:03:05 total 16 23:03:05 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 22:54 . 23:03:05 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 23:02 .. 23:03:05 drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 22:54 cost 23:03:05 -rw-r--r-- 1 jenkins jenkins 91 Jul 11 22:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:03:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:03:07 ---> package-listing.sh 23:03:07 ++ facter osfamily 23:03:07 ++ tr '[:upper:]' '[:lower:]' 23:03:07 + OS_FAMILY=debian 23:03:07 + workspace=/w/workspace/oundry_app-functions-sdk-go_main 23:03:07 + START_PACKAGES=/tmp/packages_start.txt 23:03:07 + END_PACKAGES=/tmp/packages_end.txt 23:03:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:03:07 + PACKAGES=/tmp/packages_start.txt 23:03:07 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 23:03:07 + PACKAGES=/tmp/packages_end.txt 23:03:07 + case "${OS_FAMILY}" in 23:03:07 + dpkg -l 23:03:07 + grep '^ii' 23:03:07 + '[' -f /tmp/packages_start.txt ']' 23:03:07 + '[' -f /tmp/packages_end.txt ']' 23:03:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:03:07 + '[' /w/workspace/oundry_app-functions-sdk-go_main ']' 23:03:07 + mkdir -p /w/workspace/oundry_app-functions-sdk-go_main/archives/ 23:03:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_app-functions-sdk-go_main/archives/ [Pipeline] echo 23:03:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:03:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:03:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:03:08 prd-ubuntu20.04-docker-8c-8g-19485 does not seem to be running inside a container 23:03:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_app-functions-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_app-functions-sdk-go_main -v /w/workspace/oundry_app-functions-sdk-go_main:/w/workspace/oundry_app-functions-sdk-go_main:rw,z -v /w/workspace/oundry_app-functions-sdk-go_main@tmp:/w/workspace/oundry_app-functions-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:03:08 $ docker top 66a2bc5eab33d0597b52d0b277b0c13ba4bea1239ae356e9c9795434798061a6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:09 + touch /tmp/pre-build-complete [Pipeline] sh 23:03:09 + mkdir -p /var/log/sysstat [Pipeline] sh 23:03:09 + ls /var/log/sa-host 23:03:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:03:09 provisioning config files... 23:03:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_app-functions-sdk-go_main@tmp/config5684047954968871494tmp [Pipeline] { [Pipeline] echo 23:03:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:03:10 ---> create-netrc.sh [Pipeline] } 23:03:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:03:10 ---> python-tools-install.sh [Pipeline] echo 23:03:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:03:10 ---> sudo-logs.sh 23:03:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:03:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:03:10 ---> job-cost.sh 23:03:10 lf-activate-venv: SKIPPING 23:03:10 DEBUG: total: 0.2199999988079071 23:03:10 INFO: Retrieving Stack Cost... 23:03:11 INFO: Retrieving Pricing Info for: v3-standard-8 23:03:11 INFO: Archiving Costs [Pipeline] echo 23:03:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:03:12 ---> logs-deploy.sh 23:03:12 lf-activate-venv: SKIPPING 23:03:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/main/139 23:03:12 INFO: archiving workspace using pattern(s): 23:03:13 Archives upload complete. 23:03:13 INFO: archiving logs to Nexus 23:03:13 ---> uname -a: 23:03:13 Linux prd-ubuntu20-04-docker-8c-8g-19485 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 23:03:13 23:03:13 23:03:13 ---> lscpu: 23:03:13 Architecture: x86_64 23:03:13 CPU op-mode(s): 32-bit, 64-bit 23:03:13 Byte Order: Little Endian 23:03:13 Address sizes: 40 bits physical, 48 bits virtual 23:03:13 CPU(s): 8 23:03:13 On-line CPU(s) list: 0-7 23:03:13 Thread(s) per core: 1 23:03:13 Core(s) per socket: 1 23:03:13 Socket(s): 8 23:03:13 NUMA node(s): 1 23:03:13 Vendor ID: AuthenticAMD 23:03:13 CPU family: 23 23:03:13 Model: 49 23:03:13 Model name: AMD EPYC-Rome Processor 23:03:13 Stepping: 0 23:03:13 CPU MHz: 2800.000 23:03:13 BogoMIPS: 5600.00 23:03:13 Virtualization: AMD-V 23:03:13 Hypervisor vendor: KVM 23:03:13 Virtualization type: full 23:03:13 L1d cache: 256 KiB 23:03:13 L1i cache: 256 KiB 23:03:13 L2 cache: 4 MiB 23:03:13 L3 cache: 128 MiB 23:03:13 NUMA node0 CPU(s): 0-7 23:03:13 Vulnerability Itlb multihit: Not affected 23:03:13 Vulnerability L1tf: Not affected 23:03:13 Vulnerability Mds: Not affected 23:03:13 Vulnerability Meltdown: Not affected 23:03:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:03:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 23:03:13 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 23:03:13 Vulnerability Srbds: Not affected 23:03:13 Vulnerability Tsx async abort: Not affected 23:03:13 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 23:03:13 23:03:13 23:03:13 ---> nproc: 23:03:13 8 23:03:13 23:03:13 23:03:13 ---> df -h: 23:03:13 Filesystem Size Used Avail Use% Mounted on 23:03:13 overlay 155G 12G 144G 8% / 23:03:13 tmpfs 64M 0 64M 0% /dev 23:03:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 23:03:13 shm 64M 0 64M 0% /dev/shm 23:03:13 /dev/vda1 155G 12G 144G 8% /facter-os 23:03:13 23:03:13 23:03:13 ---> sar -b -r -n DEV: 23:03:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19485) 07/11/22 _x86_64_ (8 CPU) 23:03:13 23:03:13 22:52:10 LINUX RESTART (8 CPU) 23:03:13 23:03:13 22:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:03:13 22:54:01 83.42 1.00 82.42 0.00 26.66 108582.17 0.00 23:03:13 22:55:01 70.86 0.17 70.69 0.00 8.00 36173.69 0.00 23:03:13 22:56:01 1.72 0.00 1.72 0.00 0.00 22.40 0.00 23:03:13 22:57:01 1.55 0.00 1.55 0.00 0.00 18.66 0.00 23:03:13 22:58:01 1.87 0.02 1.85 0.00 0.13 33.73 0.00 23:03:13 22:59:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 23:03:13 23:00:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 23:03:13 23:01:01 3.75 1.57 2.18 0.00 49.06 29.33 0.00 23:03:13 23:02:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 23:03:13 23:03:01 118.64 0.30 118.34 0.00 27.19 65075.77 0.00 23:03:13 Average: 28.54 0.30 28.23 0.00 11.10 20997.67 0.00 23:03:13 23:03:13 22:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:03:13 22:54:01 28067472 31660564 623968 1.90 114340 3688756 2320132 6.84 1311280 3047400 433440 23:03:13 22:55:01 28435060 31768704 519056 1.58 120824 3436064 1790992 5.28 1150180 2858744 92 23:03:13 22:56:01 28445356 31778724 510368 1.55 120876 3435928 1790992 5.28 1138132 2858596 20 23:03:13 22:57:01 28446252 31779664 509372 1.55 120920 3435928 1790992 5.28 1136628 2858596 24 23:03:13 22:58:01 28449156 31782628 506040 1.54 121056 3435936 1790992 5.28 1135032 2858600 44 23:03:13 22:59:01 28449968 31783496 505128 1.54 121112 3435936 1790992 5.28 1134308 2858604 16 23:03:13 23:00:01 28456424 31790000 498580 1.52 121136 3435940 1790992 5.28 1127436 2858608 24 23:03:13 23:01:01 28452920 31789052 499328 1.52 121228 3437424 1807904 5.33 1132796 2858164 28 23:03:13 23:02:01 28453148 31789320 499016 1.52 121268 3437424 1807904 5.33 1132068 2858140 8 23:03:13 23:03:01 26909032 31731068 547384 1.66 166424 4746128 1957156 5.77 1283116 4105036 176 23:03:13 Average: 28256479 31765322 521824 1.59 124918 3592546 1863905 5.49 1168098 3002049 43387 23:03:13 23:03:13 22:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:03:13 22:54:01 ens3 308.70 237.71 5037.00 81.89 0.00 0.00 0.00 0.00 23:03:13 22:54:01 docker0 105.78 113.96 8.42 1072.81 0.00 0.00 0.00 0.00 23:03:13 22:54:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 23:03:13 22:54:01 veth13e430a 47.06 61.39 4.67 719.81 0.00 0.00 0.00 0.06 23:03:13 22:55:01 ens3 124.83 74.58 2535.96 17.35 0.00 0.00 0.00 0.00 23:03:13 22:55:01 docker0 1.00 0.97 0.07 1.47 0.00 0.00 0.00 0.00 23:03:13 22:55:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 23:03:13 22:56:01 ens3 11.90 7.32 13.54 0.97 0.00 0.00 0.00 0.00 23:03:13 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:57:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:03:13 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:03:13 22:58:01 ens3 0.77 0.18 0.13 0.07 0.00 0.00 0.00 0.00 23:03:13 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:59:01 ens3 1.38 0.67 0.47 0.29 0.00 0.00 0.00 0.00 23:03:13 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 22:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:03:13 23:00:01 ens3 0.63 0.37 0.35 0.27 0.00 0.00 0.00 0.00 23:03:13 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:01:01 ens3 26.41 36.18 6.42 46.82 0.00 0.00 0.00 0.00 23:03:13 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 23:03:13 23:02:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:03:13 23:03:01 ens3 426.01 266.64 7908.90 89.50 0.00 0.00 0.00 0.00 23:03:13 23:03:01 docker0 40.27 55.13 3.63 689.53 0.00 0.00 0.00 0.00 23:03:13 23:03:01 lo 2.20 2.20 0.21 0.21 0.00 0.00 0.00 0.00 23:03:13 23:03:01 veth46ca14e 0.82 0.67 0.14 0.19 0.00 0.00 0.00 0.00 23:03:13 Average: ens3 90.08 62.38 1550.32 23.72 0.00 0.00 0.00 0.00 23:03:13 Average: docker0 14.70 17.01 1.21 176.38 0.00 0.00 0.00 0.00 23:03:13 Average: lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 23:03:13 Average: veth46ca14e 0.08 0.07 0.01 0.02 0.00 0.00 0.00 0.00 23:03:13 23:03:13 23:03:13 ---> sar -P ALL: 23:03:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19485) 07/11/22 _x86_64_ (8 CPU) 23:03:13 23:03:13 22:52:10 LINUX RESTART (8 CPU) 23:03:13 23:03:13 22:53:01 CPU %user %nice %system %iowait %steal %idle 23:03:13 22:54:01 all 40.03 0.00 6.81 0.68 0.10 52.38 23:03:13 22:54:01 0 38.75 0.00 7.43 0.59 0.10 53.13 23:03:13 22:54:01 1 41.29 0.00 6.26 0.00 0.10 52.35 23:03:13 22:54:01 2 39.64 0.00 6.22 0.34 0.08 53.72 23:03:13 22:54:01 3 39.41 0.00 7.81 0.39 0.10 52.28 23:03:13 22:54:01 4 41.24 0.00 6.34 0.39 0.08 51.95 23:03:13 22:54:01 5 41.20 0.00 6.75 0.05 0.10 51.90 23:03:13 22:54:01 6 39.26 0.00 6.47 0.05 0.10 54.11 23:03:13 22:54:01 7 39.45 0.00 7.21 3.66 0.12 49.56 23:03:13 22:55:01 all 22.67 0.00 4.11 0.94 0.07 72.21 23:03:13 22:55:01 0 22.44 0.00 4.86 0.03 0.07 72.60 23:03:13 22:55:01 1 22.75 0.00 3.58 0.10 0.07 73.50 23:03:13 22:55:01 2 22.27 0.00 3.93 1.31 0.07 72.42 23:03:13 22:55:01 3 22.36 0.00 4.22 0.08 0.08 73.26 23:03:13 22:55:01 4 22.63 0.00 4.20 0.39 0.07 72.71 23:03:13 22:55:01 5 22.37 0.00 3.87 0.13 0.07 73.56 23:03:13 22:55:01 6 23.41 0.00 3.59 0.10 0.08 72.81 23:03:13 22:55:01 7 23.17 0.00 4.59 5.40 0.07 66.77 23:03:13 22:56:01 all 0.17 0.00 0.02 0.01 0.00 99.81 23:03:13 22:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 23:03:13 22:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:03:13 22:56:01 2 0.03 0.00 0.03 0.03 0.00 99.90 23:03:13 22:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:03:13 22:56:01 4 0.05 0.00 0.03 0.00 0.00 99.92 23:03:13 22:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 23:03:13 22:56:01 6 0.00 0.00 0.03 0.00 0.00 99.97 23:03:13 22:56:01 7 1.14 0.00 0.03 0.02 0.00 98.81 23:03:13 22:57:01 all 0.22 0.00 0.01 0.00 0.00 99.76 23:03:13 22:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:03:13 22:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 23:03:13 22:57:01 2 0.05 0.00 0.03 0.02 0.00 99.90 23:03:13 22:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:03:13 22:57:01 4 1.61 0.00 0.02 0.00 0.02 98.35 23:03:13 22:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 23:03:13 22:57:01 6 0.03 0.00 0.00 0.00 0.00 99.97 23:03:13 22:57:01 7 0.02 0.00 0.03 0.02 0.00 99.93 23:03:13 22:58:01 all 0.26 0.00 0.02 0.01 0.00 99.71 23:03:13 22:58:01 0 0.00 0.00 0.02 0.02 0.00 99.97 23:03:13 22:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 23:03:13 22:58:01 2 0.03 0.00 0.03 0.05 0.00 99.88 23:03:13 22:58:01 3 0.00 0.00 0.02 0.02 0.00 99.97 23:03:13 22:58:01 4 1.99 0.00 0.03 0.00 0.00 97.98 23:03:13 22:58:01 5 0.00 0.00 0.02 0.02 0.00 99.97 23:03:13 22:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 23:03:13 22:58:01 7 0.03 0.00 0.00 0.02 0.02 99.93 23:03:13 22:59:01 all 0.27 0.00 0.01 0.01 0.00 99.71 23:03:13 22:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 23:03:13 22:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 23:03:13 22:59:01 2 0.08 0.00 0.02 0.03 0.00 99.87 23:03:13 22:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:03:13 22:59:01 4 2.00 0.00 0.03 0.00 0.02 97.95 23:03:13 22:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 23:03:13 22:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 23:03:13 22:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 23:03:13 23:00:01 all 0.24 0.00 0.01 0.00 0.00 99.74 23:03:13 23:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 23:03:13 23:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:03:13 23:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 23:03:13 23:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:03:13 23:00:01 4 0.05 0.00 0.03 0.00 0.02 99.90 23:03:13 23:00:01 5 1.66 0.00 0.02 0.00 0.00 98.32 23:03:13 23:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 23:03:13 23:00:01 7 0.03 0.00 0.02 0.02 0.00 99.93 23:03:13 23:01:01 all 0.43 0.00 0.06 0.01 0.01 99.49 23:03:13 23:01:01 0 0.30 0.00 0.07 0.00 0.00 99.63 23:03:13 23:01:01 1 0.17 0.00 0.03 0.00 0.02 99.78 23:03:13 23:01:01 2 0.32 0.00 0.03 0.03 0.00 99.62 23:03:13 23:01:01 3 0.38 0.00 0.03 0.00 0.02 99.57 23:03:13 23:01:01 4 0.40 0.00 0.10 0.02 0.00 99.48 23:03:13 23:01:01 5 1.63 0.00 0.07 0.00 0.02 98.29 23:03:13 23:01:01 6 0.08 0.00 0.07 0.00 0.00 99.85 23:03:13 23:01:01 7 0.17 0.00 0.07 0.03 0.00 99.73 23:03:13 23:02:01 all 0.25 0.00 0.01 0.01 0.00 99.73 23:03:13 23:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 23:03:13 23:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 23:03:13 23:02:01 2 0.03 0.00 0.00 0.02 0.00 99.95 23:03:13 23:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:03:13 23:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 23:03:13 23:02:01 5 1.82 0.00 0.07 0.00 0.00 98.11 23:03:13 23:02:01 6 0.02 0.00 0.03 0.00 0.00 99.95 23:03:13 23:02:01 7 0.02 0.00 0.00 0.03 0.00 99.95 23:03:13 23:03:01 all 9.83 0.00 3.78 1.35 0.05 84.99 23:03:13 23:03:01 0 8.99 0.00 3.82 3.16 0.03 84.00 23:03:13 23:03:01 1 10.29 0.00 3.94 0.13 0.07 85.57 23:03:13 23:03:01 2 8.97 0.00 3.72 2.38 0.05 84.87 23:03:13 23:03:01 3 10.46 0.00 3.73 0.25 0.05 85.51 23:03:13 23:03:01 4 11.81 0.00 3.70 0.12 0.05 84.32 23:03:13 23:03:01 5 9.36 0.00 3.37 0.17 0.05 87.06 23:03:13 23:03:01 6 10.10 0.00 3.70 0.22 0.03 85.94 23:03:13 23:03:01 7 8.70 0.00 4.23 4.37 0.07 82.63 23:03:13 Average: all 7.37 0.00 1.47 0.30 0.02 90.84 23:03:13 Average: 0 7.00 0.00 1.61 0.38 0.02 90.98 23:03:13 Average: 1 7.39 0.00 1.38 0.02 0.03 91.19 23:03:13 Average: 2 7.09 0.00 1.39 0.42 0.02 91.08 23:03:13 Average: 3 7.20 0.00 1.57 0.07 0.03 91.13 23:03:13 Average: 4 8.09 0.00 1.43 0.09 0.03 90.36 23:03:13 Average: 5 7.72 0.00 1.40 0.04 0.02 90.82 23:03:13 Average: 6 7.23 0.00 1.38 0.04 0.02 91.32 23:03:13 Average: 7 7.20 0.00 1.60 1.34 0.03 89.83 23:03:13 23:03:13 23:03:13