Log of Meson test suite run on 2023-08-25T09:44:54.801948

==================================== 1/5 =====================================
test:         validate-desktop
start time:   07:44:54
duration:     0.02s
result:       exit status 0
command:      MALLOC_PERTURB_=189 /usr/bin/desktop-file-validate /var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/data/io.github.seadve.Kooha.desktop
----------------------------------- stdout -----------------------------------
/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/data/io.github.seadve.Kooha.desktop: hint: value item "Recorder" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Audio, or Video, or AudioVideo
==============================================================================

==================================== 2/5 =====================================
test:         validate-appdata
start time:   07:44:54
duration:     0.02s
result:       exit status 0
command:      MALLOC_PERTURB_=132 /usr/bin/appstream-util validate --nonet /var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/data/io.github.seadve.Kooha.metainfo.xml
----------------------------------- stdout -----------------------------------
/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/data/io.github.seadve.Kooha.metainfo.xml: OK
==============================================================================

==================================== 3/5 =====================================
test:         validate-gschema
start time:   07:44:54
duration:     0.01s
result:       exit status 0
command:      MALLOC_PERTURB_=207 /usr/bin/glib-compile-schemas --strict --dry-run /var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/data
==============================================================================

==================================== 4/5 =====================================
test:         cargo-clippy
start time:   07:44:54
duration:     0.02s
result:       exit status 101
command:      MALLOC_PERTURB_=15 PATH=/app/bin:/usr/bin:/usr/lib/sdk/llvm14/bin:/usr/lib/sdk/rust-stable/bin CARGO_HOME=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/cargo-home /usr/bin/cargo clippy --manifest-path=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/Cargo.toml --target-dir=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/src
----------------------------------- stderr -----------------------------------
error: no such command: `clippy`

	View all installed commands with `cargo --list`
==============================================================================

==================================== 5/5 =====================================
test:         cargo-test
start time:   07:44:54
duration:     83.68s
result:       exit status 101
command:      RUST_BACKTRACE=1 PATH=/app/bin:/usr/bin:/usr/lib/sdk/llvm14/bin:/usr/lib/sdk/rust-stable/bin MALLOC_PERTURB_=196 CARGO_HOME=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/cargo-home /usr/bin/cargo test --manifest-path=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/Cargo.toml --target-dir=/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/src -- --nocapture
----------------------------------- stdout -----------------------------------

running 37 tests
test pipeline::test::even_round_to_even ... ok
test pipeline::test::even_round_to_even_f32 ... ok
test pipeline::test::odd_round_to_even ... ok
test pipeline::test::float_round_to_even_f32 ... ok
test pipeline::test::odd_round_to_even_f32 ... ok
test profile::tests::id_validity ... ok
test profile::tests::is_experimental_test ... ok
test screencast_session::handle_token::tests::to_variant ... ok
test screencast_session::handle_token::tests::uniqueness ... ok
test screencast_session::tests::get_variant_ok ... ok
test screencast_session::tests::get_variant_wrong_type ... ok
test recording::tests::duration ... ok
test screencast_session::types::tests::stream_static_variant_type ... ok
test screencast_session::types::tests::stream_from_variant_optional ... ok
test screencast_session::types::tests::stream_from_variant ... ok
test screencast_session::variant_dict::tests::builder ... ok
test screencast_session::variant_dict::tests::empty ... ok
test screencast_session::variant_dict::tests::from_variant ... ok
test screencast_session::variant_dict::tests::get_flatten_missing ... ok
test screencast_session::variant_dict::tests::get_flatten_ok ... ok
test screencast_session::variant_dict::tests::get_flatten_wrong_type ... ok
test screencast_session::variant_dict::tests::get_missing ... ok
test screencast_session::variant_dict::tests::get_ok ... ok
test screencast_session::variant_dict::tests::get_wrong_type ... ok
test screencast_session::variant_dict::tests::static_variant_type ... ok
test screencast_session::variant_dict::tests::to_variant ... ok
test window::tests::format_time_less_than_1_hour ... ok
test window::tests::format_time_more_than_1_hour ... ok
----------------------------------- stderr -----------------------------------
   Compiling proc-macro2 v1.0.43
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.4
   Compiling syn v1.0.99
   Compiling serde_derive v1.0.144
   Compiling serde v1.0.144
   Compiling pkg-config v0.3.25
   Compiling heck v0.4.0
   Compiling smallvec v1.9.0
   Compiling version-compare v0.1.0
   Compiling autocfg v1.1.0
   Compiling libc v0.2.132
   Compiling thiserror v1.0.35
   Compiling version_check v0.9.4
   Compiling once_cell v1.14.0
   Compiling futures-core v0.3.24
   Compiling anyhow v1.0.65
   Compiling futures-task v0.3.24
   Compiling pin-project-lite v0.2.9
   Compiling futures-util v0.3.24
   Compiling futures-channel v0.3.24
   Compiling pin-utils v0.1.0
   Compiling bitflags v1.3.2
   Compiling gio v0.16.7
   Compiling cfg-if v1.0.0
   Compiling futures-io v0.3.24
   Compiling ucd-trie v0.1.5
   Compiling memchr v2.5.0
   Compiling paste v1.0.9
   Compiling iana-time-zone v0.1.48
   Compiling pretty-hex v0.3.0
   Compiling muldiv v1.0.0
   Compiling atomic_refcell v0.1.8
   Compiling lazy_static v1.4.0
   Compiling temp-dir v0.1.11
   Compiling log v0.4.17
   Compiling cc v1.0.73
   Compiling regex-syntax v0.6.27
   Compiling color_quant v1.1.0
   Compiling weezl v0.1.7
   Compiling fragile v2.0.0
   Compiling ansi_term v0.12.1
   Compiling sharded-slab v0.1.4
   Compiling tracing-core v0.1.29
   Compiling thread_local v1.1.4
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro-error v1.0.4
   Compiling libpulse-sys v1.19.3
   Compiling libpulse-mainloop-glib-sys v1.19.2
   Compiling slab v0.4.7
   Compiling num-traits v0.2.15
   Compiling num-integer v0.1.45
   Compiling num-rational v0.4.1
   Compiling memoffset v0.6.5
   Compiling cfg-expr v0.10.3
   Compiling gif v0.12.0
   Compiling option-operations v0.5.0
   Compiling aho-corasick v0.7.19
   Compiling tracing-log v0.1.3
   Compiling tracing-subscriber v0.3.15
   Compiling gettext-sys v0.21.3
   Compiling chrono v0.4.22
   Compiling regex v1.6.0
   Compiling gst-plugin-version-helper v0.7.3
   Compiling gst-plugin-gtk4 v0.9.3
   Compiling gst-plugin-gif v0.9.2
   Compiling locale_config v0.3.0
   Compiling gettext-rs v0.7.0
   Compiling thiserror-impl v1.0.35
   Compiling futures-macro v0.3.24
   Compiling num-derive v0.3.3
   Compiling tracing-attributes v0.1.22
   Compiling pest v2.3.1
   Compiling tracing v0.1.36
   Compiling libpulse-binding v2.26.0
   Compiling semver-parser v0.10.2
   Compiling semver v0.11.0
   Compiling rustc_version v0.3.3
   Compiling field-offset v0.3.4
   Compiling futures-executor v0.3.24
   Compiling toml v0.5.9
   Compiling quick-xml v0.25.0
   Compiling system-deps v6.0.2
   Compiling proc-macro-crate v1.2.1
   Compiling gsettings-macro v0.1.14
   Compiling glib-macros v0.16.3
   Compiling gtk4-macros v0.5.4
   Compiling glib-macros v0.15.11
   Compiling glib-sys v0.16.3
   Compiling gobject-sys v0.16.3
   Compiling gio-sys v0.16.3
   Compiling cairo-sys-rs v0.16.3
   Compiling pango-sys v0.16.3
   Compiling gdk-pixbuf-sys v0.16.3
   Compiling gdk4-sys v0.5.4
   Compiling gstreamer-sys v0.19.4
   Compiling gstreamer-base-sys v0.19.3
   Compiling graphene-sys v0.16.3
   Compiling gsk4-sys v0.5.4
   Compiling gtk4-sys v0.5.4
   Compiling gstreamer-video-sys v0.19.4
   Compiling glib-sys v0.15.10
   Compiling gstreamer-audio-sys v0.19.4
   Compiling gobject-sys v0.15.10
   Compiling libadwaita-sys v0.2.1
   Compiling gdk4-wayland-sys v0.5.4
   Compiling gdk4-x11-sys v0.5.4
   Compiling gstreamer-pbutils-sys v0.19.2
   Compiling glib v0.15.12
   Compiling glib v0.16.7
   Compiling libpulse-glib-binding v2.25.1
   Compiling cairo-rs v0.16.7
   Compiling gstreamer v0.19.4
   Compiling graphene-rs v0.16.3
   Compiling gstreamer-base v0.19.3
   Compiling gstreamer-video v0.19.4
   Compiling gstreamer-audio v0.19.4
   Compiling pango v0.16.5
   Compiling gdk-pixbuf v0.16.7
   Compiling gstreamer-pbutils v0.19.2
   Compiling gdk4 v0.5.4
   Compiling gsk4 v0.5.4
   Compiling gdk4-x11 v0.5.4
   Compiling gdk4-wayland v0.5.4
   Compiling gtk4 v0.5.4
   Compiling libadwaita v0.2.1
   Compiling kooha v2.2.3 (/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3)
    Finished test [unoptimized + debuginfo] target(s) in 1m 23s
     Running unittests src/main.rs (src/debug/deps/kooha-7fc351ab369bffc8)
thread 'element_properties::tests::element_properties' panicked at 'GStreamer has not been initialized. Call `gst::init` first.', /var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/vendor/gstreamer/src/structure.rs:56:9
stack backtrace:
thread 'profile::tests::incompatibles' panicked at 'GStreamer has not been initialized. Call `gst::init` first.', /var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/vendor/gstreamer/src/structure.rs:56:9

(kooha-7fc351ab369bffc8:3841): GLib-GIO-ERROR **: 09:46:18.488: Settings schema 'io.github.seadve.Kooha' is not installed
error: test failed, to rerun pass `--bin kooha`

Caused by:
  process didn't exit successfully: `/var/tmp/portage/media-video/kooha-2.2.3/work/kooha-2.2.3/build/src/debug/deps/kooha-7fc351ab369bffc8 --nocapture` (signal: 5, SIGTRAP: trace/breakpoint trap)
==============================================================================


Summary of Failures:

4/5 cargo-clippy     FAIL             0.02s   exit status 101
5/5 cargo-test       FAIL            83.68s   exit status 101

Ok:                 3   
Expected Fail:      0   
Fail:               2   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0