rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
492 stars 197 forks source link

[BUG] cudf unit tests fail with PTDS enabled #861

Closed pxLi closed 3 years ago

pxLi commented 3 years ago

Describe the bug cudfjni UT failed in nightly build, could be related to https://github.com/rapidsai/rmm/pull/851

we saw random assert failures in different runs,

[2021-08-28T04:59:01.143Z] [ERROR] Failures: 
[2021-08-28T04:59:01.143Z] [ERROR]   DecimalColumnVectorTest.testDecimalFromDecimals:184->testDecimalImpl:199 expected: <1697.976> but was: <-1.0E-4>
[2021-08-28T04:59:01.143Z] [ERROR]   TableTest.testTableCreationIncreasesRefCount:480 Unexpected exception type thrown ==> expected: <java.lang.IllegalStateException> but was: <ai.rapids.cudf.CudaException>

all other tests failed w/ ai.rapids.cudf.CudaException: an illegal memory access was encountered or ai.rapids.cudf.CudaException: misaligned address

08/28 run w/ commit 1d4a2fb09a89d591af0b0df7706866b9b67b5b47

[2021-08-28T04:59:01.143Z] [ERROR] Errors: 
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest>CudfTestBase.afterAll:53 ? Rmm Could not shut down RMM there appe...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testAdd:237 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testAnd:1332 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testArctan2:1519 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testBitAnd:1254 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testBitOr:1280 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testBitXor:1306 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testDecimalTypeThrowsException:1633 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testDiv:568 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testEqual:745 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testEqualNullAware:1536 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testFloorDiv:659 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testGreaterOrEqualTo:1171 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testGreaterThan:1006 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testLessOrEqualTo:1088 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testLessThan:923 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testLogBase10:1489 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testLogBase2:1501 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testMaxNullAware:1586 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testMinNullAware:1610 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testMod:693 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testMul:505 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testNotEqual:839 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testOr:1372 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testPmod:163 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testPow:719 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testShiftLeft:1412 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testShiftRight:1441 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.143Z] [ERROR]   BinaryOpTest.testShiftRightUnsigned:1470 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringEqualNullAwareScalar:1562 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringEqualScalar:797 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringEqualScalarNotPresent:821 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringGreaterOrEqualToScalar:1206 ? Cuda an illegal memory ac...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringGreaterOrEqualToScalarNotPresent:1230 ? Cuda an illegal...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringGreaterThanScalar:1040 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringGreaterThanScalarNotPresent:1064 ? Cuda an illegal memo...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringLessOrEqualToScalar:1123 ? Cuda an illegal memory acces...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringLessOrEqualToScalarNotPresent:1147 ? Cuda an illegal me...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringLessThanScalar:957 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringLessThanScalarNotPresent:982 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringNotEqualScalar:881 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testStringNotEqualScalarNotPresent:905 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testSub:368 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   BinaryOpTest.testTrueDiv:633 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   CuFileTest>CudfTestBase.afterAll:53 ? Rmm Could not shut down RMM there appear...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testAllocOnlyThresholds:157 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testClearEventHandler:127 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testEventHandler:79 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testEventHandler:79 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testExceptionHandling:300 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testPoolGrowth:369 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testPoolLimit:379 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testSetDeviceThrowsAfterRmmInit:361 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testSetDeviceThrowsAfterRmmInit:361 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testSetEventHandlerTwice:106 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testThreadAutoDeviceSetup:340 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testThresholds:220 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testTotalAllocated:56 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   RmmTest.testTotalAllocated:56 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest>CudfTestBase.afterAll:53 ? Rmm Could not shut down RMM there appear ...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.fixedWidthRowsRoundTrip:6969 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testAllFilteredFromData:6319 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testAllFilteredFromValidity:6345 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testAllRowsSize:510 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testAntiSemiJoinGatherMap:2258 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testAntiSemiJoinGatherMapNulls:2272 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testArrowIPCWriteToBufferChunked:6815->getExpectedFileTable:6512->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testArrowIPCWriteToFileWithNamesAndMetadata:6786->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsCheckedGather:6245 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsEmptyInput:2589 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsEmptyValues:2573 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsFloatsMultiVal:2452 ? Cuda an illegal memory access was en...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsFloatsSingleCol:2471 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsFloatsSingleColDesc:2491 ? Cuda an illegal memory access w...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsInputSizeBigger:2411 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsIntsSingleCol:2511 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsIntsSingleColDesc:2531 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsMultiCol:2429 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsNulls:2373 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsString:2548 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBoundsValuesSizeBigger:2393 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testBuilderWithColumn:7077 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConcatHost:3259 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConcatNoNulls:2732 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConcatWithNulls:2769 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalAntiSemiJoinGatherMapNulls:2309 ? Cuda an illegal mem...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalAntiSemiJoinGatherMapNullsWithCount:2351 ? Cuda an il...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalFullJoinGatherMaps:2096 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalFullJoinGatherMapsNulls:2124 ? Cuda an illegal memory...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMaps:1847 ? Cuda an illegal memory acc...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsNulls:1874 ? Cuda an illegal memor...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsNullsWithCount:1928 ? Cuda an ille...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsWithCount:1899 ? Cuda an illegal m...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftAntiJoinGatherMap:2289 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftAntiJoinGatherMapWithCount:2327 ? Cuda an illegal...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMaps:1602 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsNulls:1630 ? Cuda an illegal memory...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsNullsWithCount:1686 ? Cuda an illeg...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsWithCount:1656 ? Cuda an illegal me...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMap:2177 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.144Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapNulls:2197 ? Cuda an illegal mem...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapNullsWithCount:2239 ? Cuda an il...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapWithCount:2215 ? Cuda an illegal...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testContiguousSplit:2801 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testContiguousSplitWithStrings:2830 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testCrossJoin:1416 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testExplode:7186->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testExplodeOuter:7228->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testExplodeOuterPosition:7249->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testExplodePosition:7207->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullHashJoinGatherMaps:1997 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullHashJoinGatherMapsNulls:2043 ? Cuda an illegal memory access...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullHashJoinGatherMapsNullsWithCount:2068 ? Cuda an illegal memo...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullHashJoinGatherMapsWithCount:2018 ? Cuda an illegal memory ac...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinGatherMaps:1953 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinGatherMapsNulls:1975 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinLeftEmpty:1014 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinOnNullKeys:1051 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinRightEmpty:1033 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinWithNonCommonKeys:990 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testFullJoinWithOnlyCommonKeys:1087 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGetNumberOfColumns:521 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGetRows:495 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByArgMax:5452 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByArgMin:5474 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByAvg:5824 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCollectListIncludeNulls:6018 ? Cuda an illegal memory acc...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCollectSetIncludeNulls:6089 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByContiguousSplitGroups:5962 ? Cuda an illegal memory acces...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCount:3506 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCountWithCollapsingNulls:5379 ? Cuda an illegal memory ac...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCountWithNulls:5293 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByCountWithNullsIncluded:5333 ? Cuda an illegal memory acce...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByDuplicateAggregates:5524 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByFirstExcludeNulls:5760 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByFirstIncludeNulls:5792 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByLastExcludeNulls:5776 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByLastIncludeNulls:5808 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByM2:5631 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMax:5418 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMaxBool:5508 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMergeLists:6055 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMergeM2:5713 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMergeSets:6157 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMin:5563 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByMinBool:5493 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByNoAggs:5946 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByReplaceNulls:3440 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByScan:3407 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupBySum:5598 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByUniqueCount:3465 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testGroupByUniqueCountNulls:3486 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testHashPartition:2956 ? Cudf CUDA error at: /home/jenkins/agent/wor...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testIdentityHashPartition:2906 ? Cudf CUDA error at: /home/jenkins/a...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerHashJoinGatherMaps:1752 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsNulls:1796 ? Cuda an illegal memory acces...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsNullsWithCount:1820 ? Cuda an illegal mem...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsWithCount:1772 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinGatherMaps:1710 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinGatherMapsNulls:1731 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinLeftEmpty:1130 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinOnNullKeys:1159 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinRightEmpty:1145 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinWithNonCommonKeys:1108 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInnerJoinWithOnlyCommonKeys:1194 ? Cuda an illegal memory access...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInterleaveDecimalColumns:2685 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInterleaveFloatColumns:2673 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInterleaveIntColumns:2661 ? Cuda an illegal memory access was en...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInterleaveMixedColumns:2717 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInterleaveStringColumns:2705 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testInvalidWindowTypeExceptions:4851 ? Cudf CUDA error at: /home/jen...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testLeftAntiJoin:1316 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testLeftAntiJoinLeftEmpty:1338 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.145Z] [ERROR]   TableTest.testLeftAntiJoinOnNullKeys:1362 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftAntiJoinRightEmpty:1350 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftAntiJoinWithNulls:1401 ? Cudf copy_if failed to synchronize:...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftHashJoinGatherMaps:1503 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsNulls:1549 ? Cuda an illegal memory access...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsNullsWithCount:1574 ? Cuda an illegal memo...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsWithCount:1524 ? Cuda an illegal memory ac...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoin:924 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinGatherMaps:1459 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinGatherMapsNulls:1481 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinLeftEmpty:950 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinOnNullKeys:888 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinRightEmpty:969 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftJoinWithNulls:867 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoin:1215 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinGatherMap:2146 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinGatherMapNulls:2160 ? Cuda an illegal memory access ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinLeftEmpty:1237 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinOnNullKeys:1283 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinRightEmpty:1249 ? Cuda an illegal memory access was ...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testLeftSemiJoinWithNulls:1262 ? Cuda an illegal memory access was e...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMaskDataOnly:6301 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMaskWithValidity:6284 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMaskWithoutValidity:6260 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMergeSimple:369 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMismatchedSizesForFilter:6483 ? Cuda an illegal memory access wa...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testMultiAgg:5858 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testORCWriteToBufferChunked:6848->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testORCWriteToFile:6865->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testORCWriteToFileUncompressed:6897->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testORCWriteToFileWithColNames:6879->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testOrderByAD:393 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testOrderByDD:428 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testOrderByWithNulls:446 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testOrderByWithNullsAndStrings:465 ? Cuda an illegal memory access w...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteMap:6644 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToBufferChunked:6702->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToBufferChunkedInt96:6608->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToBufferChunkedWithNested:6678->getExpectedFileTable:6512->getExpectedFileTable:6545 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToFileUncompressedNoStats:6764->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToFileWithNames:6719->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testParquetWriteToFileWithNamesAndMetadata:6741->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testPartStability:2854 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testPartition:2890 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCount:4548 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountDescendingTimestamps:4739 ? Cuda an illegal m...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedASCWithNullsFirst:4936 ? Cuda an ill...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedASCWithNullsLast:5120 ? Cuda an ille...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedDESCWithNullsFirst:5025 ? Cuda an il...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedDESCWithNullsLast:5209 ? Cuda an ill...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedPreceding:4892 ? Cuda an illegal mem...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingLead:4591 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingMax:4637 ? Cuda an illegal memory access was encou...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingOrderByUnsupportedDataTypeExceptions:4832 ? Cuda a...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingRowNumber:4695 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testRangeWindowingWithoutGroupByColumns:4796 ? Cuda an illegal memor...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSV:669 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSVBuffer:590 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSVBufferInferred:571 ? Cuda an illegal memory access was en...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSVOtherTypes:650 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSVPrune:542 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadCSVWithOffset:610 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadORC:783 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadORCBuffer:804 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadORCFull:821 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadORCNumPyTypes:831 ? Cudf CUDA error encountered at: /home/je...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadORCTimeUnit:855 ? Cudf CUDA error encountered at: /home/jenk...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadParquet:682 ? Cudf CUDA error encountered at: /home/jenkins/...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadParquetBuffer:702 ? Cudf CUDA error encountered at: /home/je...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadParquetContainsDecimalData:750 ? Cudf CUDA error encountered...
[2021-08-28T04:59:01.146Z] [ERROR]   TableTest.testReadParquetFull:711 ? Cudf CUDA error encountered at: /home/jenk...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRemoveNullMasksIfNeeded:6399 ? Cuda an illegal memory access was...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRemoveNullMasksIfNeededWithNulls:6465 ? Cuda an illegal memory a...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRepeat:2613 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRepeatColumn:2632 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRepeatColumnBad:2650 ? Cuda an illegal memory access was encount...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRoundRobinPartition:3129 ? Cuda an illegal memory access was enc...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testRowBitCount:6198 ? Cuda an illegal memory access was encountered
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSerializationReconstructFromMetadata:3373->buildTestTable:7070 ? Cuda
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSerializationRoundTripConcatHostSide:3209->buildTestTable:7070 ? Cuda
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSerializationRoundTripSliced:3351->buildTestTable:7070 ? Cuda an...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSerializationRoundTripSlicedHostSide:3300->buildTestTable:7070 ? Cuda
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSimpleGather:6225 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSortOrderSimple:410 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testStructColumnFilter:6922 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testStructColumnFilterStrings:6947 ? Cuda an illegal memory access w...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testSumWithStrings:5928 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testTableBasedFilter:6493 ? Cuda an illegal memory access was encoun...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingCollectList:3772 ? Cudf CUDA error at: /home/jenkins/ag...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingCollectSet:3854 ? Cudf CUDA error at: /home/jenkins/age...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingCount:3542 ? Cuda an illegal memory access was encounte...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingLag:4188 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingLead:3967 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingMax:3622 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingMean:4393 ? Cuda an illegal memory access was encounter...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingMin:3581 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingOnMultipleDifferentColumns:4423 ? Cuda an illegal memor...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingRowNumber:3693 ? Cuda an illegal memory access was enco...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingSum:3660 ? Cuda an illegal memory access was encountere...
[2021-08-28T04:59:01.147Z] [ERROR]   TableTest.testWindowingWithoutGroupByColumns:4475 ? Cuda an illegal memory acc...

08/29 run w/ commit at 1d4a2fb09a89d591af0b0df7706866b9b67b5b47

[2021-08-29T04:58:28.915Z] [ERROR] Errors: 
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   IntColumnVectorTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.fixedWidthRowsRoundTrip:6969 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testAllFilteredFromData:6319 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testAllFilteredFromValidity:6345 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testAllRowsSize:510 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testAntiSemiJoinGatherMap:2258 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testAntiSemiJoinGatherMapNulls:2272 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testArrowIPCWriteToBufferChunked:6815->getExpectedFileTable:6512->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testArrowIPCWriteToFileWithNamesAndMetadata:6786->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsCheckedGather:6245 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsEmptyInput:2589 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsEmptyValues:2573 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsFloatsMultiVal:2452 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsFloatsSingleCol:2471 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsFloatsSingleColDesc:2491 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsInputSizeBigger:2411 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsIntsSingleCol:2511 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsIntsSingleColDesc:2531 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsMultiCol:2429 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsNulls:2373 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsString:2548 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBoundsValuesSizeBigger:2393 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testBuilderWithColumn:7077 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConcatHost:3259 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConcatNoNulls:2732 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConcatWithNulls:2769 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalAntiSemiJoinGatherMapNulls:2309 ? Cuda misaligned add...
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalAntiSemiJoinGatherMapNullsWithCount:2351 ? Cuda misal...
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalFullJoinGatherMaps:2096 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalFullJoinGatherMapsNulls:2124 ? Cuda misaligned addres...
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMaps:1847 ? Cuda misaligned address
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsNulls:1874 ? Cuda misaligned addre...
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsNullsWithCount:1928 ? Cuda misalig...
[2021-08-29T04:58:28.915Z] [ERROR]   TableTest.testConditionalInnerJoinGatherMapsWithCount:1899 ? Cuda misaligned a...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftAntiJoinGatherMap:2289 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftAntiJoinGatherMapWithCount:2327 ? Cuda misaligned...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMaps:1602 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsNulls:1630 ? Cuda misaligned addres...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsNullsWithCount:1686 ? Cuda misalign...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftJoinGatherMapsWithCount:1656 ? Cuda misaligned ad...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMap:2177 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapNulls:2197 ? Cuda misaligned add...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapNullsWithCount:2239 ? Cuda misal...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testConditionalLeftSemiJoinGatherMapWithCount:2215 ? Cuda misaligned...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testContiguousSplit:2801 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testContiguousSplitWithStrings:2830 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testCrossJoin:1416 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testExplode:7186->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testExplodeOuter:7228->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testExplodeOuterPosition:7249->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testExplodePosition:7207->buildExplodeTestTableWithPrimitiveTypes:7102 ? Cuda
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullHashJoinGatherMaps:1997 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullHashJoinGatherMapsNulls:2043 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullHashJoinGatherMapsNullsWithCount:2068 ? Cuda misaligned addr...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullHashJoinGatherMapsWithCount:2018 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinGatherMaps:1953 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinGatherMapsNulls:1975 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinLeftEmpty:1014 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinOnNullKeys:1051 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinRightEmpty:1033 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinWithNonCommonKeys:990 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testFullJoinWithOnlyCommonKeys:1087 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGetNumberOfColumns:521 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGetRows:495 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByArgMax:5452 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByArgMin:5474 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByAvg:5824 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCollectListIncludeNulls:6018 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCollectSetIncludeNulls:6089 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByContiguousSplitGroups:5962 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCount:3506 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCountWithCollapsingNulls:5379 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCountWithNulls:5293 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByCountWithNullsIncluded:5333 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByDuplicateAggregates:5524 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByFirstExcludeNulls:5760 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByFirstIncludeNulls:5792 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByLastExcludeNulls:5776 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByLastIncludeNulls:5808 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByM2:5631 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMax:5418 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMaxBool:5508 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMergeLists:6055 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMergeM2:5713 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMergeSets:6157 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMin:5563 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByMinBool:5493 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByNoAggs:5946 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByReplaceNulls:3440 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByScan:3407 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupBySum:5598 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByUniqueCount:3465 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testGroupByUniqueCountNulls:3486 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testHashPartition:2956 ? Cudf CUDA error at: /home/jenkins/agent/wor...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testIdentityHashPartition:2906 ? Cudf CUDA error at: /home/jenkins/a...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerHashJoinGatherMaps:1752 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsNulls:1796 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsNullsWithCount:1820 ? Cuda misaligned add...
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerHashJoinGatherMapsWithCount:1772 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinGatherMaps:1710 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinGatherMapsNulls:1731 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinLeftEmpty:1130 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinOnNullKeys:1159 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinRightEmpty:1145 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinWithNonCommonKeys:1108 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInnerJoinWithOnlyCommonKeys:1194 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInterleaveDecimalColumns:2685 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInterleaveFloatColumns:2673 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInterleaveIntColumns:2661 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInterleaveMixedColumns:2717 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInterleaveStringColumns:2705 ? Cuda misaligned address
[2021-08-29T04:58:28.916Z] [ERROR]   TableTest.testInvalidWindowTypeExceptions:4851 ? Cudf CUDA error at: /home/jen...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftAntiJoin:1316 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftAntiJoinLeftEmpty:1338 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftAntiJoinOnNullKeys:1362 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftAntiJoinRightEmpty:1350 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftAntiJoinWithNulls:1401 ? Cudf copy_if failed to synchronize:...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftHashJoinGatherMaps:1503 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsNulls:1549 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsNullsWithCount:1574 ? Cuda misaligned addr...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftHashJoinGatherMapsWithCount:1524 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoin:924 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinGatherMaps:1459 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinGatherMapsNulls:1481 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinLeftEmpty:950 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinOnNullKeys:888 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinRightEmpty:969 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftJoinWithNulls:867 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoin:1215 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinGatherMap:2146 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinGatherMapNulls:2160 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinLeftEmpty:1237 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinOnNullKeys:1283 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinRightEmpty:1249 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testLeftSemiJoinWithNulls:1262 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMaskDataOnly:6301 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMaskWithValidity:6284 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMaskWithoutValidity:6260 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMergeSimple:369 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMismatchedSizesForFilter:6483 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testMultiAgg:5858 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testORCWriteToBufferChunked:6848->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testORCWriteToFile:6865->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testORCWriteToFileUncompressed:6897->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testORCWriteToFileWithColNames:6879->getExpectedFileTable:6508->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testOrderByAD:393 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testOrderByDD:428 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testOrderByWithNulls:446 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testOrderByWithNullsAndStrings:465 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteMap:6644 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToBufferChunked:6702->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToBufferChunkedInt96:6608->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToBufferChunkedWithNested:6678->getExpectedFileTable:6512->getExpectedFileTable:6545 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToFileUncompressedNoStats:6764->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToFileWithNames:6719->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testParquetWriteToFileWithNamesAndMetadata:6741->getExpectedFileTableWithDecimals:6559 ? Cuda
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testPartStability:2854 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testPartition:2890 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCount:4548 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountDescendingTimestamps:4739 ? Cuda misaligned a...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedASCWithNullsFirst:4936 ? Cuda misali...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedASCWithNullsLast:5120 ? Cuda misalig...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedDESCWithNullsFirst:5025 ? Cuda misal...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedDESCWithNullsLast:5209 ? Cuda misali...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingCountUnboundedPreceding:4892 ? Cuda misaligned add...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingLead:4591 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingMax:4637 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingOrderByUnsupportedDataTypeExceptions:4832 ? Cuda m...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingRowNumber:4695 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRangeWindowingWithoutGroupByColumns:4796 ? Cuda misaligned addre...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSV:669 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSVBuffer:590 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSVBufferInferred:571 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSVOtherTypes:650 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSVPrune:542 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadCSVWithOffset:610 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadORC:783 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadORCBuffer:804 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadORCFull:821 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadORCNumPyTypes:831 ? Cudf CUDA error encountered at: /home/je...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadORCTimeUnit:855 ? Cudf CUDA error encountered at: /home/jenk...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadParquet:682 ? Cudf CUDA error encountered at: /home/jenkins/...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadParquetBuffer:702 ? Cudf CUDA error encountered at: /home/je...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadParquetContainsDecimalData:750 ? Cudf CUDA error encountered...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testReadParquetFull:711 ? Cudf CUDA error encountered at: /home/jenk...
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRemoveNullMasksIfNeeded:6399 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRemoveNullMasksIfNeededWithNulls:6465 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRepeat:2613 ? Cuda misaligned address
[2021-08-29T04:58:28.917Z] [ERROR]   TableTest.testRepeatColumn:2632 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testRepeatColumnBad:2650 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testRoundRobinPartition:3129 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testRowBitCount:6198 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSerializationReconstructFromMetadata:3373->buildTestTable:7070 ? Cuda
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSerializationRoundTripConcatHostSide:3209->buildTestTable:7070 ? Cuda
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSerializationRoundTripSliced:3351->buildTestTable:7070 ? Cuda mi...
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSerializationRoundTripSlicedHostSide:3300->buildTestTable:7070 ? Cuda
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSimpleGather:6225 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSortOrderSimple:410 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testStructColumnFilter:6922 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testStructColumnFilterStrings:6947 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testSumWithStrings:5928 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testTableBasedFilter:6493 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingCollectList:3772 ? Cudf CUDA error at: /home/jenkins/ag...
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingCollectSet:3854 ? Cudf CUDA error at: /home/jenkins/age...
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingCount:3542 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingLag:4188 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingLead:3967 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingMax:3622 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingMean:4393 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingMin:3581 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingOnMultipleDifferentColumns:4423 ? Cuda misaligned addre...
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingRowNumber:3693 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingSum:3660 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   TableTest.testWindowingWithoutGroupByColumns:4475 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address
[2021-08-29T04:58:28.918Z] [ERROR]   UnaryOpTest>CudfTestBase.beforeEach:46 ? Cuda misaligned address

Steps/Code to reproduce bug Follow https://github.com/rapidsai/cudf/blob/branch-21.10/java/ci/README.md and run w/ SKIP_JAVA_TESTS=false

Expected behavior UT passed w/ no failures/errors

beckernick commented 3 years ago

Were there any expected updates needed in the JNI layer due to rapidsai/rmm#851 ? cc @jrhemstad @cwharris @harrism

jlowe commented 3 years ago

I tried to reproduce this, both in a conda env with the latest RMM and cudf branch-21.10 code installed, as well as in the Centos 7 Docker environment under cudf/java/ci/. I was unable to reproduce the issue in either case, even when running when disabling the RMM memory pooling (i.e.: using the CUDA default memory resource in RMM) and running the Java tests under cuda-memcheck.

@pxLi is there a specific GPU involved here or is there a way to setup a more interactive environment where this problem can be reproduced?

harrism commented 3 years ago

Were there any expected updates needed in the JNI layer due to rapidsai/rmm#851 ? cc @jrhemstad @cwharris @harrism

No, it was a non-breaking change. It's possible I could have introduced a runtime bug, but will need a repro in order to figure that out.

pxLi commented 3 years ago

I tried to reproduce this, both in a conda env with the latest RMM and cudf branch-21.10 code installed, as well as in the Centos 7 Docker environment under cudf/java/ci/. I was unable to reproduce the issue in either case, even when running when disabling the RMM memory pooling (i.e.: using the CUDA default memory resource in RMM) and running the Java tests under cuda-memcheck.

@pxLi is there a specific GPU involved here or is there a way to setup a more interactive environment where this problem can be reproduced?

@jlowe I could reproduce this on different instances w/ Tesla T4, V100, A30, TITAN V (most of our nightly CIs are using those) by just following the ci README doc. Our nightly cudfjni build pipeline 100% reproduce this

W/ cuda driver (460.32.03, 460.58, 465.07, 460.91.03, 470.57.02) + cuda toolkit 11.2.152, I saw the same issue

steps that could reproduce on our local dev machines (TITAN V) and our egx machines (Tesla T4),

docker build -f java/ci/Dockerfile.centos7 --build-arg CUDA_VERSION=11.2.2 -t cudf-build:11.2.2-devel-centos7 .
nvidia-docker run -it cudf-build:11.2.2-devel-centos7 bash

git clone --recursive https://github.com/rapidsai/cudf.git -b branch-21.10
cd cudf
export WORKSPACE=`pwd`
export PARALLEL_LEVEL=16
export SKIP_JAVA_TESTS=false
scl enable devtoolset-9 "java/ci/build-in-docker.sh"
jlowe commented 3 years ago

Ah, I think the key missing piece in my setup was per-thread-default-stream. I had inadvertently built with PTDS off, but when I build with PTDS ON, I'm able to reproduce the issue.

More than that, most C++ tests fail with PTDS enabled. Here's how I'm building it in a conda environment with the latest RMM source installed in it. Note that I'm using a V100:

cmake -GNinja -DCMAKE_CUDA_ARCHITECTURES=70 -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DPER_THREAD_DEFAULT_STREAM=ON -DCUDF_USE_ARROW_STATIC=ON -DCUDF_ENABLE_ARROW_S3=OFF -DUSE_NVTX=1 -DRMM_LOGGING_LEVEL=OFF -DBUILD_BENCHMARKS=OFF -DBUILD_TESTS=ON ..

Per @pxLi's analysis, I'm also able to verify that the C++ tests and Java unit tests all pass even with PTDS enabled if I keep the cudf source the same but install RMM from commit b458233ae5b41314ad474c88c60069918c52c7b3 which is just before rapidsai/rmm#851. Therefore it does seem related to that RMM change.

Given that this isn't localized to just the Java bindings but is also seen in the C++ unit tests as long as PTDS is enabled, I'll update the headline accordingly.

jlowe commented 3 years ago

Some sample failures I saw when running the unit tests on a build with PTDS=ON:

[ RUN      ] TypedScalarTest/8.ConstructNull
../tests/scalar/scalar_test.cpp:50: Failure
Value of: s.is_valid()
  Actual: true
Expected: false
[  FAILED  ] TypedScalarTest/8.ConstructNull, where TypeParam = bool (0 ms)
[ RUN      ] TypedScalarTest/9.DefaultValidity
../tests/scalar/scalar_test.cpp:41: Failure
Value of: s.is_valid()
  Actual: false
Expected: true
[  FAILED  ] TypedScalarTest/9.DefaultValidity, where TypeParam = float (0 ms)

And test failures like this which imply there's a race condition:

[ RUN      ] TypedScalarTestWithoutFixedPoint/9.SetValue
../tests/scalar/scalar_test.cpp:61: Failure
Expected equality of these values:
  value
    Which is: 9
  s.value()
    Which is: 9
[  FAILED  ] TypedScalarTestWithoutFixedPoint/9.SetValue, where TypeParam = float (0 ms)

Along with some tests that crash with an invalid address:

[ RUN      ] BinaryOperationNullTest.Vector_Null_Vector_Valid
unknown file: Failure
C++ exception with description "CUDA error at: /home/jlowe/miniconda3/envs/cudf_dev/include/rmm/cuda_stream_view.hpp:95: cudaErrorIllegalAddress an illegal memory access was encountered" thrown in the test body.
[  FAILED  ] BinaryOperationNullTest.Vector_Null_Vector_Valid (109 ms)
harrism commented 3 years ago

I can have a look today.

harrism commented 3 years ago

~I am unable to reproduce locally. I built with all the flags you specified above, with the latest 21.10 RMM, and ran on my V100 machine. All tests pass. :(~

I have a repro.

harrism commented 3 years ago

The problem is that when there are multiple free lists, the same pointer is being returned multiple times. I believe that this is a bug that has been latent since before #851, because it seems to be caused by using auto rather than auto& so we are copying an active free_list rather than referencing it, so after the call the free list returns to its previous state.

It was previously hidden by the fact that previously we always merged free lists after stealing.