Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703448 - app-emulation/xen-pvgrub-4.13.0 : [TEST] SyntaxError: Missing parentheses in call to print .
Summary: app-emulation/xen-pvgrub-4.13.0 : [TEST] SyntaxError: Missing parentheses in ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-12-20 22:25 UTC by Toralf Förster
Modified: 2020-03-01 23:59 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.52 KB, text/plain)
2019-12-20 22:26 UTC, Toralf Förster
Details
app-emulation:xen-pvgrub-4.13.0:20191220-220759.log.bz2 (app-emulation:xen-pvgrub-4.13.0:20191220-220759.log.bz2,108.52 KB, application/x-bzip)
2019-12-20 22:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,56.85 KB, text/plain)
2019-12-20 22:26 UTC, Toralf Förster
Details
environment (environment,106.77 KB, text/plain)
2019-12-20 22:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.94 KB, application/x-bzip)
2019-12-20 22:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,30.19 KB, application/x-bzip)
2019-12-20 22:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,132.29 KB, application/x-bzip)
2019-12-20 22:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-12-20 22:25:58 UTC
    print "The following test left garbage:"
                                           ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("The following test left garbage:")?
make[1]: *** [Makefile:36: test] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-pvgrub-4.13.0/work/xen-4.13.0/tools/python'
make: *** [Makefile:81: test] Error 2

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-libressl_test-20191218-224550

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *


llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Fri, 20 Dec 2019 20:26:31 +0000

emerge -qpvO app-emulation/xen-pvgrub
[ebuild  N    ] app-emulation/xen-pvgrub-4.13.0  PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python3_6"
Comment 1 Toralf Förster gentoo-dev 2019-12-20 22:26:00 UTC
Created attachment 600236 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-20 22:26:03 UTC
Created attachment 600238 [details]
app-emulation:xen-pvgrub-4.13.0:20191220-220759.log.bz2
Comment 3 Toralf Förster gentoo-dev 2019-12-20 22:26:06 UTC
Created attachment 600240 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-12-20 22:26:08 UTC
Created attachment 600242 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-12-20 22:26:11 UTC
Created attachment 600244 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-20 22:26:14 UTC
Created attachment 600246 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-12-20 22:26:17 UTC
Created attachment 600248 [details]
temp.tbz2
Comment 8 Tomáš Mózes 2019-12-21 08:19:33 UTC
This is because we moved to py3. The tests require py2 but they are not very helpful, so I'll add RESTRICT=test.
Comment 9 Larry the Git Cow gentoo-dev 2020-03-01 23:59:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6d3b5711a191a0648def4ce5f859a496693755

commit 9d6d3b5711a191a0648def4ce5f859a496693755
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2020-02-19 05:05:38 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2020-03-01 23:55:40 +0000

    app-emulation/xen-pvgrub: restrict tests
    
    Closes: https://bugs.gentoo.org/703448
    Closes: https://github.com/gentoo/gentoo/pull/14094
    Package-Manager: Portage-2.3.85, Repoman-2.3.20
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)