17:47:37 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/12435 17:47:37 Running as SYSTEM 17:47:37 [EnvInject] - Loading node environment variables. 17:47:37 Building remotely on prd-ubuntu1804-docker-4c-4g-3816 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master 17:47:37 [ssh-agent] Looking for ssh-agent implementation... 17:47:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:38 $ ssh-agent 17:47:38 SSH_AUTH_SOCK=/tmp/ssh-V2LwvBGf0ezX/agent.2127 17:47:38 SSH_AGENT_PID=2129 17:47:38 [ssh-agent] Started. 17:47:38 Running ssh-add (command line suppressed) 17:47:38 Identity added: /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master@tmp/private_key_13876209973905300804.key (jenkins-ssh) 17:47:38 [ssh-agent] Using credentials jenkins (jenkins) 17:47:38 The recommended git tool is: NONE 17:47:39 using credential jenkins 17:47:39 Wiping out workspace first. 17:47:39 Cloning the remote Git repository 17:47:39 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 17:47:39 > git init /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master # timeout=10 17:47:39 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 17:47:39 > git --version # timeout=10 17:47:39 > git --version # 'git version 2.17.1' 17:47:39 using GIT_SSH to set credentials jenkins 17:47:39 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:40 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 17:47:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:40 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 17:47:40 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 17:47:40 using GIT_SSH to set credentials jenkins 17:47:40 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/35/12435/2 # timeout=10 17:47:41 > git rev-parse 0f9cc867fae17fa355cba5477251c5e33c1d15c0^{commit} # timeout=10 17:47:41 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 17:47:41 Checking out Revision 0f9cc867fae17fa355cba5477251c5e33c1d15c0 (refs/changes/35/12435/2) 17:47:41 > git config core.sparsecheckout # timeout=10 17:47:41 > git checkout -f 0f9cc867fae17fa355cba5477251c5e33c1d15c0 # timeout=10 17:47:44 Commit message: "NONRTRIC-946: Make GET for GetApfIdServiceApis stateless" 17:47:44 > git rev-parse FETCH_HEAD^{commit} # timeout=10 17:47:44 > git rev-list --no-walk a1ad27aad62ac843bb2d8a6e843c2e388c2e055d # timeout=10 17:47:44 provisioning config files... 17:47:44 copy managed file [npmrc] to file:/home/jenkins/.npmrc 17:47:44 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 17:47:44 [EnvInject] - Injecting environment variables from a build step. 17:47:44 [EnvInject] - Injecting as environment variables the properties content 17:47:44 GO_ROOT=capifcore 17:47:44 17:47:44 [EnvInject] - Variables injected successfully. 17:47:44 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins13701480185250842912.sh 17:47:44 + echo '--> go-test.sh' 17:47:44 --> go-test.sh 17:47:44 + go version 17:47:44 go version go1.19 linux/amd64 17:47:44 + cd capifcore 17:47:44 + go mod tidy 17:47:44 go: downloading github.com/deepmap/oapi-codegen v1.11.0 17:47:44 go: downloading github.com/getkin/kin-openapi v0.106.0 17:47:44 go: downloading github.com/labstack/echo/v4 v4.10.2 17:47:45 go: downloading gopkg.in/yaml.v2 v2.4.0 17:47:45 go: downloading github.com/stretchr/testify v1.8.1 17:47:45 go: downloading github.com/sirupsen/logrus v1.9.0 17:47:45 go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed 17:47:45 go: downloading helm.sh/helm/v3 v3.9.0 17:47:45 go: downloading k8s.io/cli-runtime v0.25.3-rc.0 17:47:45 go: downloading k8s.io/client-go v0.25.3-rc.0 17:47:45 go: downloading github.com/google/uuid v1.3.0 17:47:48 go: downloading github.com/labstack/gommon v0.4.0 17:47:48 go: downloading golang.org/x/crypto v0.8.0 17:47:48 go: downloading golang.org/x/net v0.9.0 17:47:48 go: downloading github.com/go-openapi/jsonpointer v0.19.6 17:47:48 go: downloading github.com/invopop/yaml v0.1.0 17:47:48 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 17:47:48 go: downloading gopkg.in/yaml.v3 v3.0.1 17:47:48 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 17:47:48 go: downloading github.com/valyala/fasttemplate v1.2.2 17:47:48 go: downloading golang.org/x/time v0.3.0 17:47:49 go: downloading github.com/davecgh/go-spew v1.1.1 17:47:49 go: downloading github.com/pmezard/go-difflib v1.0.0 17:47:49 go: downloading golang.org/x/sys v0.7.0 17:47:49 go: downloading github.com/mitchellh/copystructure v1.2.0 17:47:50 go: downloading github.com/spf13/pflag v1.0.5 17:47:50 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible 17:47:50 go: downloading github.com/pkg/errors v0.9.1 17:47:50 go: downloading k8s.io/api v0.25.3-rc.0 17:47:50 go: downloading k8s.io/apiextensions-apiserver v0.25.2 17:47:50 go: downloading k8s.io/apimachinery v0.25.3-rc.0 17:47:51 go: downloading k8s.io/kubectl v0.25.2 17:47:51 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 17:47:51 go: downloading github.com/Masterminds/semver/v3 v3.1.1 17:47:51 go: downloading sigs.k8s.io/yaml v1.3.0 17:47:51 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 17:47:51 go: downloading github.com/gosuri/uitable v0.0.4 17:47:51 go: downloading golang.org/x/term v0.7.0 17:47:51 go: downloading github.com/stretchr/objx v0.5.0 17:47:51 go: downloading github.com/spf13/cobra v1.5.0 17:47:51 go: downloading k8s.io/klog/v2 v2.70.1 17:47:51 go: downloading github.com/google/go-cmp v0.5.8 17:47:51 go: downloading github.com/google/gofuzz v1.2.0 17:47:51 go: downloading github.com/mattn/go-colorable v0.1.13 17:47:51 go: downloading github.com/mattn/go-isatty v0.0.18 17:47:51 go: downloading github.com/go-openapi/swag v0.22.3 17:47:51 go: downloading github.com/gorilla/mux v1.8.0 17:47:51 go: downloading github.com/valyala/bytebufferpool v1.0.0 17:47:52 go: downloading github.com/mitchellh/reflectwalk v1.0.2 17:47:52 go: downloading github.com/gogo/protobuf v1.3.2 17:47:52 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 17:47:52 go: downloading github.com/golang/protobuf v1.5.2 17:47:52 go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 17:47:52 go: downloading github.com/google/gnostic v0.5.7-v3refs 17:47:52 go: downloading golang.org/x/text v0.9.0 17:47:52 go: downloading google.golang.org/protobuf v1.28.0 17:47:52 go: downloading sigs.k8s.io/kustomize/api v0.12.1 17:47:52 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 17:47:52 go: downloading github.com/imdario/mergo v0.3.12 17:47:52 go: downloading github.com/kr/pretty v0.3.0 17:47:52 go: downloading github.com/containerd/containerd v1.6.6 17:47:52 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 17:47:53 go: downloading oras.land/oras-go v1.1.1 17:47:53 go: downloading github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 17:47:53 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 17:47:53 go: downloading github.com/Masterminds/goutils v1.1.1 17:47:53 go: downloading github.com/huandu/xstrings v1.3.2 17:47:53 go: downloading github.com/shopspring/decimal v1.2.0 17:47:53 go: downloading github.com/spf13/cast v1.4.1 17:47:53 go: downloading github.com/fatih/color v1.13.0 17:47:53 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 17:47:53 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 17:47:53 go: downloading github.com/BurntSushi/toml v1.1.0 17:47:53 go: downloading github.com/gobwas/glob v0.2.3 17:47:53 go: downloading github.com/Masterminds/squirrel v1.5.3 17:47:53 go: downloading github.com/jmoiron/sqlx v1.3.5 17:47:53 go: downloading github.com/lib/pq v1.10.6 17:47:53 go: downloading github.com/rubenv/sql-migrate v1.1.2 17:47:53 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 17:47:53 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 17:47:53 go: downloading k8s.io/component-base v0.25.2 17:47:53 go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 17:47:53 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 17:47:53 go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 17:47:53 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible 17:47:53 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 17:47:53 go: downloading github.com/inconshreveable/mousetrap v1.0.0 17:47:53 go: downloading github.com/go-logr/logr v1.2.3 17:47:53 go: downloading github.com/mailru/easyjson v0.7.7 17:47:53 go: downloading gopkg.in/inf.v0 v0.9.1 17:47:53 go: downloading github.com/json-iterator/go v1.1.12 17:47:53 go: downloading github.com/onsi/ginkgo/v2 v2.1.6 17:47:53 go: downloading github.com/onsi/gomega v1.20.1 17:47:53 go: downloading github.com/kr/text v0.2.0 17:47:53 go: downloading github.com/rogpeppe/go-internal v1.8.0 17:47:53 go: downloading github.com/opencontainers/go-digest v1.0.0 17:47:53 go: downloading github.com/docker/cli v20.10.17+incompatible 17:47:53 go: downloading github.com/onsi/ginkgo v1.16.4 17:47:54 go: downloading github.com/docker/docker v20.10.17+incompatible 17:47:54 go: downloading golang.org/x/sync v0.1.0 17:47:54 go: downloading google.golang.org/grpc v1.47.0 17:47:54 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d 17:47:54 go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0 17:47:54 go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd 17:47:54 go: downloading github.com/docker/go-metrics v0.0.1 17:47:54 go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 17:47:54 go: downloading github.com/gorilla/handlers v1.5.1 17:47:54 go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 17:47:54 go: downloading github.com/mattn/go-runewidth v0.0.9 17:47:54 go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 17:47:54 go: downloading k8s.io/apiserver v0.25.2 17:47:54 go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 17:47:54 go: downloading github.com/go-sql-driver/mysql v1.6.0 17:47:54 go: downloading github.com/mattn/go-sqlite3 v1.14.6 17:47:54 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 17:47:54 go: downloading github.com/chai2010/gettext-go v1.0.2 17:47:54 go: downloading github.com/MakeNowJust/heredoc v1.0.0 17:47:54 go: downloading github.com/mitchellh/go-wordwrap v1.0.0 17:47:54 go: downloading github.com/russross/blackfriday v1.5.2 17:47:54 go: downloading github.com/go-gorp/gorp/v3 v3.0.2 17:47:54 go: downloading github.com/gobuffalo/packr/v2 v2.8.3 17:47:54 go: downloading github.com/google/btree v1.0.1 17:47:54 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 17:47:54 go: downloading github.com/josharian/intern v1.0.0 17:47:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:47:54 go: downloading github.com/modern-go/reflect2 v1.0.2 17:47:54 go: downloading github.com/go-errors/errors v1.0.1 17:47:54 go: downloading github.com/moby/locker v1.0.1 17:47:54 go: downloading gotest.tools/v3 v3.0.3 17:47:54 go: downloading github.com/docker/docker-credential-helpers v0.6.4 17:47:54 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 17:47:54 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 17:47:54 go: downloading github.com/gomodule/redigo v1.8.2 17:47:54 go: downloading github.com/prometheus/client_golang v1.12.1 17:47:55 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 17:47:55 go: downloading github.com/felixge/httpsnoop v1.0.1 17:47:55 go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 17:47:55 go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f 17:47:55 go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 17:47:55 go: downloading github.com/docker/go-connections v0.4.0 17:47:55 go: downloading github.com/docker/go-units v0.4.0 17:47:55 go: downloading github.com/docker/distribution v2.8.1+incompatible 17:47:55 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 17:47:55 go: downloading github.com/go-openapi/jsonreference v0.20.2 17:47:55 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 17:47:55 go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 17:47:55 go: downloading github.com/ziutek/mymysql v1.5.4 17:47:55 go: downloading github.com/gobuffalo/packd v1.0.1 17:47:55 go: downloading github.com/markbates/oncer v1.0.0 17:47:55 go: downloading github.com/markbates/safe v1.0.1 17:47:55 go: downloading github.com/emicklei/go-restful/v3 v3.8.0 17:47:55 go: downloading google.golang.org/appengine v1.6.7 17:47:55 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 17:47:55 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 17:47:55 go: downloading github.com/xlab/treeprint v1.1.0 17:47:55 go: downloading github.com/klauspost/compress v1.13.6 17:47:55 go: downloading github.com/beorn7/perks v1.0.1 17:47:55 go: downloading github.com/cespare/xxhash/v2 v2.1.2 17:47:55 go: downloading github.com/prometheus/client_model v0.2.0 17:47:55 go: downloading github.com/prometheus/common v0.32.1 17:47:55 go: downloading github.com/prometheus/procfs v0.7.3 17:47:56 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b 17:47:56 go: downloading github.com/morikuni/aec v1.0.0 17:47:56 go: downloading github.com/creack/pty v1.1.11 17:47:56 go: downloading github.com/karrick/godirwalk v1.16.1 17:47:56 go: downloading github.com/markbates/errx v1.1.0 17:47:56 go: downloading github.com/gobuffalo/logger v1.0.6 17:47:56 go: downloading github.com/Microsoft/hcsshim v0.9.3 17:47:56 go: downloading github.com/moby/sys/mountinfo v0.5.0 17:47:56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 17:47:56 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 17:47:56 go: downloading github.com/moby/spdystream v0.2.0 17:47:56 go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 17:47:56 go: downloading github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 17:47:56 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 17:47:56 go: downloading github.com/sergi/go-diff v1.1.0 17:47:56 go: downloading github.com/Microsoft/go-winio v0.5.1 17:47:56 go: downloading go.opencensus.io v0.23.0 17:47:56 go: downloading github.com/containerd/cgroups v1.0.3 17:47:56 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 17:47:56 + go test ./... 17:48:47 ok oransc.org/nonrtric/capifcore 1.908s 17:48:47 ? oransc.org/nonrtric/capifcore/internal/accesscontrolpolicyapi [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/aefsecurityapi [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/auditingapi [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/common [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/common29122 [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/common29571 [no test files] 17:48:47 ? oransc.org/nonrtric/capifcore/internal/config [no test files] 17:48:48 ok oransc.org/nonrtric/capifcore/internal/discoverservice 0.601s 17:48:48 ? oransc.org/nonrtric/capifcore/internal/discoverserviceapi [no test files] 17:48:48 ok oransc.org/nonrtric/capifcore/internal/eventsapi 0.019s 17:48:48 ok oransc.org/nonrtric/capifcore/internal/eventservice 0.350s 17:48:48 ? oransc.org/nonrtric/capifcore/internal/gentools/commoncollector [no test files] 17:48:48 ? oransc.org/nonrtric/capifcore/internal/gentools/enumfixer [no test files] 17:48:48 ? oransc.org/nonrtric/capifcore/internal/gentools/specificationfixer [no test files] 17:48:48 ok oransc.org/nonrtric/capifcore/internal/helmmanagement 0.034s 17:48:48 ? oransc.org/nonrtric/capifcore/internal/helmmanagement/mocks [no test files] 17:48:49 ok oransc.org/nonrtric/capifcore/internal/invokermanagement 0.301s 17:48:49 ? oransc.org/nonrtric/capifcore/internal/invokermanagement/mocks [no test files] 17:48:49 ok oransc.org/nonrtric/capifcore/internal/invokermanagementapi 0.005s 17:48:49 ? oransc.org/nonrtric/capifcore/internal/keycloak [no test files] 17:48:49 ? oransc.org/nonrtric/capifcore/internal/keycloak/mocks [no test files] 17:48:49 ? oransc.org/nonrtric/capifcore/internal/loggingapi [no test files] 17:48:49 ok oransc.org/nonrtric/capifcore/internal/providermanagement 0.448s 17:48:49 ? oransc.org/nonrtric/capifcore/internal/providermanagement/mocks [no test files] 17:48:49 ok oransc.org/nonrtric/capifcore/internal/providermanagementapi 0.018s 17:48:52 ok oransc.org/nonrtric/capifcore/internal/publishservice 0.401s 17:48:52 ? oransc.org/nonrtric/capifcore/internal/publishservice/mocks [no test files] 17:48:52 ok oransc.org/nonrtric/capifcore/internal/publishserviceapi 0.033s 17:48:52 ok oransc.org/nonrtric/capifcore/internal/restclient 0.015s 17:48:52 ? oransc.org/nonrtric/capifcore/internal/restclient/mocks [no test files] 17:48:52 ? oransc.org/nonrtric/capifcore/internal/routinginfoapi [no test files] 17:48:52 ok oransc.org/nonrtric/capifcore/internal/securityapi 0.037s 17:48:53 ok oransc.org/nonrtric/capifcore/internal/securityservice 0.965s 17:48:53 + echo '--> go-test.sh ends' 17:48:53 --> go-test.sh ends 17:48:53 $ ssh-agent -k 17:48:53 unset SSH_AUTH_SOCK; 17:48:53 unset SSH_AGENT_PID; 17:48:53 echo Agent pid 2129 killed; 17:48:53 [ssh-agent] Stopped. 17:48:53 [PostBuildScript] - [INFO] Executing post build scripts. 17:48:53 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins11808850952180209998.sh 17:48:53 ---> sysstat.sh 17:48:54 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins15140533784033539305.sh 17:48:54 ---> package-listing.sh 17:48:54 ++ facter osfamily 17:48:54 ++ tr '[:upper:]' '[:lower:]' 17:48:54 + OS_FAMILY=debian 17:48:54 + workspace=/w/workspace/nonrtric-plt-sme-capifcore-go-verify-master 17:48:54 + START_PACKAGES=/tmp/packages_start.txt 17:48:54 + END_PACKAGES=/tmp/packages_end.txt 17:48:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:48:54 + PACKAGES=/tmp/packages_start.txt 17:48:54 + '[' /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master ']' 17:48:54 + PACKAGES=/tmp/packages_end.txt 17:48:54 + case "${OS_FAMILY}" in 17:48:54 + dpkg -l 17:48:54 + grep '^ii' 17:48:54 + '[' -f /tmp/packages_start.txt ']' 17:48:54 + '[' -f /tmp/packages_end.txt ']' 17:48:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:48:54 + '[' /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master ']' 17:48:54 + mkdir -p /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/archives/ 17:48:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/archives/ 17:48:54 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins16848847793511431891.sh 17:48:54 ---> capture-instance-metadata.sh 17:48:54 Setup pyenv: 17:48:54 * system (set by /opt/pyenv/version) 17:48:54 * 3.8.13 (set by /opt/pyenv/version) 17:48:54 * 3.9.13 (set by /opt/pyenv/version) 17:48:54 * 3.10.6 (set by /opt/pyenv/version) 17:48:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8IxC 17:48:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 17:49:02 lf-activate-venv(): INFO: Installing: lftools 17:49:39 lf-activate-venv(): INFO: Adding /tmp/venv-8IxC/bin to PATH 17:49:39 INFO: Running in OpenStack, capturing instance metadata 17:49:39 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins9635485134392996923.sh 17:49:39 provisioning config files... 17:49:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-capifcore-go-verify-master@tmp/config13504702210943875959tmp 17:49:39 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 17:49:39 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 17:49:39 [EnvInject] - Injecting environment variables from a build step. 17:49:39 [EnvInject] - Injecting as environment variables the properties content 17:49:39 SERVER_ID=logs 17:49:39 17:49:39 [EnvInject] - Variables injected successfully. 17:49:39 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins6718327717125856778.sh 17:49:39 ---> create-netrc.sh 17:49:39 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins16287726241533435782.sh 17:49:39 ---> python-tools-install.sh 17:49:39 Setup pyenv: 17:49:39 system 17:49:39 3.8.13 17:49:39 3.9.13 17:49:39 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 17:49:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8IxC from file:/tmp/.os_lf_venv 17:49:41 lf-activate-venv(): INFO: Installing: lftools 17:49:52 lf-activate-venv(): INFO: Adding /tmp/venv-8IxC/bin to PATH 17:49:52 Generating Requirements File 17:50:26 Python 3.10.6 17:50:26 pip 23.3.2 from /tmp/venv-8IxC/lib/python3.10/site-packages/pip (python 3.10) 17:50:27 appdirs==1.4.4 17:50:27 argcomplete==3.2.1 17:50:27 aspy.yaml==1.3.0 17:50:27 attrs==23.2.0 17:50:27 autopage==0.5.2 17:50:27 beautifulsoup4==4.12.2 17:50:27 boto3==1.34.19 17:50:27 botocore==1.34.19 17:50:27 bs4==0.0.1 17:50:27 cachetools==5.3.2 17:50:27 certifi==2023.11.17 17:50:27 cffi==1.16.0 17:50:27 cfgv==3.4.0 17:50:27 chardet==5.2.0 17:50:27 charset-normalizer==3.3.2 17:50:27 click==8.1.7 17:50:27 cliff==4.5.0 17:50:27 cmd2==2.4.3 17:50:27 cryptography==3.3.2 17:50:27 debtcollector==2.5.0 17:50:27 decorator==5.1.1 17:50:27 defusedxml==0.7.1 17:50:27 Deprecated==1.2.14 17:50:27 distlib==0.3.8 17:50:27 dnspython==2.4.2 17:50:27 docker==4.2.2 17:50:27 dogpile.cache==1.3.0 17:50:27 email-validator==2.1.0.post1 17:50:27 filelock==3.13.1 17:50:27 future==0.18.3 17:50:27 gitdb==4.0.11 17:50:27 GitPython==3.1.41 17:50:27 google-auth==2.26.2 17:50:27 httplib2==0.22.0 17:50:27 identify==2.5.33 17:50:27 idna==3.6 17:50:27 importlib-resources==1.5.0 17:50:27 iso8601==2.1.0 17:50:27 Jinja2==3.1.3 17:50:27 jmespath==1.0.1 17:50:27 jsonpatch==1.33 17:50:27 jsonpointer==2.4 17:50:27 jsonschema==4.20.0 17:50:27 jsonschema-specifications==2023.12.1 17:50:27 keystoneauth1==5.5.0 17:50:27 kubernetes==29.0.0 17:50:27 lftools==0.37.8 17:50:27 lxml==5.1.0 17:50:27 MarkupSafe==2.1.3 17:50:27 msgpack==1.0.7 17:50:27 multi_key_dict==2.0.3 17:50:27 munch==4.0.0 17:50:27 netaddr==0.10.1 17:50:27 netifaces==0.11.0 17:50:27 niet==1.4.2 17:50:27 nodeenv==1.8.0 17:50:27 oauth2client==4.1.3 17:50:27 oauthlib==3.2.2 17:50:27 openstacksdk==0.62.0 17:50:27 os-client-config==2.1.0 17:50:27 os-service-types==1.7.0 17:50:27 osc-lib==3.0.0 17:50:27 oslo.config==9.3.0 17:50:27 oslo.context==5.3.0 17:50:27 oslo.i18n==6.2.0 17:50:27 oslo.log==5.4.0 17:50:27 oslo.serialization==5.3.0 17:50:27 oslo.utils==6.3.0 17:50:27 packaging==23.2 17:50:27 pbr==6.0.0 17:50:27 platformdirs==4.1.0 17:50:27 prettytable==3.9.0 17:50:27 pyasn1==0.5.1 17:50:27 pyasn1-modules==0.3.0 17:50:27 pycparser==2.21 17:50:27 pygerrit2==2.0.15 17:50:27 PyGithub==2.1.1 17:50:27 pyinotify==0.9.6 17:50:27 PyJWT==2.8.0 17:50:27 PyNaCl==1.5.0 17:50:27 pyparsing==2.4.7 17:50:27 pyperclip==1.8.2 17:50:27 pyrsistent==0.20.0 17:50:27 python-cinderclient==9.4.0 17:50:27 python-dateutil==2.8.2 17:50:27 python-heatclient==3.4.0 17:50:27 python-jenkins==1.8.2 17:50:27 python-keystoneclient==5.3.0 17:50:27 python-magnumclient==4.3.0 17:50:27 python-novaclient==18.4.0 17:50:27 python-openstackclient==6.0.0 17:50:27 python-swiftclient==4.4.0 17:50:27 pytz==2023.3.post1 17:50:27 PyYAML==6.0.1 17:50:27 referencing==0.32.1 17:50:27 requests==2.31.0 17:50:27 requests-oauthlib==1.3.1 17:50:27 requestsexceptions==1.4.0 17:50:27 rfc3986==2.0.0 17:50:27 rpds-py==0.17.1 17:50:27 rsa==4.9 17:50:27 ruamel.yaml==0.18.5 17:50:27 ruamel.yaml.clib==0.2.8 17:50:27 s3transfer==0.10.0 17:50:27 simplejson==3.19.2 17:50:27 six==1.16.0 17:50:27 smmap==5.0.1 17:50:27 soupsieve==2.5 17:50:27 stevedore==5.1.0 17:50:27 tabulate==0.9.0 17:50:27 toml==0.10.2 17:50:27 tomlkit==0.12.3 17:50:27 tqdm==4.66.1 17:50:27 typing_extensions==4.9.0 17:50:27 tzdata==2023.4 17:50:27 urllib3==1.26.18 17:50:27 virtualenv==20.25.0 17:50:27 wcwidth==0.2.13 17:50:27 websocket-client==1.7.0 17:50:27 wrapt==1.16.0 17:50:27 xdg==6.0.0 17:50:27 xmltodict==0.13.0 17:50:27 yq==3.2.3 17:50:27 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins18036487240900456246.sh 17:50:27 ---> sudo-logs.sh 17:50:27 Archiving 'sudo' log.. 17:50:27 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash /tmp/jenkins1691336224386851850.sh 17:50:27 ---> job-cost.sh 17:50:27 Setup pyenv: 17:50:27 system 17:50:27 3.8.13 17:50:27 3.9.13 17:50:27 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 17:50:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8IxC from file:/tmp/.os_lf_venv 17:50:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:50:38 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. 17:50:38 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 17:50:38 lf-activate-venv(): INFO: Adding /tmp/venv-8IxC/bin to PATH 17:50:38 INFO: No Stack... 17:50:39 INFO: Retrieving Pricing Info for: v2-highcpu-4 17:50:39 INFO: Archiving Costs 17:50:39 [nonrtric-plt-sme-capifcore-go-verify-master] $ /bin/bash -l /tmp/jenkins9137014103255223917.sh 17:50:39 ---> logs-deploy.sh 17:50:39 Setup pyenv: 17:50:39 system 17:50:39 3.8.13 17:50:39 3.9.13 17:50:39 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-capifcore-go-verify-master/.python-version) 17:50:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8IxC from file:/tmp/.os_lf_venv 17:50:41 lf-activate-venv(): INFO: Installing: lftools 17:50:54 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. 17:50:54 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 17:50:55 lf-activate-venv(): INFO: Adding /tmp/venv-8IxC/bin to PATH 17:50:55 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-capifcore-go-verify-master/135 17:50:55 INFO: archiving workspace using pattern(s): 17:50:56 Archives upload complete. 17:50:56 INFO: archiving logs to Nexus 17:50:57 ---> uname -a: 17:50:57 Linux prd-ubuntu1804-docker-4c-4g-3816 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 17:50:57 17:50:57 17:50:57 ---> lscpu: 17:50:57 Architecture: x86_64 17:50:57 CPU op-mode(s): 32-bit, 64-bit 17:50:57 Byte Order: Little Endian 17:50:57 CPU(s): 4 17:50:57 On-line CPU(s) list: 0-3 17:50:57 Thread(s) per core: 1 17:50:57 Core(s) per socket: 1 17:50:57 Socket(s): 4 17:50:57 NUMA node(s): 1 17:50:57 Vendor ID: AuthenticAMD 17:50:57 CPU family: 23 17:50:57 Model: 49 17:50:57 Model name: AMD EPYC-Rome Processor 17:50:57 Stepping: 0 17:50:57 CPU MHz: 2800.022 17:50:57 BogoMIPS: 5600.04 17:50:57 Virtualization: AMD-V 17:50:57 Hypervisor vendor: KVM 17:50:57 Virtualization type: full 17:50:57 L1d cache: 32K 17:50:57 L1i cache: 32K 17:50:57 L2 cache: 512K 17:50:57 L3 cache: 16384K 17:50:57 NUMA node0 CPU(s): 0-3 17:50:57 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 17:50:57 17:50:57 17:50:57 ---> nproc: 17:50:57 4 17:50:57 17:50:57 17:50:57 ---> df -h: 17:50:57 Filesystem Size Used Avail Use% Mounted on 17:50:57 udev 2.0G 0 2.0G 0% /dev 17:50:57 tmpfs 395M 688K 394M 1% /run 17:50:57 /dev/vda1 20G 11G 9.2G 53% / 17:50:57 tmpfs 2.0G 0 2.0G 0% /dev/shm 17:50:57 tmpfs 5.0M 0 5.0M 0% /run/lock 17:50:57 tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup 17:50:57 /dev/vda15 105M 4.4M 100M 5% /boot/efi 17:50:57 tmpfs 395M 0 395M 0% /run/user/1001 17:50:57 17:50:57 17:50:57 ---> free -m: 17:50:57 total used free shared buff/cache available 17:50:57 Mem: 3944 451 1295 0 2196 3221 17:50:57 Swap: 1023 0 1023 17:50:57 17:50:57 17:50:57 ---> ip addr: 17:50:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:50:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:50:57 inet 127.0.0.1/8 scope host lo 17:50:57 valid_lft forever preferred_lft forever 17:50:57 inet6 ::1/128 scope host 17:50:57 valid_lft forever preferred_lft forever 17:50:57 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 17:50:57 link/ether fa:16:3e:aa:08:65 brd ff:ff:ff:ff:ff:ff 17:50:57 inet 10.32.6.209/23 brd 10.32.7.255 scope global dynamic ens3 17:50:57 valid_lft 86164sec preferred_lft 86164sec 17:50:57 inet6 fe80::f816:3eff:feaa:865/64 scope link 17:50:57 valid_lft forever preferred_lft forever 17:50:57 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 17:50:57 link/ether 02:42:c8:bb:b2:38 brd ff:ff:ff:ff:ff:ff 17:50:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:50:57 valid_lft forever preferred_lft forever 17:50:57 17:50:57 17:50:57 ---> sar -b -r -n DEV: 17:50:57 Linux 4.15.0-194-generic (prd-ubuntu1804-docker-4c-4g-3816) 01/15/24 _x86_64_ (4 CPU) 17:50:57 17:50:57 17:47:03 LINUX RESTART (4 CPU) 17:50:57 17:50:57 17:48:01 tps rtps wtps bread/s bwrtn/s 17:50:57 17:49:01 154.87 79.41 75.46 4431.92 38055.64 17:50:57 17:50:01 60.36 9.80 50.56 273.02 5298.45 17:50:57 Average: 107.62 44.61 63.01 2352.82 21679.77 17:50:57 17:50:57 17:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:50:57 17:49:01 1661780 3331952 2376876 58.85 75244 1732948 867508 17.05 590464 1569520 51940 17:50:57 17:50:01 1457764 3319376 2580892 63.90 92612 1906060 880048 17.30 629008 1733156 146120 17:50:57 Average: 1559772 3325664 2478884 61.38 83928 1819504 873778 17.18 609736 1651338 99030 17:50:57 17:50:57 17:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:50:57 17:49:01 lo 0.30 0.30 0.04 0.04 0.00 0.00 0.00 0.00 17:50:57 17:49:01 ens3 11.46 9.65 109.51 2.52 0.00 0.00 0.00 0.00 17:50:57 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:57 17:50:01 lo 1.07 1.07 0.09 0.09 0.00 0.00 0.00 0.00 17:50:57 17:50:01 ens3 62.12 57.09 710.84 8.28 0.00 0.00 0.00 0.00 17:50:57 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:57 Average: lo 0.68 0.68 0.07 0.07 0.00 0.00 0.00 0.00 17:50:57 Average: ens3 36.79 33.36 410.13 5.40 0.00 0.00 0.00 0.00 17:50:57 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:57 17:50:57 17:50:57 ---> sar -P ALL: 17:50:57 Linux 4.15.0-194-generic (prd-ubuntu1804-docker-4c-4g-3816) 01/15/24 _x86_64_ (4 CPU) 17:50:57 17:50:57 17:47:03 LINUX RESTART (4 CPU) 17:50:57 17:50:57 17:48:01 CPU %user %nice %system %iowait %steal %idle 17:50:57 17:49:01 all 71.32 0.00 8.60 1.25 0.09 18.73 17:50:57 17:49:01 0 77.19 0.00 9.41 1.57 0.10 11.73 17:50:57 17:49:01 1 69.75 0.00 8.57 1.25 0.08 20.35 17:50:57 17:49:01 2 68.84 0.00 8.54 1.12 0.08 21.42 17:50:57 17:49:01 3 69.49 0.00 7.93 1.05 0.10 21.43 17:50:57 17:50:01 all 18.37 0.00 1.15 2.01 0.04 78.43 17:50:57 17:50:01 0 25.49 0.00 1.13 1.15 0.05 72.17 17:50:57 17:50:01 1 2.48 0.00 0.55 5.68 0.02 91.27 17:50:57 17:50:01 2 20.25 0.00 1.07 0.84 0.07 77.77 17:50:57 17:50:01 3 25.30 0.00 1.84 0.35 0.03 72.47 17:50:57 Average: all 44.70 0.00 4.86 1.63 0.07 48.75 17:50:57 Average: 0 51.20 0.00 5.25 1.36 0.08 42.12 17:50:57 Average: 1 35.91 0.00 4.54 3.48 0.05 56.02 17:50:57 Average: 2 44.41 0.00 4.78 0.97 0.08 49.76 17:50:57 Average: 3 47.28 0.00 4.87 0.70 0.07 47.08 17:50:57 17:50:57 17:50:57