Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892639 - dev-python/setuptools_scm-7.1.0 fails test_pyproject_support test
Summary: dev-python/setuptools_scm-7.1.0 fails test_pyproject_support 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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-01-30 15:30 UTC by Paolo Pedroni
Modified: 2023-02-01 13:18 UTC (History)
2 users (show)

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


Attachments
setuptools_scm-7.1.0:20230130-113043.log.gz (setuptools_scm-7.1.0:20230130-113043.log.gz,14.39 KB, application/gzip)
2023-01-30 15:30 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2023-01-30 15:30:04 UTC
Created attachment 849519 [details]
setuptools_scm-7.1.0:20230130-113043.log.gz

============================================================= FAILURES =============================================================
______________________________________________________ test_pyproject_support ______________________________________________________

tmp_path = PosixPath('/var/tmp/portage/dev-python/setuptools_scm-7.1.0/temp/pytest-of-portage/pytest-0/test_pyproject_support0')
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f7093d0d660>

    def test_pyproject_support(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
        if sys.version_info <= (3, 10):
            pytest.importorskip("tomli")
        monkeypatch.delenv("SETUPTOOLS_SCM_DEBUG")
        pkg = tmp_path / "package"
        pkg.mkdir()
        pkg.joinpath("pyproject.toml").write_text(
            textwrap.dedent(
                """
                [tool.setuptools_scm]
                fallback_version = "12.34"
                [project]
                name = "foo"
                description = "Factory ⸻ A code generator 🏭"
                authors = [{name = "Łukasz Langa"}]
                dynamic = ["version"]
                """
            ),
            encoding="utf-8",
        )
        pkg.joinpath("setup.py").write_text("__import__('setuptools').setup()")
        res = do([sys.executable, "setup.py", "--version"], pkg)
>       assert res == "12.34"
E       AssertionError: assert 'DefaultPluginManager load plugin flaky = flaky.flaky_nose_plugin:FlakyPlugin\n12.34' == '12.34'
E         + DefaultPluginManager load plugin flaky = flaky.flaky_nose_plugin:FlakyPlugin
E           12.34

monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f7093d0d660>
pkg        = PosixPath('/var/tmp/portage/dev-python/setuptools_scm-7.1.0/temp/pytest-of-portage/pytest-0/test_pyproject_support0/package')
res        = ('DefaultPluginManager load plugin flaky = '
 'flaky.flaky_nose_plugin:FlakyPlugin\n'
 '12.34')
tmp_path   = PosixPath('/var/tmp/portage/dev-python/setuptools_scm-7.1.0/temp/pytest-of-portage/pytest-0/test_pyproject_support0')

testing/test_integration.py:49: AssertionError
------------------------------------------------------- Captured stderr call -------------------------------------------------------
----
cmd:
     /var/tmp/portage/dev-python/setuptools_scm-7.1.0/work/setuptools_scm-7.1.0-python3_10/install/usr/bin/python3.10 setup.py --version
 in: /var/tmp/portage/dev-python/setuptools_scm-7.1.0/temp/pytest-of-portage/pytest-0/test_pyproject_support0/package
out:
     DefaultPluginManager load plugin flaky = flaky.flaky_nose_plugin:FlakyPlugin
    12.34

========================================================= warnings summary =========================================================
testing/test_git.py::test_git_archival_node_missing_no_version
  /var/tmp/portage/dev-python/setuptools_scm-7.1.0/work/setuptools_scm-7.1.0-python3_10/install/usr/lib/python3.10/site-packages/setuptools_scm/git.py:295: UserWarning: git archive did not support describe output
    warnings.warn("git archive did not support describe output")

testing/test_version.py::test_calver_by_date_semver[SemVer dirty]
  /var/tmp/portage/dev-python/setuptools_scm-7.1.0/work/setuptools_scm-7.1.0-python3_10/install/usr/lib/python3.10/site-packages/setuptools_scm/version.py:396: UserWarning: <ScmVersion 1.0.0 dist=0 node=None dirty=True branch=None> does not correspond to a valid versioning date, assuming legacy version
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
===================================================== short test summary info ======================================================
SKIPPED [1] testing/test_hg_git.py:23: hg-git not installed
SKIPPED [1] testing/test_regressions.py:97: this bug is only valid on windows
SKIPPED [1] testing/test_setuptools_support.py:111: old setuptools won't work on python 3.10
SKIPPED [28] testing/test_setuptools_support.py:160: old setuptools won't work on python 3.10
XFAIL testing/test_git.py::test_not_owner - reason: [NOTRUN] This test requires passwordless sudo
XFAIL testing/test_git.py::test_git_worktree_support - sometimes relative path results
XFAIL testing/test_version.py::test_calver_by_date_semver[SemVer dirty]
XPASS testing/test_git.py::test_non_dotted_version https://github.com/pypa/setuptools_scm/issues/449
FAILED testing/test_integration.py::test_pyproject_support - AssertionError: assert 'DefaultPluginManager load plugin flaky = flaky.flaky_nose_plugin:FlakyPlugin\n12.34' == '12.34'
==================== 1 failed, 217 passed, 31 skipped, 2 deselected, 3 xfailed, 1 xpassed, 2 warnings in 47.04s ====================
pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
 * ERROR: dev-python/setuptools_scm-7.1.0::gentoo failed (test phase):
 *   pytest failed with python3.10

# emerge --info =dev-python/setuptools_scm-7.1.0
Portage 3.0.43 (python 3.10.9-final-0, default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr, gcc-12, glibc-2.36-r5, 6.1.8-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.1.8-gentoo-x86_64-AMD_Ryzen_7_5700G_with_Radeon_Graphics-with-glibc2.36
KiB Mem:    65121256 total,  47358908 free
KiB Swap:   67108860 total,  66963964 free
Timestamp of repository gentoo: Mon, 30 Jan 2023 09:45:02 +0000
Head commit of repository gentoo: db8eafcc69fcdf684cd2d70acb9e2be28e2e565e
sh dash 0.5.12
ld GNU ld (Gentoo 2.39 p5) 2.39.0
distcc 3.4 x86_64-pc-linux-gnu [disabled]
ccache version 4.7.4 [disabled]
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r2::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.36.0-r1::gentoo
dev-lang/python:           3.10.9-r1::gentoo, 3.11.1-r1::gentoo
dev-lang/rust:             1.66.1::gentoo
dev-util/ccache:           4.7.4::gentoo
dev-util/cmake:            3.24.3::gentoo
dev-util/meson:            0.64.1::gentoo
sys-apps/baselayout:       2.9::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          252.4-r1::gentoo
sys-devel/autoconf:        2.71-r5::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.39-r4::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           15.0.7-r1::gentoo
sys-devel/gcc:             12.2.1_p20230121-r1::gentoo
sys-devel/gcc-config:      2.8::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             15.0.7::gentoo
sys-devel/llvm:            15.0.7::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.36-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
AR="/usr/bin/gcc-ar"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
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"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ https://mirror.init7.net/gentoo/ http://mirror.leaseweb.com/gentoo/ http://mirror.netcologne.de/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=8"
LEX="flex"
LINGUAS="it it_IT"
MAKEOPTS="-j16 -l16"
NM="/usr/bin/gcc-nm"
PKGDIR="/var/cache/binpkgs"
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"
RANLIB="/usr/bin/gcc-ranlib"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gstreamer gtk gui guile handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm-sensors lua lz4 lzma lzo mad magic mhash mmap mng mp3 mp4 mpeg multilib musicbrainz ncurses nls nptl offensive ogg openal opengl openmp opus pam pango pcre pdf plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets sound speex spell sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test test-rust theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis wavpack wayland webp widgets win32codecs wmf wxwidgets x264 xattr xcb xft xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" ALSA_CARDS="hda-intel virmidi" 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="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AMDGPU" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby31" USERLAND="GNU" VIDEO_CARDS="amdgpu radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

# emerge -1pqv =dev-python/setuptools_scm-7.1.0
[ebuild     U ] dev-python/setuptools_scm-7.1.0 [7.0.5] USE="test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_9 -python3_11"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-31 18:37:31 UTC
What's your dev-python/flaky version?  If it's 3.7.0-r2, could you try -r3?  It removes the nose plugin that's probably causing this.
Comment 2 Paolo Pedroni 2023-02-01 08:57:08 UTC
(In reply to Michał Górny from comment #1)
> What's your dev-python/flaky version?  If it's 3.7.0-r2, could you try -r3? 
> It removes the nose plugin that's probably causing this.

Same error with -r3. :(
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-01 11:14:43 UTC
This is surprising.  Do you have flaky_nose_plugin.py in site-packages then?  If not, where would that text come from?
Comment 4 Paolo Pedroni 2023-02-01 11:21:27 UTC
(In reply to Michał Górny from comment #3)
> This is surprising.  Do you have flaky_nose_plugin.py in site-packages then?
> If not, where would that text come from?

No idea...

$ equery f flaky
 * Searching for flaky ...
 * Contents of dev-python/flaky-3.7.0-r3:
/usr
/usr/lib
/usr/lib/python3.10
/usr/lib/python3.10/site-packages
/usr/lib/python3.10/site-packages/flaky
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/flaky-3.7.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/flaky/__init__.py
/usr/lib/python3.10/site-packages/flaky/__pycache__
/usr/lib/python3.10/site-packages/flaky/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/__init__.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/_flaky_plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/_flaky_plugin.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/_flaky_plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/defaults.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/defaults.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/defaults.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_decorator.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/names.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/names.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/names.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/utils.cpython-310.opt-2.pyc
/usr/lib/python3.10/site-packages/flaky/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/flaky/_flaky_plugin.py
/usr/lib/python3.10/site-packages/flaky/defaults.py
/usr/lib/python3.10/site-packages/flaky/flaky_decorator.py
/usr/lib/python3.10/site-packages/flaky/flaky_pytest_plugin.py
/usr/lib/python3.10/site-packages/flaky/multiprocess_string_io.py
/usr/lib/python3.10/site-packages/flaky/names.py
/usr/lib/python3.10/site-packages/flaky/utils.py
/usr/share
/usr/share/doc
/usr/share/doc/flaky-3.7.0-r3
/usr/share/doc/flaky-3.7.0-r3/README.rst.bz2

$ find /usr/lib/ -iname flaky_nose_plugin.py
$
Comment 5 Paolo Pedroni 2023-02-01 11:28:49 UTC
I tried again and it worked... :-/

the only thing I can think of is that after installing flaky-3.7.0-r3, I tried setuptools_scm, and it didn't work. Then I ran 'emerge -c' and it cleaned a few packages (among them nose, twisted and a few more). Maybe there was a spurious 'flaky_nose_plugin.py' there?
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-01 12:24:25 UTC
Ah, I see the problem!  We're stripping the .py plugin file but not the entry point.  Will fix in a minute.
Comment 7 Larry the Git Cow gentoo-dev 2023-02-01 13:18:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688e3a013cb8b7decac8a5f827c3f396a0f0ac73

commit 688e3a013cb8b7decac8a5f827c3f396a0f0ac73
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-02-01 12:35:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-02-01 13:18:22 +0000

    dev-python/setuptools_scm: Skip problematic test w/ nose installed
    
    Closes: https://bugs.gentoo.org/892639
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../setuptools_scm/setuptools_scm-7.1.0.ebuild     | 23 ++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)