Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587986 - dev-ruby/concurrent-ruby-1.0.2 fails tests on alpha
Summary: dev-ruby/concurrent-ruby-1.0.2 fails tests on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL: https://github.com/ruby-concurrency/c...
Whiteboard:
Keywords:
Depends on:
Blocks: 587756
  Show dependency tree
 
Reported: 2016-07-04 13:56 UTC by Tobias Klausmann (RETIRED)
Modified: 2016-07-10 05:45 UTC (History)
1 user (show)

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


Attachments
build log (dev-ruby:concurrent-ruby-1.0.2:20160704-134911.log,25.19 KB, text/plain)
2016-07-04 13:56 UTC, Tobias Klausmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Klausmann (RETIRED) gentoo-dev 2016-07-04 13:56:11 UTC
Created attachment 439690 [details]
build log

>>> Test phase: dev-ruby/concurrent-ruby-1.0.2
 * Running test phase for ruby20 ...
Run options: exclude {:stress=>true}

Randomized with seed 60070
..................................................F..............................................................................................Good: 9984, Bad (timeout): 16, Ugly: 0
.............................................F..........................................................................................................................................................................................................................*...........................................................................................................................*.....*...*..*.....*.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Pending: (Failures listed here are expected and do not affect your suite's status)

  1) Concurrent::Synchronization Concurrent::Synchronization::LockableObject signaling for now pending, tested pretty well by Event
     # Not yet implemented
     # ./spec/concurrent/synchronization_spec.rb:172

  2) Concurrent::Agent waiting with #await_for! raises an error if restarted with :clear_actions true
     # the timing is nearly impossible
     Failure/Error:
                 pending('the timing is nearly impossible'); fail
                 subject = Agent.new(0, error_mode: :fail)
       
                 subject.send_via(executor){ sleep(0.1) }
                 subject.send_via(executor){ raise StandardError }
                 subject.send_via(executor){ nil }
       
                 t = Thread.new{ subject.restart(42, clear_actions: true) }
       
                 expect {
     
     RuntimeError:
     # ./spec/concurrent/agent_spec.rb:1007:in `block (4 levels) in <module:Concurrent>'

  3) Concurrent::Agent waiting with #wait returns false when timeout is given and restarted with :clear_actions true
     # the timing is nearly impossible
     Failure/Error:
                 pending('the timing is nearly impossible'); fail
                 subject = Agent.new(0, error_mode: :fail)
       
                 subject.send_via(executor){ sleep(0.1) }
                 subject.send_via(executor){ raise StandardError }
                 subject.send_via(executor){ nil }
       
                 t = Thread.new{ subject.restart(42, clear_actions: true) }
                 ok = subject.wait(0.2)
       
     
     RuntimeError:
     # ./spec/concurrent/agent_spec.rb:1093:in `block (4 levels) in <module:Concurrent>'

  4) Concurrent::Agent waiting with #wait blocks forever when timeout is nil and restarted with :clear_actions true
     # the timing is nearly impossible
     Failure/Error:
                 pending('the timing is nearly impossible'); fail
                 subject = Agent.new(0, error_mode: :fail)
       
                 t = Thread.new do
                   subject.send_via(executor){ sleep(0.1) }
                   subject.send_via(executor){ raise StandardError }
                   subject.send_via(executor){ nil }
                   Thread.new{ subject.restart(42, clear_actions: true) }
                   subject.wait(nil)
                 end
     
     RuntimeError:
     # ./spec/concurrent/agent_spec.rb:1058:in `block (4 levels) in <module:Concurrent>'

  5) Concurrent::Agent waiting with #await blocks forever if restarted with :clear_actions true
     # the timing is nearly impossible
     Failure/Error:
                 pending('the timing is nearly impossible'); fail
                 subject = Agent.new(0, error_mode: :fail)
       
                 t = Thread.new do
                   subject.send_via(executor){ sleep(0.1) }
                   subject.send_via(executor){ raise StandardError }
                   subject.send_via(executor){ nil }
                   Thread.new{ subject.restart(42, clear_actions: true) }
                   subject.await
                 end
     
     RuntimeError:
     # ./spec/concurrent/agent_spec.rb:899:in `block (4 levels) in <module:Concurrent>'

  6) Concurrent::Agent waiting with #await_for returns false if restarted with :clear_actions true
     # the timing is nearly impossible
     Failure/Error:
                 pending('the timing is nearly impossible'); fail
                 subject = Agent.new(0, error_mode: :fail)
       
                 subject.send_via(executor){ sleep(0.1) }
                 subject.send_via(executor){ raise StandardError }
                 subject.send_via(executor){ nil }
       
                 t = Thread.new{ subject.restart(42, clear_actions: true) }
                 ok = subject.await_for(0.2)
       
     
     RuntimeError:
     # ./spec/concurrent/agent_spec.rb:954:in `block (4 levels) in <module:Concurrent>'

Failures:

  1) #physical_processor_count retuns a positive integer
     Failure/Error: expect(Concurrent::physical_processor_count).to be >= 1
     
       expected: >= 1
            got:    0
     # ./spec/concurrent/utility/processor_count_spec.rb:15:in `block (2 levels) in <module:Concurrent>'

  2) #processor_count retuns a positive integer
     Failure/Error: expect(Concurrent::processor_count).to be >= 1
     
       expected: >= 1
            got:    0
     # ./spec/concurrent/utility/processor_count_spec.rb:7:in `block (2 levels) in <module:Concurrent>'

Finished in 2 minutes 58.1 seconds (files took 4.2 seconds to load)
1680 examples, 2 failures, 6 pending

Failed examples:

rspec ./spec/concurrent/utility/processor_count_spec.rb:13 # #physical_processor_count retuns a positive integer
rspec ./spec/concurrent/utility/processor_count_spec.rb:5 # #processor_count retuns a positive integer

Randomized with seed 60070



# emerge --info:
Portage 2.3.0_rc1 (python 3.4.3-final-0, default/linux/alpha/13.0, gcc-4.9.3, glibc-2.23-r2, 4.6.0 alpha)
=================================================================
System uname: Linux-4.6.0-alpha-EV68AL-with-gentoo-2.2
KiB Mem:     8303208 total,   1944320 free
KiB Swap:     977912 total,    769824 free
Timestamp of repository gentoo: Mon, 04 Jul 2016 10:45:01 +0000
sh bash 4.3_p42-r2
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r2::gentoo
dev-lang/perl:            5.24.0::gentoo
dev-lang/python:          2.7.11-r2::gentoo, 3.4.3-r7::gentoo
dev-util/cmake:           3.5.2-r1::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.21::gentoo
sys-apps/sandbox:         2.10-r2::gentoo
sys-devel/autoconf:       2.69-r2::gentoo
sys-devel/automake:       1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo, 5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2-r2::gentoo
sys-kernel/linux-headers: 4.6::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync5.de.gentoo.org/gentoo-portage
    priority: -1000

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="alpha ~alpha"
ACCEPT_LICENSE="* -@EULA"
CBUILD="alpha-unknown-linux-gnu"
CFLAGS="-mieee -pipe -O2 -mcpu=ev67"
CHOST="alpha-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-mieee -pipe -O2 -mcpu=ev67"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.netcologne.de/gentoo/"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
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="acl alpha bash-completion berkdb bzip2 cli cracklib crypt cxx dri fortran ftp gdbm iconv ipv6 mmap modules ncurses nls nptl nptlonly offensive pam pcre python readline recode session sharedmem sockets ssl tcpd unicode vim vim-pager xattr zlib" ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Hans de Graaff gentoo-dev Security 2016-07-04 18:41:11 UTC
This happens since the code that tries to determine the processor_count does not have a special case for alpha and none of the default methods work.

I've created a patch using /usr/bin/nproc (as recommended by Tobias on IRC). This has been applied to dev-ruby/concurrent-ruby-1.0.2-r1. I'll create a pull request upstream if this works as expected.
Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2016-07-05 08:50:04 UTC
The -r1 variant works fine on alpha. I'll leave this bug open so we can co-track inclusion/fixing of upstream code.
Comment 3 Hans de Graaff gentoo-dev Security 2016-07-10 05:45:12 UTC
PR has been accepted upstream.