Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623496 - dev-python/fabric-1.12.0 : fails with FEATURES=test
Summary: dev-python/fabric-1.12.0 : fails with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 662306
Blocks:
  Show dependency tree
 
Reported: 2017-07-02 08:42 UTC by Toralf Förster
Modified: 2018-07-30 23:38 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.32 KB, text/plain)
2017-07-02 08:42 UTC, Toralf Förster
Details
dev-python:fabric-1.12.0:20170701-231727.log (dev-python:fabric-1.12.0:20170701-231727.log,6.74 KB, text/plain)
2017-07-02 08:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,456.47 KB, text/plain)
2017-07-02 08:42 UTC, Toralf Förster
Details
environment (environment,109.28 KB, text/plain)
2017-07-02 08:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,33.39 KB, application/x-bzip)
2017-07-02 08:43 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.79 KB, application/x-bzip)
2017-07-02 08:43 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,44.17 KB, application/x-bzip)
2017-07-02 08:43 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 2017-07-02 08:42:47 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_20170619-204631

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.10 [icedtea-7]
2)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-07-02 08:42:50 UTC
Created attachment 479728 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-02 08:42:53 UTC
Created attachment 479730 [details]
dev-python:fabric-1.12.0:20170701-231727.log
Comment 3 Toralf Förster gentoo-dev 2017-07-02 08:42:57 UTC
Created attachment 479732 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-02 08:43:00 UTC
Created attachment 479734 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-02 08:43:03 UTC
Created attachment 479736 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-02 08:43:06 UTC
Created attachment 479738 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-07-02 08:43:09 UTC
Created attachment 479740 [details]
tests.tbz2
Comment 8 Virgil Dupras (RETIRED) gentoo-dev 2018-07-27 16:53:41 UTC
I get the same failure on my machine. It seems to be because upstream requirements paramiko < 2.0 which we don't have in the tree anymore. This makes fabric try to fetch dependencies during tests, generating a sandbox violation.

Fabric 1.14 depends on paramiko < 3.0 and runs its tests alright. The solution would then be to stabilize fabric 1.14. Working on this...
Comment 9 Virgil Dupras (RETIRED) gentoo-dev 2018-07-30 23:38:42 UTC
Fixed through the stabilization of fabric 1.14