Skip to content

Instantly share code, notes, and snippets.

@v1v
Created April 4, 2022 19:05
Show Gist options
  • Save v1v/134bff92aa320690d74c4ba75641cdf9 to your computer and use it in GitHub Desktop.
Save v1v/134bff92aa320690d74c4ba75641cdf9 to your computer and use it in GitHub Desktop.
mage update build test - x-pack/auditbeat linux
mage update build test
Generated fields.yml for auditbeat to /var/lib/jenkins/workspace/Beats_beats_8.2/src/github.com/elastic/beats/x-pack/auditbeat/fields.yml
>> Building auditbeat.yml for linux/amd64
>> Building auditbeat.reference.yml for linux/amd64
>> Building auditbeat.docker.yml for linux/amd64
exec: go "list" "-m"
>> build: Building auditbeat
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
>> go test: Unit Testing
exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
ok github.com/elastic/beats/v7/x-pack/auditbeat/cache 0.044s
ok github.com/elastic/beats/v7/x-pack/auditbeat/tracing 0.016s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/host 0.073s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/login 0.070s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/process 0.081s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket 0.095s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package 0.083s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/user 0.065s
ok github.com/elastic/beats/v7/x-pack/auditbeat 0.209s
? github.com/elastic/beats/v7/x-pack/auditbeat/cmd [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/include [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns/afpacket [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/guess [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/helper [no test files]
=== Skipped
=== SKIP: x-pack/auditbeat/module/system/package TestRPMPackages (0.00s)
rpm_linux_test.go:20: RPM test only on systems where /var/lib/rpm exists
=== SKIP: x-pack/auditbeat/tracing TestKProbeReal (0.00s)
DONE 95 tests, 2 skipped in 58.497s
>> go test: Unit Test Passed
>> python test: Unit Testing
You are using Python 3.6. This version does not support timestamps with nanosecond precision and the OpenTelemetry SDK will use millisecond precision instead. Please refer to PEP 564 for more information. Please upgrade to Python 3.7 or newer to use nanosecond precision.
====================================================================== test session starts =======================================================================
platform linux -- Python 3.6.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /var/lib/jenkins/workspace/Beats_beats_8.2/src/github.com/elastic/beats, configfile: pytest.ini
plugins: otel-1.0.3, timeout-1.4.2, rerunfailures-9.1.1
timeout: 90.0s
timeout method: signal
timeout func_only: True
collected 23 items
tests/system/test_exports.py ..... [ 21%]
tests/system/test_metricsets.py ..... [ 43%]
tests/system/test_system_socket.py sssssssssssss [100%]
Using on memory OpenTelemetry exporter
Number of spans: 11
------------ generated xml file: /var/lib/jenkins/workspace/Beats_beats_8.2/src/github.com/elastic/beats/x-pack/auditbeat/build/TEST-python-unit.xml -------------
====================================================================== slowest 20 durations ======================================================================
2.04s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_host
0.43s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern_migration
0.42s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern
0.41s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_user
0.39s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_process
0.38s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_login
0.36s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_template
0.31s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_package
0.27s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_config
0.23s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_ilm_policy
(10 durations < 0.005s hidden. Use -vv to show these durations.)
================================================================= 10 passed, 13 skipped in 5.47s =================================================================
>> python test: Unit Testing Complete
>> Building docker images
Building beat
Creating network "auditbeat_8_3_0_c8915eab08-snapshot_default" with the default driver
go: downloading gotest.tools/gotestsum v0.6.0
go: downloading gotest.tools v2.2.0+incompatible
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/tools v0.1.7
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/adriansr/fsnotify v1.4.8-0.20211018144411-a81f2b630e7c
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158
go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading golang.org/x/mod v0.5.1
>> go test: Integration Testing
exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-integration.xml --jsonfile build/TEST-go-integration.out.json -- -tags integration ./...
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading github.com/gofrs/uuid v4.0.0+incompatible
go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/elastic/gopacket v1.1.20-0.20211202005954-d412fca7f83a
go: downloading github.com/miekg/dns v1.1.42
go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
go: downloading github.com/elastic/go-sysinfo v1.7.1
go: downloading github.com/elastic/go-libaudit/v2 v2.2.0
go: downloading github.com/elastic/go-perf v0.0.0-20191212140718-9c656876f595
go: downloading github.com/spf13/cobra v1.3.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading go.elastic.co/ecszap v1.0.0
go: downloading go.uber.org/zap v1.21.0
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading github.com/elastic/go-ucfg v0.8.3
go: downloading github.com/mitchellh/hashstructure v0.0.0-20170116052023-ab25296c0f51
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/elastic/go-seccomp-bpf v1.2.0
go: downloading github.com/google/flatbuffers v1.12.1
go: downloading github.com/h2non/filetype v1.1.1
go: downloading github.com/aws/aws-sdk-go-v2 v0.24.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading github.com/elastic/elastic-agent-client/v7 v7.0.0-20210727140539-f0905d9377f6
go: downloading github.com/shirou/gopsutil/v3 v3.21.12
go: downloading go.elastic.co/apm v1.11.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading go.uber.org/atomic v1.8.0
go: downloading howett.net/plist v0.0.0-20181124034731-591f970eefbb
go: downloading k8s.io/api v0.23.0
go: downloading k8s.io/apimachinery v0.23.0
go: downloading k8s.io/client-go v0.23.0
go: downloading github.com/elastic/go-structform v0.0.9
go: downloading go.elastic.co/apm/module/apmelasticsearch v1.7.2
go: downloading go.elastic.co/apm/module/apmhttp v1.7.2
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/elastic/go-concert v0.2.0
go: downloading github.com/hashicorp/nomad/api v0.0.0-20201203164818-6318a8ac7bf8
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.43.0
go: downloading google.golang.org/protobuf v1.27.1
go: downloading code.cloudfoundry.org/go-loggregator v7.4.0+incompatible
go: downloading github.com/cloudfoundry-community/go-cfclient v0.0.0-20190808214049-35bcce23fc5f
go: downloading github.com/cloudfoundry/noaa v2.1.0+incompatible
go: downloading github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
go: downloading gopkg.in/jcmturner/gokrb5.v7 v7.5.0
go: downloading go.elastic.co/fastjson v1.1.0
go: downloading github.com/docker/docker v20.10.7+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.30.0
go: downloading k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
go: downloading github.com/elastic/gosigar v0.14.2
go: downloading github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
go: downloading github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6
go: downloading github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3
go: downloading github.com/eapache/go-resiliency v1.2.0
go: downloading github.com/elastic/go-lumber v0.1.0
go: downloading github.com/gomodule/redigo v1.8.3
go: downloading github.com/urso/sderr v0.0.0-20210525210834-52b04e8f5c71
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/hashicorp/cronexpr v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/mitchellh/mapstructure v1.4.3
go: downloading code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee
go: downloading code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a
go: downloading github.com/mailru/easyjson v0.7.6
go: downloading github.com/dgraph-io/badger/v3 v3.2103.1
go: downloading github.com/ugorji/go/codec v1.1.8
go: downloading code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
go: downloading github.com/Masterminds/semver v1.4.2
go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/containerd/containerd v1.6.1
go: downloading github.com/docker/distribution v2.8.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/go-cmp v0.5.6
go: downloading github.com/googleapis/gnostic v0.5.5
go: downloading github.com/go-logr/logr v1.2.2
go: downloading github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf
go: downloading github.com/go-sourcemap/sourcemap v2.1.2+incompatible
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/xdg/scram v1.0.3
go: downloading github.com/klauspost/compress v1.13.6
go: downloading github.com/urso/diag v0.0.0-20200210123136-21b3cc8eb797
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.0.0
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.2
go: downloading github.com/pierrec/lz4 v2.6.0+incompatible
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/dgraph-io/ristretto v0.1.0
go: downloading go.opencensus.io v0.23.0
go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading gopkg.in/jcmturner/dnsutils.v1 v1.0.1
go: downloading gopkg.in/jcmturner/goidentity.v3 v3.0.0
go: downloading github.com/xdg/stringprep v1.0.3
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.2
go: downloading github.com/elastic/glog v1.0.1-0.20210831205241-7d8b5c89dfc4
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading gopkg.in/jcmturner/aescts.v1 v1.0.1
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading gopkg.in/jcmturner/rpc.v1 v1.1.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
ok github.com/elastic/beats/v7/x-pack/auditbeat/cache 0.060s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/host 0.084s
ok github.com/elastic/beats/v7/x-pack/auditbeat/tracing 0.037s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/login 0.058s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/process 0.073s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package 0.060s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket 0.094s
ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/user 0.034s
ok github.com/elastic/beats/v7/x-pack/auditbeat 0.194s
? github.com/elastic/beats/v7/x-pack/auditbeat/cmd [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/include [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns/afpacket [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/guess [no test files]
? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/helper [no test files]
=== Skipped
=== SKIP: x-pack/auditbeat/module/system/package TestRPMPackages (0.00s)
rpm_linux_test.go:20: RPM test only on systems where /var/lib/rpm exists
=== SKIP: x-pack/auditbeat/tracing TestKProbeReal (0.00s)
DONE 95 tests, 2 skipped in 75.660s
>> go test: Integration Test Passed
go: downloading github.com/elastic/go-seccomp-bpf v1.2.0
go: downloading github.com/google/flatbuffers v1.12.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/elastic/go-libaudit/v2 v2.2.0
go: downloading github.com/adriansr/fsnotify v1.4.8-0.20211018144411-a81f2b630e7c
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/h2non/filetype v1.1.1
go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
go: downloading github.com/spf13/cobra v1.3.0
go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
go: downloading github.com/elastic/go-ucfg v0.8.3
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading go.elastic.co/ecszap v1.0.0
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/elastic/go-sysinfo v1.7.1
go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158
go: downloading github.com/gofrs/uuid v4.0.0+incompatible
go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: downloading github.com/elastic/go-perf v0.0.0-20191212140718-9c656876f595
go: downloading github.com/aws/aws-sdk-go-v2 v0.24.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading github.com/elastic/elastic-agent-client/v7 v7.0.0-20210727140539-f0905d9377f6
go: downloading github.com/mitchellh/hashstructure v0.0.0-20170116052023-ab25296c0f51
go: downloading github.com/shirou/gopsutil/v3 v3.21.12
go: downloading github.com/gofrs/flock v0.8.1
go: downloading go.elastic.co/apm v1.11.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading go.uber.org/atomic v1.8.0
go: downloading github.com/elastic/gopacket v1.1.20-0.20211202005954-d412fca7f83a
go: downloading github.com/miekg/dns v1.1.42
go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading github.com/hashicorp/nomad/api v0.0.0-20201203164818-6318a8ac7bf8
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.43.0
go: downloading google.golang.org/protobuf v1.27.1
go: downloading code.cloudfoundry.org/go-loggregator v7.4.0+incompatible
go: downloading github.com/cloudfoundry-community/go-cfclient v0.0.0-20190808214049-35bcce23fc5f
go: downloading github.com/cloudfoundry/noaa v2.1.0+incompatible
go: downloading github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
go: downloading github.com/elastic/go-structform v0.0.9
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading k8s.io/api v0.23.0
go: downloading k8s.io/apimachinery v0.23.0
go: downloading k8s.io/client-go v0.23.0
go: downloading go.elastic.co/apm/module/apmelasticsearch v1.7.2
go: downloading go.elastic.co/apm/module/apmhttp v1.7.2
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/elastic/go-concert v0.2.0
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading gopkg.in/jcmturner/gokrb5.v7 v7.5.0
go: downloading howett.net/plist v0.0.0-20181124034731-591f970eefbb
go: downloading go.elastic.co/fastjson v1.1.0
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/hashicorp/cronexpr v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/mitchellh/mapstructure v1.4.3
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee
go: downloading code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a
go: downloading github.com/mailru/easyjson v0.7.6
go: downloading github.com/dgraph-io/badger/v3 v3.2103.1
go: downloading github.com/ugorji/go/codec v1.1.8
go: downloading code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
go: downloading github.com/Masterminds/semver v1.4.2
go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/docker/docker v20.10.7+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
go: downloading github.com/elastic/gosigar v0.14.2
go: downloading github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
go: downloading github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/urso/sderr v0.0.0-20210525210834-52b04e8f5c71
go: downloading github.com/elastic/go-lumber v0.1.0
go: downloading github.com/gomodule/redigo v1.8.3
go: downloading github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3
go: downloading github.com/eapache/go-resiliency v1.2.0
go: downloading k8s.io/klog/v2 v2.30.0
go: downloading k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/dgraph-io/ristretto v0.1.0
go: downloading go.opencensus.io v0.23.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/containerd/containerd v1.6.1
go: downloading github.com/docker/distribution v2.8.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/go-cmp v0.5.6
go: downloading github.com/urso/diag v0.0.0-20200210123136-21b3cc8eb797
go: downloading github.com/klauspost/compress v1.13.6
go: downloading github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf
go: downloading github.com/go-sourcemap/sourcemap v2.1.2+incompatible
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/xdg/scram v1.0.3
go: downloading github.com/go-logr/logr v1.2.2
go: downloading github.com/googleapis/gnostic v0.5.5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.0.0
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.2
go: downloading github.com/pierrec/lz4 v2.6.0+incompatible
go: downloading github.com/elastic/glog v1.0.1-0.20210831205241-7d8b5c89dfc4
go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading gopkg.in/jcmturner/dnsutils.v1 v1.0.1
go: downloading gopkg.in/jcmturner/goidentity.v3 v3.0.0
go: downloading github.com/xdg/stringprep v1.0.3
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.2
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading gopkg.in/jcmturner/rpc.v1 v1.1.0
go: downloading gopkg.in/jcmturner/aescts.v1 v1.0.1
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
>> python test: Integration Testing
====================================================================== test session starts =======================================================================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /go/src/github.com/elastic/beats, configfile: pytest.ini
plugins: otel-1.0.3, timeout-1.4.2, rerunfailures-9.1.1
timeout: 90.0s
timeout method: signal
timeout func_only: True
collected 23 items
tests/system/test_exports.py ..... [ 21%]
tests/system/test_metricsets.py ..... [ 43%]
tests/system/test_system_socket.py ............. [100%]
Using on memory OpenTelemetry exporter
Number of spans: 24
---------------------------- generated xml file: /go/src/github.com/elastic/beats/x-pack/auditbeat/build/TEST-python-integration.xml -----------------------------
====================================================================== slowest 20 durations ======================================================================
18.46s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_dns_long_request
8.65s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_multi_udp_upv4
8.52s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_tcp_ipv4
8.50s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_connected_udp_ipv4
8.50s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_dns_enrichment
8.49s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_dns_udp_ipv6
8.44s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_no_dns_enrichment
8.43s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_connected_udp_ipv6
8.41s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_udp_ipv6
8.32s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_udp_ipv4
8.27s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_dns_unidirectional_udp
7.69s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_udp_ipv6_disabled
7.62s call x-pack/auditbeat/tests/system/test_system_socket.py::Test::test_tcp_ipv6_disabled
1.87s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_host
0.42s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern_migration
0.42s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern
0.38s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_login
0.37s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_template
0.30s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_process
0.29s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_package
================================================================= 23 passed in 123.54s (0:02:03) =================================================================
>> python test: Integration Testing Complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment