10:10:40 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/15127 10:10:40 Running as SYSTEM 10:10:40 [EnvInject] - Loading node environment variables. 10:10:40 Building remotely on prd-ubuntu1804-docker-4c-4g-5902 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master 10:10:40 [ssh-agent] Looking for ssh-agent implementation... 10:10:40 $ ssh-agent 10:10:40 SSH_AUTH_SOCK=/tmp/ssh-0acN2ltGgWMS/agent.2069 10:10:40 SSH_AGENT_PID=2071 10:10:40 [ssh-agent] Started. 10:10:40 Running ssh-add (command line suppressed) 10:10:41 Identity added: /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master@tmp/private_key_3254347829111443552.key (jenkins-ssh) 10:10:41 [ssh-agent] Using credentials jenkins (jenkins) 10:10:41 The recommended git tool is: NONE 10:10:44 using credential jenkins 10:10:44 Wiping out workspace first. 10:10:44 Cloning the remote Git repository 10:10:44 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:10:44 > git init /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master # timeout=10 10:10:44 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:10:44 > git --version # timeout=10 10:10:44 > git --version # 'git version 2.17.1' 10:10:44 using GIT_SSH to set credentials jenkins 10:10:44 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:46 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 10:10:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:46 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 10:10:46 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:10:46 using GIT_SSH to set credentials jenkins 10:10:46 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/27/15127/3 # timeout=10 10:10:47 > git rev-parse b2529776fb93f68918a1f7d2f6782be6ffc6d658^{commit} # timeout=10 10:10:47 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:10:47 Checking out Revision b2529776fb93f68918a1f7d2f6782be6ffc6d658 (refs/changes/27/15127/3) 10:10:47 > git config core.sparsecheckout # timeout=10 10:10:47 > git checkout -f b2529776fb93f68918a1f7d2f6782be6ffc6d658 # timeout=10 10:10:50 Commit message: "CVE Tags added" 10:10:50 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:10:51 > git rev-list --no-walk 25e10f943b3d309aa1e6c57571e4118484e6e742 # timeout=10 10:10:51 provisioning config files... 10:10:51 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:10:51 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:10:51 [EnvInject] - Injecting environment variables from a build step. 10:10:51 [EnvInject] - Injecting as environment variables the properties content 10:10:51 GO_ROOT=capifcore 10:10:51 10:10:51 [EnvInject] - Variables injected successfully. 10:10:51 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins14017377725476122426.sh 10:10:51 + echo '--> go-test.sh' 10:10:51 --> go-test.sh 10:10:51 + go version 10:10:51 go version go1.19 linux/amd64 10:10:51 + cd capifcore 10:10:51 + go mod tidy 10:10:51 go: downloading github.com/deepmap/oapi-codegen v1.11.0 10:10:51 go: downloading github.com/getkin/kin-openapi v0.106.0 10:10:51 go: downloading github.com/labstack/echo/v4 v4.10.2 10:10:52 go: downloading github.com/sirupsen/logrus v1.9.0 10:10:52 go: downloading helm.sh/helm/v3 v3.9.0 10:10:52 go: downloading github.com/stretchr/testify v1.8.1 10:10:52 go: downloading gopkg.in/yaml.v2 v2.4.0 10:10:52 go: downloading github.com/go-openapi/jsonpointer v0.19.6 10:10:52 go: downloading github.com/invopop/yaml v0.1.0 10:10:52 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 10:10:53 go: downloading gopkg.in/yaml.v3 v3.0.1 10:10:53 go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed 10:10:53 go: downloading golang.org/x/sys v0.7.0 10:10:53 go: downloading github.com/labstack/gommon v0.4.0 10:10:53 go: downloading golang.org/x/crypto v0.8.0 10:10:54 go: downloading golang.org/x/net v0.9.0 10:10:54 go: downloading k8s.io/cli-runtime v0.25.3-rc.0 10:10:54 go: downloading k8s.io/client-go v0.25.3-rc.0 10:10:54 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 10:10:54 go: downloading github.com/valyala/fasttemplate v1.2.2 10:10:54 go: downloading golang.org/x/time v0.3.0 10:10:54 go: downloading github.com/google/uuid v1.3.0 10:10:55 go: downloading github.com/davecgh/go-spew v1.1.1 10:10:55 go: downloading github.com/pmezard/go-difflib v1.0.0 10:10:56 go: downloading github.com/mitchellh/copystructure v1.2.0 10:10:56 go: downloading github.com/spf13/pflag v1.0.5 10:10:56 go: downloading github.com/gorilla/mux v1.8.0 10:10:56 go: downloading github.com/go-openapi/swag v0.22.3 10:10:57 go: downloading github.com/mattn/go-colorable v0.1.13 10:10:57 go: downloading github.com/mattn/go-isatty v0.0.18 10:10:57 go: downloading github.com/Masterminds/semver/v3 v3.1.1 10:10:57 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 10:10:57 go: downloading github.com/gosuri/uitable v0.0.4 10:10:57 go: downloading github.com/pkg/errors v0.9.1 10:10:57 go: downloading golang.org/x/term v0.7.0 10:10:57 go: downloading k8s.io/api v0.25.3-rc.0 10:10:57 go: downloading k8s.io/apimachinery v0.25.3-rc.0 10:10:58 go: downloading sigs.k8s.io/yaml v1.3.0 10:10:58 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible 10:10:58 go: downloading k8s.io/apiextensions-apiserver v0.25.2 10:10:58 go: downloading k8s.io/kubectl v0.25.2 10:10:58 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 10:10:58 go: downloading github.com/stretchr/objx v0.5.0 10:10:58 go: downloading github.com/spf13/cobra v1.5.0 10:10:58 go: downloading github.com/valyala/bytebufferpool v1.0.0 10:10:58 go: downloading k8s.io/klog/v2 v2.70.1 10:10:58 go: downloading github.com/google/go-cmp v0.5.8 10:10:59 go: downloading github.com/google/gofuzz v1.2.0 10:10:59 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:10:59 go: downloading github.com/mailru/easyjson v0.7.7 10:10:59 go: downloading golang.org/x/text v0.9.0 10:10:59 go: downloading github.com/fatih/color v1.13.0 10:10:59 go: downloading github.com/Masterminds/goutils v1.1.1 10:10:59 go: downloading github.com/huandu/xstrings v1.3.2 10:10:59 go: downloading github.com/imdario/mergo v0.3.12 10:10:59 go: downloading github.com/shopspring/decimal v1.2.0 10:10:59 go: downloading github.com/spf13/cast v1.4.1 10:10:59 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 10:10:59 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 10:10:59 go: downloading github.com/BurntSushi/toml v1.1.0 10:10:59 go: downloading github.com/gobwas/glob v0.2.3 10:10:59 go: downloading github.com/containerd/containerd v1.6.6 10:11:00 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 10:11:00 go: downloading oras.land/oras-go v1.1.1 10:11:00 go: downloading github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 10:11:00 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 10:11:00 go: downloading github.com/Masterminds/squirrel v1.5.3 10:11:00 go: downloading github.com/jmoiron/sqlx v1.3.5 10:11:00 go: downloading github.com/lib/pq v1.10.6 10:11:00 go: downloading github.com/rubenv/sql-migrate v1.1.2 10:11:00 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 10:11:00 go: downloading github.com/gogo/protobuf v1.3.2 10:11:00 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 10:11:00 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 10:11:00 go: downloading github.com/google/gnostic v0.5.7-v3refs 10:11:00 go: downloading sigs.k8s.io/kustomize/api v0.12.1 10:11:00 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 10:11:00 go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 10:11:01 go: downloading github.com/golang/protobuf v1.5.2 10:11:01 go: downloading google.golang.org/protobuf v1.28.0 10:11:01 go: downloading github.com/kr/pretty v0.3.0 10:11:01 go: downloading github.com/inconshreveable/mousetrap v1.0.0 10:11:01 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 10:11:01 go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 10:11:01 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible 10:11:01 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 10:11:01 go: downloading github.com/go-logr/logr v1.2.3 10:11:01 go: downloading k8s.io/component-base v0.25.2 10:11:01 go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 10:11:01 go: downloading github.com/josharian/intern v1.0.0 10:11:01 go: downloading github.com/mattn/go-runewidth v0.0.9 10:11:01 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 10:11:01 go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 10:11:01 go: downloading k8s.io/apiserver v0.25.2 10:11:01 go: downloading golang.org/x/sync v0.1.0 10:11:01 go: downloading github.com/opencontainers/go-digest v1.0.0 10:11:01 go: downloading github.com/docker/cli v20.10.17+incompatible 10:11:01 go: downloading github.com/docker/docker v20.10.17+incompatible 10:11:01 go: downloading google.golang.org/grpc v1.47.0 10:11:02 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d 10:11:02 go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0 10:11:02 go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd 10:11:02 go: downloading github.com/docker/go-metrics v0.0.1 10:11:02 go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 10:11:02 go: downloading github.com/gorilla/handlers v1.5.1 10:11:02 go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 10:11:02 go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 10:11:02 go: downloading github.com/go-sql-driver/mysql v1.6.0 10:11:02 go: downloading github.com/mattn/go-sqlite3 v1.14.6 10:11:02 go: downloading github.com/go-gorp/gorp/v3 v3.0.2 10:11:02 go: downloading github.com/gobuffalo/packr/v2 v2.8.3 10:11:02 go: downloading gopkg.in/inf.v0 v0.9.1 10:11:02 go: downloading github.com/json-iterator/go v1.1.12 10:11:02 go: downloading github.com/kr/text v0.2.0 10:11:02 go: downloading github.com/rogpeppe/go-internal v1.8.0 10:11:02 go: downloading github.com/onsi/ginkgo/v2 v2.1.6 10:11:02 go: downloading github.com/onsi/gomega v1.20.1 10:11:02 go: downloading github.com/google/btree v1.0.1 10:11:02 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 10:11:02 go: downloading github.com/chai2010/gettext-go v1.0.2 10:11:02 go: downloading github.com/MakeNowJust/heredoc v1.0.0 10:11:02 go: downloading github.com/mitchellh/go-wordwrap v1.0.0 10:11:02 go: downloading github.com/russross/blackfriday v1.5.2 10:11:02 go: downloading github.com/onsi/ginkgo v1.16.4 10:11:02 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 10:11:02 go: downloading gotest.tools/v3 v3.0.3 10:11:02 go: downloading github.com/moby/locker v1.0.1 10:11:02 go: downloading github.com/docker/docker-credential-helpers v0.6.4 10:11:02 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 10:11:03 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 10:11:03 go: downloading github.com/gomodule/redigo v1.8.2 10:11:03 go: downloading github.com/prometheus/client_golang v1.12.1 10:11:03 go: downloading github.com/felixge/httpsnoop v1.0.1 10:11:03 go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 10:11:03 go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f 10:11:03 go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 10:11:03 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 10:11:03 go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 10:11:03 go: downloading github.com/ziutek/mymysql v1.5.4 10:11:03 go: downloading github.com/gobuffalo/packd v1.0.1 10:11:03 go: downloading github.com/markbates/oncer v1.0.0 10:11:03 go: downloading github.com/markbates/safe v1.0.1 10:11:03 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:11:03 go: downloading github.com/modern-go/reflect2 v1.0.2 10:11:03 go: downloading github.com/go-errors/errors v1.0.1 10:11:03 go: downloading github.com/docker/go-connections v0.4.0 10:11:03 go: downloading github.com/docker/go-units v0.4.0 10:11:03 go: downloading github.com/docker/distribution v2.8.1+incompatible 10:11:03 go: downloading github.com/emicklei/go-restful/v3 v3.8.0 10:11:03 go: downloading github.com/go-openapi/jsonreference v0.20.2 10:11:03 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 10:11:03 go: downloading google.golang.org/appengine v1.6.7 10:11:03 go: downloading github.com/klauspost/compress v1.13.6 10:11:04 go: downloading github.com/beorn7/perks v1.0.1 10:11:04 go: downloading github.com/cespare/xxhash/v2 v2.1.2 10:11:04 go: downloading github.com/prometheus/client_model v0.2.0 10:11:04 go: downloading github.com/prometheus/common v0.32.1 10:11:04 go: downloading github.com/prometheus/procfs v0.7.3 10:11:04 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b 10:11:04 go: downloading github.com/karrick/godirwalk v1.16.1 10:11:04 go: downloading github.com/markbates/errx v1.1.0 10:11:04 go: downloading github.com/gobuffalo/logger v1.0.6 10:11:04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 10:11:04 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 10:11:04 go: downloading github.com/xlab/treeprint v1.1.0 10:11:04 go: downloading github.com/morikuni/aec v1.0.0 10:11:04 go: downloading github.com/creack/pty v1.1.11 10:11:04 go: downloading github.com/Microsoft/hcsshim v0.9.3 10:11:04 go: downloading github.com/moby/sys/mountinfo v0.5.0 10:11:04 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 10:11:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 10:11:04 go: downloading github.com/moby/spdystream v0.2.0 10:11:04 go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 10:11:04 go: downloading github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 10:11:04 go: downloading github.com/Microsoft/go-winio v0.5.1 10:11:04 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 10:11:04 go: downloading github.com/sergi/go-diff v1.1.0 10:11:04 go: downloading go.opencensus.io v0.23.0 10:11:05 go: downloading github.com/containerd/cgroups v1.0.3 10:11:05 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 10:11:05 + go test ./... 10:12:32 ? oransc.org/nonrtric/capifcore [no test files] 10:12:40 ok oransc.org/nonrtric/capifcore/cmd 2.829s 10:12:40 ? oransc.org/nonrtric/capifcore/internal/accesscontrolpolicyapi [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/aefsecurityapi [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/auditingapi [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/common [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/common29122 [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/common29571 [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/config [no test files] 10:12:40 ok oransc.org/nonrtric/capifcore/internal/discoverservice 1.259s 10:12:40 ? oransc.org/nonrtric/capifcore/internal/discoverserviceapi [no test files] 10:12:40 ok oransc.org/nonrtric/capifcore/internal/eventsapi 0.006s 10:12:40 ok oransc.org/nonrtric/capifcore/internal/eventservice 0.648s 10:12:40 ? oransc.org/nonrtric/capifcore/internal/gentools/commoncollector [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/gentools/enumfixer [no test files] 10:12:40 ? oransc.org/nonrtric/capifcore/internal/gentools/specificationfixer [no test files] 10:12:40 ok oransc.org/nonrtric/capifcore/internal/helmmanagement 0.103s 10:12:40 ? oransc.org/nonrtric/capifcore/internal/helmmanagement/mocks [no test files] 10:12:41 ok oransc.org/nonrtric/capifcore/internal/invokermanagement 0.732s 10:12:41 ? oransc.org/nonrtric/capifcore/internal/invokermanagement/mocks [no test files] 10:12:41 ok oransc.org/nonrtric/capifcore/internal/invokermanagementapi 0.018s 10:12:41 ? oransc.org/nonrtric/capifcore/internal/keycloak [no test files] 10:12:41 ? oransc.org/nonrtric/capifcore/internal/keycloak/mocks [no test files] 10:12:41 ? oransc.org/nonrtric/capifcore/internal/loggingapi [no test files] 10:12:42 ok oransc.org/nonrtric/capifcore/internal/providermanagement 0.886s 10:12:42 ? oransc.org/nonrtric/capifcore/internal/providermanagement/mocks [no test files] 10:12:42 ok oransc.org/nonrtric/capifcore/internal/providermanagementapi 0.006s 10:12:47 ok oransc.org/nonrtric/capifcore/internal/publishservice 1.010s 10:12:47 ? oransc.org/nonrtric/capifcore/internal/publishservice/mocks [no test files] 10:12:47 ok oransc.org/nonrtric/capifcore/internal/publishserviceapi 0.026s 10:12:47 ok oransc.org/nonrtric/capifcore/internal/restclient 0.007s 10:12:47 ? oransc.org/nonrtric/capifcore/internal/restclient/mocks [no test files] 10:12:47 ? oransc.org/nonrtric/capifcore/internal/routinginfoapi [no test files] 10:12:47 ok oransc.org/nonrtric/capifcore/internal/securityapi 0.009s 10:12:48 ok oransc.org/nonrtric/capifcore/internal/securityservice 1.431s 10:12:49 + echo '--> go-test.sh ends' 10:12:49 --> go-test.sh ends 10:12:49 $ ssh-agent -k 10:12:49 unset SSH_AUTH_SOCK; 10:12:49 unset SSH_AGENT_PID; 10:12:49 echo Agent pid 2071 killed; 10:12:49 [ssh-agent] Stopped. 10:12:49 [PostBuildScript] - [INFO] Executing post build scripts. 10:12:49 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins11764477712586201232.sh 10:12:49 ---> sysstat.sh 10:12:50 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins18130548539437830338.sh 10:12:50 ---> package-listing.sh 10:12:50 ++ tr '[:upper:]' '[:lower:]' 10:12:50 ++ facter osfamily 10:12:50 + OS_FAMILY=debian 10:12:50 + workspace=/w/workspace/nonrtric-plt-sme-capifcore-go-verify-master 10:12:50 + START_PACKAGES=/tmp/packages_start.txt 10:12:50 + END_PACKAGES=/tmp/packages_end.txt 10:12:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:12:50 + PACKAGES=/tmp/packages_start.txt 10:12:50 + '[' /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master ']' 10:12:50 + PACKAGES=/tmp/packages_end.txt 10:12:50 + case "${OS_FAMILY}" in 10:12:50 + grep '^ii' 10:12:50 + dpkg -l 10:12:50 + '[' -f /tmp/packages_start.txt ']' 10:12:50 + '[' -f /tmp/packages_end.txt ']' 10:12:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:12:50 + '[' /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master ']' 10:12:50 + mkdir -p /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/archives/ 10:12:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/archives/ 10:12:50 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins11199676175437567572.sh 10:12:50 ---> capture-instance-metadata.sh 10:12:50 Setup pyenv: 10:12:50 * system (set by /opt/pyenv/version) 10:12:50 * 3.8.13 (set by /opt/pyenv/version) 10:12:50 * 3.9.13 (set by /opt/pyenv/version) 10:12:50 * 3.10.6 (set by /opt/pyenv/version) 10:12:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pk2F 10:12:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:12:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:12:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:13:06 lf-activate-venv(): INFO: Base packages installed successfully 10:13:06 lf-activate-venv(): INFO: Installing additional packages: lftools 10:13:53 lf-activate-venv(): INFO: Adding /tmp/venv-Pk2F/bin to PATH 10:13:53 INFO: Running in OpenStack, capturing instance metadata 10:13:53 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins7742819690343961213.sh 10:13:53 provisioning config files... 10:13:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-capifcore-go-verify-master@tmp/config1327544570180552790tmp 10:13:53 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:13:53 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:13:53 [EnvInject] - Injecting environment variables from a build step. 10:13:54 [EnvInject] - Injecting as environment variables the properties content 10:13:54 SERVER_ID=logs 10:13:54 10:13:54 [EnvInject] - Variables injected successfully. 10:13:54 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins16994947836285802474.sh 10:13:54 ---> create-netrc.sh 10:13:54 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins2701676798129203887.sh 10:13:54 ---> python-tools-install.sh 10:13:54 Setup pyenv: 10:13:54 system 10:13:54 3.8.13 10:13:54 3.9.13 10:13:54 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 10:13:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Pk2F from file:/tmp/.os_lf_venv 10:13:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:13:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:13:58 lf-activate-venv(): INFO: Base packages installed successfully 10:13:58 lf-activate-venv(): INFO: Installing additional packages: lftools 10:14:17 lf-activate-venv(): INFO: Adding /tmp/venv-Pk2F/bin to PATH 10:14:17 Generating Requirements File 10:14:57 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 10:14:57 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 10:14:58 Python 3.10.6 10:14:59 pip 25.2 from /tmp/venv-Pk2F/lib/python3.10/site-packages/pip (python 3.10) 10:14:59 appdirs==1.4.4 10:14:59 argcomplete==3.6.2 10:14:59 aspy.yaml==1.3.0 10:14:59 attrs==25.4.0 10:14:59 autopage==0.5.2 10:14:59 beautifulsoup4==4.14.2 10:14:59 boto3==1.40.47 10:14:59 botocore==1.40.47 10:14:59 bs4==0.0.2 10:14:59 cachetools==6.2.0 10:14:59 certifi==2025.10.5 10:14:59 cffi==2.0.0 10:14:59 cfgv==3.4.0 10:14:59 chardet==5.2.0 10:14:59 charset-normalizer==3.4.3 10:14:59 click==8.3.0 10:14:59 cliff==4.11.0 10:14:59 cmd2==2.7.0 10:14:59 cryptography==3.3.2 10:14:59 debtcollector==3.0.0 10:14:59 decorator==5.2.1 10:14:59 defusedxml==0.7.1 10:14:59 Deprecated==1.2.18 10:14:59 distlib==0.4.0 10:14:59 dnspython==2.8.0 10:14:59 docker==7.1.0 10:14:59 dogpile.cache==1.4.1 10:14:59 durationpy==0.10 10:14:59 email-validator==2.3.0 10:14:59 filelock==3.19.1 10:14:59 future==1.0.0 10:14:59 gitdb==4.0.12 10:14:59 GitPython==3.1.45 10:14:59 google-auth==2.41.1 10:14:59 httplib2==0.31.0 10:14:59 identify==2.6.15 10:14:59 idna==3.10 10:14:59 importlib-resources==1.5.0 10:14:59 iso8601==2.1.0 10:14:59 Jinja2==3.1.6 10:14:59 jmespath==1.0.1 10:14:59 jsonpatch==1.33 10:14:59 jsonpointer==3.0.0 10:14:59 jsonschema==4.25.1 10:14:59 jsonschema-specifications==2025.9.1 10:14:59 keystoneauth1==5.12.0 10:14:59 kubernetes==34.1.0 10:14:59 lftools==0.37.14 10:14:59 lxml==6.0.2 10:14:59 markdown-it-py==4.0.0 10:14:59 MarkupSafe==3.0.3 10:14:59 mdurl==0.1.2 10:14:59 msgpack==1.1.1 10:14:59 multi_key_dict==2.0.3 10:14:59 munch==4.0.0 10:14:59 netaddr==1.3.0 10:14:59 niet==1.4.2 10:14:59 nodeenv==1.9.1 10:14:59 oauth2client==4.1.3 10:14:59 oauthlib==3.3.1 10:14:59 openstacksdk==4.7.1 10:14:59 os-service-types==1.8.0 10:14:59 osc-lib==4.2.0 10:14:59 oslo.config==10.0.0 10:14:59 oslo.context==6.1.0 10:14:59 oslo.i18n==6.6.0 10:14:59 oslo.log==7.2.1 10:14:59 oslo.serialization==5.8.0 10:14:59 oslo.utils==9.1.0 10:14:59 packaging==25.0 10:14:59 pbr==7.0.1 10:14:59 platformdirs==4.4.0 10:14:59 prettytable==3.16.0 10:14:59 psutil==7.1.0 10:14:59 pyasn1==0.6.1 10:14:59 pyasn1_modules==0.4.2 10:14:59 pycparser==2.23 10:14:59 pygerrit2==2.0.15 10:14:59 PyGithub==2.8.1 10:14:59 Pygments==2.19.2 10:14:59 PyJWT==2.10.1 10:14:59 PyNaCl==1.6.0 10:14:59 pyparsing==2.4.7 10:14:59 pyperclip==1.11.0 10:14:59 pyrsistent==0.20.0 10:14:59 python-cinderclient==9.8.0 10:14:59 python-dateutil==2.9.0.post0 10:14:59 python-heatclient==4.3.0 10:14:59 python-jenkins==1.8.3 10:14:59 python-keystoneclient==5.7.0 10:14:59 python-magnumclient==4.9.0 10:14:59 python-openstackclient==8.2.0 10:14:59 python-swiftclient==4.8.0 10:14:59 PyYAML==6.0.3 10:14:59 referencing==0.36.2 10:14:59 requests==2.32.5 10:14:59 requests-oauthlib==2.0.0 10:14:59 requestsexceptions==1.4.0 10:14:59 rfc3986==2.0.0 10:14:59 rich==14.1.0 10:14:59 rich-argparse==1.7.1 10:14:59 rpds-py==0.27.1 10:14:59 rsa==4.9.1 10:14:59 ruamel.yaml==0.18.15 10:14:59 ruamel.yaml.clib==0.2.14 10:14:59 s3transfer==0.14.0 10:14:59 simplejson==3.20.2 10:14:59 six==1.17.0 10:14:59 smmap==5.0.2 10:14:59 soupsieve==2.8 10:14:59 stevedore==5.5.0 10:14:59 tabulate==0.9.0 10:14:59 toml==0.10.2 10:14:59 tomlkit==0.13.3 10:14:59 tqdm==4.67.1 10:14:59 typing_extensions==4.15.0 10:14:59 tzdata==2025.2 10:14:59 urllib3==1.26.20 10:14:59 virtualenv==20.34.0 10:14:59 wcwidth==0.2.14 10:14:59 websocket-client==1.9.0 10:14:59 wrapt==1.17.3 10:14:59 xdg==6.0.0 10:14:59 xmltodict==1.0.2 10:14:59 yq==3.4.3 10:15:00 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins52415428833150489.sh 10:15:00 ---> sudo-logs.sh 10:15:00 Archiving 'sudo' log.. 10:15:00 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins14923858733504439577.sh 10:15:00 ---> job-cost.sh 10:15:00 Setup pyenv: 10:15:00 system 10:15:00 3.8.13 10:15:00 3.9.13 10:15:00 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 10:15:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Pk2F from file:/tmp/.os_lf_venv 10:15:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:15:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:15:04 lf-activate-venv(): INFO: Base packages installed successfully 10:15:04 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:15:17 lf-activate-venv(): INFO: Adding /tmp/venv-Pk2F/bin to PATH 10:15:17 INFO: No Stack... 10:15:18 INFO: Retrieving Pricing Info for: v3-starter-4 10:15:18 INFO: Archiving Costs 10:15:18 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash -l /tmp/jenkins8434154628384298843.sh 10:15:18 ---> logs-deploy.sh 10:15:18 Setup pyenv: 10:15:18 system 10:15:18 3.8.13 10:15:18 3.9.13 10:15:18 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 10:15:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Pk2F from file:/tmp/.os_lf_venv 10:15:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:15:18 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:15:22 lf-activate-venv(): INFO: Base packages installed successfully 10:15:22 lf-activate-venv(): INFO: Installing additional packages: lftools 10:15:42 lf-activate-venv(): INFO: Adding /tmp/venv-Pk2F/bin to PATH 10:15:42 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-capifcore-go-verify-master/168 10:15:42 INFO: archiving workspace using pattern(s): 10:15:44 Archives upload complete. 10:15:45 INFO: archiving logs to Nexus 10:15:46 ---> uname -a: 10:15:46 Linux prd-ubuntu1804-docker-4c-4g-5902 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 10:15:46 10:15:46 10:15:46 ---> lscpu: 10:15:46 Architecture: x86_64 10:15:46 CPU op-mode(s): 32-bit, 64-bit 10:15:46 Byte Order: Little Endian 10:15:46 CPU(s): 4 10:15:46 On-line CPU(s) list: 0-3 10:15:46 Thread(s) per core: 1 10:15:46 Core(s) per socket: 1 10:15:46 Socket(s): 4 10:15:46 NUMA node(s): 1 10:15:46 Vendor ID: AuthenticAMD 10:15:46 CPU family: 23 10:15:46 Model: 49 10:15:46 Model name: AMD EPYC-Rome Processor 10:15:46 Stepping: 0 10:15:46 CPU MHz: 2800.000 10:15:46 BogoMIPS: 5600.00 10:15:46 Virtualization: AMD-V 10:15:46 Hypervisor vendor: KVM 10:15:46 Virtualization type: full 10:15:46 L1d cache: 32K 10:15:46 L1i cache: 32K 10:15:46 L2 cache: 512K 10:15:46 L3 cache: 16384K 10:15:46 NUMA node0 CPU(s): 0-3 10:15:46 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 10:15:46 10:15:46 10:15:46 ---> nproc: 10:15:46 4 10:15:46 10:15:46 10:15:46 ---> df -h: 10:15:46 Filesystem Size Used Avail Use% Mounted on 10:15:46 udev 3.9G 0 3.9G 0% /dev 10:15:46 tmpfs 798M 696K 797M 1% /run 10:15:46 /dev/vda1 20G 9.9G 9.4G 52% / 10:15:46 tmpfs 3.9G 0 3.9G 0% /dev/shm 10:15:46 tmpfs 5.0M 0 5.0M 0% /run/lock 10:15:46 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:15:46 /dev/vda15 105M 5.3M 100M 5% /boot/efi 10:15:46 tmpfs 798M 0 798M 0% /run/user/1001 10:15:46 10:15:46 10:15:46 ---> free -m: 10:15:46 total used free shared buff/cache available 10:15:46 Mem: 7975 486 4182 0 3306 7191 10:15:46 Swap: 1023 0 1023 10:15:46 10:15:46 10:15:46 ---> ip addr: 10:15:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:15:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:15:46 inet 127.0.0.1/8 scope host lo 10:15:46 valid_lft forever preferred_lft forever 10:15:46 inet6 ::1/128 scope host 10:15:46 valid_lft forever preferred_lft forever 10:15:46 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 10:15:46 link/ether fa:16:3e:44:10:c7 brd ff:ff:ff:ff:ff:ff 10:15:46 inet 10.32.6.210/23 brd 10.32.7.255 scope global dynamic ens3 10:15:46 valid_lft 86051sec preferred_lft 86051sec 10:15:46 inet6 fe80::f816:3eff:fe44:10c7/64 scope link 10:15:46 valid_lft forever preferred_lft forever 10:15:46 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 10:15:46 link/ether 02:42:ae:4d:82:ca brd ff:ff:ff:ff:ff:ff 10:15:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:15:46 valid_lft forever preferred_lft forever 10:15:46 10:15:46 10:15:46 ---> sar -b -r -n DEV: 10:15:46 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5902) 10/08/25 _x86_64_ (4 CPU) 10:15:46 10:15:46 10:10:01 LINUX RESTART (4 CPU) 10:15:46 10:15:46 10:11:01 tps rtps wtps bread/s bwrtn/s 10:15:46 10:12:01 119.76 39.83 79.93 2162.12 29346.79 10:15:46 10:13:01 68.74 37.53 31.21 3199.20 20202.10 10:15:46 10:14:01 44.33 3.97 40.36 132.51 5411.50 10:15:46 10:15:01 49.03 0.33 48.70 25.32 6732.96 10:15:46 Average: 70.47 20.41 50.05 1379.80 15424.13 10:15:46 10:15:46 10:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:15:46 10:12:01 4511916 7279016 3655504 44.76 74252 2818904 1369260 14.86 1165968 2218084 381064 10:15:46 10:13:01 4659196 7393276 3508224 42.95 79404 2774940 949208 10.30 885324 2345172 47656 10:15:46 10:14:01 4444312 7383656 3723108 45.58 98904 2941012 934912 10.14 922828 2503240 141156 10:15:46 10:15:01 4327828 7399900 3839592 47.01 108004 3050576 944772 10.25 918032 2609304 110880 10:15:46 Average: 4485813 7363962 3681607 45.08 90141 2896358 1049538 11.39 973038 2418950 170189 10:15:46 10:15:46 10:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:15:46 10:12:01 ens3 114.83 81.56 804.57 7.46 0.00 0.00 0.00 0.00 10:15:46 10:12:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 10:15:46 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:15:46 10:13:01 ens3 13.66 10.30 153.28 2.54 0.00 0.00 0.00 0.00 10:15:46 10:13:01 lo 0.50 0.50 0.06 0.06 0.00 0.00 0.00 0.00 10:15:46 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:15:46 10:14:01 ens3 55.19 40.79 668.93 12.43 0.00 0.00 0.00 0.00 10:15:46 10:14:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 10:15:46 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:15:46 10:15:01 ens3 22.88 20.18 241.51 4.56 0.00 0.00 0.00 0.00 10:15:46 10:15:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 10:15:46 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:15:46 Average: ens3 51.64 38.21 467.09 6.75 0.00 0.00 0.00 0.00 10:15:46 Average: lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 10:15:46 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:15:46 10:15:46 10:15:46 ---> sar -P ALL: 10:15:46 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5902) 10/08/25 _x86_64_ (4 CPU) 10:15:46 10:15:46 10:10:01 LINUX RESTART (4 CPU) 10:15:46 10:15:46 10:11:01 CPU %user %nice %system %iowait %steal %idle 10:15:46 10:12:01 all 69.38 0.00 10.80 1.21 10.90 7.71 10:15:46 10:12:01 0 69.56 0.00 11.14 1.32 10.59 7.40 10:15:46 10:12:01 1 71.55 0.00 10.89 1.22 10.57 5.76 10:15:46 10:12:01 2 66.54 0.00 9.75 1.27 11.57 10.86 10:15:46 10:12:01 3 69.85 0.00 11.43 1.03 10.87 6.82 10:15:46 10:13:01 all 53.13 0.00 9.35 0.94 10.53 26.05 10:15:46 10:13:01 0 50.66 0.00 8.56 1.33 10.60 28.85 10:15:46 10:13:01 1 58.91 0.00 10.12 1.07 10.63 19.27 10:15:46 10:13:01 2 48.33 0.00 8.99 0.62 10.49 31.57 10:15:46 10:13:01 3 54.67 0.00 9.71 0.74 10.40 24.48 10:15:46 10:14:01 all 19.25 0.00 1.53 1.75 1.77 75.70 10:15:46 10:14:01 0 23.71 0.00 1.51 0.58 1.85 72.35 10:15:46 10:14:01 1 18.20 0.00 1.38 0.48 1.35 78.59 10:15:46 10:14:01 2 4.03 0.00 0.88 5.73 0.72 88.64 10:15:46 10:14:01 3 30.96 0.00 2.35 0.23 3.17 63.29 10:15:46 10:15:01 all 19.17 0.00 1.11 1.72 1.68 76.32 10:15:46 10:15:01 0 25.89 0.00 1.40 0.77 1.95 70.00 10:15:46 10:15:01 1 11.55 0.00 0.51 0.32 1.41 86.21 10:15:46 10:15:01 2 17.08 0.00 1.76 5.20 1.60 74.36 10:15:46 10:15:01 3 22.16 0.00 0.76 0.62 1.76 74.70 10:15:46 Average: all 40.30 0.00 5.71 1.41 6.24 46.34 10:15:46 Average: 0 42.52 0.00 5.67 1.00 6.27 44.54 10:15:46 Average: 1 40.14 0.00 5.75 0.77 6.01 47.33 10:15:46 Average: 2 34.09 0.00 5.36 3.20 6.11 51.24 10:15:46 Average: 3 44.44 0.00 6.07 0.65 6.56 42.27 10:15:46 10:15:46 10:15:46