10:11:35 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/15127 10:11:35 Running as SYSTEM 10:11:35 [EnvInject] - Loading node environment variables. 10:11:35 Building remotely on prd-ubuntu1804-docker-4c-4g-5903 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 10:11:35 [ssh-agent] Looking for ssh-agent implementation... 10:11:35 $ ssh-agent 10:11:36 SSH_AUTH_SOCK=/tmp/ssh-Pe2lNeM5pIm5/agent.2076 10:11:36 SSH_AGENT_PID=2078 10:11:36 [ssh-agent] Started. 10:11:36 Running ssh-add (command line suppressed) 10:11:36 Identity added: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/private_key_2126977787310830318.key (jenkins-ssh) 10:11:36 [ssh-agent] Using credentials jenkins (jenkins) 10:11:36 The recommended git tool is: NONE 10:11:39 using credential jenkins 10:11:39 Wiping out workspace first. 10:11:39 Cloning the remote Git repository 10:11:39 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:11:39 > git init /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master # timeout=10 10:11:39 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:11:39 > git --version # timeout=10 10:11:39 > git --version # 'git version 2.17.1' 10:11:39 using GIT_SSH to set credentials jenkins 10:11:39 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:41 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 10:11:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:41 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 10:11:41 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 10:11:41 using GIT_SSH to set credentials jenkins 10:11:41 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/27/15127/3 # timeout=10 10:11:42 > git rev-parse b2529776fb93f68918a1f7d2f6782be6ffc6d658^{commit} # timeout=10 10:11:42 Checking out Revision b2529776fb93f68918a1f7d2f6782be6ffc6d658 (refs/changes/27/15127/3) 10:11:42 > git config core.sparsecheckout # timeout=10 10:11:42 > git checkout -f b2529776fb93f68918a1f7d2f6782be6ffc6d658 # timeout=10 10:11:46 Commit message: "CVE Tags added" 10:11:46 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:11:46 > git rev-list --no-walk 25e10f943b3d309aa1e6c57571e4118484e6e742 # timeout=10 10:11:46 provisioning config files... 10:11:47 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:11:47 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:11:47 [EnvInject] - Injecting environment variables from a build step. 10:11:47 [EnvInject] - Injecting as environment variables the properties content 10:11:47 GO_ROOT=servicemanager 10:11:47 10:11:47 [EnvInject] - Variables injected successfully. 10:11:47 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins1762013214812877393.sh 10:11:47 + echo '--> go-test.sh' 10:11:47 --> go-test.sh 10:11:47 + go version 10:11:47 go version go1.19 linux/amd64 10:11:47 + cd servicemanager 10:11:47 + go mod tidy 10:11:47 go: downloading github.com/deepmap/oapi-codegen v1.11.0 10:11:47 go: downloading github.com/getkin/kin-openapi v0.106.0 10:11:47 go: downloading github.com/labstack/echo/v4 v4.10.2 10:11:47 go: downloading github.com/sirupsen/logrus v1.9.3 10:11:47 go: downloading github.com/stretchr/testify v1.8.1 10:11:47 go: downloading github.com/joho/godotenv v1.5.1 10:11:47 go: downloading github.com/go-resty/resty/v2 v2.10.0 10:11:48 go: downloading github.com/google/uuid v1.3.0 10:11:50 go: downloading github.com/labstack/gommon v0.4.0 10:11:50 go: downloading golang.org/x/crypto v0.14.0 10:11:50 go: downloading golang.org/x/net v0.17.0 10:11:50 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 10:11:50 go: downloading github.com/valyala/fasttemplate v1.2.2 10:11:50 go: downloading golang.org/x/time v0.3.0 10:11:50 go: downloading golang.org/x/sys v0.13.0 10:11:51 go: downloading github.com/davecgh/go-spew v1.1.1 10:11:51 go: downloading github.com/pmezard/go-difflib v1.0.0 10:11:51 go: downloading gopkg.in/yaml.v3 v3.0.1 10:11:51 go: downloading github.com/go-openapi/jsonpointer v0.19.6 10:11:51 go: downloading github.com/invopop/yaml v0.1.0 10:11:51 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 10:11:52 go: downloading github.com/mattn/go-colorable v0.1.13 10:11:52 go: downloading github.com/mattn/go-isatty v0.0.18 10:11:52 go: downloading github.com/valyala/bytebufferpool v1.0.0 10:11:52 go: downloading github.com/gorilla/mux v1.8.0 10:11:52 go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed 10:11:52 go: downloading gopkg.in/yaml.v2 v2.4.0 10:11:52 go: downloading helm.sh/helm/v3 v3.9.0 10:11:53 go: downloading k8s.io/client-go v0.25.3-rc.0 10:11:53 go: downloading k8s.io/cli-runtime v0.25.3-rc.0 10:11:53 go: downloading github.com/mitchellh/copystructure v1.2.0 10:11:53 go: downloading github.com/go-openapi/swag v0.22.3 10:11:54 go: downloading golang.org/x/text v0.13.0 10:11:54 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 10:11:54 go: downloading github.com/pkg/errors v0.9.1 10:11:54 go: downloading github.com/Masterminds/semver/v3 v3.1.1 10:11:54 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 10:11:54 go: downloading github.com/gosuri/uitable v0.0.4 10:11:54 go: downloading sigs.k8s.io/yaml v1.3.0 10:11:54 go: downloading github.com/spf13/pflag v1.0.5 10:11:54 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible 10:11:55 go: downloading k8s.io/api v0.25.3-rc.0 10:11:55 go: downloading k8s.io/apiextensions-apiserver v0.25.2 10:11:55 go: downloading k8s.io/apimachinery v0.25.3-rc.0 10:11:55 go: downloading k8s.io/kubectl v0.25.2 10:11:55 go: downloading golang.org/x/term v0.13.0 10:11:55 go: downloading github.com/stretchr/objx v0.5.0 10:11:55 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:11:55 go: downloading github.com/mailru/easyjson v0.7.7 10:11:56 go: downloading github.com/spf13/cobra v1.5.0 10:11:56 go: downloading k8s.io/klog/v2 v2.70.1 10:11:56 go: downloading github.com/google/go-cmp v0.5.8 10:11:56 go: downloading github.com/google/gofuzz v1.2.0 10:11:56 go: downloading github.com/kr/pretty v0.3.0 10:11:56 go: downloading github.com/Masterminds/goutils v1.1.1 10:11:56 go: downloading github.com/huandu/xstrings v1.3.2 10:11:56 go: downloading github.com/imdario/mergo v0.3.12 10:11:56 go: downloading github.com/shopspring/decimal v1.2.0 10:11:56 go: downloading github.com/spf13/cast v1.4.1 10:11:56 go: downloading github.com/fatih/color v1.13.0 10:11:56 go: downloading github.com/containerd/containerd v1.6.6 10:11:56 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 10:11:56 go: downloading oras.land/oras-go v1.1.1 10:11:56 go: downloading github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 10:11:56 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 10:11:56 go: downloading github.com/gogo/protobuf v1.3.2 10:11:56 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 10:11:56 go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 10:11:57 go: downloading github.com/google/gnostic v0.5.7-v3refs 10:11:57 go: downloading github.com/golang/protobuf v1.5.2 10:11:57 go: downloading sigs.k8s.io/kustomize/api v0.12.1 10:11:57 go: downloading google.golang.org/protobuf v1.28.0 10:11:57 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 10:11:57 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 10:11:57 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 10:11:57 go: downloading github.com/BurntSushi/toml v1.1.0 10:11:57 go: downloading github.com/gobwas/glob v0.2.3 10:11:57 go: downloading github.com/Masterminds/squirrel v1.5.3 10:11:57 go: downloading github.com/jmoiron/sqlx v1.3.5 10:11:57 go: downloading github.com/lib/pq v1.10.6 10:11:57 go: downloading github.com/rubenv/sql-migrate v1.1.2 10:11:57 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 10:11:57 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 10:11:57 go: downloading github.com/josharian/intern v1.0.0 10:11:57 go: downloading github.com/inconshreveable/mousetrap v1.0.0 10:11:57 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 10:11:57 go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 10:11:57 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible 10:11:57 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 10:11:57 go: downloading github.com/go-logr/logr v1.2.3 10:11:57 go: downloading k8s.io/component-base v0.25.2 10:11:57 go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 10:11:57 go: downloading github.com/kr/text v0.2.0 10:11:57 go: downloading github.com/rogpeppe/go-internal v1.8.0 10:11:57 go: downloading github.com/mattn/go-runewidth v0.0.9 10:11:57 go: downloading github.com/opencontainers/go-digest v1.0.0 10:11:57 go: downloading golang.org/x/sync v0.1.0 10:11:57 go: downloading github.com/docker/cli v20.10.17+incompatible 10:11:58 go: downloading github.com/docker/docker v20.10.17+incompatible 10:11:58 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d 10:11:58 go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0 10:11:58 go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd 10:11:58 go: downloading github.com/docker/go-metrics v0.0.1 10:11:58 go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 10:11:58 go: downloading github.com/gorilla/handlers v1.5.1 10:11:58 go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 10:11:58 go: downloading gopkg.in/inf.v0 v0.9.1 10:11:58 go: downloading google.golang.org/grpc v1.47.0 10:11:58 go: downloading github.com/json-iterator/go v1.1.12 10:11:58 go: downloading github.com/onsi/ginkgo/v2 v2.1.6 10:11:58 go: downloading github.com/onsi/gomega v1.20.1 10:11:58 go: downloading github.com/onsi/ginkgo v1.16.4 10:11:58 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 10:11:58 go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 10:11:58 go: downloading k8s.io/apiserver v0.25.2 10:11:58 go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 10:11:58 go: downloading github.com/go-sql-driver/mysql v1.6.0 10:11:58 go: downloading github.com/mattn/go-sqlite3 v1.14.6 10:11:59 go: downloading github.com/go-gorp/gorp/v3 v3.0.2 10:11:59 go: downloading github.com/gobuffalo/packr/v2 v2.8.3 10:11:59 go: downloading github.com/google/btree v1.0.1 10:11:59 go: downloading github.com/chai2010/gettext-go v1.0.2 10:11:59 go: downloading github.com/MakeNowJust/heredoc v1.0.0 10:11:59 go: downloading github.com/mitchellh/go-wordwrap v1.0.0 10:11:59 go: downloading github.com/russross/blackfriday v1.5.2 10:11:59 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 10:11:59 go: downloading gotest.tools/v3 v3.0.3 10:11:59 go: downloading github.com/moby/locker v1.0.1 10:11:59 go: downloading github.com/docker/docker-credential-helpers v0.6.4 10:11:59 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 10:11:59 go: downloading github.com/gomodule/redigo v1.8.2 10:11:59 go: downloading github.com/prometheus/client_golang v1.12.1 10:11:59 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 10:11:59 go: downloading github.com/felixge/httpsnoop v1.0.1 10:11:59 go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 10:11:59 go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f 10:11:59 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 10:11:59 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 10:11:59 go: downloading github.com/modern-go/reflect2 v1.0.2 10:11:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 10:11:59 go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 10:11:59 go: downloading github.com/docker/distribution v2.8.1+incompatible 10:11:59 go: downloading github.com/docker/go-connections v0.4.0 10:11:59 go: downloading github.com/go-errors/errors v1.0.1 10:11:59 go: downloading github.com/docker/go-units v0.4.0 10:11:59 go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 10:11:59 go: downloading github.com/ziutek/mymysql v1.5.4 10:11:59 go: downloading github.com/gobuffalo/packd v1.0.1 10:11:59 go: downloading github.com/markbates/oncer v1.0.0 10:11:59 go: downloading github.com/markbates/safe v1.0.1 10:11:59 go: downloading github.com/go-openapi/jsonreference v0.20.2 10:11:59 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 10:11:59 go: downloading github.com/emicklei/go-restful/v3 v3.8.0 10:11:59 go: downloading google.golang.org/appengine v1.6.7 10:11:59 go: downloading github.com/klauspost/compress v1.13.6 10:12:00 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b 10:12:00 go: downloading github.com/beorn7/perks v1.0.1 10:12:00 go: downloading github.com/cespare/xxhash/v2 v2.1.2 10:12:00 go: downloading github.com/prometheus/client_model v0.2.0 10:12:00 go: downloading github.com/prometheus/common v0.32.1 10:12:00 go: downloading github.com/prometheus/procfs v0.7.3 10:12:00 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 10:12:00 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 10:12:00 go: downloading github.com/xlab/treeprint v1.1.0 10:12:00 go: downloading github.com/morikuni/aec v1.0.0 10:12:00 go: downloading github.com/karrick/godirwalk v1.16.1 10:12:00 go: downloading github.com/markbates/errx v1.1.0 10:12:00 go: downloading github.com/gobuffalo/logger v1.0.6 10:12:00 go: downloading github.com/creack/pty v1.1.11 10:12:00 go: downloading github.com/Microsoft/hcsshim v0.9.3 10:12:00 go: downloading github.com/moby/sys/mountinfo v0.5.0 10:12:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 10:12:00 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 10:12:00 go: downloading github.com/moby/spdystream v0.2.0 10:12:00 go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 10:12:00 go: downloading github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 10:12:00 go: downloading github.com/Microsoft/go-winio v0.5.1 10:12:00 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 10:12:01 go: downloading github.com/sergi/go-diff v1.1.0 10:12:01 go: downloading go.opencensus.io v0.23.0 10:12:01 go: downloading github.com/containerd/cgroups v1.0.3 10:12:01 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 10:12:01 + go test ./... 10:13:34 ok oransc.org/nonrtric/servicemanager 2.098s 10:13:34 ? oransc.org/nonrtric/servicemanager/internal [no test files] 10:13:34 ? oransc.org/nonrtric/servicemanager/internal/common [no test files] 10:13:34 ? oransc.org/nonrtric/servicemanager/internal/common29122 [no test files] 10:13:34 ? oransc.org/nonrtric/servicemanager/internal/common29571 [no test files] 10:13:38 ok oransc.org/nonrtric/servicemanager/internal/discoverservice 1.351s 10:13:38 ? oransc.org/nonrtric/servicemanager/internal/discoverserviceapi [no test files] 10:13:38 ? oransc.org/nonrtric/servicemanager/internal/envreader [no test files] 10:13:38 ok oransc.org/nonrtric/servicemanager/internal/invokermanagement 1.320s 10:13:38 ? oransc.org/nonrtric/servicemanager/internal/invokermanagementapi [no test files] 10:13:38 ? oransc.org/nonrtric/servicemanager/internal/kongclear [no test files] 10:13:38 ok oransc.org/nonrtric/servicemanager/internal/providermanagement 0.833s 10:13:38 ? oransc.org/nonrtric/servicemanager/internal/providermanagementapi [no test files] 10:13:41 ok oransc.org/nonrtric/servicemanager/internal/publishservice 0.722s 10:13:41 ? oransc.org/nonrtric/servicemanager/internal/publishserviceapi [no test files] 10:13:41 ? oransc.org/nonrtric/servicemanager/mockkong [no test files] 10:13:41 + echo '--> go-test.sh ends' 10:13:41 --> go-test.sh ends 10:13:41 $ ssh-agent -k 10:13:41 unset SSH_AUTH_SOCK; 10:13:41 unset SSH_AGENT_PID; 10:13:41 echo Agent pid 2078 killed; 10:13:41 [ssh-agent] Stopped. 10:13:41 [PostBuildScript] - [INFO] Executing post build scripts. 10:13:41 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins13729985676520348454.sh 10:13:41 ---> sysstat.sh 10:13:42 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins17546369192972288984.sh 10:13:42 ---> package-listing.sh 10:13:42 ++ tr '[:upper:]' '[:lower:]' 10:13:42 ++ facter osfamily 10:13:42 + OS_FAMILY=debian 10:13:42 + workspace=/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 10:13:42 + START_PACKAGES=/tmp/packages_start.txt 10:13:42 + END_PACKAGES=/tmp/packages_end.txt 10:13:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:13:42 + PACKAGES=/tmp/packages_start.txt 10:13:42 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 10:13:42 + PACKAGES=/tmp/packages_end.txt 10:13:42 + case "${OS_FAMILY}" in 10:13:42 + dpkg -l 10:13:42 + grep '^ii' 10:13:42 + '[' -f /tmp/packages_start.txt ']' 10:13:42 + '[' -f /tmp/packages_end.txt ']' 10:13:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:13:42 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 10:13:42 + mkdir -p /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 10:13:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 10:13:42 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins261726051924694380.sh 10:13:42 ---> capture-instance-metadata.sh 10:13:42 Setup pyenv: 10:13:42 * system (set by /opt/pyenv/version) 10:13:42 * 3.8.13 (set by /opt/pyenv/version) 10:13:42 * 3.9.13 (set by /opt/pyenv/version) 10:13:42 * 3.10.6 (set by /opt/pyenv/version) 10:13:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-w9ld 10:13:50 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:13:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:13:50 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:45 lf-activate-venv(): INFO: Adding /tmp/venv-w9ld/bin to PATH 10:14:45 INFO: Running in OpenStack, capturing instance metadata 10:14:45 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins7526676798135524049.sh 10:14:45 provisioning config files... 10:14:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/config15008108142151886442tmp 10:14:45 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:14:45 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:14:45 [EnvInject] - Injecting environment variables from a build step. 10:14:45 [EnvInject] - Injecting as environment variables the properties content 10:14:45 SERVER_ID=logs 10:14:45 10:14:45 [EnvInject] - Variables injected successfully. 10:14:45 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins1693246942766963264.sh 10:14:45 ---> create-netrc.sh 10:14:45 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins10228047291185580777.sh 10:14:45 ---> python-tools-install.sh 10:14:45 Setup pyenv: 10:14:45 system 10:14:45 3.8.13 10:14:45 3.9.13 10:14:45 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 10:14:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-w9ld from file:/tmp/.os_lf_venv 10:14:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:14:45 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:14:49 lf-activate-venv(): INFO: Base packages installed successfully 10:14:49 lf-activate-venv(): INFO: Installing additional packages: lftools 10:15:07 lf-activate-venv(): INFO: Adding /tmp/venv-w9ld/bin to PATH 10:15:07 Generating Requirements File 10:15:45 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:15:45 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 10:15:46 Python 3.10.6 10:15:47 pip 25.2 from /tmp/venv-w9ld/lib/python3.10/site-packages/pip (python 3.10) 10:15:47 appdirs==1.4.4 10:15:47 argcomplete==3.6.2 10:15:47 aspy.yaml==1.3.0 10:15:47 attrs==25.4.0 10:15:47 autopage==0.5.2 10:15:47 beautifulsoup4==4.14.2 10:15:47 boto3==1.40.47 10:15:47 botocore==1.40.47 10:15:47 bs4==0.0.2 10:15:47 cachetools==6.2.0 10:15:47 certifi==2025.10.5 10:15:47 cffi==2.0.0 10:15:47 cfgv==3.4.0 10:15:47 chardet==5.2.0 10:15:47 charset-normalizer==3.4.3 10:15:47 click==8.3.0 10:15:47 cliff==4.11.0 10:15:47 cmd2==2.7.0 10:15:47 cryptography==3.3.2 10:15:47 debtcollector==3.0.0 10:15:47 decorator==5.2.1 10:15:47 defusedxml==0.7.1 10:15:47 Deprecated==1.2.18 10:15:47 distlib==0.4.0 10:15:47 dnspython==2.8.0 10:15:47 docker==7.1.0 10:15:47 dogpile.cache==1.4.1 10:15:47 durationpy==0.10 10:15:47 email-validator==2.3.0 10:15:47 filelock==3.19.1 10:15:47 future==1.0.0 10:15:47 gitdb==4.0.12 10:15:47 GitPython==3.1.45 10:15:47 google-auth==2.41.1 10:15:47 httplib2==0.31.0 10:15:47 identify==2.6.15 10:15:47 idna==3.10 10:15:47 importlib-resources==1.5.0 10:15:47 iso8601==2.1.0 10:15:47 Jinja2==3.1.6 10:15:47 jmespath==1.0.1 10:15:47 jsonpatch==1.33 10:15:47 jsonpointer==3.0.0 10:15:47 jsonschema==4.25.1 10:15:47 jsonschema-specifications==2025.9.1 10:15:47 keystoneauth1==5.12.0 10:15:47 kubernetes==34.1.0 10:15:47 lftools==0.37.14 10:15:47 lxml==6.0.2 10:15:47 markdown-it-py==4.0.0 10:15:47 MarkupSafe==3.0.3 10:15:47 mdurl==0.1.2 10:15:47 msgpack==1.1.1 10:15:47 multi_key_dict==2.0.3 10:15:47 munch==4.0.0 10:15:47 netaddr==1.3.0 10:15:47 niet==1.4.2 10:15:47 nodeenv==1.9.1 10:15:47 oauth2client==4.1.3 10:15:47 oauthlib==3.3.1 10:15:47 openstacksdk==4.7.1 10:15:47 os-service-types==1.8.0 10:15:47 osc-lib==4.2.0 10:15:47 oslo.config==10.0.0 10:15:47 oslo.context==6.1.0 10:15:47 oslo.i18n==6.6.0 10:15:47 oslo.log==7.2.1 10:15:47 oslo.serialization==5.8.0 10:15:47 oslo.utils==9.1.0 10:15:47 packaging==25.0 10:15:47 pbr==7.0.1 10:15:47 platformdirs==4.4.0 10:15:47 prettytable==3.16.0 10:15:47 psutil==7.1.0 10:15:47 pyasn1==0.6.1 10:15:47 pyasn1_modules==0.4.2 10:15:47 pycparser==2.23 10:15:47 pygerrit2==2.0.15 10:15:47 PyGithub==2.8.1 10:15:47 Pygments==2.19.2 10:15:47 PyJWT==2.10.1 10:15:47 PyNaCl==1.6.0 10:15:47 pyparsing==2.4.7 10:15:47 pyperclip==1.11.0 10:15:47 pyrsistent==0.20.0 10:15:47 python-cinderclient==9.8.0 10:15:47 python-dateutil==2.9.0.post0 10:15:47 python-heatclient==4.3.0 10:15:47 python-jenkins==1.8.3 10:15:47 python-keystoneclient==5.7.0 10:15:47 python-magnumclient==4.9.0 10:15:47 python-openstackclient==8.2.0 10:15:47 python-swiftclient==4.8.0 10:15:47 PyYAML==6.0.3 10:15:47 referencing==0.36.2 10:15:47 requests==2.32.5 10:15:47 requests-oauthlib==2.0.0 10:15:47 requestsexceptions==1.4.0 10:15:47 rfc3986==2.0.0 10:15:47 rich==14.1.0 10:15:47 rich-argparse==1.7.1 10:15:47 rpds-py==0.27.1 10:15:47 rsa==4.9.1 10:15:47 ruamel.yaml==0.18.15 10:15:47 ruamel.yaml.clib==0.2.14 10:15:47 s3transfer==0.14.0 10:15:47 simplejson==3.20.2 10:15:47 six==1.17.0 10:15:47 smmap==5.0.2 10:15:47 soupsieve==2.8 10:15:47 stevedore==5.5.0 10:15:47 tabulate==0.9.0 10:15:47 toml==0.10.2 10:15:47 tomlkit==0.13.3 10:15:47 tqdm==4.67.1 10:15:47 typing_extensions==4.15.0 10:15:47 tzdata==2025.2 10:15:47 urllib3==1.26.20 10:15:47 virtualenv==20.34.0 10:15:47 wcwidth==0.2.14 10:15:47 websocket-client==1.9.0 10:15:47 wrapt==1.17.3 10:15:47 xdg==6.0.0 10:15:47 xmltodict==1.0.2 10:15:47 yq==3.4.3 10:15:47 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins16661537887128545727.sh 10:15:47 ---> sudo-logs.sh 10:15:47 Archiving 'sudo' log.. 10:15:48 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins2959345486352667665.sh 10:15:48 ---> job-cost.sh 10:15:48 Setup pyenv: 10:15:48 system 10:15:48 3.8.13 10:15:48 3.9.13 10:15:48 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 10:15:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-w9ld from file:/tmp/.os_lf_venv 10:15:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:15:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:15:52 lf-activate-venv(): INFO: Base packages installed successfully 10:15:52 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:16:04 lf-activate-venv(): INFO: Adding /tmp/venv-w9ld/bin to PATH 10:16:04 INFO: No Stack... 10:16:05 INFO: Retrieving Pricing Info for: v3-starter-4 10:16:05 INFO: Archiving Costs 10:16:05 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash -l /tmp/jenkins8731191163860572131.sh 10:16:05 ---> logs-deploy.sh 10:16:05 Setup pyenv: 10:16:05 system 10:16:05 3.8.13 10:16:05 3.9.13 10:16:05 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 10:16:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-w9ld from file:/tmp/.os_lf_venv 10:16:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:16:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:16:09 lf-activate-venv(): INFO: Base packages installed successfully 10:16:09 lf-activate-venv(): INFO: Installing additional packages: lftools 10:16:30 lf-activate-venv(): INFO: Adding /tmp/venv-w9ld/bin to PATH 10:16:30 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-servicemanager-go-verify-master/69 10:16:30 INFO: archiving workspace using pattern(s): 10:16:32 Archives upload complete. 10:16:32 INFO: archiving logs to Nexus 10:16:34 ---> uname -a: 10:16:34 Linux prd-ubuntu1804-docker-4c-4g-5903 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:16:34 10:16:34 10:16:34 ---> lscpu: 10:16:34 Architecture: x86_64 10:16:34 CPU op-mode(s): 32-bit, 64-bit 10:16:34 Byte Order: Little Endian 10:16:34 CPU(s): 4 10:16:34 On-line CPU(s) list: 0-3 10:16:34 Thread(s) per core: 1 10:16:34 Core(s) per socket: 1 10:16:34 Socket(s): 4 10:16:34 NUMA node(s): 1 10:16:34 Vendor ID: AuthenticAMD 10:16:34 CPU family: 23 10:16:34 Model: 49 10:16:34 Model name: AMD EPYC-Rome Processor 10:16:34 Stepping: 0 10:16:34 CPU MHz: 2800.000 10:16:34 BogoMIPS: 5600.00 10:16:34 Virtualization: AMD-V 10:16:34 Hypervisor vendor: KVM 10:16:34 Virtualization type: full 10:16:34 L1d cache: 32K 10:16:34 L1i cache: 32K 10:16:34 L2 cache: 512K 10:16:34 L3 cache: 16384K 10:16:34 NUMA node0 CPU(s): 0-3 10:16:34 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:16:34 10:16:34 10:16:34 ---> nproc: 10:16:34 4 10:16:34 10:16:34 10:16:34 ---> df -h: 10:16:34 Filesystem Size Used Avail Use% Mounted on 10:16:34 udev 3.9G 0 3.9G 0% /dev 10:16:34 tmpfs 798M 696K 797M 1% /run 10:16:34 /dev/vda1 20G 9.9G 9.4G 52% / 10:16:34 tmpfs 3.9G 0 3.9G 0% /dev/shm 10:16:34 tmpfs 5.0M 0 5.0M 0% /run/lock 10:16:34 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:16:34 /dev/vda15 105M 5.3M 100M 5% /boot/efi 10:16:34 tmpfs 798M 0 798M 0% /run/user/1001 10:16:34 10:16:34 10:16:34 ---> free -m: 10:16:34 total used free shared buff/cache available 10:16:34 Mem: 7975 492 4167 0 3316 7185 10:16:34 Swap: 1023 0 1023 10:16:34 10:16:34 10:16:34 ---> ip addr: 10:16:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:16:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:16:34 inet 127.0.0.1/8 scope host lo 10:16:34 valid_lft forever preferred_lft forever 10:16:34 inet6 ::1/128 scope host 10:16:34 valid_lft forever preferred_lft forever 10:16:34 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 10:16:34 link/ether fa:16:3e:5b:47:7c brd ff:ff:ff:ff:ff:ff 10:16:34 inet 10.32.6.31/23 brd 10.32.7.255 scope global dynamic ens3 10:16:34 valid_lft 86057sec preferred_lft 86057sec 10:16:34 inet6 fe80::f816:3eff:fe5b:477c/64 scope link 10:16:34 valid_lft forever preferred_lft forever 10:16:34 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 10:16:34 link/ether 02:42:b6:61:34:f8 brd ff:ff:ff:ff:ff:ff 10:16:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:16:34 valid_lft forever preferred_lft forever 10:16:34 10:16:34 10:16:34 ---> sar -b -r -n DEV: 10:16:34 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5903) 10/08/25 _x86_64_ (4 CPU) 10:16:34 10:16:34 10:10:54 LINUX RESTART (4 CPU) 10:16:34 10:16:34 10:11:01 tps rtps wtps bread/s bwrtn/s 10:16:34 10:12:01 227.93 134.98 92.95 6419.33 39378.65 10:16:34 10:13:01 120.54 47.10 73.44 2166.74 30547.28 10:16:34 10:14:01 70.37 38.13 32.24 3198.53 18745.41 10:16:34 10:15:01 44.92 0.88 44.04 106.76 5549.88 10:16:34 10:16:01 62.05 0.33 61.72 25.31 7444.29 10:16:34 Average: 105.15 44.28 60.88 2382.86 20330.80 10:16:34 10:16:34 10:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:16:34 10:12:01 5330872 7394016 2836548 34.73 67420 2141520 1125896 12.22 679168 1916504 576616 10:16:34 10:13:01 4510360 7335068 3657060 44.78 74540 2874452 1338300 14.52 1138228 2246184 391252 10:16:34 10:14:01 4638248 7383556 3529172 43.21 80876 2785516 979476 10.63 901316 2349680 37540 10:16:34 10:15:01 4373680 7323144 3793740 46.45 99368 2951460 1042640 11.31 987192 2509040 137280 10:16:34 10:16:01 4267336 7352880 3900084 47.75 109492 3063940 1004828 10.90 972160 2616664 91716 10:16:34 Average: 4624099 7357733 3543321 43.38 86339 2763378 1098228 11.92 935613 2327614 246881 10:16:34 10:16:34 10:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:16:34 10:12:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 10:16:34 10:12:01 ens3 492.10 329.73 2393.29 75.84 0.00 0.00 0.00 0.00 10:16:34 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 10:13:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:16:34 10:13:01 ens3 7.41 5.68 2.11 0.96 0.00 0.00 0.00 0.00 10:16:34 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 10:14:01 lo 11.31 11.31 2.16 2.16 0.00 0.00 0.00 0.00 10:16:34 10:14:01 ens3 17.71 14.31 188.97 7.65 0.00 0.00 0.00 0.00 10:16:34 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 10:15:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:16:34 10:15:01 ens3 52.52 40.34 633.44 6.22 0.00 0.00 0.00 0.00 10:16:34 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 10:16:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 10:16:34 10:16:01 ens3 25.72 22.76 241.79 4.92 0.00 0.00 0.00 0.00 10:16:34 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 Average: lo 2.80 2.80 0.48 0.48 0.00 0.00 0.00 0.00 10:16:34 Average: ens3 119.07 82.55 691.82 19.11 0.00 0.00 0.00 0.00 10:16:34 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:34 10:16:34 10:16:34 ---> sar -P ALL: 10:16:34 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-5903) 10/08/25 _x86_64_ (4 CPU) 10:16:34 10:16:34 10:10:54 LINUX RESTART (4 CPU) 10:16:34 10:16:34 10:11:01 CPU %user %nice %system %iowait %steal %idle 10:16:34 10:12:01 all 15.22 0.00 4.10 12.32 4.21 64.15 10:16:34 10:12:01 0 15.43 0.00 5.93 13.43 4.00 61.21 10:16:34 10:12:01 1 14.75 0.00 3.63 14.25 4.13 63.25 10:16:34 10:12:01 2 16.76 0.00 3.96 13.19 4.80 61.29 10:16:34 10:12:01 3 13.95 0.00 2.89 8.44 3.95 70.78 10:16:34 10:13:01 all 69.21 0.00 11.25 1.18 12.86 5.50 10:16:34 10:13:01 0 71.18 0.00 11.34 1.31 12.68 3.50 10:16:34 10:13:01 1 68.61 0.00 11.28 1.53 13.01 5.56 10:16:34 10:13:01 2 68.91 0.00 11.18 1.06 12.71 6.15 10:16:34 10:13:01 3 68.17 0.00 11.23 0.79 13.03 6.79 10:16:34 10:14:01 all 47.30 0.00 8.34 1.14 8.97 34.25 10:16:34 10:14:01 0 42.51 0.00 8.06 0.35 9.25 39.83 10:16:34 10:14:01 1 48.58 0.00 8.08 1.25 8.41 33.67 10:16:34 10:14:01 2 56.87 0.00 9.44 0.87 9.08 23.74 10:16:34 10:14:01 3 41.21 0.00 7.77 2.09 9.14 39.78 10:16:34 10:15:01 all 18.33 0.00 1.07 1.96 1.29 77.35 10:16:34 10:15:01 0 31.10 0.00 1.83 6.06 1.98 59.03 10:16:34 10:15:01 1 13.49 0.00 0.96 0.15 0.88 84.52 10:16:34 10:15:01 2 24.88 0.00 0.88 0.22 1.96 72.06 10:16:34 10:15:01 3 3.83 0.00 0.60 1.43 0.35 93.78 10:16:34 10:16:01 all 19.88 0.00 1.42 2.39 2.05 74.26 10:16:34 10:16:01 0 37.20 0.00 2.52 4.57 2.75 52.96 10:16:34 10:16:01 1 7.09 0.00 0.81 3.27 1.21 87.61 10:16:34 10:16:01 2 16.90 0.00 1.15 1.03 2.68 78.24 10:16:34 10:16:01 3 18.34 0.00 1.15 0.68 1.53 78.31 10:16:34 Average: all 34.03 0.00 5.25 3.80 5.89 51.04 10:16:34 Average: 0 39.50 0.00 5.95 5.14 6.14 43.28 10:16:34 Average: 1 30.58 0.00 4.97 4.09 5.54 54.82 10:16:34 Average: 2 36.89 0.00 5.33 3.26 6.25 48.27 10:16:34 Average: 3 29.15 0.00 4.74 2.70 5.61 57.80 10:16:34 10:16:34 10:16:34