Package evaluation of CSV on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T10:32:41.750 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.06s ################################################################################ # Installation # Installing CSV... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [336ed68f] + CSV v0.10.15 Updating `~/.julia/environments/v1.11/Manifest.toml` [336ed68f] + CSV v0.10.15 [944b1d66] + CodecZlib v0.7.8 [34da2185] + Compat v4.16.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [48062228] + FilePathsBase v0.9.24 [842dd82b] + InlineStrings v1.4.3 [82899510] + IteratorInterfaceExtensions v1.0.0 [bac558e1] + OrderedCollections v1.8.0 [69de0a69] + Parsers v2.8.1 [2dfb63ee] + PooledArrays v1.4.3 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [91c51154] + SentinelArrays v1.4.8 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [3bb67fe8] + TranscodingStreams v0.11.3 [ea10d353] + WeakRefStrings v1.4.2 [76eceee3] + WorkerUtilities v1.6.1 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [8f399da3] + Libdl v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [83775a58] + Zlib_jll v1.2.13+1 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.37s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 9.16s ################################################################################ # Testing # Testing CSV Status `/tmp/jl_Dvjq45/Project.toml` [336ed68f] CSV v0.10.15 [944b1d66] CodecZlib v0.7.8 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.3 [69de0a69] Parsers v2.8.1 [2dfb63ee] PooledArrays v1.4.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [91c51154] SentinelArrays v1.4.8 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [76eceee3] WorkerUtilities v1.6.1 [ade2ca70] Dates v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Status `/tmp/jl_Dvjq45/Manifest.toml` [336ed68f] CSV v0.10.15 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.16.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.3 [82899510] IteratorInterfaceExtensions v1.0.0 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.1 [2dfb63ee] PooledArrays v1.4.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [91c51154] SentinelArrays v1.4.8 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [3bb67fe8] TranscodingStreams v0.11.3 [ea10d353] WeakRefStrings v1.4.2 [76eceee3] WorkerUtilities v1.6.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [83775a58] Zlib_jll v1.2.13+1 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: thread = 1 warning: error parsing Int64 around row = 1, col = 1: "abc │ ", error=INVALID: NEWLINE | EOF | INVALID_DELIMITER └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:595 CSV.File(""): Size: 3 x 1 Tables.Schema: :col1 PosLenString┌ Warning: `ntasks > 1` but there were not enough estimated rows (5) to justify multithreaded parsing └ @ CSV ~/.julia/packages/CSV/XLcqT/src/context.jl:611 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 5. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 6. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 7. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 8. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 9. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 10. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 11. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 12. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 13. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 14. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 15. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 16. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 17. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 18. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 19. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 20. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 21. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 22. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 23. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 24. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 25. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 26. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 27. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 28. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 29. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 30. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 31. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 32. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 33. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 34. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 35. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 36. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 37. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 38. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 39. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 40. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 41. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 42. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 43. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 44. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 45. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 46. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 47. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 48. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 49. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 50. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 51. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 52. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 53. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 54. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 55. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 56. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 57. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 58. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 59. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 60. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 61. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 62. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 63. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 64. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 65. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 66. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 67. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 68. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 69. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 70. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 71. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 72. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 73. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 74. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 75. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 76. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 77. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 78. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 79. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 80. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 81. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 82. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 83. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 84. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 85. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 86. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 87. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 88. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 89. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 90. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 91. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 92. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 93. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 94. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 95. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 96. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 97. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 98. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 99. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 100. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 5 columns around data row: 101. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: `type` keyword argument is deprecated; a single type can be passed to `types` instead └ @ CSV ~/.julia/packages/CSV/XLcqT/src/context.jl:356 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 1 / 4 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 4 columns, but didn't reach end of line around data row: 5. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 1 / 4 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 4 columns, but didn't reach end of line around data row: 5. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 1 / 4 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 4 columns, but didn't reach end of line around data row: 5. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: only found 1 / 4 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 4 columns, but didn't reach end of line around data row: 5. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 testing test_utf8_with_BOM.csv testing test_utf8.csv testing test_windows.csv testing test_single_column.csv testing test_empty_file.csv testing test_empty_file_newlines.csv testing test_simple_quoted.csv testing test_quoted_delim_and_newline.csv testing test_quoted_numbers.csv testing test_crlf_line_endings.csv testing test_newline_line_endings.csv testing test_mac_line_endings.csv testing test_no_header.csv testing test_2_footer_rows.csv testing test_footer_missing.csv testing test_footer_missing.csv testing test_dates.csv testing test_excel_date_formats.csv testing test_datetimes.csv testing test_missing_value_NULL.csv testing test_missing_value_NULL.csv testing test_missing_value.csv testing test_header_range.csv testing test_header_int_list.csv testing test_basic.csv testing test_basic_pipe.csv testing test_tab_null_empty.txt testing test_tab_null_string.txt testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=5, maxsize=Inf, ptr=1, mark=-1) testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1) testing dash_as_null.csv testing plus_as_null.csv testing comma_decimal.csv testing census.txt testing bools.csv testing boolext.csv testing attenu.csv testing test_null_only_column.csv testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=20, maxsize=Inf, ptr=1, mark=-1) testing categorical.csv testing categorical.csv testing categorical.csv testing categorical.csv testing baseball.csv testing FL_insurance_sample.csv testing SacramentocrimeJanuary2006.csv testing Sacramentorealestatetransactions.csv testing SalesJan2009.csv testing stocks.csv testing TechCrunchcontinentalUSA.csv testing Fielding.csv testing latest (1).csv testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=16, maxsize=Inf, ptr=1, mark=-1) testing issue_198.csv testing issue_198_part2.csv ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 2. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Error: Parsing extra column with unknown type `CSV.HardMissing`. Parsing may fail! └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:710 testing issue_207.csv testing issue_120.csv testing pandas_zeros.csv testing table_test.txt testing transposed.csv testing transposed_1row.csv testing transposed_empty.csv testing transposed_extra_newline.csv testing transposed_noheader.csv testing transposed_noheader.csv testing test_utf8.csv testing test_utf8.csv testing test_multiple_missing.csv testing test_openclosequotes.csv testing test_truestrings.csv testing test_truestrings.csv testing test_string_delimiters.csv testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=20, maxsize=Inf, ptr=1, mark=-1) testing test_basic.csv testing test_basic.csv testing test_truestrings.csv testing test_repeated_delimiters.csv testing test_comments1.csv testing test_comments_multiple.csv testing test_comments_multichar.csv testing test_not_enough_columns.csv ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 1. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing test_not_enough_columns2.csv ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing test_correct_trailing_missings.csv testing norwegian_data.csv testing test_duplicate_columnnames.csv testing test_bad_datetime.csv testing test_types.csv testing test_issue_326.wsv testing test_missing_last_field.csv testing test_delim.tsv testing test_delim.wsv testing test_comment_first_row.csv testing test_comment_first_row.csv testing test_repeated_delim_371.csv testing test_file_issue_154.csv testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=16, maxsize=Inf, ptr=1, mark=-1) testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=19, maxsize=Inf, ptr=1, mark=-1) ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 1. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=19, maxsize=Inf, ptr=1, mark=-1) ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 1. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=43, maxsize=Inf, ptr=1, mark=-1) ┌ Warning: thread = 1 warning: parsed expected 5 columns, but didn't reach end of line around data row: 1. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 6 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 5 columns, but didn't reach end of line around data row: 2. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 6 columns, but didn't reach end of line around data row: 4. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 5 columns, but didn't reach end of line around data row: 2. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 ┌ Warning: thread = 1 warning: parsed expected 6 columns, but didn't reach end of line around data row: 4. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 testing IOBuffer(data=UInt8[...], readable=true, writable=false, seekable=true, append=false, size=17, maxsize=Inf, ptr=1, mark=-1) testing heat_flux.dat testing log001_vehicle_status_flags_0.txt testing fecal_samples.csv header is: 1, skipto computed as: 2 headerpos = 4, datapos = 481 estimated rows: 756 detected delimiter: "," column names detected: [:SampleID, :Mother_Child, :SubjectID, :MaternalID, :TimePoint, :Fecal_EtOH, :CollectionRep, :DOC, :RAInitials_DOC, :DOF, :RAInitials_DOF, :Date_Brought_In, :RAInitials_Brought, :Date_Shipped, :RAInitials_Shipped, :Date_Aliquoted, :Number_Replicates, :RAInitials_Aliquot, :StorageBox, :DOE, :Extract_number, :AliquotRep, :DNABox, :KitUsed, :RAInitials_Extract, :DNAConc, :DOM, :Mgx_processed, :Mgx_batch, :DO16S, :_16S_processed, :_16S_batch, :_16S_plate, :Notes, :Discrepancies, :Batch_1_Mapping, :Mgx_batch_Mapping, :_16S_batch_Mapping, :Mother_Child_Dyads] byte position of data computed at: 481 computed types are: nothing promoting column i = 34 to string from String31 on chunk = 1 promoting column i = 6 to string from Bool on chunk = 1 ┌ Warning: thread = 1 warning: didn't pre-allocate enough column while parsing around row 756, re-allocating from 756 to 1027... └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:591 ┌ Warning: thread = 1 warning: didn't pre-allocate enough column while parsing around row 1027, re-allocating from 1027 to 1076... └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:591 ┌ Warning: thread = 1 warning: didn't pre-allocate enough column while parsing around row 1076, re-allocating from 1076 to 1079... └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:591 time for initial parsing: 0.0062160491943359375 types after parsing: Type[String15, String1, Int64, String7, Int64, String1, Int64, Date, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String3}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String3}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, String3}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, String1}, Union{Missing, String7}, Union{Missing, String31}, Union{Missing, String3}, Union{Missing, Float64}, Union{Missing, Date}, Union{Missing, String15}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String15}, Union{Missing, String7}, Union{Missing, String7}, Union{Missing, String}, Union{Missing, String}, Union{Missing, String31}, Union{Missing, String15}, Union{Missing, String15}, Union{Missing, Int64}], pool = (0.2, 500) header is: 1, skipto computed as: 2 headerpos = 4, datapos = 481 estimated rows: 756 detected delimiter: "," column names detected: [:SampleID, :Mother_Child, :SubjectID, :MaternalID, :TimePoint, :Fecal_EtOH, :CollectionRep, :DOC, :RAInitials_DOC, :DOF, :RAInitials_DOF, :Date_Brought_In, :RAInitials_Brought, :Date_Shipped, :RAInitials_Shipped, :Date_Aliquoted, :Number_Replicates, :RAInitials_Aliquot, :StorageBox, :DOE, :Extract_number, :AliquotRep, :DNABox, :KitUsed, :RAInitials_Extract, :DNAConc, :DOM, :Mgx_processed, :Mgx_batch, :DO16S, :_16S_processed, :_16S_batch, :_16S_plate, :Notes, :Discrepancies, :Batch_1_Mapping, :Mgx_batch_Mapping, :_16S_batch_Mapping, :Mother_Child_Dyads] byte position of data computed at: 481 computed types are: nothing header is: 1, skipto computed as: 2 headerpos = 4, datapos = 481 estimated rows: 756 detected delimiter: "," column names detected: [:SampleID, :Mother_Child, :SubjectID, :MaternalID, :TimePoint, :Fecal_EtOH, :CollectionRep, :DOC, :RAInitials_DOC, :DOF, :RAInitials_DOF, :Date_Brought_In, :RAInitials_Brought, :Date_Shipped, :RAInitials_Shipped, :Date_Aliquoted, :Number_Replicates, :RAInitials_Aliquot, :StorageBox, :DOE, :Extract_number, :AliquotRep, :DNABox, :KitUsed, :RAInitials_Extract, :DNAConc, :DOM, :Mgx_processed, :Mgx_batch, :DO16S, :_16S_processed, :_16S_batch, :_16S_plate, :Notes, :Discrepancies, :Batch_1_Mapping, :Mgx_batch_Mapping, :_16S_batch_Mapping, :Mother_Child_Dyads] byte position of data computed at: 481 computed types are: Type[String15, String1, Int64, String7, Int64, String1, Int64, Date, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String3}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String3}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, String3}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String7}, Union{Missing, String1}, Union{Missing, String7}, Union{Missing, String31}, Union{Missing, String3}, Union{Missing, Float64}, Union{Missing, Date}, Union{Missing, String15}, Union{Missing, String7}, Union{Missing, Date}, Union{Missing, String15}, Union{Missing, String7}, Union{Missing, String7}, Union{Missing, String}, Union{Missing, String}, Union{Missing, String31}, Union{Missing, String15}, Union{Missing, String15}, Union{Missing, Int64}] testing time.csv testing escaped_pooled.csv testing error_comment.txt testing test_508.csv testing bug555.txt testing csv_segfault.txt ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 4. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 466. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 9 columns around data row: 467. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 468. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 5. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 467. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 9 columns around data row: 468. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 469. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 5. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 467. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 1 / 9 columns around data row: 468. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 4 / 9 columns around data row: 469. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing types_override.csv testing select.csv testing test_multithreaded_row_start_detection_singlecol.csv testing test_multithreaded_row_start_detection_int.csv testing test_multithreaded_row_start_detection_float.csv testing test_multithreaded_row_start_detection_float.csv testing test_multithreaded_row_start_detection_float.csv testing test_quoted_delim_multiple_newlines.csv ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 6. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: Multithreaded parsing failed and fell back to single-threaded parsing, check previous warnings for possible reasons. └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:577 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 7. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 7. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 testing groupmark_quote.csv testing groupmark_space.csv testing test_trailing_empty_column.csv testing ampm.csv testing test_basic.csv [ Info: The following test is expected to @error with "Multithreaded parsing failed..." testing test_multiline_field_errorwarning.csv ┌ Error: Multithreaded parsing failed and fell back to single-threaded parsing. This can happen if the input contains multi-line fields; otherwise, please report this issue. └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:579 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 1. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 3 / 5 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 CSV.write: Test Failed at /home/pkgeval/.julia/packages/CSV/XLcqT/test/write.jl:348 Expression: CSV.write("out.test.csv", [(a = s,)]) Expected: ArgumentError Thrown: SystemError SystemError: opening file "out.test.csv": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:176 [2] systemerror @ ./error.jl:175 [inlined] [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base ./iostream.jl:295 [4] open @ ./iostream.jl:277 [inlined] [5] open(fname::String, mode::String; lock::Bool) @ Base ./iostream.jl:358 [6] open(fname::String, mode::String) @ Base ./iostream.jl:357 [7] with(f::CSV.var"#107#108"{Bool, Bool, Tables.Schema{(:a,), Tuple{String}}, Vector{@NamedTuple{a::String}}, CSV.Options{UInt8, UInt8, Nothing, Tuple{}, typeof(CSV._identity)}, Vector{UInt8}, Int64, Int64, Tuple{Symbol}}, io::Any, append::Bool, compress::Bool) @ CSV ~/.julia/packages/CSV/XLcqT/src/write.jl:286 [8] #write#106 @ ~/.julia/packages/CSV/XLcqT/src/write.jl:215 [inlined] [9] write(file::String, itr::Vector{@NamedTuple{a::String}}; append::Bool, compress::Bool, writeheader::Nothing, partition::Bool, kw::@Kwargs{}) @ CSV ~/.julia/packages/CSV/XLcqT/src/write.jl:199 [10] write(file::String, itr::Vector{@NamedTuple{a::String}}) @ CSV ~/.julia/packages/CSV/XLcqT/src/write.jl:162 [11] macro expansion @ ~/.julia/packages/CSV/XLcqT/test/write.jl:348 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:773 [inlined] [13] macro expansion @ ~/.julia/packages/CSV/XLcqT/test/write.jl:348 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/CSV/XLcqT/test/write.jl:33 Stacktrace: [1] macro expansion @ ~/.julia/packages/CSV/XLcqT/test/write.jl:348 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [3] top-level scope @ ~/.julia/packages/CSV/XLcqT/test/write.jl:33 CSV.Rows(""): Size: 1 Tables.Schema: :X Union{Missing, PosLenString}┌ Warning: thread = 1 warning: only found 1 / 3 columns around data row: 2. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: only found 2 / 3 columns around data row: 3. Filling remaining columns with `missing` └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:592 ┌ Warning: thread = 1 warning: parsed expected 3 columns, but didn't reach end of line around data row: 3. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 Test Summary: | Pass Fail Total Time CSV | 1462 1 1463 14m02.9s CSV.File | 1162 1162 12m21.0s CSV.write | 100 1 101 50.9s PooledArrays | 14 14 0.5s CSV.Rows | 48 48 21.6s CSV.detect | 9 9 5.5s CSV.promote_types | 6 6 0.0s CSV.File with select/drop | 38 38 1.5s CSV.Chunks | 3 3 0.3s CSV.chaincolumns! | 67 67 17.6s CSV.File vector inputs | 15 15 3.6s ERROR: LoadError: Some tests did not pass: 1462 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CSV/XLcqT/test/runtests.jl:13 Testing failed after 849.3s ERROR: LoadError: Package CSV errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 878.69s: package has test failures