Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489620 - dev-python/oct2py-1.0.0 fails tests
Summary: dev-python/oct2py-1.0.0 fails tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 20:00 UTC by eroen
Modified: 2015-10-21 13:42 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,12.77 KB, text/plain)
2013-10-27 20:00 UTC, eroen
Details
build.log python2_7 (build.log.python2_7,6.55 KB, text/plain)
2013-10-27 20:02 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2013-10-27 20:00:31 UTC
Created attachment 362092 [details]
build.log

dev-python/oct2py-1.0.0 fails tests. 

With PYTHON_TARGETS="python2_7" only the "Testing help command" test fails.


 * python3_3: running distutils-r1_run_phase python_test
FFFF...F.................................................
======================================================================
FAIL: Doctest: oct2py.session.Oct2Py.call
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/doctest.py", line 2154, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for oct2py.session.Oct2Py.call
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 107, in call

----------------------------------------------------------------------
File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 148, in oct2py.session.Oct2Py.call
Failed example:
    print(U, S, V)
Expected:
    (array([[-0.57604844, -0.81741556],
           [-0.81741556,  0.57604844]]), array([[ 3.86432845,  0.        ],
           [ 0.        ,  0.25877718]]), array([[-0.36059668, -0.93272184],
           [-0.93272184,  0.36059668]]))
Got:
    [[-0.57604844 -0.81741556]
     [-0.81741556  0.57604844]] [[ 3.86432845  0.        ]
     [ 0.          0.25877718]] [[-0.36059668 -0.93272184]
     [-0.93272184  0.36059668]]


======================================================================
FAIL: Doctest: oct2py.session.Oct2Py.get
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/doctest.py", line 2154, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for oct2py.session.Oct2Py.get
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 238, in get

----------------------------------------------------------------------
File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 263, in oct2py.session.Oct2Py.get
Failed example:
    octave.get(['x', 'y'])
Expected:
    (u'spam', array([[1, 2, 3, 4]]))
Got:
    ('spam', array([[1, 2, 3, 4]]))


======================================================================
FAIL: Doctest: oct2py.session.Oct2Py.put
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/doctest.py", line 2154, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for oct2py.session.Oct2Py.put
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 206, in put

----------------------------------------------------------------------
File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 225, in oct2py.session.Oct2Py.put
Failed example:
    octave.get(['x', 'y'])
Expected:
    (u'spam', array([[1, 2, 3, 4]]))
Got:
    ('spam', array([[1, 2, 3, 4]]))


======================================================================
FAIL: Doctest: oct2py.session.Oct2Py.run
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.3/doctest.py", line 2154, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for oct2py.session.Oct2Py.run
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 67, in run

----------------------------------------------------------------------
File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/session.py", line 99, in oct2py.session.Oct2Py.run
Failed example:
    octave.run('x = mean([[1, 2], [3, 4]])')
Expected:
    u'x =  2.5000'
Got:
    'x =  2.5000'


======================================================================
FAIL: Testing help command
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/tests/test_oct2py.py", line 611, in test_help
    self.assertEqual(out[:5], '\ncos ')
AssertionError: "\n'cos" != '\ncos '
  
- 'cos? -
+ cos ?    +


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/tests/test_oct2py.py", line 613, in test_help
    self.assertEqual(out[:5], '\n`cos')
AssertionError: "\n'cos" != '\n`cos'
  
- 'cos? ^
+ `cos? ^


----------------------------------------------------------------------
Ran 57 tests in 498.117s

FAILED (failures=5)
 * ERROR: dev-python/oct2py-1.0.0::gentoo failed (test phase):
 *   Tests fail with python3.3


eroen@falcon ~/bugs/oct2py-2013-10-27 $ emerge --info '=dev-python/oct2py-1.0.0::gentoo'
Portage 2.2.7 (default/linux/amd64/13.0, gcc-4.8.1, glibc-2.17, 3.10.7-e6-falcon0+ x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.10.7-e6-falcon0+-x86_64-Intel-R-_Core-TM-2_Quad_CPU_@_2.40GHz-with-gentoo-2.2
KiB Mem:     4038272 total,   1498372 free
KiB Swap:    8388604 total,   5471020 free
Timestamp of tree: Sun, 27 Oct 2013 00:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 3.1.9 [disabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.5-r4, 3.2.5-r3, 3.3.2-r2
dev-util/ccache:          3.1.9-r3
dev-util/cmake:           2.8.12
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.3
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.5.4, 4.6.4, 4.7.3-r1, 4.8.1-r1
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.11 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo gamerlay eroen
ACCEPT_KEYWORDS="amd64 ~amd64 ~x86"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
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=core2 -O2 -pipe"
DISTDIR="/var/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 3 --nospinner --quiet-build --with-bdeps=y --binpkg-respect-use y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs 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="/var/temdist/ /var/distfiles-occam/ http://mirrors.eu.kernel.org/gentoo/ http://mirrors.kernel.org/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/gamerlay /var/lib/layman/eroen"
SYNC="rsync://mirrors.eu.kernel.org/gentoo-portage/"
USE="X a52 aac aacs accessibility acl adns alsa amd64 ao atm berkdb bluray bs2b bzip2 cairo calendar canberra caps cdda cdio cdparanoia cdr cli corefonts cracklib crypt css cue cups curl cxx dbus dia dirac djvu dmapi dri dts dvd dvdnav dvi ebook eigen exif faac fam fbcondecor ffmpeg fftw fits flac fontconfig fortran fuse g3dvl gcrypt gd gdbm gif gimp git gmp gnutls gold gstreamer hdri highlight iconv icu id3tag idn imagemagick inotify iptc ipv6 jpeg jpeg2k kde kvm lcms lensfun libnotify loop-aes lqr lzma lzo mad man matroska midi mikmod mkv mms mmx mmxext mng mod modplug modules mp3 mp4 mpeg mpeg2 mpeg4 mpeg4pt2 mplayer mtp mudflap multilib musepack ncurses netlink nfs nls nouveau nptl ocr offensive ogg openal opencl openexr opengl opengtl openmp openvg optimization osmesa pam pango pcre pdf png pnm portaudio postscript pulseaudio qalculate qemu qt3support qt4 rar raw rdesktop readline real rtmp samba scanner schroedinger security session smp sndfile socks5 speex spice sse sse2 sse3 ssl ssse3 strong-optimization svg tbb tcpd theora threads tiff timidity tls truetype udev uml unicode usb usbredir v4l v4l2 vdpau virtualbox vnc vorbis wacom wavpack webp wmf x264 xattr xcb xcomposite xetex xfs xft xine xinerama xorg xps xrandr xv xvid xvmc zlib" ABI_X86="32 64" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="openssl" DRACUT_MODULES="biosdevname caps crypt crypt-gpg dash dmraid lvm mdraid 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 ubx" GRUB_PLATFORMS="efi-64 pc qemu" INPUT_DEVICES="evdev keyboard mouse synaptics wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver presenter-console presenter-minimizer" LINGUAS="en en_US en_GB nb no nb_NO" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2 python3_3" RUBY_TARGETS="ruby20" SANE_BACKENDS="net plustek pnm" USERLAND="GNU" VIDEO_CARDS="nouveau nvidia vesa" XFCE_PLUGINS="menu" 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"
USE_PYTHON="2.7 3.2 3.3"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

eroen@falcon ~/bugs/oct2py-2013-10-27 $ emerge -pqv '=dev-python/oct2py-1.0.0::gentoo'
[ebuild  N    ] dev-python/oct2py-1.0.0  USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_3 -python2_6"
Comment 1 eroen 2013-10-27 20:02:11 UTC
Created attachment 362094 [details]
build.log python2_7

 * python2_7: running distutils-r1_run_phase python_test
.......F.................................................
======================================================================
FAIL: Testing help command
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oct2py-1.0.0/work/oct2py-1.0.0/oct2py/tests/test_oct2py.py", line 613, in test_help
    self.assertEqual(out[:5], '\n`cos')
AssertionError: u"\n'cos" != '\n`cos'

----------------------------------------------------------------------
Ran 57 tests in 497.253s

FAILED (failures=1)
 * ERROR: dev-python/oct2py-1.0.0::gentoo failed (test phase):
 *   Tests fail with python2.7
Comment 2 Pacho Ramos gentoo-dev 2013-11-23 21:28:58 UTC
Also affect to 0.4.0-r1 :/
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-10-21 13:42:16 UTC
commit 879b335358dd87e1a9daa63c68797c8ad23750fe
Author: Justin Lecher <jlec@gentoo.org>
Date:   Tue Oct 20 22:38:39 2015 +0200

    dev-python/oct2py: Drop old

    obsoletes
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=489620
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=492414

    Package-Manager: portage-2.2.23
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879b335358dd87e1a9daa63c68797c8ad23750fe