gyp-0.1-0.32.fcd686f1git.fc32 failed to rebuild with Python 3.8. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1358528 The error is: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sb6nOg + umask 022 + cd /builddir/build/BUILD + cd gyp-0.1-gitfcd686f1 + /usr/bin/python3 gyptest.py test/hello/gyptest-all.py [1/2] (make) test/hello/gyptest-all.py failed 0.232s /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestGyp.py:745: SyntaxWarning: invalid escape sequence \S 'HKLM\Software\Microsoft\VisualStudio\SxS\VS7', /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestCmd.py:286: SyntaxWarning: invalid escape sequence \s re_space = re.compile('\s') /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestCmd.py:885: SyntaxWarning: "is not" with a literal. Did you mean "!="? if 'PRESERVE' in os.environ and os.environ['PRESERVE'] is not '': /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestCmd.py:1106: SyntaxWarning: "is" with a literal. Did you mean "=="? if conditions is (): FAILED test at line 456 of /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestCommon.py (_complete) from line 552 of /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestCommon.py (run) from line 335 of /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestGyp.py (run) from line 322 of /builddir/build/BUILD/gyp-0.1-gitfcd686f1/test/lib/TestGyp.py (run_gyp) from line 16 of test/hello/gyptest-all.py STDOUT ========================================================================= STDERR ========================================================================= 0a1,2 > /builddir/build/BUILD/gyp-0.1-gitfcd686f1/pylib/gyp/input.py:1184: SyntaxWarning: "is" with a literal. Did you mean "=="? > if the_dict_key is 'variables' and variable_name in the_dict: [2/2] (ninja) test/hello/gyptest-all.py passed 0.236s Failed the following test: (test/hello/gyptest-all.py) make Ran 2 tests in 0.469s, 1 failed. Maybe the warning si breaking the test. SyntaxWarning: "is" with a literal. Did you mean "=="? This should remove it: - if the_dict_key is 'variables' + if the_dict_key == 'variables' This issue is blocking the Python 3.8 rebuilds. If this package won't build with 3.8, it won't be installable, along with all its dependent packages, after the side tag is merged. Furthermore, as it fails to install, its dependent packages will fail to install and/or build as well. The coordinated rebuild of Python 3.8 has started in the `f32-python` side tag. If you figure out how to rebuild this package, please don't rebuild it in regular rawhide, but use the side tag instead: on branch master: $ fedpkg build --target=f32-python To wait for a build to show up in the side tag, do: $ koji wait-repo f32-python --build=<nvr> Where <nvr> is name-version-release of the source package, e.g. python-foo-1.1-2.fc32. An updated mock config is posted at: http://copr.fedorainfracloud.org/coprs/g/python/python3.8/ Thanks. Let us know if you need up to date info, or if you have any questions.
The f32-python side tag has been merged. In order to rebuild the package, do it in regular rawhide, but please wait until python3-3.8 is tagged: $ koji wait-repo f32-build --build python3-3.8.0~b3-3.fc32 If your built already started in f32-python, after it is finished, please tag it to rawhide with: $ koji tag-build f32-pending <nvr> For example: $ koji tag-build f32-pending libreoffice-6.3.0.4-3.fc32 Thanks! (This comment is mass posted to all bugzillas blocking the PYTHON38 tracking bug.)
(Python 3.8 has landed in the rawhide buildroot.)
Fixed in gyp-0.1-0.33.fcd686f1git.fc32. thanks.