Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1975327 Details for
Bug 2220528
F39FailsToInstall: python3-tables
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Build log
build.log.tail (text/plain), 39.06 KB, created by
david08741
on 2023-07-12 09:13:18 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
david08741
Created:
2023-07-12 09:13:18 UTC
Size:
39.06 KB
patch
obsolete
>_index_backcompat.Indexes2_0TestCase.test04_float) >Checking float indexes. ... ok >test00_version (tables.tests.test_index_backcompat.Indexes2_1TestCase.test00_version) >Checking index version. ... ok >test01_string (tables.tests.test_index_backcompat.Indexes2_1TestCase.test01_string) >Checking string indexes. ... ok >test02_bool (tables.tests.test_index_backcompat.Indexes2_1TestCase.test02_bool) >Checking bool indexes. ... ok >test03_int (tables.tests.test_index_backcompat.Indexes2_1TestCase.test03_int) >Checking int indexes. ... ok >test04_float (tables.tests.test_index_backcompat.Indexes2_1TestCase.test04_float) >Checking float indexes. ... ok >test_keysort (tables.tests.test_aux.TestAuxiliaryFunctions.test_keysort) ... ok >test_paths_windows (tables.tests.test_utils.ptrepackTestCase.test_paths_windows) >Checking handling of windows filenames: test gh-616 ... ok >test_paths_windows (tables.tests.test_utils.ptdumpTestCase.test_paths_windows) >Checking handling of windows filenames: test gh-616 ... ok >test_paths_windows (tables.tests.test_utils.pttreeTestCase.test_paths_windows) >Checking handling of windows filenames: test gh-616 ... ok >test00_NewFile (tables.nodes.tests.test_filenode.NewFileTestCase.test00_NewFile) >Creation of a brand new file node. ... ok >test01_NewFileTooFewArgs (tables.nodes.tests.test_filenode.NewFileTestCase.test01_NewFileTooFewArgs) >Creation of a new file node without arguments for node creation. ... ok >test02_NewFileWithExpectedSize (tables.nodes.tests.test_filenode.NewFileTestCase.test02_NewFileWithExpectedSize) >Creation of a new file node with 'expectedsize' argument. ... ok >test03_NewFileWithExpectedRows (tables.nodes.tests.test_filenode.NewFileTestCase.test03_NewFileWithExpectedRows) >Creation of a new file node with illegal 'expectedrows' argument. ... ok >test00_Close (tables.nodes.tests.test_filenode.ClosedFileTestCase.test00_Close) >Closing a closed file. ... ok >test01_Flush (tables.nodes.tests.test_filenode.ClosedFileTestCase.test01_Flush) >Flushing a closed file. ... ok >test02_Next (tables.nodes.tests.test_filenode.ClosedFileTestCase.test02_Next) >Getting the next line of a closed file. ... ok >test03_Read (tables.nodes.tests.test_filenode.ClosedFileTestCase.test03_Read) >Reading a closed file. ... ok >test04_Readline (tables.nodes.tests.test_filenode.ClosedFileTestCase.test04_Readline) >Reading a line from a closed file. ... ok >test05_Readlines (tables.nodes.tests.test_filenode.ClosedFileTestCase.test05_Readlines) >Reading lines from a closed file. ... ok >test06_Seek (tables.nodes.tests.test_filenode.ClosedFileTestCase.test06_Seek) >Seeking a closed file. ... ok >test07_Tell (tables.nodes.tests.test_filenode.ClosedFileTestCase.test07_Tell) >Getting the pointer position in a closed file. ... ok >test08_Truncate (tables.nodes.tests.test_filenode.ClosedFileTestCase.test08_Truncate) >Truncating a closed file. ... ok >test09_Write (tables.nodes.tests.test_filenode.ClosedFileTestCase.test09_Write) >Writing a closed file. ... ok >test10_Writelines (tables.nodes.tests.test_filenode.ClosedFileTestCase.test10_Writelines) >Writing lines to a closed file. ... ok >test00_WriteFile (tables.nodes.tests.test_filenode.WriteFileTestCase.test00_WriteFile) >Writing a whole file node. ... ok >test01_SeekFile (tables.nodes.tests.test_filenode.WriteFileTestCase.test01_SeekFile) >Seeking and writing file node. ... ok >test02_TruncateFile (tables.nodes.tests.test_filenode.WriteFileTestCase.test02_TruncateFile) >Truncating a file node. ... ok >test00_OpenFileRead (tables.nodes.tests.test_filenode.OpenFileTestCase.test00_OpenFileRead) >Opening an existing file node for reading. ... ok >test01_OpenFileReadAppend (tables.nodes.tests.test_filenode.OpenFileTestCase.test01_OpenFileReadAppend) >Opening an existing file node for reading and appending. ... ok >test02_OpenFileInvalidMode (tables.nodes.tests.test_filenode.OpenFileTestCase.test02_OpenFileInvalidMode) >Opening an existing file node with an invalid mode. ... ok >test00_CompareFile (tables.nodes.tests.test_filenode.ReadFileTestCase.test00_CompareFile) >Reading and comparing a whole file node. ... ok >test01_Write (tables.nodes.tests.test_filenode.ReadFileTestCase.test01_Write) >Writing on a read-only file. ... ok >test02_UseAsImageFile (tables.nodes.tests.test_filenode.ReadFileTestCase.test02_UseAsImageFile) >Using a file node with Python Imaging Library. ... ok >test_fileno (tables.nodes.tests.test_filenode.ReadFileTestCase.test_fileno) ... ok >test00_Readline (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test00_Readline) >Reading individual lines. ... ok >test01_ReadlineSeek (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test01_ReadlineSeek) >Reading individual lines and seeking back and forth. ... ok >test02_Iterate (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test02_Iterate) >Iterating over the lines. ... ok >test03_Readlines (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test03_Readlines) >Reading a list of lines. ... ok >test04_ReadlineSize (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test04_ReadlineSize) >Reading individual lines of limited size. ... ok >test05_ReadlinesSize (tables.nodes.tests.test_filenode.MonoReadlineTestCase.test05_ReadlinesSize) >Reading a list of lines with a limited size. ... ok >test00_MangleTypeAttrs (tables.nodes.tests.test_filenode.AttrsTestCase.test00_MangleTypeAttrs) >Mangling the type attributes on a file node. ... ok >test02_SetGetDelUserAttr (tables.nodes.tests.test_filenode.AttrsTestCase.test02_SetGetDelUserAttr) >Setting a user attribute on a file node. ... ok >test03_AttrsOnClosedFile (tables.nodes.tests.test_filenode.AttrsTestCase.test03_AttrsOnClosedFile) >Accessing attributes on a closed file node. ... ok >test00_Write (tables.nodes.tests.test_filenode.ClosedH5FileTestCase.test00_Write) >Writing to a file node in a closed PyTables file. ... ok >test01_Attrs (tables.nodes.tests.test_filenode.ClosedH5FileTestCase.test01_Attrs) >Accessing the attributes of a file node in a closed ... ok >test01_WriteToFilename (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test01_WriteToFilename) ... ok >test01_WriteToPathlibPath (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test01_WriteToPathlibPath) ... ok >test02_WriteToHDF5File (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test02_WriteToHDF5File) ... ok >test03_AutomaticNameGuessing (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test03_AutomaticNameGuessing) ... ok >test04_AutomaticNameGuessingWithFilenameAttribute (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test04_AutomaticNameGuessingWithFilenameAttribute) ... ok >test05_ReadFromNonexistingNodeRaises (tables.nodes.tests.test_filenode.DirectReadWriteTestCase.test05_ReadFromNonexistingNodeRaises) ... ok >test00 (tables.tests.test_garbage.GarbageTestCase.test00) >Checking for uncollectable garbage. ... ok >====================================================================== >ERROR: None (tables.tests.test_tables.BasicWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.OldRecordBasicWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.DictWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.NumPyDTWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >Computed expression: array([0.05468101, 0.12564952, 0.20896434]) float64 >Should look like: array([0.05468101, 0.12564952, 0.20896434]) float64 >====================================================================== >ERROR: None (tables.tests.test_tables.RecArrayOneWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.RecArrayTwoWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.RecArrayThreeWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.RecArrayAlignedWriteTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscShuffleTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscBitShuffleTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscBloscLZTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscLZ4TablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscLZ4HCTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscSnappyTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscZlibTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressBloscZstdTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressLZOTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressLZOShuffleTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressZLIBTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressZLIBShuffleTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.Fletcher32TablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.AllFiltersTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >====================================================================== >ERROR: None (tables.tests.test_tables.CompressTwoTablesTestCase.None) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "tables/tableextension.pyx", line 1507, in tables.tableextension.Row.__getitem__ >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "tables/tableextension.pyx", line 124, in tables.tableextension.get_nested_field_cache >KeyError: slice(None, None, 2) >During handling of the above exception, another exception occurred: >Traceback (most recent call last): > File "/builddir/build/BUILDROOT/python-tables-3.7.0-8.fc39.aarch64/usr/lib64/python3.12/site-packages/tables/tests/test_tables.py", line 489, in test01a_extslice > result = [rec[::2] for rec in table.iterrows() > ~~~^^^^^ > File "tables/tableextension.pyx", line 1511, in tables.tableextension.Row.__getitem__ > File "tables/tableextension.pyx", line 131, in tables.tableextension.get_nested_field_cache > File "tables/utilsextension.pyx", line 838, in tables.utilsextension.get_nested_field >AttributeError: 'slice' object has no attribute 'encode' >---------------------------------------------------------------------- >Ran 6375 tests in 162.477s >FAILED (errors=24, skipped=13) >error: Bad exit status from /var/tmp/rpm-tmp.LFOTP2 (%check) > %patchN is deprecated (2 usages found), use %patch N (or %patch -P N) > Bad exit status from /var/tmp/rpm-tmp.LFOTP2 (%check) >RPM build warnings: >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M c9f31d63716540cd878a4f2ce29edfe3 -D /var/lib/mock/f39-build-44072966-5257186/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.rbdcf7yu:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-tables.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M c9f31d63716540cd878a4f2ce29edfe3 -D /var/lib/mock/f39-build-44072966-5257186/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.rbdcf7yu:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/python-tables.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2220528
: 1975327