qwertzuiopy / Libellus

A DnD lexicon / wiki.
GNU General Public License v3.0
18 stars 0 forks source link

Test failed #11

Open Rirusha opened 3 weeks ago

Rirusha commented 3 weeks ago
Log of Meson test suite run on 2024-11-05T22:53:57.376255

Inherited environment: SHELL=/bin/bash SESSION_MANAGER=local/sakura:@/tmp/.ICE-unix/2536,unix/sakura:/tmp/.ICE-unix/2536 COLORTERM=truecolor LESS=-MM XDG_MENU_PREFIX=gnome- G_BROKEN_FILENAMES=1 PTYXIS_PROFILE=b77a8c85114f02f49441502c66dfe589 HOSTNAME=sakura HISTSIZE=999 JAVA_HOME=/usr/lib/jvm/jre SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh XMODIFIERS=@im=ibus DESKTOP_SESSION=gnome GPG_TTY=/dev/pts/4 PWD=/home/rirusha/Sandbox/Libellus XDG_SESSION_DESKTOP=gnome LOGNAME=rirusha XDG_SESSION_TYPE=wayland SYSTEMD_EXEC_PID=3016 XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.TY4KW2 GDM_LANG=en_US.UTF-8 HOME=/home/rirusha USERNAME=rirusha SSH_ASKPASS=/usr/lib/openssh/ssh-askpass LANG=en_US.UTF-8 XDG_CURRENT_DESKTOP=GNOME VTE_VERSION=7801 WAYLAND_DISPLAY=wayland-0 TMPDIR=/tmp/.private/rirusha INVOCATION_ID=340427da8a024c77b2e783906fa813f5 MANAGERPID=2429 GNOME_SETUP_DISPLAY=:1 XDG_SESSION_CLASS=user TERM=xterm-256color G_FILENAME_ENCODING=utf8 LESSOPEN='|/usr/share/less/lesspipe.sh %s' USER=rirusha DISPLAY=:0 SHLVL=1 BASH_ENV=/home/rirusha/.bashrc QT_IM_MODULE=ibus SYSTEMD_PAGER='/usr/bin/less -FR' XDG_RUNTIME_DIR=/run/user/1000 JOURNAL_STREAM=9:22240 XDG_DATA_DIRS=/home/rirusha/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/ TMP=/tmp/.private/rirusha PATH=/home/rirusha/bin:/usr/bin:/bin:/usr/local/bin:/usr/games GDMSESSION=gnome HISTFILESIZE=9999 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus MAIL=/var/mail/rirusha PTYXIS_VERSION=47.4 LESSKEY=/etc/.less _=/usr/bin/meson OLDPWD=/home/rirusha/Sandbox 

==================================== 1/2 =====================================
test:         Validate desktop file
start time:   19:53:57
duration:     0.01s
result:       exit status 0
command:      ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=32 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/desktop-file-validate data/de.hummdudel.Libellus.desktop
==============================================================================

==================================== 2/2 =====================================
test:         Validate schema file
start time:   19:53:57
duration:     0.01s
result:       exit status 1
command:      ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=183 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/glib-compile-schemas --strict --dry-run /home/rirusha/Sandbox/Libellus/data
----------------------------------- stderr -----------------------------------
/home/rirusha/Sandbox/Libellus/data/de.hummdudel.Libellus.gschema.xml:4:41  Error on line 4 char 41: Element <file> not allowed inside <schema>.  --strict was specified; exiting.
==============================================================================

Summary of Failures:

2/2 Validate schema file  FAIL            0.01s   exit status 1

Ok:                 1   
Expected Fail:      0   
Fail:               1   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   
Rirusha commented 3 weeks ago

Do you really need gschema?

qwertzuiopy commented 2 weeks ago

I am confused how you got these test results. What command did you run? I don't think gschema is necessary per se, it was just the first way I found to install custom icons and use them with gtk4.

Rirusha commented 2 weeks ago
meson setup _build
ninja test -C _build
Rirusha commented 2 weeks ago

I don't think gschema is necessary per se, it was just the first way I found to install custom icons and use them with gtk4.

I agree