Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693606 - dev-libs/gjs-1.56.2 fails some installed-tests/js/testGDBus.js tests
Summary: dev-libs/gjs-1.56.2 fails some installed-tests/js/testGDBus.js tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-09-06 15:10 UTC by tka
Modified: 2021-01-10 21:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
test-suite.log (test-suite.log,226.43 KB, text/plain)
2019-09-06 15:10 UTC, tka
Details
build.log (build.log,422.94 KB, text/plain)
2019-09-06 15:12 UTC, tka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tka 2019-09-06 15:10:41 UTC
Created attachment 589174 [details]
test-suite.log

A connection to the bus can't be made
dbus-daemon[2539]: [session uid=250 pid=2539] Activating service name='org.gtk.vfs.Daemon' requested by ':1.0' (uid=250 pid=2543 comm="/var/tmp/portage/dev-libs/gjs-1.56.2/work/gjs-1.56")
dbus-daemon[2539]: [session uid=250 pid=2539] Successfully activated service 'org.gtk.vfs.Daemon'
PASS: installed-tests/js/testGDBus.js 1 Exported DBus object can call a remote method
PASS: installed-tests/js/testGDBus.js 2 Exported DBus object can call a remote method when not using makeProxyWrapper
PASS: installed-tests/js/testGDBus.js 3 Exported DBus object can handle an exception thrown by a remote method
PASS: installed-tests/js/testGDBus.js 4 Exported DBus object can still destructure the return value when an exception is thrown
PASS: installed-tests/js/testGDBus.js 5 Exported DBus object throws an exception when trying to call a method that does not exist
PASS: installed-tests/js/testGDBus.js 6 Exported DBus object can pass a parameter to a remote method that is not a JSON object
PASS: installed-tests/js/testGDBus.js 7 Exported DBus object can call a remote method with no in parameter
PASS: installed-tests/js/testGDBus.js 8 Exported DBus object can call a remote method with multiple in parameters
PASS: installed-tests/js/testGDBus.js 9 Exported DBus object can call a remote method with no return value
PASS: installed-tests/js/testGDBus.js 10 Exported DBus object can emit a DBus signal
PASS: installed-tests/js/testGDBus.js 11 Exported DBus object can call a remote method with multiple return values
PASS: installed-tests/js/testGDBus.js 12 Exported DBus object does not coalesce one array into the array of return values
PASS: installed-tests/js/testGDBus.js 13 Exported DBus object does not coalesce an array of arrays into the array of return values
PASS: installed-tests/js/testGDBus.js 14 Exported DBus object can return multiple arrays from a remote method
PASS: installed-tests/js/testGDBus.js 15 Exported DBus object handles a bad signature by throwing an exception
PASS: installed-tests/js/testGDBus.js 16 Exported DBus object can call a remote method that is implemented asynchronously
PASS: installed-tests/js/testGDBus.js 17 Exported DBus object can send and receive bytes from a remote method
PASS: installed-tests/js/testGDBus.js 18 Exported DBus object can call a remote method that returns an array of structs
PASS: installed-tests/js/testGDBus.js 19 Exported DBus object can send and receive dicts from a remote method
FAIL: installed-tests/js/testGDBus.js 20 Exported DBus object can call a remote method with a Unix FD
FAIL: installed-tests/js/testGDBus.js 21 Exported DBus object can call an asynchronously implemented remote method with a Unix FD
FAIL: installed-tests/js/testGDBus.js 22 Exported DBus object can call a remote method that returns a Unix FD
FAIL: installed-tests/js/testGDBus.js 23 Exported DBus object can call an asynchronously implemented remote method that returns a Unix FD
PASS: installed-tests/js/testGDBus.js 24 Exported DBus object throws an exception when not passing a Gio.UnixFDList to a method that requires one
PASS: installed-tests/js/testGDBus.js 25 Exported DBus object throws an exception when passing a handle out of range of a Gio.UnixFDList
ERROR: installed-tests/js/testGDBus.js - exited with status 1


============================================================================
Testsuite summary for gjs 1.56.2
============================================================================
# TOTAL: 912
# PASS:  881
# SKIP:  26
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 1
============================================================================
See ./test-suite.log
Please report to https://gitlab.gnome.org/GNOME/gjs/issues
============================================================================


And here is the relevant part of the test-suite.log:

FAIL: installed-tests/js/testGDBus.js 20 Exported DBus object can call a remote method with a Unix FD
# Message: TypeError: GjsPrivate.open_bytes is not a function in ./installed-tests/js/testGDBus.js (line 539)
# Stack:
#   @./installed-tests/js/testGDBus.js:539:20
not ok 21 Exported DBus object can call an asynchronously implemented remote method with a Unix FD
FAIL: installed-tests/js/testGDBus.js 21 Exported DBus object can call an asynchronously implemented remote method with a Unix FD
# Message: TypeError: GjsPrivate.open_bytes is not a function in ./installed-tests/js/testGDBus.js (line 551)
# Stack:
    JS G BXD: Defining method get_data_as_bytes in prototype for GLib.Variant

(process:2543): Gjs-WARNING **: 16:57:05.017: JS ERROR: Exception in method call: fdOut: TypeError: GjsPrivate.open_bytes is not a function
fdOut@./installed-tests/js/testGDBus.js:239:20
_handleMethodCall@resource:///org/gnome/gjs/modules/overrides/Gio.js:309:69
_wrapJSObject/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:384:16
@<jasmine-start>:12:1


(process:2543): Gjs-WARNING **: 16:57:05.020: JS ERROR: TypeError: outFdList is null
@./installed-tests/js/testGDBus.js:571:19
asyncCallback@resource:///org/gnome/gjs/modules/overrides/Gio.js:133:13
@<jasmine-start>:12:1

#   @./installed-tests/js/testGDBus.js:551:20
not ok 22 Exported DBus object can call a remote method that returns a Unix FD
FAIL: installed-tests/js/testGDBus.js 22 Exported DBus object can call a remote method that returns a Unix FD
# Message: Expected Gio.IOErrorEnum: GDBus.Error:org.gnome.gjs.JSError.TypeError: GjsPrivate.open_bytes is not a function to be null.
# Stack:
#   @./installed-tests/js/testGDBus.js:570:13
#   asyncCallback@resource:///org/gnome/gjs/modules/overrides/Gio.js:133:13
# Message: Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in resource:///org/gjs/jsunit/jasmine.js (line 1973)
# Stack:

(process:2543): Gjs-WARNING **: 16:57:10.041: JS ERROR: TypeError: GjsPrivate.open_bytes is not a function
fdOut2Async/<@./installed-tests/js/testGDBus.js:246:24
@<jasmine-start>:12:1

#   
not ok 23 Exported DBus object can call an asynchronously implemented remote method that returns a Unix FD
FAIL: installed-tests/js/testGDBus.js 23 Exported DBus object can call an asynchronously implemented remote method that returns a Unix FD
# Message: Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in resource:///org/gjs/jsunit/jasmine.js (line 1973)
# Stack:
#   
     JS G NS: Found info type OBJECT for 'UnixFDList' in namespace 'Gio'
    JS G OBJ: Defined class for UnixFDList (GUnixFDList), prototype 0x7f54360a5c40, JSClass 0x7f543cfe5b60, in object 0x7f54360a5310
     JS G NS: Found info type OBJECT for 'Cancellable' in namespace 'Gio'
    JS G OBJ: Defined class for Cancellable (GCancellable), prototype 0x7f54360a5d30, JSClass 0x7f543cfe5b60, in object 0x7f54360a5310
    JS G BXD: Defining method get_handle in prototype for GLib.Variant
    JS G OBJ: Defining method get_length in prototype for GUnixFDList (Gio.UnixFDList)
o
Comment 1 tka 2019-09-06 15:12:46 UTC
Created attachment 589176 [details]
build.log

# emerge -pqv '=dev-libs/gjs-1.56.2::gentoo'
[ebuild     U ] dev-libs/gjs-1.56.2 [1.54.3] USE="cairo gtk readline test -examples" 


# emerge --info '=dev-libs/gjs-1.56.2::gentoo'
Portage 2.3.75 (python 3.6.9-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-9.2.0, glibc-2.29-r5, 5.2.11 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.2.11-x86_64-Intel-R-_Core-TM-_i7-3720QM_CPU_@_2.60GHz-with-gentoo-2.6
KiB Mem:    16383148 total,   5380176 free
KiB Swap:   17825788 total,  17825788 free
Timestamp of repository gentoo: Fri, 06 Sep 2019 14:30:01 +0000
Head commit of repository gentoo: ed48eaae4094b07544aa9fd627f038a57f02102a
sh bash 5.0_p11
ld GNU ld (Gentoo 2.32 p2) 2.32.0
app-shells/bash:          5.0_p11::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.0::gentoo
dev-lang/python:          2.7.16::gentoo, 3.6.9::gentoo
dev-util/cmake:           3.15.3::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.32-r1::gentoo
sys-devel/gcc:            8.3.0-r1::gentoo, 9.2.0::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.2::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24

local
    location: /var/lib/portage-local/local
    masters: gentoo
    priority: 0

testing
    location: /var/lib/portage-local/testing
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS=""
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 acl acpi alsa amd64 avx bzip2 cairo caps cdda cddb cdparanoia crypt cups cxx dbus dri dts dvd fam ffmpeg fftw flac fontconfig gif gimp gmp gnutls gtk hardened iconv icu idn ipv6 jpeg lame lcms libnotify libtirpc lzma mad matroska mmap mmx mmxext mp3 mpeg ncurses networkmanager nptl ogg opengl openmp pam pcre pie png policykit ppds readline sasl sdl seccomp split-usr sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg test theora threads tiff truetype udev udisks unicode upower vaapi vorbis wayland x264 xattr xcb xinerama xml xtpax xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx f16c mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="i965 intel nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS