Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836766 - dev-vcs/pre-commit-2.17.0 fails test - _ ERROR collecting CONTRIBUTING.md _
Summary: dev-vcs/pre-commit-2.17.0 fails test - _ ERROR collecting CONTRIBUTING.md _
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-04-04 14:19 UTC by Toralf Förster
Modified: 2022-06-29 08:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.07 KB, text/plain)
2022-04-04 14:19 UTC, Toralf Förster
Details
dev-vcs:pre-commit-2.17.0:20220404-140003.log (dev-vcs:pre-commit-2.17.0:20220404-140003.log,28.38 KB, text/plain)
2022-04-04 14:19 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,74.92 KB, application/x-bzip)
2022-04-04 14:19 UTC, Toralf Förster
Details
environment (environment,124.38 KB, text/plain)
2022-04-04 14:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.94 KB, application/x-bzip)
2022-04-04 14:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,31.17 KB, application/x-bzip)
2022-04-04 14:19 UTC, Toralf Förster
Details
tests.tar.bz2 (tests.tar.bz2,42.49 KB, application/x-bzip)
2022-04-04 14:19 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 2022-04-04 14:19:43 UTC
asyncio: mode=legacy
collected 706 items / 1 error / 194 deselected / 512 selected                  

==================================== ERRORS ====================================
_______________________ ERROR collecting CONTRIBUTING.md _______________________
/usr/lib/python3.9/site-packages/_pytest/nodes.py:140: in _create
    return super().__call__(*k, **kw)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4_test-20220327-230019

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 14.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.0
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.59.0
  [2]   rust-1.59.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit 613977c7cef51c6f015b8db49feb3bf36c332977
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Apr 4 13:04:43 2022 +0000

    2022-04-04 13:04:42 UTC

emerge -qpvO dev-vcs/pre-commit
[ebuild  N    ] dev-vcs/pre-commit-2.17.0  USE="test" PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-04-04 14:19:45 UTC
Created attachment 768763 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-04-04 14:19:46 UTC
Created attachment 768764 [details]
dev-vcs:pre-commit-2.17.0:20220404-140003.log
Comment 3 Toralf Förster gentoo-dev 2022-04-04 14:19:48 UTC
Created attachment 768765 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-04-04 14:19:56 UTC
Created attachment 768766 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-04-04 14:19:57 UTC
Created attachment 768767 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-04-04 14:19:58 UTC
Created attachment 768768 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-04-04 14:19:59 UTC
Created attachment 768769 [details]
tests.tar.bz2
Comment 8 Ionen Wolkens gentoo-dev 2022-04-04 14:24:19 UTC
In case this is confusing, this is likely the work of pytest-markdown (epytest -p no:markdown).
Comment 9 Marek Szuba archtester gentoo-dev 2022-06-29 07:31:59 UTC
Does this still happen with 2.19.0?
Comment 10 Ionen Wolkens gentoo-dev 2022-06-29 08:13:10 UTC
(In reply to Marek Szuba from comment #9)
> Does this still happen with 2.19.0?
It probably would, but -p no:markdown was added to epytest by default in commit 607b95b7a1245b02224486e6871b783c5e858500, so ebuilds don't need to omit this themselves anymore