Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/13247 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-docker-4c-4g-1795 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Ty9EBhpUVScM/agent.2161 SSH_AGENT_PID=2163 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/private_key_12246896071606494364.key (jenkins-ssh) [ssh-agent] Using credentials jenkins (jenkins) The recommended git tool is: NONE using credential jenkins Wiping out workspace first. Cloning the remote Git repository Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme > git init /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master # timeout=10 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials jenkins > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme using GIT_SSH to set credentials jenkins > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/47/13247/1 # timeout=10 > git rev-parse 21172e242c87d778cf71796ac1c5b933ec8c5ecd^{commit} # timeout=10 Checking out Revision 21172e242c87d778cf71796ac1c5b933ec8c5ecd (refs/changes/47/13247/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 21172e242c87d778cf71796ac1c5b933ec8c5ecd # timeout=10 Commit message: "NONRTRIC-1005: Add multiple Interface descriptions" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk c99b6b4342fcf8ea70772dc57fcb04c5fdbe4ac8 # timeout=10 provisioning config files... copy managed file [npmrc] to file:/home/jenkins/.npmrc copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content GO_ROOT=servicemanager [EnvInject] - Variables injected successfully. [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins11100482624276392330.sh + echo '--> go-test.sh' --> go-test.sh + go version go version go1.19 linux/amd64 + cd servicemanager + go mod tidy go: downloading github.com/deepmap/oapi-codegen v1.11.0 go: downloading github.com/getkin/kin-openapi v0.106.0 go: downloading github.com/labstack/echo/v4 v4.10.2 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/stretchr/testify v1.8.1 go: downloading github.com/joho/godotenv v1.5.1 go: downloading github.com/go-resty/resty/v2 v2.10.0 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/labstack/gommon v0.4.0 go: downloading golang.org/x/crypto v0.14.0 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/valyala/fasttemplate v1.2.2 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/invopop/yaml v0.1.0 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.13.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.18 go: downloading github.com/valyala/bytebufferpool v1.0.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/go-openapi/swag v0.22.3 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading helm.sh/helm/v3 v3.9.0 go: downloading k8s.io/client-go v0.25.3-rc.0 go: downloading k8s.io/cli-runtime v0.25.3-rc.0 go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading golang.org/x/text v0.13.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/Masterminds/semver/v3 v3.1.1 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 go: downloading github.com/gosuri/uitable v0.0.4 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/term v0.13.0 go: downloading k8s.io/api v0.25.3-rc.0 go: downloading k8s.io/apimachinery v0.25.3-rc.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible go: downloading k8s.io/apiextensions-apiserver v0.25.2 go: downloading k8s.io/kubectl v0.25.2 go: downloading github.com/stretchr/objx v0.5.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/spf13/cobra v1.5.0 go: downloading k8s.io/klog/v2 v2.70.1 go: downloading github.com/google/go-cmp v0.5.8 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/BurntSushi/toml v1.1.0 go: downloading github.com/gobwas/glob v0.2.3 go: downloading github.com/containerd/containerd v1.6.6 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 go: downloading oras.land/oras-go v1.1.1 go: downloading github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/Masterminds/squirrel v1.5.3 go: downloading github.com/jmoiron/sqlx v1.3.5 go: downloading github.com/lib/pq v1.10.6 go: downloading github.com/rubenv/sql-migrate v1.1.2 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/huandu/xstrings v1.3.2 go: downloading github.com/imdario/mergo v0.3.12 go: downloading github.com/shopspring/decimal v1.2.0 go: downloading github.com/spf13/cast v1.4.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading sigs.k8s.io/kustomize/api v0.12.1 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 go: downloading github.com/golang/protobuf v1.5.2 go: downloading google.golang.org/protobuf v1.28.0 go: downloading github.com/inconshreveable/mousetrap v1.0.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 go: downloading github.com/go-logr/logr v1.2.3 go: downloading k8s.io/component-base v0.25.2 go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.8.0 go: downloading github.com/mattn/go-runewidth v0.0.9 go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 go: downloading k8s.io/apiserver v0.25.2 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading golang.org/x/sync v0.1.0 go: downloading github.com/docker/cli v20.10.17+incompatible go: downloading github.com/docker/docker v20.10.17+incompatible go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0 go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/mattn/go-sqlite3 v1.14.6 go: downloading github.com/go-gorp/gorp/v3 v3.0.2 go: downloading github.com/gobuffalo/packr/v2 v2.8.3 go: downloading google.golang.org/grpc v1.47.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/onsi/ginkgo/v2 v2.1.6 go: downloading github.com/onsi/gomega v1.20.1 go: downloading github.com/google/btree v1.0.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/onsi/ginkgo v1.16.4 go: downloading github.com/chai2010/gettext-go v1.0.2 go: downloading github.com/MakeNowJust/heredoc v1.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.0 go: downloading github.com/russross/blackfriday v1.5.2 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: downloading gotest.tools/v3 v3.0.3 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/docker/docker-credential-helpers v0.6.4 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading github.com/gomodule/redigo v1.8.2 go: downloading github.com/prometheus/client_golang v1.12.1 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/felixge/httpsnoop v1.0.1 go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 go: downloading github.com/ziutek/mymysql v1.5.4 go: downloading github.com/gobuffalo/packd v1.0.1 go: downloading github.com/markbates/oncer v1.0.0 go: downloading github.com/markbates/safe v1.0.1 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/docker/distribution v2.8.1+incompatible go: downloading github.com/go-errors/errors v1.0.1 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/emicklei/go-restful/v3 v3.8.0 go: downloading github.com/go-openapi/jsonreference v0.20.2 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/klauspost/compress v1.13.6 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/prometheus/common v0.32.1 go: downloading github.com/prometheus/procfs v0.7.3 go: downloading github.com/karrick/godirwalk v1.16.1 go: downloading github.com/markbates/errx v1.1.0 go: downloading github.com/gobuffalo/logger v1.0.6 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 go: downloading github.com/xlab/treeprint v1.1.0 go: downloading github.com/creack/pty v1.1.11 go: downloading github.com/Microsoft/hcsshim v0.9.3 go: downloading github.com/moby/sys/mountinfo v0.5.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 go: downloading github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 go: downloading github.com/Microsoft/go-winio v0.5.1 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading go.opencensus.io v0.23.0 go: downloading github.com/containerd/cgroups v1.0.3 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da + go test ./... ok oransc.org/nonrtric/servicemanager 1.097s ? oransc.org/nonrtric/servicemanager/internal [no test files] ? oransc.org/nonrtric/servicemanager/internal/common [no test files] ? oransc.org/nonrtric/servicemanager/internal/common29122 [no test files] ? oransc.org/nonrtric/servicemanager/internal/common29571 [no test files] time="2024-08-06T16:47:40Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:40Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:40Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_PORT 35437" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PORT 33003" time="2024-08-06T16:47:40Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:40Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:40.90825952Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"DELETE","uri":"/api-invoker-management/v1/onboardedInvokers/api_invoker_id_invoker_a","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":5610,"latency_human":"5.61µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.908696809Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":41962,"latency_human":"41.962µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.909119227Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2380,"latency_human":"2.38µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.909434671Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2530,"latency_human":"2.53µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.909703372Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":3710,"latency_human":"3.71µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.910034667Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"DELETE","uri":"/api-invoker-management/v1/onboardedInvokers/api_invoker_id_invoker_a","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":2380,"latency_human":"2.38µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.910193734Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2911,"latency_human":"2.911µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.910482916Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1400,"latency_human":"1.4µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.910722587Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1390,"latency_human":"1.39µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.910952137Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":1900,"latency_human":"1.9µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.91148887Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"POST","uri":"/api-provider-management/v1/registrations","user_agent":"Go-http-client/1.1","status":201,"error":"","latency":108944,"latency_human":"108.944µs","bytes_in":271,"bytes_out":388} time="2024-08-06T16:47:40Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:40Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:40Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_PORT 35437" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PORT 33003" time="2024-08-06T16:47:40Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:40Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:40.912293255Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:33003","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis","user_agent":"Go-http-client/1.1","status":200,"error":"","latency":246501,"latency_human":"246.501µs","bytes_in":0,"bytes_out":3} time="2024-08-06T16:47:40Z" level=info msg="kong service api_id_apiName1_helloworld created successfully" time="2024-08-06T16:47:40Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=error msg="response body: {\"message\":\"Not Found\"}\n" time="2024-08-06T16:47:40Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=error msg="error on RegisterKong error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=fatal msg="failed to publish the service with HTTP result code 404" FAIL oransc.org/nonrtric/servicemanager/internal/discoverservice 0.780s ? oransc.org/nonrtric/servicemanager/internal/discoverserviceapi [no test files] ? oransc.org/nonrtric/servicemanager/internal/envreader [no test files] time="2024-08-06T16:47:40Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:40Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:40Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_PORT 38909" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PORT 44661" time="2024-08-06T16:47:40Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:40Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:40.80352454Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"DELETE","uri":"/api-invoker-management/v1/onboardedInvokers/api_invoker_id_invoker_a","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":4670,"latency_human":"4.67µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.803781751Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2130,"latency_human":"2.13µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.80399835Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1160,"latency_human":"1.16µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.804170029Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1090,"latency_human":"1.09µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.804350747Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":1790,"latency_human":"1.79µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.804584387Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"DELETE","uri":"/api-invoker-management/v1/onboardedInvokers/api_invoker_id_invoker_a","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":1370,"latency_human":"1.37µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.804725063Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1420,"latency_human":"1.42µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.8048957Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":970,"latency_human":"970ns","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.805074868Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1240,"latency_human":"1.24µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.805250376Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":1020,"latency_human":"1.02µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:40.80557966Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"POST","uri":"/api-provider-management/v1/registrations","user_agent":"Go-http-client/1.1","status":201,"error":"","latency":87594,"latency_human":"87.594µs","bytes_in":271,"bytes_out":388} time="2024-08-06T16:47:40Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:40Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:40Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="KONG_CONTROL_PLANE_PORT 38909" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:40Z" level=info msg="CAPIF_PORT 44661" time="2024-08-06T16:47:40Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:40Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:40Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:40.809986092Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:44661","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis","user_agent":"Go-http-client/1.1","status":200,"error":"","latency":266292,"latency_human":"266.292µs","bytes_in":0,"bytes_out":3} time="2024-08-06T16:47:40Z" level=info msg="kong service api_id_apiName_helloworld created successfully" time="2024-08-06T16:47:40Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=error msg="response body: {\"message\":\"Not Found\"}\n" time="2024-08-06T16:47:40Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=error msg="error on RegisterKong error creating Kong route. Status code: 404" time="2024-08-06T16:47:40Z" level=fatal msg="failed to publish the service with HTTP result code 404" FAIL oransc.org/nonrtric/servicemanager/internal/invokermanagement 0.714s ? oransc.org/nonrtric/servicemanager/internal/invokermanagementapi [no test files] ? oransc.org/nonrtric/servicemanager/internal/kongclear [no test files] ok oransc.org/nonrtric/servicemanager/internal/providermanagement 0.580s ? oransc.org/nonrtric/servicemanager/internal/providermanagementapi [no test files] time="2024-08-06T16:47:42Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:42Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:42Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_PORT 41915" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PORT 45259" time="2024-08-06T16:47:42Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:42Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:42.410289574Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":7281,"latency_human":"7.281µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.410637038Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2830,"latency_human":"2.83µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.411030304Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2830,"latency_human":"2.83µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.411330486Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-v1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2100,"latency_human":"2.1µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.411577157Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-v1-id","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1930,"latency_human":"1.93µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.411841567Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-no-version","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2140,"latency_human":"2.14µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.412083348Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":2890,"latency_human":"2.89µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.412477174Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2310,"latency_human":"2.31µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.412745285Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2430,"latency_human":"2.43µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.412971015Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_apiName2","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1910,"latency_human":"1.91µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.413179823Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-v1","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":1890,"latency_human":"1.89µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.413574039Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-v1-id","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":2650,"latency_human":"2.65µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.413907063Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis/api_id_helloworld-no-version","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":3810,"latency_human":"3.81µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.414198325Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"DELETE","uri":"/api-provider-management/v1/registrations/domain_id_Kong","user_agent":"Go-http-client/1.1","status":204,"error":"","latency":2350,"latency_human":"2.35µs","bytes_in":0,"bytes_out":0} {"time":"2024-08-06T16:47:42.414449765Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis","user_agent":"Go-http-client/1.1","status":404,"error":"","latency":77473,"latency_human":"77.473µs","bytes_in":0,"bytes_out":119} time="2024-08-06T16:47:42Z" level=error msg="GetApfIdServiceApisWithResponse status 404" time="2024-08-06T16:47:42Z" level=error msg="GetApfIdServiceApisWithResponse error {\"cause\":\"Unable to get the service due to APF_id_rApp_Kong_as_APF api is only available for publishers\",\"status\":404}\n" time="2024-08-06T16:47:42Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:42Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:42Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_PORT 41915" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PORT 45259" time="2024-08-06T16:47:42Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:42Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_PORT 30951" time="2024-08-06T16:47:42Z" level=info msg="kong service api_id_apiName_helloworld created successfully" time="2024-08-06T16:47:42Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:42Z" level=error msg="response body: {\"message\":\"Not Found\"}\n" time="2024-08-06T16:47:42Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:42Z" level=error msg="error on RegisterKong error creating Kong route. Status code: 404" --- FAIL: TestPostUnpublishedServiceWithUnregisteredPublisher (0.00s) publishservice_test.go:291: Error Trace: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/internal/publishservice/publishservice_test.go:291 Error: Not equal: expected: 403 actual : 404 Test: TestPostUnpublishedServiceWithUnregisteredPublisher publishservice_test.go:297: Error Trace: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/internal/publishservice/publishservice_test.go:297 Error: "error creating Kong route. Status code: 404" does not contain "APF_id_rApp_Kong_as_APF" Test: TestPostUnpublishedServiceWithUnregisteredPublisher publishservice_test.go:298: Error Trace: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/servicemanager/internal/publishservice/publishservice_test.go:298 Error: "error creating Kong route. Status code: 404" does not contain "Unable to publish the service due to api is only available for publishers" Test: TestPostUnpublishedServiceWithUnregisteredPublisher {"time":"2024-08-06T16:47:42.416751601Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"POST","uri":"/api-provider-management/v1/registrations","user_agent":"Go-http-client/1.1","status":201,"error":"","latency":190718,"latency_human":"190.718µs","bytes_in":271,"bytes_out":388} time="2024-08-06T16:47:42Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:42Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:42Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_PORT 41915" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PORT 45259" time="2024-08-06T16:47:42Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:42Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_PORT 30951" {"time":"2024-08-06T16:47:42.417518283Z","id":"","remote_ip":"127.0.0.1","host":"127.0.0.1:45259","method":"GET","uri":"/published-apis/v1/APF_id_rApp_Kong_as_APF/service-apis","user_agent":"Go-http-client/1.1","status":200,"error":"","latency":413277,"latency_human":"413.277µs","bytes_in":0,"bytes_out":3} time="2024-08-06T16:47:42Z" level=error msg="cannot read interfaceDescription" time="2024-08-06T16:47:42Z" level=error msg="error on RegisterKong cannot read interfaceDescription" time="2024-08-06T16:47:42Z" level=info msg="imported .env: mock" time="2024-08-06T16:47:42Z" level=info msg="KONG_DOMAIN kong" time="2024-08-06T16:47:42Z" level=info msg="KONG_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="KONG_CONTROL_PLANE_PORT 41915" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="KONG_DATA_PLANE_PORT 32080" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PROTOCOL http" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_IPV4 127.0.0.1" time="2024-08-06T16:47:42Z" level=info msg="CAPIF_PORT 45259" time="2024-08-06T16:47:42Z" level=info msg="LOG_LEVEL Info" time="2024-08-06T16:47:42Z" level=info msg="SERVICE_MANAGER_PORT 8095" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_IPV4 10.101.1.101" time="2024-08-06T16:47:42Z" level=info msg="TEST_SERVICE_PORT 30951" time="2024-08-06T16:47:42Z" level=info msg="kong service api_id_helloworld-v1_helloworld created successfully" time="2024-08-06T16:47:42Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:42Z" level=error msg="response body: {\"message\":\"Not Found\"}\n" time="2024-08-06T16:47:42Z" level=error msg="error creating Kong route. Status code: 404" time="2024-08-06T16:47:42Z" level=error msg="error on RegisterKong error creating Kong route. Status code: 404" time="2024-08-06T16:47:42Z" level=fatal msg="failed to publish the service with HTTP result code 404" FAIL oransc.org/nonrtric/servicemanager/internal/publishservice 0.512s ? oransc.org/nonrtric/servicemanager/internal/publishserviceapi [no test files] ? oransc.org/nonrtric/servicemanager/mockkong [no test files] FAIL Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2163 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins5047087726233440856.sh ---> sysstat.sh [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins9060374118713056132.sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=debian + workspace=/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' + mkdir -p /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins8552962748056154616.sh ---> capture-instance-metadata.sh Setup pyenv: * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NkBF lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-NkBF/bin to PATH INFO: Running in OpenStack, capturing instance metadata [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins9413851470748070412.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/config8035261511260808177tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins4530229141770484881.sh ---> create-netrc.sh [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins848697991124991913.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NkBF from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-NkBF/bin to PATH Generating Requirements File Python 3.10.6 pip 24.2 from /tmp/venv-NkBF/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.4.0 aspy.yaml==1.3.0 attrs==24.1.0 autopage==0.5.2 beautifulsoup4==4.12.3 boto3==1.34.154 botocore==1.34.154 bs4==0.0.2 cachetools==5.4.0 certifi==2024.7.4 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 cliff==4.7.0 cmd2==2.4.3 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.14 distlib==0.3.8 dnspython==2.6.1 docker==4.2.2 dogpile.cache==1.3.3 email_validator==2.2.0 filelock==3.15.4 future==1.0.0 gitdb==4.0.11 GitPython==3.1.43 google-auth==2.32.0 httplib2==0.22.0 identify==2.6.0 idna==3.7 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.4 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 keystoneauth1==5.7.0 kubernetes==30.1.0 lftools==0.37.10 lxml==5.2.2 MarkupSafe==2.1.5 msgpack==1.0.8 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 netifaces==0.11.0 niet==1.4.2 nodeenv==1.9.1 oauth2client==4.1.3 oauthlib==3.2.2 openstacksdk==3.3.0 os-client-config==2.1.0 os-service-types==1.7.0 osc-lib==3.1.0 oslo.config==9.5.0 oslo.context==5.5.0 oslo.i18n==6.3.0 oslo.log==6.1.1 oslo.serialization==5.4.0 oslo.utils==7.2.0 packaging==24.1 pbr==6.0.0 platformdirs==4.2.2 prettytable==3.10.2 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 pygerrit2==2.0.15 PyGithub==2.3.0 PyJWT==2.9.0 PyNaCl==1.5.0 pyparsing==2.4.7 pyperclip==1.9.0 pyrsistent==0.20.0 python-cinderclient==9.5.0 python-dateutil==2.9.0.post0 python-heatclient==3.5.0 python-jenkins==1.8.2 python-keystoneclient==5.4.0 python-magnumclient==4.6.0 python-novaclient==18.6.0 python-openstackclient==6.6.1 python-swiftclient==4.6.0 PyYAML==6.0.1 referencing==0.35.1 requests==2.32.3 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rpds-py==0.19.1 rsa==4.9 ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8 s3transfer==0.10.2 simplejson==3.19.2 six==1.16.0 smmap==5.0.1 soupsieve==2.5 stevedore==5.2.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.13.0 tqdm==4.66.5 typing_extensions==4.12.2 tzdata==2024.1 urllib3==1.26.19 virtualenv==20.26.3 wcwidth==0.2.13 websocket-client==1.8.0 wrapt==1.16.0 xdg==6.0.0 xmltodict==0.13.0 yq==3.4.3 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins5148501392681648208.sh ---> sudo-logs.sh Archiving 'sudo' log.. [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins3628884444979741803.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NkBF from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-NkBF/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v2-highcpu-4 INFO: Archiving Costs [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash -l /tmp/jenkins11622986078210115949.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NkBF from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-NkBF/bin to PATH INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-servicemanager-go-verify-master/41 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-docker-4c-4g-1795 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 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 xtopology 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 arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 2.0G 0 2.0G 0% /dev tmpfs 395M 696K 394M 1% /run /dev/vda1 20G 9.9G 9.4G 52% / tmpfs 2.0G 0 2.0G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/vda15 105M 5.3M 100M 5% /boot/efi tmpfs 395M 0 395M 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 3943 464 1670 0 1808 3220 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 link/ether fa:16:3e:67:c0:be brd ff:ff:ff:ff:ff:ff inet 10.32.7.160/23 brd 10.32.7.255 scope global dynamic ens3 valid_lft 86198sec preferred_lft 86198sec inet6 fe80::f816:3eff:fe67:c0be/64 scope link valid_lft forever preferred_lft forever 3: docker0: mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:54:87:22:61 brd ff:ff:ff:ff:ff:ff inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1795) 08/06/24 _x86_64_ (4 CPU) 16:45:51 LINUX RESTART (4 CPU) 16:46:01 tps rtps wtps bread/s bwrtn/s 16:47:02 311.13 150.41 160.72 8362.34 62343.49 16:48:01 114.28 55.90 58.38 3980.76 33266.75 16:49:01 77.65 8.52 69.14 310.61 9007.70 Average: 167.98 71.70 96.29 4219.20 34881.44 16:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:47:02 568864 3025356 3469788 85.91 72488 2505480 1497380 29.43 1139492 2077452 230292 16:48:01 1960468 3315024 2078184 51.46 82908 1421772 912072 17.93 516668 1366768 71312 16:49:01 1751668 3337912 2286984 56.63 104212 1627160 886816 17.43 516132 1566304 109988 Average: 1427000 3226097 2611652 64.67 86536 1851471 1098756 21.60 724097 1670175 137197 16:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:02 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 16:47:02 ens3 633.39 473.19 2422.84 88.51 0.00 0.00 0.00 0.00 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:01 lo 4.66 4.66 0.67 0.67 0.00 0.00 0.00 0.00 16:48:01 ens3 36.20 32.54 376.84 5.16 0.00 0.00 0.00 0.00 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:49:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 16:49:01 ens3 60.71 54.84 594.88 10.12 0.00 0.00 0.00 0.00 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: lo 2.25 2.25 0.29 0.29 0.00 0.00 0.00 0.00 Average: ens3 244.57 187.70 1135.65 34.76 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-1795) 08/06/24 _x86_64_ (4 CPU) 16:45:51 LINUX RESTART (4 CPU) 16:46:01 CPU %user %nice %system %iowait %steal %idle 16:47:02 all 31.40 0.00 5.21 11.85 0.09 51.45 16:47:02 0 33.05 0.00 4.87 13.36 0.08 48.63 16:47:02 1 31.71 0.00 6.52 11.22 0.08 50.47 16:47:02 2 29.34 0.00 4.52 9.91 0.08 56.14 16:47:02 3 31.52 0.00 4.91 12.90 0.10 50.57 16:48:01 all 59.81 0.00 7.60 1.07 0.11 31.41 16:48:01 0 57.63 0.00 7.49 0.38 0.10 34.41 16:48:01 1 65.80 0.00 7.52 0.77 0.12 25.79 16:48:01 2 60.93 0.00 7.42 0.89 0.12 30.64 16:48:01 3 54.91 0.00 7.98 2.21 0.09 34.81 16:49:01 all 19.75 0.00 1.47 2.71 0.05 76.03 16:49:01 0 31.73 0.00 1.37 0.60 0.07 66.24 16:49:01 1 24.10 0.00 2.12 1.82 0.07 71.89 16:49:01 2 11.74 0.00 1.20 0.27 0.03 86.76 16:49:01 3 11.38 0.00 1.17 8.15 0.03 79.26 Average: all 36.80 0.00 4.73 5.23 0.08 53.15 Average: 0 40.67 0.00 4.55 4.80 0.08 49.90 Average: 1 40.32 0.00 5.36 4.63 0.09 49.60 Average: 2 33.79 0.00 4.35 3.69 0.08 58.09 Average: 3 32.43 0.00 4.66 7.79 0.07 55.04