Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9fa41a78e2cda4388c0f31842558ab39acd898c6 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7420396761310132451.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13261518839830621691.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/levski/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/levski/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4092024796294250874.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5978914510333603578.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/levski/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/levski/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12385762793940185901.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.18, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7412 in /w/workspace/ndry_app-functions-sdk-go_levski [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_levski # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9fa41a78e2cda4388c0f31842558ab39acd898c6 (levski) Commit message: "fix: [Levski] Make Compression functions thread safe (#1381)" > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 > git rev-list --no-walk 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-11T16:49:02.567Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-11T16:49:02.630Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-11T16:49:02.647Z] ========================================================= [2023-04-11T16:49:02.647Z] EdgeX Global Pipelines Version Info [2023-04-11T16:49:02.647Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-11T16:49:03.345Z] ------------------- [2023-04-11T16:49:03.345Z] stable info: [2023-04-11T16:49:03.345Z] ------------------- [2023-04-11T16:49:03.345Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-11T16:49:03.345Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-11T16:49:03.345Z] Message: update stable to v1.0.245 [2023-04-11T16:49:03.914Z] ------------------- [2023-04-11T16:49:03.914Z] experimental info: [2023-04-11T16:49:03.914Z] ------------------- [2023-04-11T16:49:03.914Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-11T16:49:03.914Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-11T16:49:03.914Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-11T16:49:04.104Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2023-04-11T16:49:04.116Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2023-04-11T16:49:04.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-11T16:49:04.140Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-11T16:49:04.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-11T16:49:04.163Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-04-11T16:49:04.175Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-11T16:49:04.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-11T16:49:04.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-11T16:49:04.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-11T16:49:04.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-11T16:49:04.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2023-04-11T16:49:04.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-11T16:49:04.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-11T16:49:04.256Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-04-11T16:49:04.267Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-04-11T16:49:04.279Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-11T16:49:04.290Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-11T16:49:04.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-11T16:49:04.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-11T16:49:04.325Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-11T16:49:04.337Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-04-11T16:49:04.348Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-11T16:49:04.360Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-11T16:49:04.372Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-04-11T16:49:04.383Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-11T16:49:04.395Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-11T16:49:04.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = levski [Pipeline] echo [2023-04-11T16:49:04.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = levski [Pipeline] echo [2023-04-11T16:49:04.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = levski [Pipeline] echo [2023-04-11T16:49:04.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo [2023-04-11T16:49:04.454Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9fa41a7 [Pipeline] echo [2023-04-11T16:49:04.465Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-11T16:49:04.802Z] + git rev-list -1 --merges 9fa41a78e2cda4388c0f31842558ab39acd898c6~1..9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo [2023-04-11T16:49:04.848Z] -----------> git rev-list -1 --merges 9fa41a78e2cda4388c0f31842558ab39acd898c6~1..9fa41a78e2cda4388c0f31842558ab39acd898c6 9fa41a78e2cda4388c0f31842558ab39acd898c6 [false] [Pipeline] sh [2023-04-11T16:49:05.138Z] + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo [2023-04-11T16:49:05.152Z] ========================================================= [2023-04-11T16:49:05.152Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-11T16:49:05.152Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-11T16:49:05.468Z] + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] echo [2023-04-11T16:49:05.479Z] [semverPrep] GIT_COMMIT: 9fa41a78e2cda4388c0f31842558ab39acd898c6, Commit Message: fix: [Levski] Make Compression functions thread safe (#1381) [Pipeline] echo [2023-04-11T16:49:05.489Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-11T16:49:05.855Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T16:49:05.855Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-11T16:49:05.855Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-11T16:49:05.855Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-11T16:49:05.855Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-04-11T16:49:05.855Z] -a /etc/ssh/ssh_known_hosts [2023-04-11T16:49:05.855Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T16:49:06.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T16:49:06.524Z] [2023-04-11T16:49:06.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T16:49:06.832Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T16:49:06.832Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-11T16:49:06.832Z] b85a868b505f: Pulling fs layer [2023-04-11T16:49:06.832Z] e2be974225ed: Pulling fs layer [2023-04-11T16:49:06.832Z] 339a4e72a1f5: Pulling fs layer [2023-04-11T16:49:06.832Z] 988bab9f4d93: Pulling fs layer [2023-04-11T16:49:06.832Z] 1469e6f7b9e6: Pulling fs layer [2023-04-11T16:49:06.832Z] eaf3925da568: Pulling fs layer [2023-04-11T16:49:06.832Z] bab4dde63d76: Pulling fs layer [2023-04-11T16:49:06.832Z] 1469e6f7b9e6: Waiting [2023-04-11T16:49:06.832Z] 988bab9f4d93: Waiting [2023-04-11T16:49:06.832Z] eaf3925da568: Waiting [2023-04-11T16:49:06.832Z] bab4dde63d76: Waiting [2023-04-11T16:49:06.832Z] bde34c3a00c8: Pulling fs layer [2023-04-11T16:49:06.832Z] b352a97aabf1: Pulling fs layer [2023-04-11T16:49:06.832Z] 4872d77fe225: Pulling fs layer [2023-04-11T16:49:06.832Z] 5851b861e8e6: Pulling fs layer [2023-04-11T16:49:06.832Z] 5851b861e8e6: Waiting [2023-04-11T16:49:06.832Z] 4872d77fe225: Waiting [2023-04-11T16:49:06.832Z] b352a97aabf1: Waiting [2023-04-11T16:49:07.091Z] e2be974225ed: Verifying Checksum [2023-04-11T16:49:07.091Z] e2be974225ed: Download complete [2023-04-11T16:49:07.091Z] 988bab9f4d93: Download complete [2023-04-11T16:49:07.091Z] 339a4e72a1f5: Verifying Checksum [2023-04-11T16:49:07.091Z] 339a4e72a1f5: Download complete [2023-04-11T16:49:07.091Z] 1469e6f7b9e6: Verifying Checksum [2023-04-11T16:49:07.092Z] 1469e6f7b9e6: Download complete [2023-04-11T16:49:07.092Z] eaf3925da568: Verifying Checksum [2023-04-11T16:49:07.092Z] eaf3925da568: Download complete [2023-04-11T16:49:07.092Z] bde34c3a00c8: Verifying Checksum [2023-04-11T16:49:07.092Z] bde34c3a00c8: Download complete [2023-04-11T16:49:07.092Z] b352a97aabf1: Verifying Checksum [2023-04-11T16:49:07.092Z] b352a97aabf1: Download complete [2023-04-11T16:49:07.092Z] 4872d77fe225: Verifying Checksum [2023-04-11T16:49:07.092Z] 4872d77fe225: Download complete [2023-04-11T16:49:07.092Z] 5851b861e8e6: Verifying Checksum [2023-04-11T16:49:07.092Z] 5851b861e8e6: Download complete [2023-04-11T16:49:07.092Z] b85a868b505f: Verifying Checksum [2023-04-11T16:49:07.092Z] b85a868b505f: Download complete [2023-04-11T16:49:07.351Z] bab4dde63d76: Download complete [2023-04-11T16:49:08.732Z] b85a868b505f: Pull complete [2023-04-11T16:49:08.732Z] e2be974225ed: Pull complete [2023-04-11T16:49:08.992Z] 339a4e72a1f5: Pull complete [2023-04-11T16:49:09.251Z] 988bab9f4d93: Pull complete [2023-04-11T16:49:09.510Z] 1469e6f7b9e6: Pull complete [2023-04-11T16:49:09.510Z] eaf3925da568: Pull complete [2023-04-11T16:49:11.422Z] bab4dde63d76: Pull complete [2023-04-11T16:49:11.422Z] bde34c3a00c8: Pull complete [2023-04-11T16:49:11.683Z] b352a97aabf1: Pull complete [2023-04-11T16:49:11.683Z] 4872d77fe225: Pull complete [2023-04-11T16:49:11.683Z] 5851b861e8e6: Pull complete [2023-04-11T16:49:11.683Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-11T16:49:11.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T16:49:11.683Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:49:11.799Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T16:49:11.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T16:49:14.117Z] $ docker top d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 -eo pid,comm [2023-04-11T16:49:14.180Z] 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). [2023-04-11T16:49:14.180Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T16:49:14.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T16:49:14.220Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T16:49:14.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T16:49:14.343Z] $ docker exec d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent [2023-04-11T16:49:14.456Z] SSH_AUTH_SOCK=/tmp/ssh-74s5eWDy3vNe/agent.31 [2023-04-11T16:49:14.456Z] SSH_AGENT_PID=37 [2023-04-11T16:49:14.463Z] Running ssh-add (command line suppressed) [2023-04-11T16:49:14.558Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_14802391507014907797.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_14802391507014907797.key) [2023-04-11T16:49:14.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T16:49:14.860Z] + git tag --points-at HEAD [Pipeline] } [2023-04-11T16:49:14.870Z] $ docker exec --env ******** --env ******** d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent -k [2023-04-11T16:49:14.974Z] unset SSH_AUTH_SOCK; [2023-04-11T16:49:14.975Z] unset SSH_AGENT_PID; [2023-04-11T16:49:14.975Z] echo Agent pid 37 killed; [2023-04-11T16:49:14.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-11T16:49:15.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T16:49:15.020Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T16:49:15.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T16:49:15.137Z] $ docker exec d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent [2023-04-11T16:49:15.249Z] SSH_AUTH_SOCK=/tmp/ssh-esJlsVEkE4G0/agent.69 [2023-04-11T16:49:15.249Z] SSH_AGENT_PID=75 [2023-04-11T16:49:15.254Z] Running ssh-add (command line suppressed) [2023-04-11T16:49:15.365Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_12645944109340425304.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_12645944109340425304.key) [2023-04-11T16:49:15.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T16:49:15.673Z] + git semver init [2023-04-11T16:49:15.933Z] 2023-04-11 16:49:15,853 [run_init] DEBUG init version:0.0.0 force:False [2023-04-11T16:49:15.933Z] 2023-04-11 16:49:15,854 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ndry_app-functions-sdk-go_levski/.semver [2023-04-11T16:49:15.933Z] 2023-04-11 16:49:15,854 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/ndry_app-functions-sdk-go_levski/.semver [2023-04-11T16:49:15.933Z] 2023-04-11 16:49:15,854 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/ndry_app-functions-sdk-go_levski/.semver'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) [2023-04-11T16:49:17.314Z] 2023-04-11 16:49:17,297 [append_file] DEBUG append to file:/w/workspace/ndry_app-functions-sdk-go_levski/.git/info/exclude [2023-04-11T16:49:17.314Z] 2023-04-11 16:49:17,298 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski with force:False [2023-04-11T16:49:17.314Z] 2023-04-11 16:49:17,298 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T16:49:17.314Z] 2023-04-11 16:49:17,298 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T16:49:17.314Z] 2.3.1-dev.4 [Pipeline] } [2023-04-11T16:49:17.582Z] $ docker exec --env ******** --env ******** d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 ssh-agent -k [2023-04-11T16:49:17.686Z] unset SSH_AUTH_SOCK; [2023-04-11T16:49:17.686Z] unset SSH_AGENT_PID; [2023-04-11T16:49:17.686Z] echo Agent pid 75 killed; [2023-04-11T16:49:17.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T16:49:17.997Z] + git semver [Pipeline] } [2023-04-11T16:49:18.268Z] $ docker stop --time=1 d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 [2023-04-11T16:49:19.591Z] $ docker rm -f --volumes d0d5af12c96621e0382592a82d019befebe299d72d78bbced1c63e3395d97a91 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T16:49:19.926Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-11T16:49:20.125Z] Stashed 1 file(s) [Pipeline] echo [2023-04-11T16:49:20.127Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2023-04-11T16:49:20.260Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T16:49:20.275Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T16:49:20.284Z] ========================================================= [2023-04-11T16:49:20.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-04-11T16:49:20.284Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-04-11T16:49:20.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-04-11T16:49:20.575Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-11T16:49:20.575Z] 213ec9aee27d: Pulling fs layer [2023-04-11T16:49:20.575Z] 4583459ba037: Pulling fs layer [2023-04-11T16:49:20.575Z] 93c1e223e6f2: Pulling fs layer [2023-04-11T16:49:20.575Z] 53926ce57604: Pulling fs layer [2023-04-11T16:49:20.575Z] 21b2b0c7a3f4: Pulling fs layer [2023-04-11T16:49:20.575Z] 53926ce57604: Waiting [2023-04-11T16:49:20.575Z] 21b2b0c7a3f4: Waiting [2023-04-11T16:49:20.575Z] 22ff95d597cd: Pulling fs layer [2023-04-11T16:49:20.575Z] 12d6caf4c0d1: Pulling fs layer [2023-04-11T16:49:20.575Z] 96b7cbca73a9: Pulling fs layer [2023-04-11T16:49:20.575Z] 22ff95d597cd: Waiting [2023-04-11T16:49:20.575Z] 96b7cbca73a9: Waiting [2023-04-11T16:49:20.575Z] 12d6caf4c0d1: Waiting [2023-04-11T16:49:20.575Z] a7acece74701: Pulling fs layer [2023-04-11T16:49:20.575Z] a7acece74701: Waiting [2023-04-11T16:49:20.575Z] 93c1e223e6f2: Verifying Checksum [2023-04-11T16:49:20.575Z] 93c1e223e6f2: Download complete [2023-04-11T16:49:20.575Z] 4583459ba037: Download complete [2023-04-11T16:49:20.575Z] 21b2b0c7a3f4: Verifying Checksum [2023-04-11T16:49:20.575Z] 21b2b0c7a3f4: Download complete [2023-04-11T16:49:20.575Z] 213ec9aee27d: Verifying Checksum [2023-04-11T16:49:20.575Z] 213ec9aee27d: Download complete [2023-04-11T16:49:20.575Z] 22ff95d597cd: Verifying Checksum [2023-04-11T16:49:20.575Z] 22ff95d597cd: Download complete [2023-04-11T16:49:20.575Z] 12d6caf4c0d1: Download complete [2023-04-11T16:49:20.837Z] 213ec9aee27d: Pull complete [2023-04-11T16:49:20.837Z] 4583459ba037: Pull complete [2023-04-11T16:49:21.097Z] a7acece74701: Verifying Checksum [2023-04-11T16:49:21.097Z] a7acece74701: Download complete [2023-04-11T16:49:21.097Z] 93c1e223e6f2: Pull complete [2023-04-11T16:49:21.356Z] 96b7cbca73a9: Verifying Checksum [2023-04-11T16:49:21.356Z] 96b7cbca73a9: Download complete [2023-04-11T16:49:21.356Z] 53926ce57604: Verifying Checksum [2023-04-11T16:49:21.356Z] 53926ce57604: Download complete [2023-04-11T16:49:25.541Z] 53926ce57604: Pull complete [2023-04-11T16:49:25.541Z] 21b2b0c7a3f4: Pull complete [2023-04-11T16:49:25.541Z] 22ff95d597cd: Pull complete [2023-04-11T16:49:25.799Z] 12d6caf4c0d1: Pull complete [2023-04-11T16:49:27.701Z] 96b7cbca73a9: Pull complete [2023-04-11T16:49:28.635Z] a7acece74701: Pull complete [2023-04-11T16:49:28.635Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-04-11T16:49:28.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-04-11T16:49:28.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-04-11T16:49:28.919Z] + 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 [2023-04-11T16:49:29.226Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-11T16:49:29.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:49:29.296Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T16:49:29.324Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-11T16:49:32.811Z] $ docker top d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T16:49:33.155Z] + go version [2023-04-11T16:49:33.155Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-04-11T16:49:33.165Z] $ docker stop --time=1 d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 [2023-04-11T16:49:34.535Z] $ docker rm -f --volumes d3e080d2828ad27f2c2166f30c89acd8d041d438eeb67b0f0c2eebab249be687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T16:49:34.943Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-11T16:49:34.943Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:49:35.019Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T16:49:35.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-11T16:49:35.202Z] Still waiting to schedule task [2023-04-11T16:49:35.203Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-11T16:49:35.422Z] $ docker top b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T16:49:35.772Z] + git config --global --add safe.directory /w/workspace/ndry_app-functions-sdk-go_levski [Pipeline] fileExists [Pipeline] sh [2023-04-11T16:49:36.067Z] + make test [2023-04-11T16:49:36.067Z] make -C ./app-service-template build [2023-04-11T16:49:36.067Z] make[1]: Entering directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' [2023-04-11T16:49:36.067Z] go mod tidy [2023-04-11T16:49:36.067Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 [2023-04-11T16:49:36.067Z] go: downloading github.com/stretchr/testify v1.8.0 [2023-04-11T16:49:36.067Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-04-11T16:49:36.067Z] go: downloading github.com/google/uuid v1.3.0 [2023-04-11T16:49:36.067Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0 [2023-04-11T16:49:36.328Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0 [2023-04-11T16:49:36.328Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.3.0 [2023-04-11T16:49:36.328Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2023-04-11T16:49:36.328Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 [2023-04-11T16:49:36.328Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-11T16:49:36.328Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-11T16:49:36.328Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-11T16:49:36.328Z] go: downloading github.com/stretchr/objx v0.4.0 [2023-04-11T16:49:36.588Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0 [2023-04-11T16:49:36.588Z] go: downloading github.com/go-kit/log v0.2.1 [2023-04-11T16:49:36.588Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2023-04-11T16:49:36.588Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.3.0 [2023-04-11T16:49:36.588Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-04-11T16:49:36.588Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-04-11T16:49:36.588Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-11T16:49:36.588Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-11T16:49:36.588Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-04-11T16:49:36.849Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f [2023-04-11T16:49:36.849Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-04-11T16:49:36.849Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-04-11T16:49:36.849Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2023-04-11T16:49:36.849Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-04-11T16:49:36.849Z] go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 [2023-04-11T16:49:36.849Z] go: downloading golang.org/x/text v0.3.7 [2023-04-11T16:49:36.849Z] go: downloading github.com/go-playground/locales v0.14.0 [2023-04-11T16:49:37.110Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-04-11T16:49:37.110Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2023-04-11T16:49:37.110Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-11T16:49:37.110Z] go: downloading github.com/x448/float16 v0.8.4 [2023-04-11T16:49:37.677Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2023-04-11T16:49:37.677Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2023-04-11T16:49:37.677Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2023-04-11T16:49:37.677Z] go: downloading github.com/hashicorp/consul/api v1.15.3 [2023-04-11T16:49:37.677Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-04-11T16:49:37.677Z] go: downloading bitbucket.org/bertimus9/systemstat v0.5.0 [2023-04-11T16:49:37.677Z] go: downloading github.com/nats-io/nats.go v1.18.0 [2023-04-11T16:49:37.677Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.3 [2023-04-11T16:49:37.677Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-04-11T16:49:37.677Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2023-04-11T16:49:37.677Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-04-11T16:49:37.677Z] go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 [2023-04-11T16:49:37.677Z] go: downloading github.com/kr/pretty v0.3.0 [2023-04-11T16:49:37.677Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2023-04-11T16:49:37.677Z] go: downloading github.com/onsi/gomega v1.7.0 [2023-04-11T16:49:37.677Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2023-04-11T16:49:37.677Z] go: downloading github.com/zeebo/errs v1.2.2 [2023-04-11T16:49:37.677Z] go: downloading google.golang.org/grpc v1.46.0 [2023-04-11T16:49:37.936Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-04-11T16:49:37.936Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-11T16:49:37.936Z] go: downloading github.com/kr/text v0.2.0 [2023-04-11T16:49:37.936Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2023-04-11T16:49:37.936Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-04-11T16:49:37.936Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-04-11T16:49:37.936Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-04-11T16:49:37.936Z] go: downloading github.com/hashicorp/serf v0.9.7 [2023-04-11T16:49:37.936Z] go: downloading github.com/google/go-cmp v0.5.7 [2023-04-11T16:49:38.196Z] go: downloading github.com/hashicorp/consul/sdk v0.11.0 [2023-04-11T16:49:38.196Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2023-04-11T16:49:38.196Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2023-04-11T16:49:38.196Z] go: downloading google.golang.org/protobuf v1.28.0 [2023-04-11T16:49:38.196Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2023-04-11T16:49:38.196Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-04-11T16:49:38.196Z] go: downloading github.com/fatih/color v1.9.0 [2023-04-11T16:49:38.196Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-11T16:49:38.196Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-11T16:49:38.196Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-11T16:49:38.196Z] go: downloading github.com/klauspost/compress v1.15.11 [2023-04-11T16:49:38.196Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-04-11T16:49:38.196Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2023-04-11T16:49:38.196Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2023-04-11T16:49:38.196Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2023-04-11T16:49:38.196Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2023-04-11T16:49:38.455Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-04-11T16:49:38.455Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-04-11T16:49:38.455Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2023-04-11T16:49:38.455Z] go: downloading github.com/hashicorp/memberlist v0.3.1 [2023-04-11T16:49:38.455Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-11T16:49:38.455Z] go: downloading github.com/pkg/errors v0.9.1 [2023-04-11T16:49:38.455Z] go: downloading github.com/hpcloud/tail v1.0.0 [2023-04-11T16:49:38.455Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-04-11T16:49:38.455Z] go: downloading github.com/pascaldekloe/goe v0.1.0 [2023-04-11T16:49:38.455Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2023-04-11T16:49:38.455Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2023-04-11T16:49:38.455Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-04-11T16:49:38.455Z] go: downloading github.com/miekg/dns v1.1.41 [2023-04-11T16:49:38.455Z] go: downloading github.com/google/btree v1.0.0 [2023-04-11T16:49:38.455Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2023-04-11T16:49:38.455Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2023-04-11T16:49:40.362Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-new-service [2023-04-11T16:49:58.463Z] make[1]: Leaving directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' [2023-04-11T16:49:58.463Z] make -C ./app-service-template test [2023-04-11T16:49:58.463Z] make[1]: Entering directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' [2023-04-11T16:49:58.463Z] CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... [2023-04-11T16:50:20.402Z] ok app-new-service 0.074s coverage: 48.1% of statements [2023-04-11T16:50:20.402Z] ? app-new-service/config [no test files] [2023-04-11T16:50:20.402Z] ok app-new-service/functions 0.073s coverage: 85.3% of statements [2023-04-11T16:50:20.402Z] CGO_ENABLED=1 go vet ./... [2023-04-11T16:50:30.367Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-11T16:50:30.367Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-11T16:50:30.367Z] ./bin/test-attribution-txt.sh [2023-04-11T16:50:30.367Z] make[1]: Leaving directory '/w/workspace/ndry_app-functions-sdk-go_levski/app-service-template' [2023-04-11T16:50:30.367Z] CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2023-04-11T16:50:30.367Z] go: downloading github.com/gomodule/redigo v1.8.9 [2023-04-11T16:50:30.933Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.135s coverage: 60.4% of statements [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.099s coverage: 93.9% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.118s coverage: 76.5% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.090s coverage: 88.7% of statements [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.067s coverage: 100.0% of statements [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.219s coverage: 76.4% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.058s coverage: 97.3% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.070s coverage: 82.8% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 0.787s coverage: 81.5% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.088s coverage: 28.7% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.076s coverage: 14.0% of statements [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.074s coverage: 27.3% of statements [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2023-04-11T16:50:35.121Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2023-04-11T16:50:35.121Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.063s coverage: 52.8% of statements [2023-04-11T16:51:01.688Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.180s coverage: 75.5% of statements [2023-04-11T16:51:01.688Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.071s coverage: 94.4% of statements [2023-04-11T16:51:01.688Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-04-11T16:51:01.688Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-11T16:51:01.688Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-11T16:51:08.316Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7413 in /w/workspace/ndry_app-functions-sdk-go_levski [Pipeline] { [Pipeline] ws [2023-04-11T16:51:08.331Z] Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout [2023-04-11T16:51:08.362Z] The recommended git tool is: git [2023-04-11T16:51:09.851Z] 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 [2023-04-11T16:51:09.861Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-11T16:51:09.870Z] $ docker stop --time=1 b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 [2023-04-11T16:51:11.539Z] $ docker rm -f --volumes b7e8329139846bef12f25b6278f3a249049a5e1ef16704f2c6433341c0575f78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T16:51:12.302Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-11T16:51:12.443Z] 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 [2023-04-11T16:51:12.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T16:51:12.926Z] [2023-04-11T16:51:12.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T16:51:13.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T16:51:13.252Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-11T16:51:13.252Z] 5eb5b503b376: Pulling fs layer [2023-04-11T16:51:13.252Z] 5c69ac0246d0: Pulling fs layer [2023-04-11T16:51:13.252Z] ec43610c2a17: Pulling fs layer [2023-04-11T16:51:13.252Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-11T16:51:13.252Z] 33b1e0a273af: Pulling fs layer [2023-04-11T16:51:13.252Z] 5d3b04190fa2: Pulling fs layer [2023-04-11T16:51:13.252Z] 2f39f015ded8: Pulling fs layer [2023-04-11T16:51:13.252Z] 33b1e0a273af: Waiting [2023-04-11T16:51:13.252Z] 3a2ae6a8a46f: Waiting [2023-04-11T16:51:13.252Z] 5d3b04190fa2: Waiting [2023-04-11T16:51:13.252Z] 5c69ac0246d0: Download complete [2023-04-11T16:51:13.252Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-11T16:51:13.252Z] 3a2ae6a8a46f: Download complete [2023-04-11T16:51:13.252Z] 33b1e0a273af: Verifying Checksum [2023-04-11T16:51:13.252Z] 33b1e0a273af: Download complete [2023-04-11T16:51:13.519Z] ec43610c2a17: Verifying Checksum [2023-04-11T16:51:13.519Z] ec43610c2a17: Download complete [2023-04-11T16:51:13.519Z] 5d3b04190fa2: Verifying Checksum [2023-04-11T16:51:13.519Z] 5d3b04190fa2: Download complete [2023-04-11T16:51:13.519Z] 5eb5b503b376: Verifying Checksum [2023-04-11T16:51:13.519Z] 5eb5b503b376: Download complete [2023-04-11T16:51:14.029Z] using credential edgex-jenkins-ssh [2023-04-11T16:51:14.050Z] Cloning the remote Git repository [2023-04-11T16:51:14.093Z] 2f39f015ded8: Download complete [2023-04-11T16:51:14.122Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2023-04-11T16:51:14.228Z] > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 [2023-04-11T16:51:14.411Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2023-04-11T16:51:14.412Z] > git --version # timeout=10 [2023-04-11T16:51:14.659Z] 5eb5b503b376: Pull complete [2023-04-11T16:51:14.918Z] 5c69ac0246d0: Pull complete [2023-04-11T16:51:15.177Z] ec43610c2a17: Pull complete [2023-04-11T16:51:15.436Z] 3a2ae6a8a46f: Pull complete [2023-04-11T16:51:15.436Z] 33b1e0a273af: Pull complete [2023-04-11T16:51:15.694Z] 5d3b04190fa2: Pull complete [2023-04-11T16:51:14.438Z] > git --version # 'git version 2.25.1' [2023-04-11T16:51:14.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-11T16:51:14.603Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-11T16:51:18.079Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2023-04-11T16:51:18.103Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-11T16:51:19.028Z] Avoid second fetch [2023-04-11T16:51:19.029Z] Checking out Revision 9fa41a78e2cda4388c0f31842558ab39acd898c6 (levski) [2023-04-11T16:51:19.651Z] Commit message: "fix: [Levski] Make Compression functions thread safe (#1381)" [2023-04-11T16:51:19.881Z] 2f39f015ded8: Pull complete [2023-04-11T16:51:19.050Z] > git config core.sparsecheckout # timeout=10 [2023-04-11T16:51:19.137Z] > git checkout -f 9fa41a78e2cda4388c0f31842558ab39acd898c6 # timeout=10 [2023-04-11T16:51:20.139Z] [2023-04-11T16:51:20.139Z] GitHub has been notified of this commit’s build result [2023-04-11T16:51:20.139Z] [2023-04-11T16:51:20.140Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-11T16:51:20.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T16:51:20.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:51:20.209Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T16:51:20.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-11T16:51:24.203Z] $ docker top 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-11T16:51:24.609Z] ---> job-cost.sh [2023-04-11T16:51:24.609Z] lf-activate-venv: SKIPPING [2023-04-11T16:51:24.609Z] INFO: No Stack... [2023-04-11T16:51:24.867Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-11T16:51:24.867Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-11T16:51:24.867Z] Dload Upload Total Spent Left Speed [2023-04-11T16:51:24.867Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 91733 [2023-04-11T16:51:24.868Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-11T16:51:25.126Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-04-11T16:51:25.415Z] + cat /w/workspace/ndry_app-functions-sdk-go_levski/archives/cost.csv [2023-04-11T16:51:25.415Z] + cut -d, -f6 [Pipeline] lock [2023-04-11T16:51:25.428Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [2023-04-11T16:51:25.436Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] did not exist. Created. [2023-04-11T16:51:25.436Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-11T16:51:25.480Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-11T16:51:25.737Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-11T16:51:25.772Z] Stashed 1 file(s) [Pipeline] } [2023-04-11T16:51:25.778Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-11T16:51:25.796Z] $ docker stop --time=1 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 [2023-04-11T16:51:25.814Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-11T16:51:25.814Z] + sudo tee /etc/docker/daemon.new [2023-04-11T16:51:25.814Z] { [2023-04-11T16:51:25.814Z] "registry-mirrors": [ [2023-04-11T16:51:25.814Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-11T16:51:25.814Z] ], [2023-04-11T16:51:25.814Z] "bip": "10.250.0.254/24", [2023-04-11T16:51:25.814Z] "hosts": [ [2023-04-11T16:51:25.814Z] "tcp://0.0.0.0:5555", [2023-04-11T16:51:25.814Z] "unix:///var/run/docker.sock" [2023-04-11T16:51:25.814Z] ], [2023-04-11T16:51:25.814Z] "mtu": 1458, [2023-04-11T16:51:25.814Z] "selinux-enabled": true, [2023-04-11T16:51:25.814Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-11T16:51:25.814Z] } [2023-04-11T16:51:26.967Z] $ docker rm -f --volumes 76ba7eb34d365601f2e11a81e91b4be43d7ab80373422df18cdcd45acc37b399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-11T16:51:27.335Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-11T16:51:27.659Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-04-11T16:51:46.127Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T16:51:46.141Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T16:51:46.152Z] ========================================================= [2023-04-11T16:51:46.152Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-04-11T16:51:46.152Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-04-11T16:51:46.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-04-11T16:51:47.073Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-11T16:51:47.073Z] 9b18e9b68314: Pulling fs layer [2023-04-11T16:51:47.073Z] 35d82f9e3411: Pulling fs layer [2023-04-11T16:51:47.073Z] e16973657156: Pulling fs layer [2023-04-11T16:51:47.074Z] fc693d55d65f: Pulling fs layer [2023-04-11T16:51:47.074Z] 7e9fc2657dce: Pulling fs layer [2023-04-11T16:51:47.074Z] dda99020689f: Pulling fs layer [2023-04-11T16:51:47.074Z] db1c61fa0a46: Pulling fs layer [2023-04-11T16:51:47.074Z] 891c053d2c06: Pulling fs layer [2023-04-11T16:51:47.074Z] fc693d55d65f: Waiting [2023-04-11T16:51:47.074Z] 7e9fc2657dce: Waiting [2023-04-11T16:51:47.074Z] dda99020689f: Waiting [2023-04-11T16:51:47.074Z] db1c61fa0a46: Waiting [2023-04-11T16:51:47.074Z] 891c053d2c06: Waiting [2023-04-11T16:51:47.074Z] e16973657156: Verifying Checksum [2023-04-11T16:51:47.074Z] e16973657156: Download complete [2023-04-11T16:51:47.074Z] 35d82f9e3411: Verifying Checksum [2023-04-11T16:51:47.074Z] 35d82f9e3411: Download complete [2023-04-11T16:51:47.074Z] 7e9fc2657dce: Download complete [2023-04-11T16:51:47.074Z] dda99020689f: Verifying Checksum [2023-04-11T16:51:47.074Z] dda99020689f: Download complete [2023-04-11T16:51:47.074Z] 9b18e9b68314: Verifying Checksum [2023-04-11T16:51:47.074Z] 9b18e9b68314: Download complete [2023-04-11T16:51:48.042Z] 9b18e9b68314: Pull complete [2023-04-11T16:51:48.042Z] 891c053d2c06: Verifying Checksum [2023-04-11T16:51:48.042Z] 891c053d2c06: Download complete [2023-04-11T16:51:48.643Z] 35d82f9e3411: Pull complete [2023-04-11T16:51:48.914Z] e16973657156: Pull complete [2023-04-11T16:51:49.183Z] db1c61fa0a46: Verifying Checksum [2023-04-11T16:51:49.183Z] db1c61fa0a46: Download complete [2023-04-11T16:51:50.150Z] fc693d55d65f: Verifying Checksum [2023-04-11T16:51:50.150Z] fc693d55d65f: Download complete [2023-04-11T16:52:02.519Z] fc693d55d65f: Pull complete [2023-04-11T16:52:02.519Z] 7e9fc2657dce: Pull complete [2023-04-11T16:52:02.519Z] dda99020689f: Pull complete [2023-04-11T16:52:09.203Z] db1c61fa0a46: Pull complete [2023-04-11T16:52:10.622Z] 891c053d2c06: Pull complete [2023-04-11T16:52:10.623Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-04-11T16:52:10.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-04-11T16:52:10.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-04-11T16:52:10.950Z] + 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 [2023-04-11T16:52:11.284Z] + docker inspect -f . ci-base-image-arm64 [2023-04-11T16:52:11.284Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:52:11.484Z] prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container [2023-04-11T16:52:11.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-11T16:52:14.768Z] $ docker top d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T16:52:15.647Z] + go version [2023-04-11T16:52:15.647Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-04-11T16:52:15.668Z] $ docker stop --time=1 d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd [2023-04-11T16:52:17.300Z] $ docker rm -f --volumes d8c28c293f27b445d7b65c2b65a77fa6a7d9e6840a0a35d8ec8f0c0a44c707dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T16:52:17.851Z] + docker inspect -f . ci-base-image-arm64 [2023-04-11T16:52:17.851Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T16:52:18.035Z] prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container [2023-04-11T16:52:18.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-11T16:52:20.243Z] $ docker top 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T16:52:20.754Z] + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/3 [Pipeline] fileExists [Pipeline] sh [2023-04-11T16:52:21.421Z] + make test [2023-04-11T16:52:21.421Z] make -C ./app-service-template build [2023-04-11T16:52:21.421Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/3/app-service-template' [2023-04-11T16:52:21.421Z] go mod tidy [2023-04-11T16:52:21.421Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 [2023-04-11T16:52:21.421Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-04-11T16:52:21.421Z] go: downloading github.com/stretchr/testify v1.8.0 [2023-04-11T16:52:21.691Z] go: downloading github.com/google/uuid v1.3.0 [2023-04-11T16:52:21.691Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.3.0 [2023-04-11T16:52:21.691Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.3.0 [2023-04-11T16:52:21.691Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.3.0 [2023-04-11T16:52:21.957Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.6 [2023-04-11T16:52:21.957Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2023-04-11T16:52:21.957Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-11T16:52:21.957Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-11T16:52:21.957Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-11T16:52:21.957Z] go: downloading github.com/stretchr/objx v0.4.0 [2023-04-11T16:52:21.957Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2023-04-11T16:52:21.957Z] go: downloading github.com/go-kit/log v0.2.1 [2023-04-11T16:52:21.957Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-04-11T16:52:22.225Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0 [2023-04-11T16:52:22.225Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-04-11T16:52:22.225Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-11T16:52:22.225Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.3.0 [2023-04-11T16:52:22.225Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-04-11T16:52:22.225Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-04-11T16:52:22.225Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f [2023-04-11T16:52:22.225Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-04-11T16:52:22.225Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-04-11T16:52:22.225Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-11T16:52:22.498Z] go: downloading github.com/x448/float16 v0.8.4 [2023-04-11T16:52:22.498Z] go: downloading github.com/hashicorp/consul/api v1.15.3 [2023-04-11T16:52:22.498Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2023-04-11T16:52:22.498Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2023-04-11T16:52:22.498Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-04-11T16:52:22.774Z] go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 [2023-04-11T16:52:22.774Z] go: downloading golang.org/x/text v0.3.7 [2023-04-11T16:52:23.359Z] go: downloading github.com/go-playground/locales v0.14.0 [2023-04-11T16:52:23.627Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2023-04-11T16:52:23.627Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2023-04-11T16:52:26.219Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-04-11T16:52:26.219Z] go: downloading bitbucket.org/bertimus9/systemstat v0.5.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/serf v0.9.7 [2023-04-11T16:52:26.219Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/google/go-cmp v0.5.7 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/consul/sdk v0.11.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2023-04-11T16:52:26.219Z] go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 [2023-04-11T16:52:26.219Z] go: downloading github.com/kr/pretty v0.3.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/nats-io/nats.go v1.18.0 [2023-04-11T16:52:26.219Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.3 [2023-04-11T16:52:26.219Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-04-11T16:52:26.501Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2023-04-11T16:52:26.501Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-04-11T16:52:26.501Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2023-04-11T16:52:26.772Z] go: downloading github.com/zeebo/errs v1.2.2 [2023-04-11T16:52:26.772Z] go: downloading google.golang.org/grpc v1.46.0 [2023-04-11T16:52:27.735Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-11T16:52:27.735Z] go: downloading github.com/fatih/color v1.9.0 [2023-04-11T16:52:27.735Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-11T16:52:27.735Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-11T16:52:27.735Z] go: downloading github.com/pkg/errors v0.9.1 [2023-04-11T16:52:27.735Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2023-04-11T16:52:27.735Z] go: downloading github.com/kr/text v0.2.0 [2023-04-11T16:52:27.735Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2023-04-11T16:52:27.735Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-04-11T16:52:27.735Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2023-04-11T16:52:27.735Z] go: downloading github.com/hashicorp/memberlist v0.3.1 [2023-04-11T16:52:27.735Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2023-04-11T16:52:27.735Z] go: downloading github.com/onsi/gomega v1.7.0 [2023-04-11T16:52:28.005Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2023-04-11T16:52:28.005Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-04-11T16:52:28.005Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-04-11T16:52:28.005Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2023-04-11T16:52:28.272Z] go: downloading google.golang.org/protobuf v1.28.0 [2023-04-11T16:52:28.272Z] go: downloading github.com/klauspost/compress v1.15.11 [2023-04-11T16:52:28.857Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-04-11T16:52:28.857Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2023-04-11T16:52:28.857Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2023-04-11T16:52:28.857Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2023-04-11T16:52:28.857Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-04-11T16:52:32.214Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-04-11T16:52:32.214Z] go: downloading github.com/pascaldekloe/goe v0.1.0 [2023-04-11T16:52:32.214Z] go: downloading github.com/google/btree v1.0.0 [2023-04-11T16:52:32.214Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2023-04-11T16:52:32.481Z] go: downloading github.com/miekg/dns v1.1.41 [2023-04-11T16:52:32.481Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2023-04-11T16:52:32.749Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-04-11T16:52:32.749Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-11T16:52:32.749Z] go: downloading github.com/hpcloud/tail v1.0.0 [2023-04-11T16:52:33.016Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2023-04-11T16:52:33.016Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2023-04-11T16:52:34.427Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-new-service [2023-04-11T16:54:41.110Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/3/app-service-template' [2023-04-11T16:54:41.110Z] make -C ./app-service-template test [2023-04-11T16:54:41.110Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/3/app-service-template' [2023-04-11T16:54:41.110Z] CGO_ENABLED=1 go test -race -coverprofile=coverage.out ./... [2023-04-11T16:57:02.812Z] ok app-new-service 0.275s coverage: 48.1% of statements [2023-04-11T16:57:02.813Z] ? app-new-service/config [no test files] [2023-04-11T16:57:02.813Z] ok app-new-service/functions 0.272s coverage: 85.3% of statements [2023-04-11T16:57:02.813Z] CGO_ENABLED=1 go vet ./... [2023-04-11T16:58:39.489Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-11T16:58:39.489Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-11T16:58:39.489Z] ./bin/test-attribution-txt.sh [2023-04-11T16:58:39.489Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/3/app-service-template' [2023-04-11T16:58:39.489Z] CGO_ENABLED=1 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2023-04-11T16:58:39.489Z] go: downloading github.com/gomodule/redigo v1.8.9 [2023-04-11T16:58:39.490Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.843s coverage: 60.4% of statements [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.453s coverage: 93.9% of statements [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.538s coverage: 76.5% of statements [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.393s coverage: 88.7% of statements [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/etm 0.226s coverage: 100.0% of statements [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 1.259s coverage: 76.4% of statements [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.678s coverage: 97.3% of statements [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger [no test files] [2023-04-11T16:59:07.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.616s coverage: 82.8% of statements [2023-04-11T16:59:07.731Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http/mocks [no test files] [2023-04-11T16:59:13.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 1.232s coverage: 81.5% of statements [2023-04-11T16:59:13.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus/mocks [no test files] [2023-04-11T16:59:13.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mocks [no test files] [2023-04-11T16:59:15.716Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt 0.399s coverage: 28.7% of statements [2023-04-11T16:59:15.716Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt/mocks [no test files] [2023-04-11T16:59:15.716Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.240s coverage: 14.0% of statements [2023-04-11T16:59:15.716Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.250s coverage: 27.3% of statements [2023-04-11T16:59:15.716Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2023-04-11T16:59:15.716Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2023-04-11T16:59:21.060Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.231s coverage: 52.8% of statements [2023-04-11T16:59:53.291Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.578s coverage: 75.5% of statements [2023-04-11T16:59:53.291Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.199s coverage: 94.4% of statements [2023-04-11T16:59:53.291Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-04-11T16:59:57.546Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-11T16:59:57.812Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-11T16:59:57.812Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [Pipeline] echo [2023-04-11T16:59:57.833Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-11T16:59:57.853Z] $ docker stop --time=1 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 [2023-04-11T16:59:59.753Z] $ docker rm -f --volumes 17a546fa7e539537ae080017c5a6d9f37fc7caf10a2a07c1015ec2b6c22f7ac0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T17:00:03.496Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-11T17:00:03.517Z] Warning: overwriting stash ‘coverage-report’ [2023-04-11T17:00:04.112Z] 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 [2023-04-11T17:00:04.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T17:00:04.560Z] [2023-04-11T17:00:04.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:00:04.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T17:00:05.167Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-11T17:00:05.168Z] 8998bd30e6a1: Pulling fs layer [2023-04-11T17:00:05.168Z] 04944245beec: Pulling fs layer [2023-04-11T17:00:05.168Z] 699f458cf7ca: Pulling fs layer [2023-04-11T17:00:05.168Z] 765212b225bb: Pulling fs layer [2023-04-11T17:00:05.168Z] f23df028b6ca: Pulling fs layer [2023-04-11T17:00:05.168Z] d65c8cfc05b1: Pulling fs layer [2023-04-11T17:00:05.168Z] 2437ff75d9bd: Pulling fs layer [2023-04-11T17:00:05.168Z] f23df028b6ca: Waiting [2023-04-11T17:00:05.168Z] d65c8cfc05b1: Waiting [2023-04-11T17:00:05.168Z] 2437ff75d9bd: Waiting [2023-04-11T17:00:05.168Z] 04944245beec: Verifying Checksum [2023-04-11T17:00:05.168Z] 04944245beec: Download complete [2023-04-11T17:00:05.168Z] 765212b225bb: Verifying Checksum [2023-04-11T17:00:05.168Z] 765212b225bb: Download complete [2023-04-11T17:00:05.168Z] f23df028b6ca: Verifying Checksum [2023-04-11T17:00:05.168Z] f23df028b6ca: Download complete [2023-04-11T17:00:05.435Z] d65c8cfc05b1: Verifying Checksum [2023-04-11T17:00:05.435Z] d65c8cfc05b1: Download complete [2023-04-11T17:00:05.435Z] 699f458cf7ca: Verifying Checksum [2023-04-11T17:00:05.435Z] 699f458cf7ca: Download complete [2023-04-11T17:00:05.701Z] 8998bd30e6a1: Verifying Checksum [2023-04-11T17:00:05.701Z] 8998bd30e6a1: Download complete [2023-04-11T17:00:08.293Z] 2437ff75d9bd: Verifying Checksum [2023-04-11T17:00:08.293Z] 2437ff75d9bd: Download complete [2023-04-11T17:00:09.704Z] 8998bd30e6a1: Pull complete [2023-04-11T17:00:09.970Z] 04944245beec: Pull complete [2023-04-11T17:00:12.557Z] 699f458cf7ca: Pull complete [2023-04-11T17:00:12.837Z] 765212b225bb: Pull complete [2023-04-11T17:00:13.796Z] f23df028b6ca: Pull complete [2023-04-11T17:00:14.750Z] d65c8cfc05b1: Pull complete [2023-04-11T17:00:28.118Z] 2437ff75d9bd: Pull complete [2023-04-11T17:00:28.118Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-11T17:00:28.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T17:00:28.118Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:00:28.320Z] prd-ubuntu20.04-docker-arm64-4c-16g-7413 does not seem to be running inside a container [2023-04-11T17:00:28.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-11T17:00:30.801Z] $ docker top a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:00:31.299Z] ---> job-cost.sh [2023-04-11T17:00:31.563Z] lf-activate-venv: SKIPPING [2023-04-11T17:00:31.563Z] INFO: No Stack... [2023-04-11T17:00:31.827Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-11T17:00:32.783Z] INFO: Archiving Costs [Pipeline] sh [2023-04-11T17:00:33.099Z] + cat /w/workspace/app-functions-sdk-go/3/archives/cost.csv [2023-04-11T17:00:33.099Z] + cut -d, -f6 [Pipeline] lock [2023-04-11T17:00:33.155Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [2023-04-11T17:00:33.161Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] did not exist. Created. [2023-04-11T17:00:33.161Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-11T17:00:33.490Z] /w/workspace/app-functions-sdk-go/3@tmp/durable-efbed6d7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-11T17:00:33.914Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-11T17:00:33.948Z] Warning: overwriting stash ‘stack-cost’ [2023-04-11T17:00:34.018Z] Stashed 1 file(s) [Pipeline] } [2023-04-11T17:00:34.025Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-levski-3-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-11T17:00:34.045Z] $ docker stop --time=1 a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 [2023-04-11T17:00:35.510Z] $ docker rm -f --volumes a5b9475ff1971e3cc1ed7ce47badcfd874d2cdded5844eb4aea7e012b98d2bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-11T17:00:35.930Z] provisioning config files... [2023-04-11T17:00:35.943Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config2238299689172282762tmp [Pipeline] { [Pipeline] sh [2023-04-11T17:00:36.235Z] + set +x [2023-04-11T17:00:36.235Z] + curl -s https://codecov.io/bash [2023-04-11T17:00:36.235Z] + bash -s -- [2023-04-11T17:00:36.235Z] [2023-04-11T17:00:36.235Z] _____ _ [2023-04-11T17:00:36.235Z] / ____| | | [2023-04-11T17:00:36.235Z] | | ___ __| | ___ ___ _____ __ [2023-04-11T17:00:36.235Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-11T17:00:36.235Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-11T17:00:36.235Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-11T17:00:36.235Z] Bash-1.0.6 [2023-04-11T17:00:36.235Z] [2023-04-11T17:00:36.235Z] [2023-04-11T17:00:36.235Z] ==> git version 2.25.1 found [2023-04-11T17:00:36.235Z] ==> 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 [2023-04-11T17:00:36.235Z] Release-Date: 2020-01-08 [2023-04-11T17:00:36.235Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-11T17:00:36.235Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-11T17:00:36.235Z] ==> Jenkins CI detected. [2023-04-11T17:00:36.235Z] current dir:  /w/workspace/ndry_app-functions-sdk-go_levski [2023-04-11T17:00:36.235Z] project root: . [2023-04-11T17:00:36.235Z] --> token set from env [2023-04-11T17:00:36.235Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-11T17:00:36.235Z] ==> Running gcov in . (disable via -X gcov) [2023-04-11T17:00:36.235Z] ==> Python coveragepy not found [2023-04-11T17:00:36.235Z] ==> Searching for coverage reports in: [2023-04-11T17:00:36.235Z] + . [2023-04-11T17:00:36.235Z] -> Found 2 reports [2023-04-11T17:00:36.235Z] ==> Detecting git/mercurial file structure [2023-04-11T17:00:36.235Z] ==> Reading reports [2023-04-11T17:00:36.494Z] + ./app-service-template/coverage.out bytes=3432 [2023-04-11T17:00:36.494Z] + ./coverage.out bytes=126386 [2023-04-11T17:00:36.494Z] ==> Appending adjustments [2023-04-11T17:00:36.494Z] https://docs.codecov.io/docs/fixing-reports [2023-04-11T17:00:36.754Z] + Found adjustments [2023-04-11T17:00:36.754Z] ==> Gzipping contents [2023-04-11T17:00:36.754Z] 24K /tmp/codecov.OmCeuK.gz [2023-04-11T17:00:36.754Z] ==> Uploading reports [2023-04-11T17:00:36.754Z] url: https://codecov.io [2023-04-11T17:00:36.754Z] query: branch=levski&commit=9fa41a78e2cda4388c0f31842558ab39acd898c6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Flevski%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-11T17:00:36.754Z] -> Pinging Codecov [2023-04-11T17:00:36.754Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=levski&commit=9fa41a78e2cda4388c0f31842558ab39acd898c6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Flevski%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-11T17:00:37.013Z] -> Uploading to [2023-04-11T17:00:37.013Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-11/3D8B5DFFC46A037C893635FACE044666/9fa41a78e2cda4388c0f31842558ab39acd898c6/d0ae8f08-ebb5-4332-80ac-4a538a3a5552.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230411T170036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4355d668536da82ac73900f54551bf7eebb84e29cbc790a76c6f54371971fee5 [2023-04-11T17:00:37.013Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-11T17:00:37.013Z] Dload Upload Total Spent Left Speed [2023-04-11T17:00:37.274Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22147 0 0 100 22147 0 74318 --:--:-- --:--:-- --:--:-- 74318 [2023-04-11T17:00:37.274Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] } [2023-04-11T17:00:37.281Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-11T17:00:37.511Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-11T17:00:37.525Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:00:37.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-11T17:00:37.822Z] [2023-04-11T17:00:37.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:00:38.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-11T17:00:38.116Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-11T17:00:38.116Z] df9b9388f04a: Pulling fs layer [2023-04-11T17:00:38.116Z] 52dc419b0ee2: Pulling fs layer [2023-04-11T17:00:38.116Z] 25bc292e5bac: Pulling fs layer [2023-04-11T17:00:38.116Z] 114826534d7a: Pulling fs layer [2023-04-11T17:00:38.116Z] 4657fd5d0bcf: Pulling fs layer [2023-04-11T17:00:38.116Z] 6ad1cebc031e: Pulling fs layer [2023-04-11T17:00:38.116Z] 8a3aa393b2d8: Pulling fs layer [2023-04-11T17:00:38.116Z] 4657fd5d0bcf: Waiting [2023-04-11T17:00:38.116Z] 6ad1cebc031e: Waiting [2023-04-11T17:00:38.116Z] 8a3aa393b2d8: Waiting [2023-04-11T17:00:38.116Z] 114826534d7a: Waiting [2023-04-11T17:00:38.116Z] 25bc292e5bac: Verifying Checksum [2023-04-11T17:00:38.116Z] 25bc292e5bac: Download complete [2023-04-11T17:00:38.116Z] 52dc419b0ee2: Download complete [2023-04-11T17:00:38.116Z] 4657fd5d0bcf: Download complete [2023-04-11T17:00:38.116Z] df9b9388f04a: Verifying Checksum [2023-04-11T17:00:38.116Z] df9b9388f04a: Download complete [2023-04-11T17:00:38.376Z] 6ad1cebc031e: Verifying Checksum [2023-04-11T17:00:38.376Z] 6ad1cebc031e: Download complete [2023-04-11T17:00:38.376Z] df9b9388f04a: Pull complete [2023-04-11T17:00:38.636Z] 52dc419b0ee2: Pull complete [2023-04-11T17:00:38.636Z] 25bc292e5bac: Pull complete [2023-04-11T17:00:38.895Z] 114826534d7a: Verifying Checksum [2023-04-11T17:00:38.895Z] 114826534d7a: Download complete [2023-04-11T17:00:39.154Z] 8a3aa393b2d8: Verifying Checksum [2023-04-11T17:00:39.154Z] 8a3aa393b2d8: Download complete [2023-04-11T17:00:42.439Z] 114826534d7a: Pull complete [2023-04-11T17:00:42.439Z] 4657fd5d0bcf: Pull complete [2023-04-11T17:00:43.006Z] 6ad1cebc031e: Pull complete [2023-04-11T17:00:46.290Z] 8a3aa393b2d8: Pull complete [2023-04-11T17:00:46.291Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-11T17:00:46.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-11T17:00:46.291Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:00:46.375Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:00:46.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-04-11T17:00:57.764Z] $ docker top b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-11T17:00:57.853Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-functions-sdk-go:levski' [Pipeline] sh [2023-04-11T17:00:58.136Z] + set -o pipefail [2023-04-11T17:00:58.136Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-functions-sdk-go:levski' [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_levski (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8c8fc534-3cbd-4ec3-972d-360e6dee8e3b/history/46b79716-39fe-4684-97e2-a2767af44127 [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] [2023-04-11T17:01:03.406Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-11T17:01:03.406Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-11T17:01:03.406Z] More details here: https://snyk.co/ue1NS [2023-04-11T17:01:03.406Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-11T17:01:03.406Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-11T17:01:03.411Z] $ docker stop --time=1 b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 [2023-04-11T17:01:11.214Z] $ docker rm -f --volumes b3dfbcbfb7ee21edaff6e3984f68b2212e5413f3f967745cff45ef5b9d18b687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-04-11T17:01:11.707Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-11T17:01:11.720Z] provisioning config files... [2023-04-11T17:01:11.727Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config10627716105198583033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:12.022Z] --> edgex-publish-swagger.sh [2023-04-11T17:01:12.022Z] === Publish openapi/v2 API === [2023-04-11T17:01:12.022Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-04-11T17:01:12.022Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_levski/openapi/v2/app-functions-sdk.yaml] [2023-04-11T17:01:12.022Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-11T17:01:12.022Z] Dload Upload Total Spent Left Speed [2023-04-11T17:01:12.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13708 0 0 100 13708 0 21758 --:--:-- --:--:-- --:--:-- 21724 100 13708 0 0 100 13708 0 21758 --:--:-- --:--:-- --:--:-- 21724 [2023-04-11T17:01:12.588Z] [2023-04-11T17:01:12.588Z] [Pipeline] } [2023-04-11T17:01:12.595Z] 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 [2023-04-11T17:01:13.002Z] + git log --format=format:%s -1 9fa41a78e2cda4388c0f31842558ab39acd898c6 [Pipeline] sh [2023-04-11T17:01:13.294Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T17:01:13.294Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:01:13.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T17:01:13.594Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:01:13.671Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:01:13.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T17:01:14.783Z] $ docker top 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c -eo pid,comm [2023-04-11T17:01:14.830Z] 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). [2023-04-11T17:01:14.830Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T17:01:14.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T17:01:14.878Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T17:01:15.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T17:01:15.017Z] $ docker exec 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c ssh-agent [2023-04-11T17:01:15.126Z] SSH_AUTH_SOCK=/tmp/ssh-EW2ohFK39VjJ/agent.14 [2023-04-11T17:01:15.126Z] SSH_AGENT_PID=20 [2023-04-11T17:01:15.131Z] Running ssh-add (command line suppressed) [2023-04-11T17:01:15.226Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_15139159405635069627.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_15139159405635069627.key) [2023-04-11T17:01:15.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T17:01:15.534Z] + git semver tag [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,826 [run_tag] DEBUG tag force:False [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,826 [check_head_tag] DEBUG check head tag [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,828 [execute] INFO git cat-file --batch-check [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,829 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=) [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,834 [execute] INFO git cat-file --batch [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=) [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,887 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,887 [execute] INFO git tag -a v2.3.1-dev.4 -m v2.3.1-dev.4 [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,888 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.4', '-m', 'v2.3.1-dev.4'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) [2023-04-11T17:01:16.102Z] 2023-04-11 17:01:15,891 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:16.102Z] 2.3.1-dev.4 [Pipeline] } [2023-04-11T17:01:16.107Z] $ docker exec --env ******** --env ******** 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c ssh-agent -k [2023-04-11T17:01:16.188Z] unset SSH_AUTH_SOCK; [2023-04-11T17:01:16.188Z] unset SSH_AGENT_PID; [2023-04-11T17:01:16.188Z] echo Agent pid 20 killed; [2023-04-11T17:01:16.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T17:01:16.512Z] + git semver [Pipeline] } [2023-04-11T17:01:17.089Z] $ docker stop --time=1 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c [2023-04-11T17:01:18.602Z] $ docker rm -f --volumes 8ea8ab322512040bd9f814c738cfb78cf2273a447f363abb961f099030299e2c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:01:19.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T17:01:19.022Z] [2023-04-11T17:01:19.022Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:01:19.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T17:01:19.335Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-11T17:01:19.335Z] ab5ef0e58194: Pulling fs layer [2023-04-11T17:01:19.335Z] 9712f1f96733: Pulling fs layer [2023-04-11T17:01:19.335Z] 63f879dbbcfc: Pulling fs layer [2023-04-11T17:01:19.335Z] 0d9ebad4ef96: Pulling fs layer [2023-04-11T17:01:19.335Z] e9a5061849ea: Pulling fs layer [2023-04-11T17:01:19.335Z] d747dcd14b5f: Pulling fs layer [2023-04-11T17:01:19.335Z] 2de7ff778b66: Pulling fs layer [2023-04-11T17:01:19.335Z] 2de7ff778b66: Waiting [2023-04-11T17:01:19.335Z] 9712f1f96733: Verifying Checksum [2023-04-11T17:01:19.335Z] 9712f1f96733: Download complete [2023-04-11T17:01:19.913Z] 63f879dbbcfc: Verifying Checksum [2023-04-11T17:01:19.913Z] 63f879dbbcfc: Download complete [2023-04-11T17:01:19.913Z] e9a5061849ea: Verifying Checksum [2023-04-11T17:01:19.913Z] e9a5061849ea: Download complete [2023-04-11T17:01:19.913Z] d747dcd14b5f: Verifying Checksum [2023-04-11T17:01:19.913Z] 0d9ebad4ef96: Verifying Checksum [2023-04-11T17:01:19.913Z] 0d9ebad4ef96: Download complete [2023-04-11T17:01:19.913Z] ab5ef0e58194: Verifying Checksum [2023-04-11T17:01:19.913Z] ab5ef0e58194: Download complete [2023-04-11T17:01:19.913Z] 2de7ff778b66: Verifying Checksum [2023-04-11T17:01:19.913Z] 2de7ff778b66: Download complete [2023-04-11T17:01:22.443Z] ab5ef0e58194: Pull complete [2023-04-11T17:01:22.443Z] 9712f1f96733: Pull complete [2023-04-11T17:01:23.377Z] 63f879dbbcfc: Pull complete [2023-04-11T17:01:27.572Z] 0d9ebad4ef96: Pull complete [2023-04-11T17:01:27.572Z] e9a5061849ea: Pull complete [2023-04-11T17:01:27.572Z] d747dcd14b5f: Pull complete [2023-04-11T17:01:28.972Z] 2de7ff778b66: Pull complete [2023-04-11T17:01:28.972Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-11T17:01:28.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T17:01:28.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:01:29.066Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:01:29.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-11T17:01:41.259Z] $ docker top 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-11T17:01:41.336Z] provisioning config files... [2023-04-11T17:01:41.344Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config11572627628634110427tmp [2023-04-11T17:01:41.357Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config8730118506304816269tmp [2023-04-11T17:01:41.368Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config7021991520192239738tmp [Pipeline] { [Pipeline] echo [2023-04-11T17:01:41.385Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:41.671Z] ---> sigul-configuration.sh [2023-04-11T17:01:41.671Z] gpg: directory `/root/.gnupg' created [2023-04-11T17:01:41.671Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-11T17:01:41.671Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-11T17:01:41.671Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-11T17:01:41.671Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-11T17:01:41.671Z] gpg: CAST5 encrypted data [2023-04-11T17:01:41.671Z] gpg: encrypted with 1 passphrase [2023-04-11T17:01:41.671Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-11T17:01:41.959Z] + mkdir /home/jenkins [2023-04-11T17:01:41.960Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-11T17:01:42.249Z] + 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 [2023-04-11T17:01:42.258Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:42.542Z] ---> sigul-install.sh [2023-04-11T17:01:42.542Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-11T17:01:42.832Z] + git tag --list [2023-04-11T17:01:42.832Z] v0.1.0 [2023-04-11T17:01:42.832Z] v0.1.1 [2023-04-11T17:01:42.832Z] v1.0.0 [2023-04-11T17:01:42.832Z] v1.1.0 [2023-04-11T17:01:42.832Z] v1.2.0 [2023-04-11T17:01:42.832Z] v1.3.0 [2023-04-11T17:01:42.832Z] v1.3.1 [2023-04-11T17:01:42.832Z] v2.0.0 [2023-04-11T17:01:42.832Z] v2.0.1 [2023-04-11T17:01:42.832Z] v2.1.0 [2023-04-11T17:01:42.832Z] v2.1.1 [2023-04-11T17:01:42.832Z] v2.1.1-dev.3 [2023-04-11T17:01:42.832Z] v2.1.1-dev.4 [2023-04-11T17:01:42.832Z] v2.1.2 [2023-04-11T17:01:42.832Z] v2.1.2-dev.1 [2023-04-11T17:01:42.832Z] v2.1.2-dev.2 [2023-04-11T17:01:42.832Z] v2.2.0 [2023-04-11T17:01:42.832Z] v2.2.1-dev.1 [2023-04-11T17:01:42.832Z] v2.2.1-dev.10 [2023-04-11T17:01:42.832Z] v2.2.1-dev.11 [2023-04-11T17:01:42.832Z] v2.2.1-dev.12 [2023-04-11T17:01:42.832Z] v2.2.1-dev.13 [2023-04-11T17:01:42.832Z] v2.2.1-dev.14 [2023-04-11T17:01:42.832Z] v2.2.1-dev.15 [2023-04-11T17:01:42.832Z] v2.2.1-dev.16 [2023-04-11T17:01:42.832Z] v2.2.1-dev.17 [2023-04-11T17:01:42.832Z] v2.2.1-dev.18 [2023-04-11T17:01:42.832Z] v2.2.1-dev.19 [2023-04-11T17:01:42.832Z] v2.2.1-dev.2 [2023-04-11T17:01:42.832Z] v2.2.1-dev.20 [2023-04-11T17:01:42.832Z] v2.2.1-dev.21 [2023-04-11T17:01:42.832Z] v2.2.1-dev.22 [2023-04-11T17:01:42.832Z] v2.2.1-dev.23 [2023-04-11T17:01:42.832Z] v2.2.1-dev.3 [2023-04-11T17:01:42.832Z] v2.2.1-dev.4 [2023-04-11T17:01:42.832Z] v2.2.1-dev.5 [2023-04-11T17:01:42.832Z] v2.2.1-dev.6 [2023-04-11T17:01:42.832Z] v2.2.1-dev.7 [2023-04-11T17:01:42.832Z] v2.2.1-dev.8 [2023-04-11T17:01:42.832Z] v2.2.1-dev.9 [2023-04-11T17:01:42.832Z] v2.3.0 [2023-04-11T17:01:42.832Z] v2.3.0-dev.24 [2023-04-11T17:01:42.832Z] v2.3.0-dev.25 [2023-04-11T17:01:42.832Z] v2.3.0-dev.26 [2023-04-11T17:01:42.832Z] v2.3.0-dev.27 [2023-04-11T17:01:42.832Z] v2.3.0-dev.28 [2023-04-11T17:01:42.832Z] v2.3.0-dev.29 [2023-04-11T17:01:42.832Z] v2.3.0-dev.30 [2023-04-11T17:01:42.832Z] v2.3.0-dev.31 [2023-04-11T17:01:42.832Z] v2.3.0-dev.32 [2023-04-11T17:01:42.832Z] v2.3.0-dev.33 [2023-04-11T17:01:42.832Z] v2.3.0-dev.34 [2023-04-11T17:01:42.832Z] v2.3.0-dev.35 [2023-04-11T17:01:42.832Z] v2.3.0-dev.36 [2023-04-11T17:01:42.832Z] v2.3.0-dev.37 [2023-04-11T17:01:42.832Z] v2.3.0-dev.38 [2023-04-11T17:01:42.832Z] v2.3.0-dev.39 [2023-04-11T17:01:42.832Z] v2.3.0-dev.40 [2023-04-11T17:01:42.832Z] v2.3.0-dev.41 [2023-04-11T17:01:42.832Z] v2.3.0-dev.42 [2023-04-11T17:01:42.832Z] v2.3.0-dev.43 [2023-04-11T17:01:42.832Z] v2.3.0-dev.44 [2023-04-11T17:01:42.832Z] v2.3.0-dev.45 [2023-04-11T17:01:42.832Z] v2.3.0-dev.46 [2023-04-11T17:01:42.832Z] v2.3.0-dev.47 [2023-04-11T17:01:42.832Z] v2.3.0-dev.48 [2023-04-11T17:01:42.832Z] v2.3.0-dev.49 [2023-04-11T17:01:42.832Z] v2.3.0-dev.50 [2023-04-11T17:01:42.832Z] v2.3.0-dev.51 [2023-04-11T17:01:42.832Z] v2.3.0-dev.52 [2023-04-11T17:01:42.832Z] v2.3.0-dev.53 [2023-04-11T17:01:42.832Z] v2.3.0-dev.54 [2023-04-11T17:01:42.832Z] v2.3.0-dev.55 [2023-04-11T17:01:42.832Z] v2.3.0-dev.56 [2023-04-11T17:01:42.832Z] v2.3.0-dev.57 [2023-04-11T17:01:42.832Z] v2.3.0-dev.58 [2023-04-11T17:01:42.832Z] v2.3.0-dev.59 [2023-04-11T17:01:42.832Z] v2.3.0-dev.60 [2023-04-11T17:01:42.832Z] v2.3.0-dev.61 [2023-04-11T17:01:42.832Z] v2.3.0-dev.62 [2023-04-11T17:01:42.832Z] v2.3.1-dev.1 [2023-04-11T17:01:42.832Z] v2.3.1-dev.2 [2023-04-11T17:01:42.832Z] v2.3.1-dev.3 [2023-04-11T17:01:42.832Z] v2.3.1-dev.4 [2023-04-11T17:01:42.832Z] v3.0.0-dev.1 [2023-04-11T17:01:42.832Z] v3.0.0-dev.10 [2023-04-11T17:01:42.832Z] v3.0.0-dev.11 [2023-04-11T17:01:42.832Z] v3.0.0-dev.12 [2023-04-11T17:01:42.832Z] v3.0.0-dev.13 [2023-04-11T17:01:42.832Z] v3.0.0-dev.14 [2023-04-11T17:01:42.832Z] v3.0.0-dev.15 [2023-04-11T17:01:42.832Z] v3.0.0-dev.16 [2023-04-11T17:01:42.832Z] v3.0.0-dev.17 [2023-04-11T17:01:42.832Z] v3.0.0-dev.18 [2023-04-11T17:01:42.832Z] v3.0.0-dev.19 [2023-04-11T17:01:42.832Z] v3.0.0-dev.2 [2023-04-11T17:01:42.832Z] v3.0.0-dev.20 [2023-04-11T17:01:42.832Z] v3.0.0-dev.21 [2023-04-11T17:01:42.832Z] v3.0.0-dev.22 [2023-04-11T17:01:42.832Z] v3.0.0-dev.23 [2023-04-11T17:01:42.832Z] v3.0.0-dev.24 [2023-04-11T17:01:42.832Z] v3.0.0-dev.25 [2023-04-11T17:01:42.832Z] v3.0.0-dev.26 [2023-04-11T17:01:42.832Z] v3.0.0-dev.27 [2023-04-11T17:01:42.832Z] v3.0.0-dev.28 [2023-04-11T17:01:42.832Z] v3.0.0-dev.29 [2023-04-11T17:01:42.832Z] v3.0.0-dev.3 [2023-04-11T17:01:42.832Z] v3.0.0-dev.30 [2023-04-11T17:01:42.832Z] v3.0.0-dev.31 [2023-04-11T17:01:42.832Z] v3.0.0-dev.32 [2023-04-11T17:01:42.832Z] v3.0.0-dev.33 [2023-04-11T17:01:42.832Z] v3.0.0-dev.34 [2023-04-11T17:01:42.832Z] v3.0.0-dev.35 [2023-04-11T17:01:42.832Z] v3.0.0-dev.36 [2023-04-11T17:01:42.832Z] v3.0.0-dev.37 [2023-04-11T17:01:42.832Z] v3.0.0-dev.38 [2023-04-11T17:01:42.832Z] v3.0.0-dev.39 [2023-04-11T17:01:42.832Z] v3.0.0-dev.4 [2023-04-11T17:01:42.832Z] v3.0.0-dev.40 [2023-04-11T17:01:42.832Z] v3.0.0-dev.41 [2023-04-11T17:01:42.832Z] v3.0.0-dev.42 [2023-04-11T17:01:42.832Z] v3.0.0-dev.43 [2023-04-11T17:01:42.832Z] v3.0.0-dev.44 [2023-04-11T17:01:42.832Z] v3.0.0-dev.45 [2023-04-11T17:01:42.832Z] v3.0.0-dev.46 [2023-04-11T17:01:42.832Z] v3.0.0-dev.47 [2023-04-11T17:01:42.832Z] v3.0.0-dev.48 [2023-04-11T17:01:42.832Z] v3.0.0-dev.49 [2023-04-11T17:01:42.832Z] v3.0.0-dev.5 [2023-04-11T17:01:42.832Z] v3.0.0-dev.6 [2023-04-11T17:01:42.832Z] v3.0.0-dev.7 [2023-04-11T17:01:42.832Z] v3.0.0-dev.8 [2023-04-11T17:01:42.832Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-11T17:01:43.119Z] + lftools sign git-tag v2.3.1-dev.4 [2023-04-11T17:01:43.688Z] Signing Git tag with Sigul... [2023-04-11T17:01:43.689Z] Signing v2.3.1-dev.4 [Pipeline] echo [2023-04-11T17:01:43.957Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:44.242Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-11T17:01:44.250Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-11T17:01:44.266Z] $ docker stop --time=1 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 [2023-04-11T17:01:45.900Z] $ docker rm -f --volumes 06c4d17506727bdfaa42aae11a84d1b6148222cde5e587ed45bb8c5a0716b585 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-11T17:01:46.309Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T17:01:46.309Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:01:46.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T17:01:46.616Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:01:46.693Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:01:46.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T17:01:47.389Z] $ docker top 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 -eo pid,comm [2023-04-11T17:01:47.445Z] 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). [2023-04-11T17:01:47.445Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T17:01:47.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T17:01:47.490Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T17:01:47.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T17:01:47.594Z] $ docker exec 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 ssh-agent [2023-04-11T17:01:47.713Z] SSH_AUTH_SOCK=/tmp/ssh-xVUmrGTueClM/agent.32 [2023-04-11T17:01:47.713Z] SSH_AGENT_PID=38 [2023-04-11T17:01:47.717Z] Running ssh-add (command line suppressed) [2023-04-11T17:01:47.812Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9280732269204443395.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9280732269204443395.key) [2023-04-11T17:01:47.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T17:01:48.113Z] + git semver bump pre [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [bump_version] DEBUG bumping version:2.3.1-dev.4 on axis:pre with prefix:dev [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [bump_version] DEBUG bumped version:2.3.1-dev.5 [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [write_version] DEBUG write version:2.3.1-dev.5 to path:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski with force:True [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,270 [write_file] DEBUG write to file:/w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,272 [execute] INFO git cat-file --batch-check [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,278 [execute] INFO git cat-file --batch [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T17:01:48.374Z] 2023-04-11 17:01:48,282 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:48.374Z] 2.3.1-dev.5 [Pipeline] } [2023-04-11T17:01:48.380Z] $ docker exec --env ******** --env ******** 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 ssh-agent -k [2023-04-11T17:01:48.472Z] unset SSH_AUTH_SOCK; [2023-04-11T17:01:48.472Z] unset SSH_AGENT_PID; [2023-04-11T17:01:48.472Z] echo Agent pid 38 killed; [2023-04-11T17:01:48.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T17:01:48.795Z] + git semver [Pipeline] } [2023-04-11T17:01:49.064Z] $ docker stop --time=1 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 [2023-04-11T17:01:50.561Z] $ docker rm -f --volumes 02da21f8febaf5e849737702c61ef2c4017ce5fbbffd95a472ee6d8eb385c911 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T17:01:50.957Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T17:01:50.957Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:01:51.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T17:01:51.264Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:01:51.339Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:01:51.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T17:01:51.925Z] $ docker top d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 -eo pid,comm [2023-04-11T17:01:51.975Z] 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). [2023-04-11T17:01:51.975Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T17:01:52.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T17:01:52.020Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T17:01:52.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T17:01:52.128Z] $ docker exec d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 ssh-agent [2023-04-11T17:01:52.237Z] SSH_AUTH_SOCK=/tmp/ssh-lfVylfDktYA6/agent.21 [2023-04-11T17:01:52.237Z] SSH_AGENT_PID=38 [2023-04-11T17:01:52.241Z] Running ssh-add (command line suppressed) [2023-04-11T17:01:52.328Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9191088852500292566.key (/w/workspace/ndry_app-functions-sdk-go_levski@tmp/private_key_9191088852500292566.key) [2023-04-11T17:01:52.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T17:01:52.640Z] + git semver push [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,799 [run_push] DEBUG push [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,800 [execute] INFO git cat-file --batch-check [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,803 [execute] INFO git rev-list 74e6b3d4a48d4dfbe9d4a8f64aaea8376eba4d05 -- [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,804 [execute] DEBUG Popen(['git', 'rev-list', '74e6b3d4a48d4dfbe9d4a8f64aaea8376eba4d05', '--'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,816 [execute] INFO git fetch -v origin [2023-04-11T17:01:52.900Z] 2023-04-11 17:01:52,816 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-11T17:01:53.470Z] 2023-04-11 17:01:53,288 [run_push] DEBUG no remote changes detected [2023-04-11T17:01:53.470Z] 2023-04-11 17:01:53,289 [execute] INFO git push origin semver [2023-04-11T17:01:53.470Z] 2023-04-11 17:01:53,289 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-11T17:01:54.407Z] 2023-04-11 17:01:54,318 [run_push] DEBUG push all version tags [2023-04-11T17:01:54.407Z] 2023-04-11 17:01:54,318 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-11T17:01:54.407Z] 2023-04-11 17:01:54,319 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ndry_app-functions-sdk-go_levski, universal_newlines=False, shell=None, istream=None) [2023-04-11T17:01:55.345Z] 2023-04-11 17:01:55,270 [read_version] DEBUG read version from /w/workspace/ndry_app-functions-sdk-go_levski/.semver/levski [2023-04-11T17:01:55.345Z] 2.3.1-dev.5 [Pipeline] } [2023-04-11T17:01:55.351Z] $ docker exec --env ******** --env ******** d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 ssh-agent -k [2023-04-11T17:01:55.449Z] unset SSH_AUTH_SOCK; [2023-04-11T17:01:55.449Z] unset SSH_AGENT_PID; [2023-04-11T17:01:55.449Z] echo Agent pid 38 killed; [2023-04-11T17:01:55.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T17:01:55.775Z] + git semver [Pipeline] } [2023-04-11T17:01:56.044Z] $ docker stop --time=1 d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 [2023-04-11T17:01:57.520Z] $ docker rm -f --volumes d9effee92caab298ab3a02ddc4eb7cec6ae705513a03238ea37a97021b2cf800 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-11T17:01:58.265Z] + [ -d /w/workspace/ndry_app-functions-sdk-go_levski/archives ] [2023-04-11T17:01:58.265Z] + ls -al /w/workspace/ndry_app-functions-sdk-go_levski/archives [2023-04-11T17:01:58.265Z] total 16 [2023-04-11T17:01:58.265Z] drwxr-xr-x 3 root root 4096 Apr 11 16:51 . [2023-04-11T17:01:58.265Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 17:01 .. [2023-04-11T17:01:58.265Z] drwxr-xr-x 2 root root 4096 Apr 11 16:51 cost [2023-04-11T17:01:58.265Z] -rw-r--r-- 1 root root 92 Apr 11 16:51 cost.csv [2023-04-11T17:01:58.265Z] + sudo chown -R jenkins:jenkins /w/workspace/ndry_app-functions-sdk-go_levski/archives [2023-04-11T17:01:58.265Z] + ls -al /w/workspace/ndry_app-functions-sdk-go_levski/archives [2023-04-11T17:01:58.265Z] total 16 [2023-04-11T17:01:58.265Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 16:51 . [2023-04-11T17:01:58.265Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 17:01 .. [2023-04-11T17:01:58.265Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 16:51 cost [2023-04-11T17:01:58.265Z] -rw-r--r-- 1 jenkins jenkins 92 Apr 11 16:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:58.554Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:01:59.411Z] ---> package-listing.sh [2023-04-11T17:01:59.412Z] ++ facter osfamily [2023-04-11T17:01:59.412Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-11T17:01:59.671Z] + OS_FAMILY=debian [2023-04-11T17:01:59.671Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_levski [2023-04-11T17:01:59.671Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-11T17:01:59.671Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-11T17:01:59.671Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-11T17:01:59.671Z] + PACKAGES=/tmp/packages_start.txt [2023-04-11T17:01:59.671Z] + '[' /w/workspace/ndry_app-functions-sdk-go_levski ']' [2023-04-11T17:01:59.671Z] + PACKAGES=/tmp/packages_end.txt [2023-04-11T17:01:59.671Z] + case "${OS_FAMILY}" in [2023-04-11T17:01:59.671Z] + dpkg -l [2023-04-11T17:01:59.671Z] + grep '^ii' [2023-04-11T17:01:59.671Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-11T17:01:59.671Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-11T17:01:59.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-11T17:01:59.671Z] + '[' /w/workspace/ndry_app-functions-sdk-go_levski ']' [2023-04-11T17:01:59.671Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_levski/archives/ [2023-04-11T17:01:59.671Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_levski/archives/ [Pipeline] echo [2023-04-11T17:01:59.682Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-11T17:01:59.960Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T17:02:00.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T17:02:00.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T17:02:00.591Z] prd-ubuntu20.04-docker-8c-8g-7412 does not seem to be running inside a container [2023-04-11T17:02:00.622Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_levski -v /w/workspace/ndry_app-functions-sdk-go_levski:/w/workspace/ndry_app-functions-sdk-go_levski:rw,z -v /w/workspace/ndry_app-functions-sdk-go_levski@tmp:/w/workspace/ndry_app-functions-sdk-go_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-11T17:02:01.346Z] $ docker top 0792c06b3f4a19d218409be60c1319a501799ed5de48974532938328dea86991 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T17:02:01.688Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-11T17:02:01.976Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-11T17:02:02.257Z] + ls /var/log/sa-host [2023-04-11T17:02:02.258Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-11T17:02:02.436Z] provisioning config files... [2023-04-11T17:02:02.445Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_levski@tmp/config9306177975330042856tmp [Pipeline] { [Pipeline] echo [2023-04-11T17:02:02.459Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:02:02.744Z] ---> create-netrc.sh [Pipeline] } [2023-04-11T17:02:02.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:02:03.092Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-11T17:02:03.102Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:02:03.384Z] ---> sudo-logs.sh [2023-04-11T17:02:03.384Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-11T17:02:03.407Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:02:03.693Z] ---> job-cost.sh [2023-04-11T17:02:03.693Z] lf-activate-venv: SKIPPING [2023-04-11T17:02:03.693Z] DEBUG: total: 0.2199999988079071 [2023-04-11T17:02:03.693Z] INFO: Retrieving Stack Cost... [2023-04-11T17:02:04.260Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-11T17:02:04.520Z] INFO: Archiving Costs [Pipeline] echo [2023-04-11T17:02:04.533Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T17:02:04.815Z] ---> logs-deploy.sh [2023-04-11T17:02:04.815Z] lf-activate-venv: SKIPPING [2023-04-11T17:02:04.815Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/levski/3 [2023-04-11T17:02:04.815Z] INFO: archiving workspace using pattern(s): [2023-04-11T17:02:05.753Z] Archives upload complete. [2023-04-11T17:02:06.012Z] INFO: archiving logs to Nexus [2023-04-11T17:02:06.951Z] ---> uname -a: [2023-04-11T17:02:06.951Z] Linux prd-ubuntu20-04-docker-8c-8g-7412 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] ---> lscpu: [2023-04-11T17:02:06.951Z] Architecture: x86_64 [2023-04-11T17:02:06.951Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-11T17:02:06.951Z] Byte Order: Little Endian [2023-04-11T17:02:06.951Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-11T17:02:06.951Z] CPU(s): 8 [2023-04-11T17:02:06.951Z] On-line CPU(s) list: 0-7 [2023-04-11T17:02:06.951Z] Thread(s) per core: 1 [2023-04-11T17:02:06.951Z] Core(s) per socket: 1 [2023-04-11T17:02:06.951Z] Socket(s): 8 [2023-04-11T17:02:06.951Z] NUMA node(s): 1 [2023-04-11T17:02:06.951Z] Vendor ID: AuthenticAMD [2023-04-11T17:02:06.951Z] CPU family: 23 [2023-04-11T17:02:06.951Z] Model: 49 [2023-04-11T17:02:06.951Z] Model name: AMD EPYC-Rome Processor [2023-04-11T17:02:06.951Z] Stepping: 0 [2023-04-11T17:02:06.951Z] CPU MHz: 2800.000 [2023-04-11T17:02:06.951Z] BogoMIPS: 5600.00 [2023-04-11T17:02:06.951Z] Virtualization: AMD-V [2023-04-11T17:02:06.951Z] Hypervisor vendor: KVM [2023-04-11T17:02:06.951Z] Virtualization type: full [2023-04-11T17:02:06.951Z] L1d cache: 256 KiB [2023-04-11T17:02:06.951Z] L1i cache: 256 KiB [2023-04-11T17:02:06.951Z] L2 cache: 4 MiB [2023-04-11T17:02:06.951Z] L3 cache: 128 MiB [2023-04-11T17:02:06.951Z] NUMA node0 CPU(s): 0-7 [2023-04-11T17:02:06.951Z] Vulnerability Itlb multihit: Not affected [2023-04-11T17:02:06.951Z] Vulnerability L1tf: Not affected [2023-04-11T17:02:06.951Z] Vulnerability Mds: Not affected [2023-04-11T17:02:06.951Z] Vulnerability Meltdown: Not affected [2023-04-11T17:02:06.951Z] Vulnerability Mmio stale data: Not affected [2023-04-11T17:02:06.951Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-11T17:02:06.951Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-11T17:02:06.951Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-11T17:02:06.951Z] Vulnerability Srbds: Not affected [2023-04-11T17:02:06.951Z] Vulnerability Tsx async abort: Not affected [2023-04-11T17:02:06.951Z] 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 [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] ---> nproc: [2023-04-11T17:02:06.951Z] 8 [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] ---> df -h: [2023-04-11T17:02:06.951Z] Filesystem Size Used Avail Use% Mounted on [2023-04-11T17:02:06.951Z] overlay 155G 12G 143G 8% / [2023-04-11T17:02:06.951Z] tmpfs 64M 0 64M 0% /dev [2023-04-11T17:02:06.951Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-11T17:02:06.951Z] shm 64M 0 64M 0% /dev/shm [2023-04-11T17:02:06.951Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] ---> sar -b -r -n DEV: [2023-04-11T17:02:06.951Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7412) 04/11/23 _x86_64_ (8 CPU) [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] 16:48:26 LINUX RESTART (8 CPU) [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] 16:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-11T17:02:06.951Z] 16:50:01 92.82 10.05 82.77 0.00 1689.33 38133.24 0.00 [2023-04-11T17:02:06.951Z] 16:51:01 56.61 0.02 56.59 0.00 0.13 31439.44 0.00 [2023-04-11T17:02:06.951Z] 16:52:01 44.99 0.18 44.81 0.00 11.06 19357.04 0.00 [2023-04-11T17:02:06.951Z] 16:53:01 1.80 0.00 1.80 0.00 0.00 18.93 0.00 [2023-04-11T17:02:06.951Z] 16:54:01 13.38 0.97 12.41 0.00 67.46 654.56 0.00 [2023-04-11T17:02:06.951Z] 16:55:01 21.13 0.00 21.13 0.00 0.00 1772.08 0.00 [2023-04-11T17:02:06.951Z] 16:56:01 19.96 0.00 19.96 0.00 0.00 1674.92 0.00 [2023-04-11T17:02:06.951Z] 16:57:01 32.79 7.12 25.68 0.00 853.06 2024.73 0.00 [2023-04-11T17:02:06.951Z] 16:58:01 39.22 3.52 35.70 0.00 4255.51 6800.80 0.00 [2023-04-11T17:02:06.951Z] 16:59:01 3.85 0.02 3.83 0.00 0.13 94.78 0.00 [2023-04-11T17:02:06.951Z] 17:00:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 [2023-04-11T17:02:06.951Z] 17:01:01 30.28 0.50 29.78 0.00 33.06 24712.81 0.00 [2023-04-11T17:02:06.951Z] 17:02:01 92.10 0.25 91.85 0.00 21.06 33996.47 0.00 [2023-04-11T17:02:06.951Z] Average: 34.56 1.73 32.83 0.00 531.70 12327.99 0.00 [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] 16:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-11T17:02:06.951Z] 16:50:01 28369708 31459544 848156 2.58 92652 3214560 1990356 5.87 1304120 2782820 595284 [2023-04-11T17:02:06.951Z] 16:51:01 28140596 31597744 706972 2.15 96000 3557340 1737196 5.12 1390160 2903196 30716 [2023-04-11T17:02:06.951Z] 16:52:01 28594536 31588228 721368 2.19 100804 3115936 1733208 5.11 1116064 2751120 4 [2023-04-11T17:02:06.951Z] 16:53:01 28595052 31588792 720492 2.19 100856 3115936 1733208 5.11 1115884 2751124 8 [2023-04-11T17:02:06.951Z] 16:54:01 28586368 31596272 712764 2.17 103952 3128400 1767216 5.21 1115456 2763524 7344 [2023-04-11T17:02:06.951Z] 16:55:01 28572788 31602084 706748 2.15 107548 3143528 1750972 5.16 1113532 2778616 6364 [2023-04-11T17:02:06.951Z] 16:56:01 28555960 31603984 704788 2.14 110740 3158532 1750972 5.16 1115408 2793608 5936 [2023-04-11T17:02:06.951Z] 16:57:01 28481848 31576880 715992 2.18 117492 3205092 1533120 4.52 1186404 2778856 1076 [2023-04-11T17:02:06.951Z] 16:58:01 28068012 31578340 713436 2.17 145572 3571812 1786736 5.27 1440092 2918304 4 [2023-04-11T17:02:06.951Z] 16:59:01 28071068 31576664 714636 2.17 144160 3568560 1780840 5.25 1439140 2915100 172 [2023-04-11T17:02:06.951Z] 17:00:01 28071272 31576920 714296 2.17 144236 3568560 1780840 5.25 1438864 2915104 176 [2023-04-11T17:02:06.951Z] 17:01:01 26864208 31457088 827720 2.52 165684 4544964 1909436 5.63 1629024 3836748 271944 [2023-04-11T17:02:06.951Z] 17:02:01 26539836 31530048 752552 2.29 188088 4878640 1940648 5.72 1586500 4161388 376 [2023-04-11T17:02:06.951Z] Average: 28116250 31564045 735378 2.24 124445 3520912 1784211 5.26 1306973 3003808 70723 [2023-04-11T17:02:06.951Z] [2023-04-11T17:02:06.951Z] 16:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-11T17:02:06.951Z] 16:50:01 lo 2.85 2.85 0.28 0.28 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:50:01 ens3 600.05 377.08 7611.44 57.49 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:50:01 docker0 172.38 251.83 12.78 1753.67 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:50:01 vethed9fa0a 107.79 187.95 9.54 1386.86 0.00 0.00 0.00 0.11 [2023-04-11T17:02:06.951Z] 16:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:51:01 ens3 16.20 11.48 14.94 6.40 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:51:01 docker0 1.15 1.10 0.08 1.55 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:51:01 vethed9fa0a 1.15 1.13 0.09 1.55 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:52:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:52:01 ens3 131.59 101.35 2529.09 99.12 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:52:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:53:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:54:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:54:01 ens3 69.89 46.96 127.65 3.29 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.951Z] 16:55:01 ens3 144.64 93.85 260.94 6.05 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:56:01 ens3 97.83 64.14 256.81 4.14 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:57:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:57:01 ens3 46.01 29.33 230.41 1.95 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:58:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:58:01 ens3 143.30 55.50 1952.47 3.86 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:59:01 ens3 0.37 0.30 0.09 0.08 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:01:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:01:01 ens3 252.17 132.69 4670.95 16.89 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:01:01 vethb43545e 48.71 94.65 4.19 694.72 0.00 0.00 0.00 0.06 [2023-04-11T17:02:06.952Z] 17:01:01 docker0 48.71 94.55 3.52 694.71 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:02:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:02:01 ens3 205.57 139.18 3263.75 40.48 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] 17:02:01 docker0 5.35 5.95 0.83 1.89 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] Average: lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] Average: ens3 130.77 80.54 1601.46 18.39 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] Average: docker0 17.31 26.90 1.31 186.61 0.00 0.00 0.00 0.00 [2023-04-11T17:02:06.952Z] [2023-04-11T17:02:06.952Z]