18:57:31 Triggered by Gerrit: https://gerrit.o-ran-sc.org/r/c/nonrtric/plt/sme/+/13101 18:57:31 Running as SYSTEM 18:57:31 [EnvInject] - Loading node environment variables. 18:57:31 Building remotely on prd-ubuntu1804-docker-4c-4g-4944 (ubuntu1804-docker-4c-4g) in workspace /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 18:57:31 [ssh-agent] Looking for ssh-agent implementation... 18:57:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:57:31 $ ssh-agent 18:57:31 SSH_AUTH_SOCK=/tmp/ssh-PHvnbICBWqw5/agent.2111 18:57:31 SSH_AGENT_PID=2113 18:57:31 [ssh-agent] Started. 18:57:31 Running ssh-add (command line suppressed) 18:57:31 Identity added: /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/private_key_5945205761353932032.key (jenkins-ssh) 18:57:31 [ssh-agent] Using credentials jenkins (jenkins) 18:57:31 The recommended git tool is: NONE 18:57:33 using credential jenkins 18:57:33 Wiping out workspace first. 18:57:33 Cloning the remote Git repository 18:57:33 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 18:57:33 > git init /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master # timeout=10 18:57:33 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 18:57:33 > git --version # timeout=10 18:57:33 > git --version # 'git version 2.17.1' 18:57:33 using GIT_SSH to set credentials jenkins 18:57:33 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:34 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 18:57:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:34 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme # timeout=10 18:57:34 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme 18:57:34 using GIT_SSH to set credentials jenkins 18:57:34 > git fetch --tags --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/nonrtric/plt/sme refs/changes/01/13101/1 # timeout=10 18:57:35 > git rev-parse 584729a0b0f1de7e08cb10ddb3f30aecbc12792f^{commit} # timeout=10 18:57:35 Checking out Revision 584729a0b0f1de7e08cb10ddb3f30aecbc12792f (refs/changes/01/13101/1) 18:57:35 > git config core.sparsecheckout # timeout=10 18:57:35 > git checkout -f 584729a0b0f1de7e08cb10ddb3f30aecbc12792f # timeout=10 18:57:38 Commit message: "Roll versions after J-Relase (master branch)" 18:57:38 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:57:38 > git rev-list --no-walk 8f808e8abec6245c654e9e982ac3c92ea90d5dce # timeout=10 18:57:38 provisioning config files... 18:57:38 copy managed file [npmrc] to file:/home/jenkins/.npmrc 18:57:38 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 18:57:38 [EnvInject] - Injecting environment variables from a build step. 18:57:38 [EnvInject] - Injecting as environment variables the properties content 18:57:38 GO_ROOT=servicemanager 18:57:38 18:57:38 [EnvInject] - Variables injected successfully. 18:57:38 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins1089502152417364285.sh 18:57:38 + echo '--> go-test.sh' 18:57:38 --> go-test.sh 18:57:38 + go version 18:57:39 go version go1.19 linux/amd64 18:57:39 + cd servicemanager 18:57:39 + go mod tidy 18:57:39 go: downloading github.com/getkin/kin-openapi v0.106.0 18:57:39 go: downloading github.com/deepmap/oapi-codegen v1.11.0 18:57:39 go: downloading github.com/labstack/echo/v4 v4.10.2 18:57:39 go: downloading github.com/sirupsen/logrus v1.9.3 18:57:39 go: downloading github.com/stretchr/testify v1.8.1 18:57:39 go: downloading github.com/joho/godotenv v1.5.1 18:57:39 go: downloading github.com/go-resty/resty/v2 v2.10.0 18:57:41 go: downloading github.com/google/uuid v1.3.0 18:57:41 go: downloading github.com/go-openapi/jsonpointer v0.19.6 18:57:41 go: downloading github.com/invopop/yaml v0.1.0 18:57:41 go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 18:57:41 go: downloading gopkg.in/yaml.v3 v3.0.1 18:57:42 go: downloading golang.org/x/sys v0.13.0 18:57:42 go: downloading github.com/davecgh/go-spew v1.1.1 18:57:42 go: downloading github.com/pmezard/go-difflib v1.0.0 18:57:42 go: downloading github.com/labstack/gommon v0.4.0 18:57:42 go: downloading golang.org/x/crypto v0.14.0 18:57:42 go: downloading golang.org/x/net v0.17.0 18:57:42 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 18:57:42 go: downloading github.com/valyala/fasttemplate v1.2.2 18:57:42 go: downloading golang.org/x/time v0.3.0 18:57:43 go: downloading github.com/gorilla/mux v1.8.0 18:57:43 go: downloading github.com/go-openapi/swag v0.22.3 18:57:44 go: downloading github.com/mattn/go-colorable v0.1.13 18:57:44 go: downloading github.com/mattn/go-isatty v0.0.18 18:57:44 go: downloading github.com/valyala/bytebufferpool v1.0.0 18:57:44 go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed 18:57:44 go: downloading gopkg.in/yaml.v2 v2.4.0 18:57:44 go: downloading helm.sh/helm/v3 v3.9.0 18:57:45 go: downloading k8s.io/cli-runtime v0.25.3-rc.0 18:57:45 go: downloading k8s.io/client-go v0.25.3-rc.0 18:57:45 go: downloading github.com/mitchellh/copystructure v1.2.0 18:57:46 go: downloading github.com/mailru/easyjson v0.7.7 18:57:46 go: downloading golang.org/x/text v0.13.0 18:57:46 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 18:57:46 go: downloading github.com/Masterminds/semver/v3 v3.1.1 18:57:46 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 18:57:46 go: downloading github.com/gosuri/uitable v0.0.4 18:57:46 go: downloading github.com/pkg/errors v0.9.1 18:57:46 go: downloading golang.org/x/term v0.13.0 18:57:46 go: downloading sigs.k8s.io/yaml v1.3.0 18:57:46 go: downloading k8s.io/api v0.25.3-rc.0 18:57:47 go: downloading k8s.io/apimachinery v0.25.3-rc.0 18:57:47 go: downloading github.com/spf13/pflag v1.0.5 18:57:47 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible 18:57:47 go: downloading k8s.io/apiextensions-apiserver v0.25.2 18:57:47 go: downloading k8s.io/kubectl v0.25.2 18:57:47 go: downloading github.com/stretchr/objx v0.5.0 18:57:47 go: downloading github.com/mitchellh/reflectwalk v1.0.2 18:57:47 go: downloading github.com/spf13/cobra v1.5.0 18:57:47 go: downloading k8s.io/klog/v2 v2.70.1 18:57:47 go: downloading github.com/google/go-cmp v0.5.8 18:57:47 go: downloading github.com/google/gofuzz v1.2.0 18:57:47 go: downloading github.com/josharian/intern v1.0.0 18:57:47 go: downloading github.com/kr/pretty v0.3.0 18:57:47 go: downloading github.com/Masterminds/goutils v1.1.1 18:57:47 go: downloading github.com/huandu/xstrings v1.3.2 18:57:47 go: downloading github.com/imdario/mergo v0.3.12 18:57:47 go: downloading github.com/shopspring/decimal v1.2.0 18:57:47 go: downloading github.com/spf13/cast v1.4.1 18:57:47 go: downloading github.com/fatih/color v1.13.0 18:57:47 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 18:57:47 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 18:57:47 go: downloading github.com/BurntSushi/toml v1.1.0 18:57:47 go: downloading github.com/gobwas/glob v0.2.3 18:57:47 go: downloading github.com/containerd/containerd v1.6.6 18:57:47 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 18:57:47 go: downloading oras.land/oras-go v1.1.1 18:57:47 go: downloading github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 18:57:48 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 18:57:48 go: downloading github.com/Masterminds/squirrel v1.5.3 18:57:48 go: downloading github.com/jmoiron/sqlx v1.3.5 18:57:48 go: downloading github.com/lib/pq v1.10.6 18:57:48 go: downloading github.com/rubenv/sql-migrate v1.1.2 18:57:48 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 18:57:48 go: downloading github.com/gogo/protobuf v1.3.2 18:57:48 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 18:57:48 go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de 18:57:48 go: downloading github.com/google/gnostic v0.5.7-v3refs 18:57:48 go: downloading sigs.k8s.io/kustomize/api v0.12.1 18:57:48 go: downloading sigs.k8s.io/kustomize/kyaml v0.13.9 18:57:48 go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 18:57:48 go: downloading github.com/golang/protobuf v1.5.2 18:57:48 go: downloading google.golang.org/protobuf v1.28.0 18:57:48 go: downloading github.com/inconshreveable/mousetrap v1.0.0 18:57:48 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 18:57:48 go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 18:57:48 go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible 18:57:48 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 18:57:48 go: downloading github.com/go-logr/logr v1.2.3 18:57:48 go: downloading github.com/kr/text v0.2.0 18:57:48 go: downloading github.com/rogpeppe/go-internal v1.8.0 18:57:48 go: downloading k8s.io/component-base v0.25.2 18:57:48 go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d 18:57:48 go: downloading github.com/mattn/go-runewidth v0.0.9 18:57:48 go: downloading github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 18:57:48 go: downloading k8s.io/apiserver v0.25.2 18:57:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 18:57:48 go: downloading github.com/opencontainers/go-digest v1.0.0 18:57:48 go: downloading golang.org/x/sync v0.1.0 18:57:48 go: downloading github.com/docker/cli v20.10.17+incompatible 18:57:48 go: downloading github.com/docker/docker v20.10.17+incompatible 18:57:48 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d 18:57:48 go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0 18:57:48 go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd 18:57:48 go: downloading github.com/docker/go-metrics v0.0.1 18:57:49 go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 18:57:49 go: downloading github.com/gorilla/handlers v1.5.1 18:57:49 go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 18:57:49 go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 18:57:49 go: downloading github.com/go-sql-driver/mysql v1.6.0 18:57:49 go: downloading github.com/mattn/go-sqlite3 v1.14.6 18:57:49 go: downloading github.com/go-gorp/gorp/v3 v3.0.2 18:57:49 go: downloading github.com/gobuffalo/packr/v2 v2.8.3 18:57:49 go: downloading gopkg.in/inf.v0 v0.9.1 18:57:49 go: downloading google.golang.org/grpc v1.47.0 18:57:49 go: downloading github.com/json-iterator/go v1.1.12 18:57:49 go: downloading github.com/google/btree v1.0.1 18:57:49 go: downloading github.com/onsi/ginkgo/v2 v2.1.6 18:57:49 go: downloading github.com/onsi/gomega v1.20.1 18:57:49 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 18:57:49 go: downloading github.com/chai2010/gettext-go v1.0.2 18:57:49 go: downloading github.com/onsi/ginkgo v1.16.4 18:57:49 go: downloading github.com/MakeNowJust/heredoc v1.0.0 18:57:49 go: downloading github.com/mitchellh/go-wordwrap v1.0.0 18:57:49 go: downloading github.com/russross/blackfriday v1.5.2 18:57:49 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 18:57:49 go: downloading gotest.tools/v3 v3.0.3 18:57:49 go: downloading github.com/moby/locker v1.0.1 18:57:49 go: downloading github.com/docker/docker-credential-helpers v0.6.4 18:57:49 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c 18:57:49 go: downloading github.com/gomodule/redigo v1.8.2 18:57:49 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 18:57:49 go: downloading github.com/prometheus/client_golang v1.12.1 18:57:49 go: downloading github.com/felixge/httpsnoop v1.0.1 18:57:49 go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 18:57:49 go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 18:57:49 go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f 18:57:49 go: downloading github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 18:57:49 go: downloading github.com/ziutek/mymysql v1.5.4 18:57:49 go: downloading github.com/gobuffalo/packd v1.0.1 18:57:49 go: downloading github.com/markbates/oncer v1.0.0 18:57:49 go: downloading github.com/markbates/safe v1.0.1 18:57:50 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 18:57:50 go: downloading github.com/go-errors/errors v1.0.1 18:57:50 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 18:57:50 go: downloading github.com/modern-go/reflect2 v1.0.2 18:57:50 go: downloading github.com/docker/go-connections v0.4.0 18:57:50 go: downloading github.com/docker/go-units v0.4.0 18:57:50 go: downloading github.com/emicklei/go-restful/v3 v3.8.0 18:57:50 go: downloading github.com/go-openapi/jsonreference v0.20.2 18:57:50 go: downloading github.com/docker/distribution v2.8.1+incompatible 18:57:50 go: downloading google.golang.org/appengine v1.6.7 18:57:50 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 18:57:50 go: downloading github.com/klauspost/compress v1.13.6 18:57:50 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b 18:57:50 go: downloading github.com/beorn7/perks v1.0.1 18:57:50 go: downloading github.com/cespare/xxhash/v2 v2.1.2 18:57:50 go: downloading github.com/prometheus/client_model v0.2.0 18:57:50 go: downloading github.com/prometheus/common v0.32.1 18:57:50 go: downloading github.com/prometheus/procfs v0.7.3 18:57:51 go: downloading github.com/karrick/godirwalk v1.16.1 18:57:51 go: downloading github.com/markbates/errx v1.1.0 18:57:51 go: downloading github.com/gobuffalo/logger v1.0.6 18:57:51 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 18:57:51 go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 18:57:51 go: downloading github.com/xlab/treeprint v1.1.0 18:57:51 go: downloading github.com/morikuni/aec v1.0.0 18:57:51 go: downloading github.com/creack/pty v1.1.11 18:57:51 go: downloading github.com/Microsoft/hcsshim v0.9.3 18:57:51 go: downloading github.com/moby/sys/mountinfo v0.5.0 18:57:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 18:57:51 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 18:57:51 go: downloading github.com/moby/spdystream v0.2.0 18:57:51 go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 18:57:51 go: downloading github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 18:57:51 go: downloading github.com/Microsoft/go-winio v0.5.1 18:57:51 go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 18:57:51 go: downloading github.com/sergi/go-diff v1.1.0 18:57:51 go: downloading go.opencensus.io v0.23.0 18:57:51 go: downloading github.com/containerd/cgroups v1.0.3 18:57:51 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 18:57:51 + go test ./... 18:58:42 ok oransc.org/nonrtric/servicemanager 0.817s 18:58:42 ? oransc.org/nonrtric/servicemanager/internal [no test files] 18:58:42 ? oransc.org/nonrtric/servicemanager/internal/common [no test files] 18:58:42 ? oransc.org/nonrtric/servicemanager/internal/common29122 [no test files] 18:58:42 ? oransc.org/nonrtric/servicemanager/internal/common29571 [no test files] 18:58:45 ok oransc.org/nonrtric/servicemanager/internal/discoverservice 0.715s 18:58:45 ? oransc.org/nonrtric/servicemanager/internal/discoverserviceapi [no test files] 18:58:45 ? oransc.org/nonrtric/servicemanager/internal/envreader [no test files] 18:58:45 ok oransc.org/nonrtric/servicemanager/internal/invokermanagement 0.649s 18:58:45 ? oransc.org/nonrtric/servicemanager/internal/invokermanagementapi [no test files] 18:58:45 ? oransc.org/nonrtric/servicemanager/internal/kongclear [no test files] 18:58:45 ok oransc.org/nonrtric/servicemanager/internal/providermanagement 0.460s 18:58:45 ? oransc.org/nonrtric/servicemanager/internal/providermanagementapi [no test files] 18:58:46 ok oransc.org/nonrtric/servicemanager/internal/publishservice 0.517s 18:58:46 ? oransc.org/nonrtric/servicemanager/internal/publishserviceapi [no test files] 18:58:46 ? oransc.org/nonrtric/servicemanager/mockkong [no test files] 18:58:46 + echo '--> go-test.sh ends' 18:58:46 --> go-test.sh ends 18:58:46 $ ssh-agent -k 18:58:46 unset SSH_AUTH_SOCK; 18:58:46 unset SSH_AGENT_PID; 18:58:46 echo Agent pid 2113 killed; 18:58:46 [ssh-agent] Stopped. 18:58:46 [PostBuildScript] - [INFO] Executing post build scripts. 18:58:46 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins9337690636981217109.sh 18:58:46 ---> sysstat.sh 18:58:47 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins15383111916505184240.sh 18:58:47 ---> package-listing.sh 18:58:47 ++ facter osfamily 18:58:47 ++ tr '[:upper:]' '[:lower:]' 18:58:47 + OS_FAMILY=debian 18:58:47 + workspace=/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master 18:58:47 + START_PACKAGES=/tmp/packages_start.txt 18:58:47 + END_PACKAGES=/tmp/packages_end.txt 18:58:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:58:47 + PACKAGES=/tmp/packages_start.txt 18:58:47 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 18:58:47 + PACKAGES=/tmp/packages_end.txt 18:58:47 + case "${OS_FAMILY}" in 18:58:47 + dpkg -l 18:58:47 + grep '^ii' 18:58:47 + '[' -f /tmp/packages_start.txt ']' 18:58:47 + '[' -f /tmp/packages_end.txt ']' 18:58:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:58:47 + '[' /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master ']' 18:58:47 + mkdir -p /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 18:58:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/archives/ 18:58:47 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins10038466523312886843.sh 18:58:47 ---> capture-instance-metadata.sh 18:58:47 Setup pyenv: 18:58:47 * system (set by /opt/pyenv/version) 18:58:47 * 3.8.13 (set by /opt/pyenv/version) 18:58:47 * 3.9.13 (set by /opt/pyenv/version) 18:58:47 * 3.10.6 (set by /opt/pyenv/version) 18:58:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bxH0 18:58:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:58:55 lf-activate-venv(): INFO: Installing: lftools 18:59:23 lf-activate-venv(): INFO: Adding /tmp/venv-bxH0/bin to PATH 18:59:23 INFO: Running in OpenStack, capturing instance metadata 18:59:23 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins5273029549875378177.sh 18:59:23 provisioning config files... 18:59:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master@tmp/config4715735005157754880tmp 18:59:23 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:59:23 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:59:23 [EnvInject] - Injecting environment variables from a build step. 18:59:23 [EnvInject] - Injecting as environment variables the properties content 18:59:23 SERVER_ID=logs 18:59:23 18:59:23 [EnvInject] - Variables injected successfully. 18:59:23 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins17260192320382191994.sh 18:59:23 ---> create-netrc.sh 18:59:23 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins17442066891362078949.sh 18:59:23 ---> python-tools-install.sh 18:59:23 Setup pyenv: 18:59:23 system 18:59:23 3.8.13 18:59:23 3.9.13 18:59:23 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 18:59:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bxH0 from file:/tmp/.os_lf_venv 18:59:24 lf-activate-venv(): INFO: Installing: lftools 18:59:33 lf-activate-venv(): INFO: Adding /tmp/venv-bxH0/bin to PATH 18:59:33 Generating Requirements File 18:59:54 Python 3.10.6 18:59:54 pip 24.1.1 from /tmp/venv-bxH0/lib/python3.10/site-packages/pip (python 3.10) 18:59:54 appdirs==1.4.4 18:59:54 argcomplete==3.4.0 18:59:54 aspy.yaml==1.3.0 18:59:54 attrs==23.2.0 18:59:54 autopage==0.5.2 18:59:54 beautifulsoup4==4.12.3 18:59:54 boto3==1.34.134 18:59:54 botocore==1.34.134 18:59:54 bs4==0.0.2 18:59:54 cachetools==5.3.3 18:59:54 certifi==2024.6.2 18:59:54 cffi==1.16.0 18:59:54 cfgv==3.4.0 18:59:54 chardet==5.2.0 18:59:54 charset-normalizer==3.3.2 18:59:54 click==8.1.7 18:59:54 cliff==4.7.0 18:59:54 cmd2==2.4.3 18:59:54 cryptography==3.3.2 18:59:54 debtcollector==3.0.0 18:59:54 decorator==5.1.1 18:59:54 defusedxml==0.7.1 18:59:54 Deprecated==1.2.14 18:59:54 distlib==0.3.8 18:59:54 dnspython==2.6.1 18:59:54 docker==4.2.2 18:59:54 dogpile.cache==1.3.3 18:59:54 email_validator==2.2.0 18:59:54 filelock==3.15.4 18:59:54 future==1.0.0 18:59:54 gitdb==4.0.11 18:59:54 GitPython==3.1.43 18:59:54 google-auth==2.30.0 18:59:54 httplib2==0.22.0 18:59:54 identify==2.5.36 18:59:54 idna==3.7 18:59:54 importlib-resources==1.5.0 18:59:54 iso8601==2.1.0 18:59:54 Jinja2==3.1.4 18:59:54 jmespath==1.0.1 18:59:54 jsonpatch==1.33 18:59:54 jsonpointer==3.0.0 18:59:54 jsonschema==4.22.0 18:59:54 jsonschema-specifications==2023.12.1 18:59:54 keystoneauth1==5.6.0 18:59:54 kubernetes==30.1.0 18:59:54 lftools==0.37.10 18:59:54 lxml==5.2.2 18:59:54 MarkupSafe==2.1.5 18:59:54 msgpack==1.0.8 18:59:54 multi_key_dict==2.0.3 18:59:54 munch==4.0.0 18:59:54 netaddr==1.3.0 18:59:54 netifaces==0.11.0 18:59:54 niet==1.4.2 18:59:54 nodeenv==1.9.1 18:59:54 oauth2client==4.1.3 18:59:54 oauthlib==3.2.2 18:59:54 openstacksdk==3.1.0 18:59:54 os-client-config==2.1.0 18:59:54 os-service-types==1.7.0 18:59:54 osc-lib==3.0.1 18:59:54 oslo.config==9.4.0 18:59:54 oslo.context==5.5.0 18:59:54 oslo.i18n==6.3.0 18:59:54 oslo.log==6.0.0 18:59:54 oslo.serialization==5.4.0 18:59:54 oslo.utils==7.1.0 18:59:54 packaging==24.1 18:59:54 pbr==6.0.0 18:59:54 platformdirs==4.2.2 18:59:54 prettytable==3.10.0 18:59:54 pyasn1==0.6.0 18:59:54 pyasn1_modules==0.4.0 18:59:54 pycparser==2.22 18:59:54 pygerrit2==2.0.15 18:59:54 PyGithub==2.3.0 18:59:54 PyJWT==2.8.0 18:59:54 PyNaCl==1.5.0 18:59:54 pyparsing==2.4.7 18:59:54 pyperclip==1.9.0 18:59:54 pyrsistent==0.20.0 18:59:54 python-cinderclient==9.5.0 18:59:54 python-dateutil==2.9.0.post0 18:59:54 python-heatclient==3.5.0 18:59:54 python-jenkins==1.8.2 18:59:54 python-keystoneclient==5.4.0 18:59:54 python-magnumclient==4.5.0 18:59:54 python-novaclient==18.6.0 18:59:54 python-openstackclient==6.6.0 18:59:54 python-swiftclient==4.6.0 18:59:54 PyYAML==6.0.1 18:59:54 referencing==0.35.1 18:59:54 requests==2.32.3 18:59:54 requests-oauthlib==2.0.0 18:59:54 requestsexceptions==1.4.0 18:59:54 rfc3986==2.0.0 18:59:54 rpds-py==0.18.1 18:59:54 rsa==4.9 18:59:54 ruamel.yaml==0.18.6 18:59:54 ruamel.yaml.clib==0.2.8 18:59:54 s3transfer==0.10.2 18:59:54 simplejson==3.19.2 18:59:54 six==1.16.0 18:59:54 smmap==5.0.1 18:59:54 soupsieve==2.5 18:59:54 stevedore==5.2.0 18:59:54 tabulate==0.9.0 18:59:54 toml==0.10.2 18:59:54 tomlkit==0.12.5 18:59:54 tqdm==4.66.4 18:59:54 typing_extensions==4.12.2 18:59:54 tzdata==2024.1 18:59:54 urllib3==1.26.19 18:59:54 virtualenv==20.26.3 18:59:54 wcwidth==0.2.13 18:59:54 websocket-client==1.8.0 18:59:54 wrapt==1.16.0 18:59:54 xdg==6.0.0 18:59:54 xmltodict==0.13.0 18:59:54 yq==3.4.3 18:59:54 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins295161722986906343.sh 18:59:54 ---> sudo-logs.sh 18:59:54 Archiving 'sudo' log.. 18:59:55 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash /tmp/jenkins4570861808807738209.sh 18:59:55 ---> job-cost.sh 18:59:55 Setup pyenv: 18:59:55 system 18:59:55 3.8.13 18:59:55 3.9.13 18:59:55 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 18:59:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bxH0 from file:/tmp/.os_lf_venv 18:59:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:00:01 lf-activate-venv(): INFO: Adding /tmp/venv-bxH0/bin to PATH 19:00:01 INFO: No Stack... 19:00:01 INFO: Retrieving Pricing Info for: v2-highcpu-4 19:00:01 INFO: Archiving Costs 19:00:01 [nonrtric-plt-sme-servicemanager-go-verify-master] $ /bin/bash -l /tmp/jenkins16186140025523333822.sh 19:00:01 ---> logs-deploy.sh 19:00:01 Setup pyenv: 19:00:01 system 19:00:01 3.8.13 19:00:01 3.9.13 19:00:01 * 3.10.6 (set by /w/workspace/nonrtric-plt-sme-servicemanager-go-verify-master/.python-version) 19:00:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bxH0 from file:/tmp/.os_lf_venv 19:00:02 lf-activate-venv(): INFO: Installing: lftools 19:00:11 lf-activate-venv(): INFO: Adding /tmp/venv-bxH0/bin to PATH 19:00:11 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/nonrtric-plt-sme-servicemanager-go-verify-master/30 19:00:11 INFO: archiving workspace using pattern(s): 19:00:13 Archives upload complete. 19:00:13 INFO: archiving logs to Nexus 19:00:14 ---> uname -a: 19:00:14 Linux prd-ubuntu1804-docker-4c-4g-4944 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 19:00:14 19:00:14 19:00:14 ---> lscpu: 19:00:14 Architecture: x86_64 19:00:14 CPU op-mode(s): 32-bit, 64-bit 19:00:14 Byte Order: Little Endian 19:00:14 CPU(s): 4 19:00:14 On-line CPU(s) list: 0-3 19:00:14 Thread(s) per core: 1 19:00:14 Core(s) per socket: 1 19:00:14 Socket(s): 4 19:00:14 NUMA node(s): 1 19:00:14 Vendor ID: AuthenticAMD 19:00:14 CPU family: 23 19:00:14 Model: 49 19:00:14 Model name: AMD EPYC-Rome Processor 19:00:14 Stepping: 0 19:00:14 CPU MHz: 2800.000 19:00:14 BogoMIPS: 5600.00 19:00:14 Virtualization: AMD-V 19:00:14 Hypervisor vendor: KVM 19:00:14 Virtualization type: full 19:00:14 L1d cache: 32K 19:00:14 L1i cache: 32K 19:00:14 L2 cache: 512K 19:00:14 L3 cache: 16384K 19:00:14 NUMA node0 CPU(s): 0-3 19:00:14 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 19:00:14 19:00:14 19:00:14 ---> nproc: 19:00:14 4 19:00:14 19:00:14 19:00:14 ---> df -h: 19:00:14 Filesystem Size Used Avail Use% Mounted on 19:00:14 udev 2.0G 0 2.0G 0% /dev 19:00:14 tmpfs 395M 696K 394M 1% /run 19:00:14 /dev/vda1 20G 9.9G 9.4G 52% / 19:00:14 tmpfs 2.0G 0 2.0G 0% /dev/shm 19:00:14 tmpfs 5.0M 0 5.0M 0% /run/lock 19:00:14 tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup 19:00:14 /dev/vda15 105M 5.3M 100M 5% /boot/efi 19:00:14 tmpfs 395M 0 395M 0% /run/user/1001 19:00:14 19:00:14 19:00:14 ---> free -m: 19:00:14 total used free shared buff/cache available 19:00:14 Mem: 3943 454 1750 0 1738 3234 19:00:14 Swap: 1023 0 1023 19:00:14 19:00:14 19:00:14 ---> ip addr: 19:00:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:00:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:00:14 inet 127.0.0.1/8 scope host lo 19:00:14 valid_lft forever preferred_lft forever 19:00:14 inet6 ::1/128 scope host 19:00:14 valid_lft forever preferred_lft forever 19:00:14 2: ens3: mtu 1450 qdisc fq_codel state UP group default qlen 1000 19:00:14 link/ether fa:16:3e:53:6c:61 brd ff:ff:ff:ff:ff:ff 19:00:14 inet 10.32.6.219/23 brd 10.32.7.255 scope global dynamic ens3 19:00:14 valid_lft 86095sec preferred_lft 86095sec 19:00:14 inet6 fe80::f816:3eff:fe53:6c61/64 scope link 19:00:14 valid_lft forever preferred_lft forever 19:00:14 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 19:00:14 link/ether 02:42:49:b1:57:84 brd ff:ff:ff:ff:ff:ff 19:00:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:00:14 valid_lft forever preferred_lft forever 19:00:14 19:00:14 19:00:14 ---> sar -b -r -n DEV: 19:00:14 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-4944) 06/27/24 _x86_64_ (4 CPU) 19:00:14 19:00:14 18:55:11 LINUX RESTART (4 CPU) 19:00:14 19:00:14 18:56:02 tps rtps wtps bread/s bwrtn/s 19:00:14 18:57:01 6.15 0.00 6.15 0.00 265.45 19:00:14 18:58:01 218.18 108.55 109.63 3657.31 20255.91 19:00:14 18:59:01 140.81 73.58 67.22 4323.92 42241.84 19:00:14 19:00:01 81.24 8.68 72.55 325.28 8793.20 19:00:14 Average: 112.04 47.91 64.13 2085.66 17965.97 19:00:14 19:00:14 18:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:00:14 18:57:01 2080040 3485808 1958612 48.50 26488 1549488 804088 15.81 380708 1428388 164 19:00:14 18:58:01 884696 3243868 3153956 78.09 72216 2410216 1272464 25.01 866520 2038008 265748 19:00:14 18:59:01 2065452 3317848 1973200 48.86 80740 1331828 911948 17.93 445280 1352856 49280 19:00:14 19:00:01 1866768 3384928 2171884 53.78 104396 1562680 842996 16.57 397252 1577728 109300 19:00:14 Average: 1724239 3358113 2314413 57.31 70960 1713553 957874 18.83 522440 1599245 106123 19:00:14 19:00:14 18:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:00:14 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 18:57:01 ens3 0.53 0.36 0.27 0.21 0.00 0.00 0.00 0.00 19:00:14 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 18:58:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:00:14 18:58:01 ens3 479.29 373.03 1934.42 65.99 0.00 0.00 0.00 0.00 19:00:14 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 18:59:01 lo 11.21 11.21 1.84 1.84 0.00 0.00 0.00 0.00 19:00:14 18:59:01 ens3 29.95 27.17 317.89 4.10 0.00 0.00 0.00 0.00 19:00:14 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 19:00:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 19:00:14 19:00:01 ens3 63.92 59.31 632.28 10.79 0.00 0.00 0.00 0.00 19:00:14 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 Average: lo 3.30 3.30 0.50 0.50 0.00 0.00 0.00 0.00 19:00:14 Average: ens3 144.02 115.44 724.23 20.35 0.00 0.00 0.00 0.00 19:00:14 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:00:14 19:00:14 19:00:14 ---> sar -P ALL: 19:00:14 Linux 4.15.0-213-generic (prd-ubuntu1804-docker-4c-4g-4944) 06/27/24 _x86_64_ (4 CPU) 19:00:14 19:00:14 18:55:11 LINUX RESTART (4 CPU) 19:00:14 19:00:14 18:56:02 CPU %user %nice %system %iowait %steal %idle 19:00:14 18:57:01 all 0.10 0.00 0.02 0.20 0.01 99.67 19:00:14 18:57:01 0 0.02 0.00 0.02 0.71 0.00 99.25 19:00:14 18:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:00:14 18:57:01 2 0.36 0.00 0.03 0.10 0.02 99.49 19:00:14 18:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:00:14 18:58:01 all 20.09 0.00 3.11 10.70 0.06 66.05 19:00:14 18:58:01 0 20.62 0.00 2.98 11.06 0.07 65.27 19:00:14 18:58:01 1 19.81 0.00 3.27 14.17 0.05 62.70 19:00:14 18:58:01 2 19.67 0.00 3.27 8.01 0.07 68.98 19:00:14 18:58:01 3 20.23 0.00 2.87 9.54 0.05 67.32 19:00:14 18:59:01 all 64.43 0.00 7.71 1.22 0.10 26.54 19:00:14 18:59:01 0 62.45 0.00 7.82 0.71 0.10 28.92 19:00:14 18:59:01 1 74.47 0.00 8.13 1.13 0.12 16.15 19:00:14 18:59:01 2 59.72 0.00 7.57 0.64 0.10 31.96 19:00:14 18:59:01 3 61.05 0.00 7.32 2.41 0.10 29.13 19:00:14 19:00:01 all 20.33 0.00 1.43 2.29 0.06 75.89 19:00:14 19:00:01 0 17.47 0.00 1.15 0.07 0.03 81.28 19:00:14 19:00:01 1 34.16 0.00 2.31 1.77 0.07 61.70 19:00:14 19:00:01 2 5.01 0.00 0.63 0.28 0.07 94.02 19:00:14 19:00:01 3 24.92 0.00 1.63 7.05 0.07 66.33 19:00:14 Average: all 26.25 0.00 3.07 3.61 0.06 67.01 19:00:14 Average: 0 25.14 0.00 2.99 3.15 0.05 68.67 19:00:14 Average: 1 32.14 0.00 3.43 4.28 0.06 60.08 19:00:14 Average: 2 21.14 0.00 2.87 2.26 0.06 73.67 19:00:14 Average: 3 26.59 0.00 2.96 4.77 0.05 65.62 19:00:14 19:00:14 19:00:14