Skip to content

Instantly share code, notes, and snippets.

@kou
Created April 16, 2021 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kou/868eaed328b348e45865747044044272 to your computer and use it in GitHub Desktop.
Save kou/868eaed328b348e45865747044044272 to your computer and use it in GitHub Desktop.
Apache Arrow 4.0.0 RC0 verification failures
76/79 Test #25: arrow-utility-test ........................***Failed 3.08 sec
Running arrow-utility-test, redirecting output into /tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/build/build/test-logs/arrow-utility-test.txt (attempt 1/1)
[==========] Running 663 tests from 161 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from BitmapWordAlign
[ RUN ] BitmapWordAlign.AlignedDataStart
[ OK ] BitmapWordAlign.AlignedDataStart (0 ms)
[ RUN ] BitmapWordAlign.UnalignedDataStart
[ OK ] BitmapWordAlign.UnalignedDataStart (0 ms)
[----------] 2 tests from BitmapWordAlign (0 ms total)
[----------] 21 tests from TestAsyncUtil
[ RUN ] TestAsyncUtil.Visit
[ OK ] TestAsyncUtil.Visit (1 ms)
[ RUN ] TestAsyncUtil.Collect
[ OK ] TestAsyncUtil.Collect (0 ms)
[ RUN ] TestAsyncUtil.Map
[ OK ] TestAsyncUtil.Map (0 ms)
[ RUN ] TestAsyncUtil.MapAsync
[ OK ] TestAsyncUtil.MapAsync (27 ms)
[ RUN ] TestAsyncUtil.MapReentrant
[ OK ] TestAsyncUtil.MapReentrant (0 ms)
[ RUN ] TestAsyncUtil.MapParallelStress
[ OK ] TestAsyncUtil.MapParallelStress (267 ms)
[ RUN ] TestAsyncUtil.MapTaskFail
[ OK ] TestAsyncUtil.MapTaskFail (0 ms)
[ RUN ] TestAsyncUtil.MapSourceFail
[ OK ] TestAsyncUtil.MapSourceFail (0 ms)
[ RUN ] TestAsyncUtil.Concatenated
[ OK ] TestAsyncUtil.Concatenated (0 ms)
[ RUN ] TestAsyncUtil.FromVector
[ OK ] TestAsyncUtil.FromVector (0 ms)
[ RUN ] TestAsyncUtil.SynchronousFinish
[ OK ] TestAsyncUtil.SynchronousFinish (0 ms)
[ RUN ] TestAsyncUtil.GeneratorIterator
[ OK ] TestAsyncUtil.GeneratorIterator (5 ms)
[ RUN ] TestAsyncUtil.MakeTransferredGenerator
[ OK ] TestAsyncUtil.MakeTransferredGenerator (0 ms)
[ RUN ] TestAsyncUtil.StackOverflow
[ OK ] TestAsyncUtil.StackOverflow (2 ms)
[ RUN ] TestAsyncUtil.SerialReadaheadSlowProducer
[ OK ] TestAsyncUtil.SerialReadaheadSlowProducer (18 ms)
[ RUN ] TestAsyncUtil.SerialReadaheadSlowConsumer
[ OK ] TestAsyncUtil.SerialReadaheadSlowConsumer (1 ms)
[ RUN ] TestAsyncUtil.SerialReadaheadStress
[ OK ] TestAsyncUtil.SerialReadaheadStress (1140 ms)
[ RUN ] TestAsyncUtil.SerialReadaheadStressFast
[ OK ] TestAsyncUtil.SerialReadaheadStressFast (2 ms)
[ RUN ] TestAsyncUtil.SerialReadaheadStressFailing
[ OK ] TestAsyncUtil.SerialReadaheadStressFailing (253 ms)
[ RUN ] TestAsyncUtil.Readahead
[ OK ] TestAsyncUtil.Readahead (0 ms)
[ RUN ] TestAsyncUtil.ReadaheadFailed
[ OK ] TestAsyncUtil.ReadaheadFailed (1 ms)
[----------] 21 tests from TestAsyncUtil (1718 ms total)
[----------] 1 test from TestAsyncIteratorTransform
[ RUN ] TestAsyncIteratorTransform.SkipSome
[ OK ] TestAsyncIteratorTransform.SkipSome (0 ms)
[----------] 1 test from TestAsyncIteratorTransform (0 ms total)
[----------] 6 tests from PushGenerator
[ RUN ] PushGenerator.Empty
[ OK ] PushGenerator.Empty (0 ms)
[ RUN ] PushGenerator.Success
[ OK ] PushGenerator.Success (0 ms)
[ RUN ] PushGenerator.Errors
[ OK ] PushGenerator.Errors (0 ms)
[ RUN ] PushGenerator.CloseEarly
[ OK ] PushGenerator.CloseEarly (0 ms)
[ RUN ] PushGenerator.DanglingProducer
[ OK ] PushGenerator.DanglingProducer (0 ms)
[ RUN ] PushGenerator.Stress
[ OK ] PushGenerator.Stress (2 ms)
[----------] 6 tests from PushGenerator (2 ms total)
[----------] 1 test from SingleFutureGenerator
[ RUN ] SingleFutureGenerator.Basics
[ OK ] SingleFutureGenerator.Basics (0 ms)
[----------] 1 test from SingleFutureGenerator (0 ms total)
[----------] 1 test from FailingGenerator
[ RUN ] FailingGenerator.Basics
[ OK ] FailingGenerator.Basics (0 ms)
[----------] 1 test from FailingGenerator (0 ms total)
[----------] 5 tests from TestBitBlockCounter
[ RUN ] TestBitBlockCounter.OneWordBasics
[ OK ] TestBitBlockCounter.OneWordBasics (0 ms)
[ RUN ] TestBitBlockCounter.FourWordsBasics
[ OK ] TestBitBlockCounter.FourWordsBasics (0 ms)
[ RUN ] TestBitBlockCounter.OneWordWithOffsets
[ OK ] TestBitBlockCounter.OneWordWithOffsets (0 ms)
[ RUN ] TestBitBlockCounter.FourWordsWithOffsets
[ OK ] TestBitBlockCounter.FourWordsWithOffsets (0 ms)
[ RUN ] TestBitBlockCounter.FourWordsRandomData
[ OK ] TestBitBlockCounter.FourWordsRandomData (0 ms)
[----------] 5 tests from TestBitBlockCounter (0 ms total)
[----------] 3 tests from TestBinaryBitBlockCounter
[ RUN ] TestBinaryBitBlockCounter.NextAndWord
[ OK ] TestBinaryBitBlockCounter.NextAndWord (1 ms)
[ RUN ] TestBinaryBitBlockCounter.NextOrWord
[ OK ] TestBinaryBitBlockCounter.NextOrWord (1 ms)
[ RUN ] TestBinaryBitBlockCounter.NextOrNotWord
[ OK ] TestBinaryBitBlockCounter.NextOrNotWord (1 ms)
[----------] 3 tests from TestBinaryBitBlockCounter (3 ms total)
[----------] 2 tests from TestOptionalBitBlockCounter
[ RUN ] TestOptionalBitBlockCounter.NextBlock
[ OK ] TestOptionalBitBlockCounter.NextBlock (0 ms)
[ RUN ] TestOptionalBitBlockCounter.NextWord
[ OK ] TestOptionalBitBlockCounter.NextWord (0 ms)
[----------] 2 tests from TestOptionalBitBlockCounter (0 ms total)
[----------] 4 tests from TestOptionalBinaryBitBlockCounter
[ RUN ] TestOptionalBinaryBitBlockCounter.NextBlockBothBitmaps
[ OK ] TestOptionalBinaryBitBlockCounter.NextBlockBothBitmaps (1 ms)
[ RUN ] TestOptionalBinaryBitBlockCounter.NextBlockLeftBitmap
[ OK ] TestOptionalBinaryBitBlockCounter.NextBlockLeftBitmap (0 ms)
[ RUN ] TestOptionalBinaryBitBlockCounter.NextBlockRightBitmap
[ OK ] TestOptionalBinaryBitBlockCounter.NextBlockRightBitmap (0 ms)
[ RUN ] TestOptionalBinaryBitBlockCounter.NextBlockNoBitmap
[ OK ] TestOptionalBinaryBitBlockCounter.NextBlockNoBitmap (0 ms)
[----------] 4 tests from TestOptionalBinaryBitBlockCounter (1 ms total)
[----------] 9 tests from BitUtilTests
[ RUN ] BitUtilTests.TestIsMultipleOf64
[ OK ] BitUtilTests.TestIsMultipleOf64 (0 ms)
[ RUN ] BitUtilTests.TestNextPower2
[ OK ] BitUtilTests.TestNextPower2 (0 ms)
[ RUN ] BitUtilTests.BytesForBits
[ OK ] BitUtilTests.BytesForBits (0 ms)
[ RUN ] BitUtilTests.TestCountSetBits
[ OK ] BitUtilTests.TestCountSetBits (0 ms)
[ RUN ] BitUtilTests.TestSetBitsTo
[ OK ] BitUtilTests.TestSetBitsTo (0 ms)
[ RUN ] BitUtilTests.TestCopyBitmap
[ OK ] BitUtilTests.TestCopyBitmap (1 ms)
[ RUN ] BitUtilTests.TestCopyBitmapPreAllocated
[ OK ] BitUtilTests.TestCopyBitmapPreAllocated (5 ms)
[ RUN ] BitUtilTests.TestCopyAndInvertBitmapPreAllocated
[ OK ] BitUtilTests.TestCopyAndInvertBitmapPreAllocated (4 ms)
[ RUN ] BitUtilTests.TestBitmapEquals
[ OK ] BitUtilTests.TestBitmapEquals (0 ms)
[----------] 9 tests from BitUtilTests (10 ms total)
[----------] 2 tests from BitmapReader
[ RUN ] BitmapReader.NormalOperation
[ OK ] BitmapReader.NormalOperation (0 ms)
[ RUN ] BitmapReader.DoesNotReadOutOfBounds
[ OK ] BitmapReader.DoesNotReadOutOfBounds (0 ms)
[----------] 2 tests from BitmapReader (0 ms total)
[----------] 3 tests from TestBitmapUInt64Reader
[ RUN ] TestBitmapUInt64Reader.Empty
[ OK ] TestBitmapUInt64Reader.Empty (0 ms)
[ RUN ] TestBitmapUInt64Reader.Small
[ OK ] TestBitmapUInt64Reader.Small (0 ms)
[ RUN ] TestBitmapUInt64Reader.Random
[ OK ] TestBitmapUInt64Reader.Random (1 ms)
[----------] 3 tests from TestBitmapUInt64Reader (1 ms total)
[----------] 8 tests from TestSetBitRunReader
[ RUN ] TestSetBitRunReader.Empty
[ OK ] TestSetBitRunReader.Empty (0 ms)
[ RUN ] TestSetBitRunReader.OneByte
[ OK ] TestSetBitRunReader.OneByte (0 ms)
[ RUN ] TestSetBitRunReader.Tiny
[ OK ] TestSetBitRunReader.Tiny (0 ms)
[ RUN ] TestSetBitRunReader.AllZeros
[ OK ] TestSetBitRunReader.AllZeros (0 ms)
[ RUN ] TestSetBitRunReader.AllOnes
[ OK ] TestSetBitRunReader.AllOnes (0 ms)
[ RUN ] TestSetBitRunReader.Small
[ OK ] TestSetBitRunReader.Small (0 ms)
[ RUN ] TestSetBitRunReader.SingleRun
[ OK ] TestSetBitRunReader.SingleRun (7 ms)
[ RUN ] TestSetBitRunReader.Random
[ OK ] TestSetBitRunReader.Random (14 ms)
[----------] 8 tests from TestSetBitRunReader (21 ms total)
[----------] 8 tests from BitRunReader
[ RUN ] BitRunReader.ZeroLength
[ OK ] BitRunReader.ZeroLength (0 ms)
[ RUN ] BitRunReader.NormalOperation
[ OK ] BitRunReader.NormalOperation (0 ms)
[ RUN ] BitRunReader.AllFirstByteCombos
[ OK ] BitRunReader.AllFirstByteCombos (1 ms)
[ RUN ] BitRunReader.TruncatedAtWord
[ OK ] BitRunReader.TruncatedAtWord (0 ms)
[ RUN ] BitRunReader.ScalarComparison
[ OK ] BitRunReader.ScalarComparison (49 ms)
[ RUN ] BitRunReader.TruncatedWithinWordMultipleOf8Bits
[ OK ] BitRunReader.TruncatedWithinWordMultipleOf8Bits (0 ms)
[ RUN ] BitRunReader.TruncatedWithinWord
[ OK ] BitRunReader.TruncatedWithinWord (0 ms)
[ RUN ] BitRunReader.TruncatedMultipleWords
[ OK ] BitRunReader.TruncatedMultipleWords (0 ms)
[----------] 8 tests from BitRunReader (50 ms total)
[----------] 2 tests from BitmapWriter
[ RUN ] BitmapWriter.NormalOperation
[ OK ] BitmapWriter.NormalOperation (0 ms)
[ RUN ] BitmapWriter.DoesNotWriteOutOfBounds
[ OK ] BitmapWriter.DoesNotWriteOutOfBounds (0 ms)
[----------] 2 tests from BitmapWriter (0 ms total)
[----------] 6 tests from FirstTimeBitmapWriter
[ RUN ] FirstTimeBitmapWriter.NormalOperation
[ OK ] FirstTimeBitmapWriter.NormalOperation (0 ms)
[ RUN ] FirstTimeBitmapWriter.AppendWordOffsetOverwritesCorrectBitsOnExistingByte
[ OK ] FirstTimeBitmapWriter.AppendWordOffsetOverwritesCorrectBitsOnExistingByte (0 ms)
[ RUN ] FirstTimeBitmapWriter.AppendZeroBitsHasNoImpact
[ OK ] FirstTimeBitmapWriter.AppendZeroBitsHasNoImpact (0 ms)
[ RUN ] FirstTimeBitmapWriter.AppendLessThanByte
[ OK ] FirstTimeBitmapWriter.AppendLessThanByte (0 ms)
[ RUN ] FirstTimeBitmapWriter.AppendByteThenMore
[ OK ] FirstTimeBitmapWriter.AppendByteThenMore (0 ms)
[ RUN ] FirstTimeBitmapWriter.AppendWordShiftsBitsCorrectly
[ OK ] FirstTimeBitmapWriter.AppendWordShiftsBitsCorrectly (0 ms)
[----------] 6 tests from FirstTimeBitmapWriter (0 ms total)
[----------] 1 test from TestAppendBitmap
[ RUN ] TestAppendBitmap.AppendWordOnlyAppropriateBytesWritten
[ OK ] TestAppendBitmap.AppendWordOnlyAppropriateBytesWritten (0 ms)
[----------] 1 test from TestAppendBitmap (0 ms total)
[----------] 1 test from TestGenerateBits/0, where TypeParam = arrow::GenerateBitsFunctor
[ RUN ] TestGenerateBits/0.NormalOperation
[ OK ] TestGenerateBits/0.NormalOperation (1 ms)
[----------] 1 test from TestGenerateBits/0 (1 ms total)
[----------] 1 test from TestGenerateBits/1, where TypeParam = arrow::GenerateBitsUnrolledFunctor
[ RUN ] TestGenerateBits/1.NormalOperation
[ OK ] TestGenerateBits/1.NormalOperation (0 ms)
[----------] 1 test from TestGenerateBits/1 (0 ms total)
[----------] 1 test from TestVisitBits/0, where TypeParam = arrow::VisitBitsFunctor
[ RUN ] TestVisitBits/0.NormalOperation
[ OK ] TestVisitBits/0.NormalOperation (0 ms)
[----------] 1 test from TestVisitBits/0 (0 ms total)
[----------] 1 test from TestVisitBits/1, where TypeParam = arrow::VisitBitsUnrolledFunctor
[ RUN ] TestVisitBits/1.NormalOperation
[ OK ] TestVisitBits/1.NormalOperation (0 ms)
[----------] 1 test from TestVisitBits/1 (0 ms total)
[----------] 5 tests from BitmapOp
[ RUN ] BitmapOp.And
[ OK ] BitmapOp.And (1 ms)
[ RUN ] BitmapOp.Or
[ OK ] BitmapOp.Or (0 ms)
[ RUN ] BitmapOp.Xor
[ OK ] BitmapOp.Xor (1 ms)
[ RUN ] BitmapOp.AndNot
[ OK ] BitmapOp.AndNot (1 ms)
[ RUN ] BitmapOp.RandomXor
[ OK ] BitmapOp.RandomXor (15 ms)
[----------] 5 tests from BitmapOp (18 ms total)
[----------] 14 tests from BitUtil
[ RUN ] BitUtil.CeilDiv
[ OK ] BitUtil.CeilDiv (0 ms)
[ RUN ] BitUtil.RoundUp
[ OK ] BitUtil.RoundUp (0 ms)
[ RUN ] BitUtil.RoundDown
[ OK ] BitUtil.RoundDown (0 ms)
[ RUN ] BitUtil.CoveringBytes
[ OK ] BitUtil.CoveringBytes (0 ms)
[ RUN ] BitUtil.TrailingBits
[ OK ] BitUtil.TrailingBits (0 ms)
[ RUN ] BitUtil.ByteSwap
[ OK ] BitUtil.ByteSwap (0 ms)
[ RUN ] BitUtil.Log2
[ OK ] BitUtil.Log2 (0 ms)
[ RUN ] BitUtil.NumRequiredBits
[ OK ] BitUtil.NumRequiredBits (0 ms)
[ RUN ] BitUtil.CountLeadingZeros
[ OK ] BitUtil.CountLeadingZeros (0 ms)
[ RUN ] BitUtil.CountTrailingZeros
[ OK ] BitUtil.CountTrailingZeros (0 ms)
[ RUN ] BitUtil.RoundUpToPowerOf2
[ OK ] BitUtil.RoundUpToPowerOf2 (0 ms)
[ RUN ] BitUtil.RoundTripLittleEndianTest
[ OK ] BitUtil.RoundTripLittleEndianTest (0 ms)
[ RUN ] BitUtil.RoundTripBigEndianTest
[ OK ] BitUtil.RoundTripBigEndianTest (0 ms)
[ RUN ] BitUtil.BitsetStack
[ OK ] BitUtil.BitsetStack (0 ms)
[----------] 14 tests from BitUtil (0 ms total)
[----------] 1 test from BitStreamUtil
[ RUN ] BitStreamUtil.ZigZag
[ OK ] BitStreamUtil.ZigZag (0 ms)
[----------] 1 test from BitStreamUtil (0 ms total)
[----------] 5 tests from Bitmap
[ RUN ] Bitmap.ShiftingWordsOptimization
[ OK ] Bitmap.ShiftingWordsOptimization (1 ms)
[ RUN ] Bitmap.VisitWords
[ OK ] Bitmap.VisitWords (0 ms)
[ RUN ] Bitmap.VisitPartialWords
[ OK ] Bitmap.VisitPartialWords (0 ms)
[ RUN ] Bitmap.ToString
[ OK ] Bitmap.ToString (0 ms)
[ RUN ] Bitmap.VisitWordsAnd
[ OK ] Bitmap.VisitWordsAnd (2 ms)
[----------] 5 tests from Bitmap (3 ms total)
[----------] 2 tests from TestLruCache
[ RUN ] TestLruCache.Basics
[ OK ] TestLruCache.Basics (0 ms)
[ RUN ] TestLruCache.Eviction
[ OK ] TestLruCache.Eviction (0 ms)
[----------] 2 tests from TestLruCache (1 ms total)
[----------] 1 test from TestMemoizeLru/0, where TypeParam = arrow::internal::MemoizeLruFactory
[ RUN ] TestMemoizeLru/0.Basics
[ OK ] TestMemoizeLru/0.Basics (0 ms)
[----------] 1 test from TestMemoizeLru/0 (0 ms total)
[----------] 1 test from TestMemoizeLru/1, where TypeParam = arrow::internal::MemoizeLruThreadUnsafeFactory
[ RUN ] TestMemoizeLru/1.Basics
[ OK ] TestMemoizeLru/1.Basics (0 ms)
[----------] 1 test from TestMemoizeLru/1 (0 ms total)
[----------] 1 test from TestMemoizeLruThreadSafe
[ RUN ] TestMemoizeLruThreadSafe.Threads
[ OK ] TestMemoizeLruThreadSafe.Threads (13 ms)
[----------] 1 test from TestMemoizeLruThreadSafe (13 ms total)
[----------] 1 test from CheckedCast
[ RUN ] CheckedCast.TestInvalidSubclassCast
[ OK ] CheckedCast.TestInvalidSubclassCast (0 ms)
[----------] 1 test from CheckedCast (0 ms total)
[----------] 3 tests from TestCodecMisc
[ RUN ] TestCodecMisc.GetCodecAsString
[ OK ] TestCodecMisc.GetCodecAsString (0 ms)
[ RUN ] TestCodecMisc.GetCompressionType
[ OK ] TestCodecMisc.GetCompressionType (0 ms)
[ RUN ] TestCodecMisc.SpecifyCompressionLevel
[ OK ] TestCodecMisc.SpecifyCompressionLevel (6 ms)
[----------] 3 tests from TestCodecMisc (6 ms total)
[----------] 1 test from TestCodecLZ4Hadoop
[ RUN ] TestCodecLZ4Hadoop.Compatibility
[ OK ] TestCodecLZ4Hadoop.Compatibility (0 ms)
[----------] 1 test from TestCodecLZ4Hadoop (0 ms total)
[----------] 3 tests from DecimalTestFixture
[ RUN ] DecimalTestFixture.TestFromString
[ OK ] DecimalTestFixture.TestFromString (0 ms)
[ RUN ] DecimalTestFixture.TestStringStartingWithPlus
[ OK ] DecimalTestFixture.TestStringStartingWithPlus (0 ms)
[ RUN ] DecimalTestFixture.TestStringStartingWithPlus128
[ OK ] DecimalTestFixture.TestStringStartingWithPlus128 (0 ms)
[----------] 3 tests from DecimalTestFixture (0 ms total)
[----------] 14 tests from DecimalTest
[ RUN ] DecimalTest.TestFromStringDecimal128
[ OK ] DecimalTest.TestFromStringDecimal128 (0 ms)
[ RUN ] DecimalTest.TestFromDecimalString128
[ OK ] DecimalTest.TestFromDecimalString128 (0 ms)
[ RUN ] DecimalTest.TestStringRoundTrip
[ OK ] DecimalTest.TestStringRoundTrip (0 ms)
[ RUN ] DecimalTest.TestDecimal32SignedRoundTrip
[ OK ] DecimalTest.TestDecimal32SignedRoundTrip (0 ms)
[ RUN ] DecimalTest.TestDecimal64SignedRoundTrip
[ OK ] DecimalTest.TestDecimal64SignedRoundTrip (0 ms)
[ RUN ] DecimalTest.TestDecimalStringAndBytesRoundTrip
[ OK ] DecimalTest.TestDecimalStringAndBytesRoundTrip (0 ms)
[ RUN ] DecimalTest.TestInvalidInputMinus
[ OK ] DecimalTest.TestInvalidInputMinus (0 ms)
[ RUN ] DecimalTest.TestInvalidInputDot
[ OK ] DecimalTest.TestInvalidInputDot (0 ms)
[ RUN ] DecimalTest.TestInvalidInputEmbeddedMinus
[ OK ] DecimalTest.TestInvalidInputEmbeddedMinus (0 ms)
[ RUN ] DecimalTest.TestInvalidInputSingleChar
[ OK ] DecimalTest.TestInvalidInputSingleChar (0 ms)
[ RUN ] DecimalTest.TestInvalidInputWithValidSubstring
[ OK ] DecimalTest.TestInvalidInputWithValidSubstring (0 ms)
[ RUN ] DecimalTest.TestInvalidInputWithMinusPlus
[ OK ] DecimalTest.TestInvalidInputWithMinusPlus (0 ms)
[ RUN ] DecimalTest.TestInvalidInputWithPlusMinus
[ OK ] DecimalTest.TestInvalidInputWithPlusMinus (0 ms)
[ RUN ] DecimalTest.TestInvalidInputWithLeadingZeros
[ OK ] DecimalTest.TestInvalidInputWithLeadingZeros (0 ms)
[----------] 14 tests from DecimalTest (0 ms total)
[----------] 3 tests from DecimalZerosTest
[ RUN ] DecimalZerosTest.LeadingZerosNoDecimalPoint
[ OK ] DecimalZerosTest.LeadingZerosNoDecimalPoint (0 ms)
[ RUN ] DecimalZerosTest.LeadingZerosDecimalPoint
[ OK ] DecimalZerosTest.LeadingZerosDecimalPoint (0 ms)
[ RUN ] DecimalZerosTest.NoLeadingZerosDecimalPoint
[ OK ] DecimalZerosTest.NoLeadingZerosDecimalPoint (0 ms)
[----------] 3 tests from DecimalZerosTest (0 ms total)
[----------] 1 test from Decimal128Test/0, where TypeParam = char
[ RUN ] Decimal128Test/0.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/0.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/0 (0 ms total)
[----------] 1 test from Decimal128Test/1, where TypeParam = unsigned char
[ RUN ] Decimal128Test/1.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/1.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/1 (0 ms total)
[----------] 1 test from Decimal128Test/2, where TypeParam = short
[ RUN ] Decimal128Test/2.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/2.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/2 (0 ms total)
[----------] 1 test from Decimal128Test/3, where TypeParam = unsigned short
[ RUN ] Decimal128Test/3.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/3.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/3 (0 ms total)
[----------] 1 test from Decimal128Test/4, where TypeParam = int
[ RUN ] Decimal128Test/4.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/4.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/4 (0 ms total)
[----------] 1 test from Decimal128Test/5, where TypeParam = unsigned int
[ RUN ] Decimal128Test/5.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/5.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/5 (0 ms total)
[----------] 1 test from Decimal128Test/6, where TypeParam = long
[ RUN ] Decimal128Test/6.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/6.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/6 (0 ms total)
[----------] 1 test from Decimal128Test/7, where TypeParam = unsigned long
[ RUN ] Decimal128Test/7.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/7.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/7 (0 ms total)
[----------] 1 test from Decimal128Test/8, where TypeParam = long long
[ RUN ] Decimal128Test/8.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/8.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/8 (0 ms total)
[----------] 1 test from Decimal128Test/9, where TypeParam = unsigned long long
[ RUN ] Decimal128Test/9.ConstructibleFromAnyIntegerType
[ OK ] Decimal128Test/9.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal128Test/9 (0 ms total)
[----------] 1 test from Decimal128TestTrue
[ RUN ] Decimal128TestTrue.ConstructibleFromBool
[ OK ] Decimal128TestTrue.ConstructibleFromBool (1 ms)
[----------] 1 test from Decimal128TestTrue (1 ms total)
[----------] 1 test from Decimal128TestFalse
[ RUN ] Decimal128TestFalse.ConstructibleFromBool
[ OK ] Decimal128TestFalse.ConstructibleFromBool (0 ms)
[----------] 1 test from Decimal128TestFalse (0 ms total)
[----------] 19 tests from Decimal128Test
[ RUN ] Decimal128Test.Division
[ OK ] Decimal128Test.Division (0 ms)
[ RUN ] Decimal128Test.PrintLargePositiveValue
[ OK ] Decimal128Test.PrintLargePositiveValue (0 ms)
[ RUN ] Decimal128Test.PrintLargeNegativeValue
[ OK ] Decimal128Test.PrintLargeNegativeValue (0 ms)
[ RUN ] Decimal128Test.PrintMaxValue
[ OK ] Decimal128Test.PrintMaxValue (0 ms)
[ RUN ] Decimal128Test.PrintMinValue
[ OK ] Decimal128Test.PrintMinValue (0 ms)
[ RUN ] Decimal128Test.TestNoDecimalPointExponential
[ OK ] Decimal128Test.TestNoDecimalPointExponential (0 ms)
[ RUN ] Decimal128Test.TestFromBigEndian
[ OK ] Decimal128Test.TestFromBigEndian (0 ms)
[ RUN ] Decimal128Test.TestFromBigEndianBadLength
[ OK ] Decimal128Test.TestFromBigEndianBadLength (0 ms)
[ RUN ] Decimal128Test.TestToInteger
[ OK ] Decimal128Test.TestToInteger (0 ms)
[ RUN ] Decimal128Test.Multiply
[ OK ] Decimal128Test.Multiply (0 ms)
[ RUN ] Decimal128Test.Divide
[ OK ] Decimal128Test.Divide (0 ms)
[ RUN ] Decimal128Test.Rescale
[ OK ] Decimal128Test.Rescale (1 ms)
[ RUN ] Decimal128Test.Mod
[ OK ] Decimal128Test.Mod (0 ms)
[ RUN ] Decimal128Test.Sign
[ OK ] Decimal128Test.Sign (0 ms)
[ RUN ] Decimal128Test.GetWholeAndFraction
[ OK ] Decimal128Test.GetWholeAndFraction (0 ms)
[ RUN ] Decimal128Test.GetWholeAndFractionNegative
[ OK ] Decimal128Test.GetWholeAndFractionNegative (0 ms)
[ RUN ] Decimal128Test.IncreaseScale
[ OK ] Decimal128Test.IncreaseScale (0 ms)
[ RUN ] Decimal128Test.ReduceScaleAndRound
[ OK ] Decimal128Test.ReduceScaleAndRound (0 ms)
[ RUN ] Decimal128Test.FitsInPrecision
[ OK ] Decimal128Test.FitsInPrecision (0 ms)
[----------] 19 tests from Decimal128Test (1 ms total)
[----------] 1 test from Decimal128ParseTest
[ RUN ] Decimal128ParseTest.WithExponentAndNullptrScale
[ OK ] Decimal128ParseTest.WithExponentAndNullptrScale (0 ms)
[----------] 1 test from Decimal128ParseTest (0 ms total)
[----------] 2 tests from TestDecimalFromReal/0, where TypeParam = std::pair<arrow::Decimal128, float>
[ RUN ] TestDecimalFromReal/0.TestSuccess
[ OK ] TestDecimalFromReal/0.TestSuccess (0 ms)
[ RUN ] TestDecimalFromReal/0.TestErrors
[ OK ] TestDecimalFromReal/0.TestErrors (0 ms)
[----------] 2 tests from TestDecimalFromReal/0 (0 ms total)
[----------] 2 tests from TestDecimalFromReal/1, where TypeParam = std::pair<arrow::Decimal128, double>
[ RUN ] TestDecimalFromReal/1.TestSuccess
[ OK ] TestDecimalFromReal/1.TestSuccess (0 ms)
[ RUN ] TestDecimalFromReal/1.TestErrors
[ OK ] TestDecimalFromReal/1.TestErrors (0 ms)
[----------] 2 tests from TestDecimalFromReal/1 (0 ms total)
[----------] 2 tests from TestDecimalFromReal/2, where TypeParam = std::pair<arrow::Decimal256, float>
[ RUN ] TestDecimalFromReal/2.TestSuccess
[ OK ] TestDecimalFromReal/2.TestSuccess (0 ms)
[ RUN ] TestDecimalFromReal/2.TestErrors
[ OK ] TestDecimalFromReal/2.TestErrors (0 ms)
[----------] 2 tests from TestDecimalFromReal/2 (0 ms total)
[----------] 2 tests from TestDecimalFromReal/3, where TypeParam = std::pair<arrow::Decimal256, double>
[ RUN ] TestDecimalFromReal/3.TestSuccess
[ OK ] TestDecimalFromReal/3.TestSuccess (0 ms)
[ RUN ] TestDecimalFromReal/3.TestErrors
[ OK ] TestDecimalFromReal/3.TestErrors (0 ms)
[----------] 2 tests from TestDecimalFromReal/3 (0 ms total)
[----------] 2 tests from TestDecimalFromRealFloat/0, where TypeParam = arrow::Decimal128
[ RUN ] TestDecimalFromRealFloat/0.SuccessConversion
[ OK ] TestDecimalFromRealFloat/0.SuccessConversion (0 ms)
[ RUN ] TestDecimalFromRealFloat/0.LargeValues
[ OK ] TestDecimalFromRealFloat/0.LargeValues (0 ms)
[----------] 2 tests from TestDecimalFromRealFloat/0 (0 ms total)
[----------] 2 tests from TestDecimalFromRealFloat/1, where TypeParam = arrow::Decimal256
[ RUN ] TestDecimalFromRealFloat/1.SuccessConversion
[ OK ] TestDecimalFromRealFloat/1.SuccessConversion (0 ms)
[ RUN ] TestDecimalFromRealFloat/1.LargeValues
[ OK ] TestDecimalFromRealFloat/1.LargeValues (0 ms)
[----------] 2 tests from TestDecimalFromRealFloat/1 (0 ms total)
[----------] 2 tests from TestDecimalFromRealDouble/0, where TypeParam = arrow::Decimal128
[ RUN ] TestDecimalFromRealDouble/0.SuccessConversion
[ OK ] TestDecimalFromRealDouble/0.SuccessConversion (0 ms)
[ RUN ] TestDecimalFromRealDouble/0.LargeValues
[ OK ] TestDecimalFromRealDouble/0.LargeValues (0 ms)
[----------] 2 tests from TestDecimalFromRealDouble/0 (0 ms total)
[----------] 2 tests from TestDecimalFromRealDouble/1, where TypeParam = arrow::Decimal256
[ RUN ] TestDecimalFromRealDouble/1.SuccessConversion
[ OK ] TestDecimalFromRealDouble/1.SuccessConversion (0 ms)
[ RUN ] TestDecimalFromRealDouble/1.LargeValues
[ OK ] TestDecimalFromRealDouble/1.LargeValues (0 ms)
[----------] 2 tests from TestDecimalFromRealDouble/1 (0 ms total)
[----------] 1 test from TestDecimal256FromRealDouble
[ RUN ] TestDecimal256FromRealDouble.ExtremeValues
[ OK ] TestDecimal256FromRealDouble.ExtremeValues (0 ms)
[----------] 1 test from TestDecimal256FromRealDouble (0 ms total)
[----------] 1 test from TestDecimalToReal/0, where TypeParam = std::pair<arrow::Decimal128, float>
[ RUN ] TestDecimalToReal/0.TestSuccess
[ OK ] TestDecimalToReal/0.TestSuccess (0 ms)
[----------] 1 test from TestDecimalToReal/0 (0 ms total)
[----------] 1 test from TestDecimalToReal/1, where TypeParam = std::pair<arrow::Decimal128, double>
[ RUN ] TestDecimalToReal/1.TestSuccess
[ OK ] TestDecimalToReal/1.TestSuccess (0 ms)
[----------] 1 test from TestDecimalToReal/1 (0 ms total)
[----------] 1 test from TestDecimalToReal/2, where TypeParam = std::pair<arrow::Decimal256, float>
[ RUN ] TestDecimalToReal/2.TestSuccess
[ OK ] TestDecimalToReal/2.TestSuccess (0 ms)
[----------] 1 test from TestDecimalToReal/2 (0 ms total)
[----------] 1 test from TestDecimalToReal/3, where TypeParam = std::pair<arrow::Decimal256, double>
[ RUN ] TestDecimalToReal/3.TestSuccess
[ OK ] TestDecimalToReal/3.TestSuccess (0 ms)
[----------] 1 test from TestDecimalToReal/3 (0 ms total)
[----------] 2 tests from TestDecimal128ToRealFloat
[ RUN ] TestDecimal128ToRealFloat.LargeValues
[ OK ] TestDecimal128ToRealFloat.LargeValues (0 ms)
[ RUN ] TestDecimal128ToRealFloat.Precision
[ OK ] TestDecimal128ToRealFloat.Precision (0 ms)
[----------] 2 tests from TestDecimal128ToRealFloat (0 ms total)
[----------] 2 tests from TestDecimal256ToRealFloat
[ RUN ] TestDecimal256ToRealFloat.LargeValues
[ OK ] TestDecimal256ToRealFloat.LargeValues (0 ms)
[ RUN ] TestDecimal256ToRealFloat.Precision
[ OK ] TestDecimal256ToRealFloat.Precision (0 ms)
[----------] 2 tests from TestDecimal256ToRealFloat (0 ms total)
[----------] 2 tests from TestDecimalToRealDouble/0, where TypeParam = arrow::Decimal128
[ RUN ] TestDecimalToRealDouble/0.LargeValues
[ OK ] TestDecimalToRealDouble/0.LargeValues (0 ms)
[ RUN ] TestDecimalToRealDouble/0.Precision
[ OK ] TestDecimalToRealDouble/0.Precision (0 ms)
[----------] 2 tests from TestDecimalToRealDouble/0 (0 ms total)
[----------] 2 tests from TestDecimalToRealDouble/1, where TypeParam = arrow::Decimal256
[ RUN ] TestDecimalToRealDouble/1.LargeValues
[ OK ] TestDecimalToRealDouble/1.LargeValues (0 ms)
[ RUN ] TestDecimalToRealDouble/1.Precision
[ OK ] TestDecimalToRealDouble/1.Precision (0 ms)
[----------] 2 tests from TestDecimalToRealDouble/1 (1 ms total)
[----------] 11 tests from Decimal256Test
[ RUN ] Decimal256Test.TestComparators
[ OK ] Decimal256Test.TestComparators (0 ms)
[ RUN ] Decimal256Test.TestToBytesRoundTrip
[ OK ] Decimal256Test.TestToBytesRoundTrip (0 ms)
[ RUN ] Decimal256Test.ConstructibleFromBool
[ OK ] Decimal256Test.ConstructibleFromBool (0 ms)
[ RUN ] Decimal256Test.Multiply
[ OK ] Decimal256Test.Multiply (96 ms)
[ RUN ] Decimal256Test.Shift
[ OK ] Decimal256Test.Shift (0 ms)
[ RUN ] Decimal256Test.Add
[ OK ] Decimal256Test.Add (0 ms)
[ RUN ] Decimal256Test.Divide
[ OK ] Decimal256Test.Divide (0 ms)
[ RUN ] Decimal256Test.Rescale
[ OK ] Decimal256Test.Rescale (2 ms)
[ RUN ] Decimal256Test.IncreaseScale
[ OK ] Decimal256Test.IncreaseScale (0 ms)
[ RUN ] Decimal256Test.ReduceScaleAndRound
[ OK ] Decimal256Test.ReduceScaleAndRound (0 ms)
[ RUN ] Decimal256Test.TestFromBigEndianBadLength
[ OK ] Decimal256Test.TestFromBigEndianBadLength (0 ms)
[----------] 11 tests from Decimal256Test (98 ms total)
[----------] 1 test from Decimal256Test/0, where TypeParam = char
[ RUN ] Decimal256Test/0.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/0.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/0 (0 ms total)
[----------] 1 test from Decimal256Test/1, where TypeParam = unsigned char
[ RUN ] Decimal256Test/1.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/1.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/1 (0 ms total)
[----------] 1 test from Decimal256Test/2, where TypeParam = short
[ RUN ] Decimal256Test/2.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/2.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/2 (0 ms total)
[----------] 1 test from Decimal256Test/3, where TypeParam = unsigned short
[ RUN ] Decimal256Test/3.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/3.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/3 (0 ms total)
[----------] 1 test from Decimal256Test/4, where TypeParam = int
[ RUN ] Decimal256Test/4.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/4.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/4 (0 ms total)
[----------] 1 test from Decimal256Test/5, where TypeParam = unsigned int
[ RUN ] Decimal256Test/5.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/5.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/5 (0 ms total)
[----------] 1 test from Decimal256Test/6, where TypeParam = long
[ RUN ] Decimal256Test/6.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/6.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/6 (0 ms total)
[----------] 1 test from Decimal256Test/7, where TypeParam = unsigned long
[ RUN ] Decimal256Test/7.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/7.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/7 (0 ms total)
[----------] 1 test from Decimal256Test/8, where TypeParam = long long
[ RUN ] Decimal256Test/8.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/8.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/8 (0 ms total)
[----------] 1 test from Decimal256Test/9, where TypeParam = unsigned long long
[ RUN ] Decimal256Test/9.ConstructibleFromAnyIntegerType
[ OK ] Decimal256Test/9.ConstructibleFromAnyIntegerType (0 ms)
[----------] 1 test from Decimal256Test/9 (0 ms total)
[----------] 1 test from Decimal256
[ RUN ] Decimal256.FromBigEndianTest
[ OK ] Decimal256.FromBigEndianTest (0 ms)
[----------] 1 test from Decimal256 (0 ms total)
[----------] 16 tests from Formatting
[ RUN ] Formatting.Boolean
[ OK ] Formatting.Boolean (0 ms)
[ RUN ] Formatting.UInt8
[ OK ] Formatting.UInt8 (0 ms)
[ RUN ] Formatting.UInt16
[ OK ] Formatting.UInt16 (0 ms)
[ RUN ] Formatting.UInt32
[ OK ] Formatting.UInt32 (0 ms)
[ RUN ] Formatting.UInt64
[ OK ] Formatting.UInt64 (0 ms)
[ RUN ] Formatting.Int8
[ OK ] Formatting.Int8 (0 ms)
[ RUN ] Formatting.Int16
[ OK ] Formatting.Int16 (0 ms)
[ RUN ] Formatting.Int32
[ OK ] Formatting.Int32 (0 ms)
[ RUN ] Formatting.Int64
[ OK ] Formatting.Int64 (0 ms)
[ RUN ] Formatting.Float
[ OK ] Formatting.Float (0 ms)
[ RUN ] Formatting.Double
[ OK ] Formatting.Double (0 ms)
[ RUN ] Formatting.Date32
[ OK ] Formatting.Date32 (0 ms)
[ RUN ] Formatting.Date64
[ OK ] Formatting.Date64 (0 ms)
[ RUN ] Formatting.Time32
[ OK ] Formatting.Time32 (0 ms)
[ RUN ] Formatting.Time64
[ OK ] Formatting.Time64 (0 ms)
[ RUN ] Formatting.Timestamp
[ OK ] Formatting.Timestamp (1 ms)
[----------] 16 tests from Formatting (1 ms total)
[----------] 11 tests from KeyValueMetadataTest
[ RUN ] KeyValueMetadataTest.SimpleConstruction
[ OK ] KeyValueMetadataTest.SimpleConstruction (0 ms)
[ RUN ] KeyValueMetadataTest.StringVectorConstruction
[ OK ] KeyValueMetadataTest.StringVectorConstruction (0 ms)
[ RUN ] KeyValueMetadataTest.StringMapConstruction
[ OK ] KeyValueMetadataTest.StringMapConstruction (0 ms)
[ RUN ] KeyValueMetadataTest.StringAppend
[ OK ] KeyValueMetadataTest.StringAppend (0 ms)
[ RUN ] KeyValueMetadataTest.Copy
[ OK ] KeyValueMetadataTest.Copy (0 ms)
[ RUN ] KeyValueMetadataTest.Merge
[ OK ] KeyValueMetadataTest.Merge (0 ms)
[ RUN ] KeyValueMetadataTest.FindKey
[ OK ] KeyValueMetadataTest.FindKey (0 ms)
[ RUN ] KeyValueMetadataTest.Equals
[ OK ] KeyValueMetadataTest.Equals (0 ms)
[ RUN ] KeyValueMetadataTest.ToString
[ OK ] KeyValueMetadataTest.ToString (0 ms)
[ RUN ] KeyValueMetadataTest.SortedPairs
[ OK ] KeyValueMetadataTest.SortedPairs (0 ms)
[ RUN ] KeyValueMetadataTest.Delete
[ OK ] KeyValueMetadataTest.Delete (0 ms)
[----------] 11 tests from KeyValueMetadataTest (0 ms total)
[----------] 2 tests from HashingQuality
[ RUN ] HashingQuality.Int64
[ OK ] HashingQuality.Int64 (4 ms)
[ RUN ] HashingQuality.Strings
[ OK ] HashingQuality.Strings (4 ms)
[----------] 2 tests from HashingQuality (8 ms total)
[----------] 1 test from HashingBounds
[ RUN ] HashingBounds.Strings
[ OK ] HashingBounds.Strings (0 ms)
[----------] 1 test from HashingBounds (0 ms total)
[----------] 4 tests from ScalarMemoTable
[ RUN ] ScalarMemoTable.Int64
[ OK ] ScalarMemoTable.Int64 (0 ms)
[ RUN ] ScalarMemoTable.UInt16
[ OK ] ScalarMemoTable.UInt16 (0 ms)
[ RUN ] ScalarMemoTable.Float64
[ OK ] ScalarMemoTable.Float64 (0 ms)
[ RUN ] ScalarMemoTable.StressInt64
[ OK ] ScalarMemoTable.StressInt64 (0 ms)
[----------] 4 tests from ScalarMemoTable (0 ms total)
[----------] 2 tests from SmallScalarMemoTable
[ RUN ] SmallScalarMemoTable.Int8
[ OK ] SmallScalarMemoTable.Int8 (0 ms)
[ RUN ] SmallScalarMemoTable.Bool
[ OK ] SmallScalarMemoTable.Bool (0 ms)
[----------] 2 tests from SmallScalarMemoTable (0 ms total)
[----------] 3 tests from BinaryMemoTable
[ RUN ] BinaryMemoTable.Basics
[ OK ] BinaryMemoTable.Basics (0 ms)
[ RUN ] BinaryMemoTable.Stress
[ OK ] BinaryMemoTable.Stress (0 ms)
[ RUN ] BinaryMemoTable.Empty
[ OK ] BinaryMemoTable.Empty (0 ms)
[----------] 3 tests from BinaryMemoTable (0 ms total)
[----------] 4 tests from UIntWidth
[ RUN ] UIntWidth.NoNulls
[ OK ] UIntWidth.NoNulls (0 ms)
[ RUN ] UIntWidth.Nulls
[ OK ] UIntWidth.Nulls (0 ms)
[ RUN ] UIntWidth.NoNullsMany
[ OK ] UIntWidth.NoNullsMany (1 ms)
[ RUN ] UIntWidth.NullsMany
[ OK ] UIntWidth.NullsMany (0 ms)
[----------] 4 tests from UIntWidth (1 ms total)
[----------] 4 tests from IntWidth
[ RUN ] IntWidth.NoNulls
[ OK ] IntWidth.NoNulls (0 ms)
[ RUN ] IntWidth.Nulls
[ OK ] IntWidth.Nulls (0 ms)
[ RUN ] IntWidth.NoNullsMany
[ OK ] IntWidth.NoNullsMany (0 ms)
[ RUN ] IntWidth.NullsMany
[ OK ] IntWidth.NullsMany (0 ms)
[----------] 4 tests from IntWidth (0 ms total)
[----------] 1 test from TransposeInts
[ RUN ] TransposeInts.Int8ToInt64
[ OK ] TransposeInts.Int8ToInt64 (0 ms)
[----------] 1 test from TransposeInts (0 ms total)
[----------] 3 tests from CheckIndexBounds
[ RUN ] CheckIndexBounds.Batching
[ OK ] CheckIndexBounds.Batching (0 ms)
[ RUN ] CheckIndexBounds.SignedInts
[ OK ] CheckIndexBounds.SignedInts (0 ms)
[ RUN ] CheckIndexBounds.UnsignedInts
[ OK ] CheckIndexBounds.UnsignedInts (0 ms)
[----------] 3 tests from CheckIndexBounds (0 ms total)
[----------] 3 tests from CheckIntegersInRange
[ RUN ] CheckIntegersInRange.Batching
[ OK ] CheckIntegersInRange.Batching (0 ms)
[ RUN ] CheckIntegersInRange.SignedInts
[ OK ] CheckIntegersInRange.SignedInts (0 ms)
[ RUN ] CheckIntegersInRange.UnsignedInts
[ OK ] CheckIntegersInRange.UnsignedInts (0 ms)
[----------] 3 tests from CheckIntegersInRange (0 ms total)
[----------] 1 test from ErrnoFromStatus
[ RUN ] ErrnoFromStatus.Basics
[ OK ] ErrnoFromStatus.Basics (0 ms)
[----------] 1 test from ErrnoFromStatus (0 ms total)
[----------] 1 test from SignalFromStatus
[ RUN ] SignalFromStatus.Basics
[ OK ] SignalFromStatus.Basics (0 ms)
[----------] 1 test from SignalFromStatus (0 ms total)
[----------] 1 test from GetPageSize
[ RUN ] GetPageSize.Basics
[ OK ] GetPageSize.Basics (0 ms)
[----------] 1 test from GetPageSize (0 ms total)
[----------] 1 test from MemoryAdviseWillNeed
[ RUN ] MemoryAdviseWillNeed.Basics
[ OK ] MemoryAdviseWillNeed.Basics (0 ms)
[----------] 1 test from MemoryAdviseWillNeed (0 ms total)
[----------] 6 tests from PlatformFilename
[ RUN ] PlatformFilename.RoundtripAscii
[ OK ] PlatformFilename.RoundtripAscii (0 ms)
[ RUN ] PlatformFilename.RoundtripUtf8
[ OK ] PlatformFilename.RoundtripUtf8 (0 ms)
[ RUN ] PlatformFilename.Invalid
[ OK ] PlatformFilename.Invalid (0 ms)
[ RUN ] PlatformFilename.Join
[ OK ] PlatformFilename.Join (0 ms)
[ RUN ] PlatformFilename.JoinInvalid
[ OK ] PlatformFilename.JoinInvalid (0 ms)
[ RUN ] PlatformFilename.Parent
[ OK ] PlatformFilename.Parent (0 ms)
[----------] 6 tests from PlatformFilename (0 ms total)
[----------] 1 test from CreateDirDeleteDir
[ RUN ] CreateDirDeleteDir.Basics
[ OK ] CreateDirDeleteDir.Basics (0 ms)
[----------] 1 test from CreateDirDeleteDir (0 ms total)
[----------] 1 test from DeleteDirContents
[ RUN ] DeleteDirContents.Basics
[ OK ] DeleteDirContents.Basics (0 ms)
[----------] 1 test from DeleteDirContents (0 ms total)
[----------] 1 test from TemporaryDir
[ RUN ] TemporaryDir.Basics
[ OK ] TemporaryDir.Basics (0 ms)
[----------] 1 test from TemporaryDir (0 ms total)
[----------] 1 test from CreateDirTree
[ RUN ] CreateDirTree.Basics
[ OK ] CreateDirTree.Basics (0 ms)
[----------] 1 test from CreateDirTree (0 ms total)
[----------] 1 test from ListDir
[ RUN ] ListDir.Basics
[ OK ] ListDir.Basics (1 ms)
[----------] 1 test from ListDir (1 ms total)
[----------] 1 test from DeleteFile
[ RUN ] DeleteFile.Basics
[ OK ] DeleteFile.Basics (0 ms)
[----------] 1 test from DeleteFile (0 ms total)
[----------] 1 test from FileUtils
[ RUN ] FileUtils.LongPaths
[ OK ] FileUtils.LongPaths (2 ms)
[----------] 1 test from FileUtils (2 ms total)
[----------] 2 tests from SendSignal
[ RUN ] SendSignal.Generic
[ OK ] SendSignal.Generic (0 ms)
[ RUN ] SendSignal.ToThread
[ OK ] SendSignal.ToThread (0 ms)
[----------] 2 tests from SendSignal (0 ms total)
[----------] 1 test from TestEmptyIterator
[ RUN ] TestEmptyIterator.Basic
[ OK ] TestEmptyIterator.Basic (0 ms)
[----------] 1 test from TestEmptyIterator (0 ms total)
[----------] 2 tests from TestVectorIterator
[ RUN ] TestVectorIterator.Basic
[ OK ] TestVectorIterator.Basic (0 ms)
[ RUN ] TestVectorIterator.RangeForLoop
[ OK ] TestVectorIterator.RangeForLoop (0 ms)
[----------] 2 tests from TestVectorIterator (0 ms total)
[----------] 7 tests from TestIteratorTransform
[ RUN ] TestIteratorTransform.Truncating
[ OK ] TestIteratorTransform.Truncating (0 ms)
[ RUN ] TestIteratorTransform.TestPointer
[ OK ] TestIteratorTransform.TestPointer (0 ms)
[ RUN ] TestIteratorTransform.TruncatingShort
[ OK ] TestIteratorTransform.TruncatingShort (0 ms)
[ RUN ] TestIteratorTransform.SkipSome
[ OK ] TestIteratorTransform.SkipSome (0 ms)
[ RUN ] TestIteratorTransform.SkipAll
[ OK ] TestIteratorTransform.SkipAll (0 ms)
[ RUN ] TestIteratorTransform.Abort
[ OK ] TestIteratorTransform.Abort (0 ms)
[ RUN ] TestIteratorTransform.Repeating
[ OK ] TestIteratorTransform.Repeating (0 ms)
[----------] 7 tests from TestIteratorTransform (0 ms total)
[----------] 1 test from TestFunctionIterator
[ RUN ] TestFunctionIterator.RangeForLoop
[ OK ] TestFunctionIterator.RangeForLoop (0 ms)
[----------] 1 test from TestFunctionIterator (0 ms total)
[----------] 1 test from FilterIterator
[ RUN ] FilterIterator.Basic
[ OK ] FilterIterator.Basic (0 ms)
[----------] 1 test from FilterIterator (0 ms total)
[----------] 2 tests from FlattenVectorIterator
[ RUN ] FlattenVectorIterator.Basic
[ OK ] FlattenVectorIterator.Basic (0 ms)
[ RUN ] FlattenVectorIterator.Pyramid
[ OK ] FlattenVectorIterator.Pyramid (0 ms)
[----------] 2 tests from FlattenVectorIterator (0 ms total)
[----------] 5 tests from ReadaheadIterator
[ RUN ] ReadaheadIterator.Empty
[ OK ] ReadaheadIterator.Empty (0 ms)
[ RUN ] ReadaheadIterator.Basic
[ OK ] ReadaheadIterator.Basic (0 ms)
[ RUN ] ReadaheadIterator.NotExhausted
[ OK ] ReadaheadIterator.NotExhausted (0 ms)
[ RUN ] ReadaheadIterator.Trace
[ OK ] ReadaheadIterator.Trace (6 ms)
[ RUN ] ReadaheadIterator.NextError
[ OK ] ReadaheadIterator.NextError (1 ms)
[----------] 5 tests from ReadaheadIterator (7 ms total)
[----------] 2 tests from PrintLogTest
[ RUN ] PrintLogTest.LogTestWithoutInit
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:46: This is the INFO message
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:48: This is the WARNING message
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:50: This is the ERROR message
[ OK ] PrintLogTest.LogTestWithoutInit (0 ms)
[ RUN ] PrintLogTest.LogTestWithInit
This is the DEBUG message
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:46: This is the INFO message
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:48: This is the WARNING message
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/logging_test.cc:50: This is the ERROR message
[ OK ] PrintLogTest.LogTestWithInit (0 ms)
[----------] 2 tests from PrintLogTest (0 ms total)
[----------] 1 test from DcheckMacros
[ RUN ] DcheckMacros.DoNotEvaluateReleaseMode
[ OK ] DcheckMacros.DoNotEvaluateReleaseMode (0 ms)
[----------] 1 test from DcheckMacros (0 ms total)
[----------] 1 test from TestSpscQueue
[ RUN ] TestSpscQueue.TestMoveOnly
[ OK ] TestSpscQueue.TestMoveOnly (0 ms)
[----------] 1 test from TestSpscQueue (0 ms total)
[----------] 2 tests from TestLazyIter
[ RUN ] TestLazyIter.TestIncrementCopy
[ OK ] TestLazyIter.TestIncrementCopy (0 ms)
[ RUN ] TestLazyIter.TestPostIncrementCopy
[ OK ] TestLazyIter.TestPostIncrementCopy (0 ms)
[----------] 2 tests from TestLazyIter (0 ms total)
[----------] 3 tests from BitArray
[ RUN ] BitArray.TestBool
[ OK ] BitArray.TestBool (1 ms)
[ RUN ] BitArray.TestValues
[ OK ] BitArray.TestValues (1 ms)
[ RUN ] BitArray.TestMixed
[ OK ] BitArray.TestMixed (0 ms)
[----------] 3 tests from BitArray (2 ms total)
[----------] 4 tests from Rle
[ RUN ] Rle.SpecificSequences
[ OK ] Rle.SpecificSequences (0 ms)
[ RUN ] Rle.TestValues
[ OK ] Rle.TestValues (1 ms)
[ RUN ] Rle.BitWidthZeroRepeated
[ OK ] Rle.BitWidthZeroRepeated (0 ms)
[ RUN ] Rle.BitWidthZeroLiteral
[ OK ] Rle.BitWidthZeroLiteral (0 ms)
[----------] 4 tests from Rle (1 ms total)
[----------] 4 tests from BitRle
[ RUN ] BitRle.Flush
[ OK ] BitRle.Flush (0 ms)
[ RUN ] BitRle.Random
[ OK ] BitRle.Random (5 ms)
[ RUN ] BitRle.RepeatedPattern
[ OK ] BitRle.RepeatedPattern (0 ms)
[ RUN ] BitRle.Overflow
[ OK ] BitRle.Overflow (0 ms)
[----------] 4 tests from BitRle (5 ms total)
[----------] 1 test from RleDecoder
[ RUN ] RleDecoder.GetBatchSpaced
[ OK ] RleDecoder.GetBatchSpaced (21 ms)
[----------] 1 test from RleDecoder (21 ms total)
[----------] 7 tests from StlUtilTest
[ RUN ] StlUtilTest.VectorAddRemoveTest
[ OK ] StlUtilTest.VectorAddRemoveTest (0 ms)
[ RUN ] StlUtilTest.ArgSortPermute
[ OK ] StlUtilTest.ArgSortPermute (0 ms)
[ RUN ] StlUtilTest.VectorFlatten
[ OK ] StlUtilTest.VectorFlatten (0 ms)
[ RUN ] StlUtilTest.VectorMap
[ OK ] StlUtilTest.VectorMap (0 ms)
[ RUN ] StlUtilTest.VectorMaybeMapFails
[ OK ] StlUtilTest.VectorMaybeMapFails (0 ms)
[ RUN ] StlUtilTest.VectorMaybeMap
[ OK ] StlUtilTest.VectorMaybeMap (0 ms)
[ RUN ] StlUtilTest.VectorUnwrapOrRaise
[ OK ] StlUtilTest.VectorUnwrapOrRaise (0 ms)
[----------] 7 tests from StlUtilTest (0 ms total)
[----------] 1 test from Trim
[ RUN ] Trim.Basics
[ OK ] Trim.Basics (0 ms)
[----------] 1 test from Trim (0 ms total)
[----------] 1 test from AsciiEqualsCaseInsensitive
[ RUN ] AsciiEqualsCaseInsensitive.Basics
[ OK ] AsciiEqualsCaseInsensitive.Basics (0 ms)
[----------] 1 test from AsciiEqualsCaseInsensitive (0 ms total)
[----------] 1 test from AsciiToLower
[ RUN ] AsciiToLower.Basics
[ OK ] AsciiToLower.Basics (0 ms)
[----------] 1 test from AsciiToLower (0 ms total)
[----------] 2 tests from ParseHexValue
[ RUN ] ParseHexValue.Valid
[ OK ] ParseHexValue.Valid (0 ms)
[ RUN ] ParseHexValue.Invalid
[ OK ] ParseHexValue.Invalid (0 ms)
[----------] 2 tests from ParseHexValue (0 ms total)
[----------] 1 test from Replace
[ RUN ] Replace.Basics
[ OK ] Replace.Basics (0 ms)
[----------] 1 test from Replace (0 ms total)
[----------] 4 tests from SplitString
[ RUN ] SplitString.InnerDelimiter
[ OK ] SplitString.InnerDelimiter (0 ms)
[ RUN ] SplitString.OuterRightDelimiter
[ OK ] SplitString.OuterRightDelimiter (0 ms)
[ RUN ] SplitString.OuterLeftAndOuterRightDelimiter
[ OK ] SplitString.OuterLeftAndOuterRightDelimiter (0 ms)
[ RUN ] SplitString.OnlyDemiliter
[ OK ] SplitString.OnlyDemiliter (0 ms)
[----------] 4 tests from SplitString (0 ms total)
[----------] 6 tests from TDigestTest
[ RUN ] TDigestTest.SingleValue
[ OK ] TDigestTest.SingleValue (0 ms)
[ RUN ] TDigestTest.FewValues
[ OK ] TDigestTest.FewValues (0 ms)
[ RUN ] TDigestTest.RandomValues
[ OK ] TDigestTest.RandomValues (12 ms)
[ RUN ] TDigestTest.MergeUniform
[ OK ] TDigestTest.MergeUniform (6 ms)
[ RUN ] TDigestTest.MergeNonUniform
[ OK ] TDigestTest.MergeNonUniform (1 ms)
[ RUN ] TDigestTest.Misc
[ OK ] TDigestTest.Misc (15 ms)
[----------] 6 tests from TDigestTest (34 ms total)
[----------] 1 test from TimeTest
[ RUN ] TimeTest.ConvertTimestampValue
[ OK ] TimeTest.ConvertTimestampValue (0 ms)
[----------] 1 test from TimeTest (0 ms total)
[----------] 3 tests from SmallString
[ RUN ] SmallString.Basics
[ OK ] SmallString.Basics (0 ms)
[ RUN ] SmallString.Assign
[ OK ] SmallString.Assign (0 ms)
[ RUN ] SmallString.Substr
[ OK ] SmallString.Substr (0 ms)
[----------] 3 tests from SmallString (0 ms total)
[----------] 12 tests from Trie
[ RUN ] Trie.Empty
[ OK ] Trie.Empty (0 ms)
[ RUN ] Trie.EmptyString
[ OK ] Trie.EmptyString (0 ms)
[ RUN ] Trie.LongString
[ OK ] Trie.LongString (1 ms)
[ RUN ] Trie.Basics1
[ OK ] Trie.Basics1 (0 ms)
[ RUN ] Trie.Basics2
[ OK ] Trie.Basics2 (0 ms)
[ RUN ] Trie.Basics3
[ OK ] Trie.Basics3 (0 ms)
[ RUN ] Trie.LongStrings
[ OK ] Trie.LongStrings (0 ms)
[ RUN ] Trie.NullChars
[ OK ] Trie.NullChars (0 ms)
[ RUN ] Trie.NegativeChars
[ OK ] Trie.NegativeChars (0 ms)
[ RUN ] Trie.CSVNulls
[ OK ] Trie.CSVNulls (0 ms)
[ RUN ] Trie.Duplicates
[ OK ] Trie.Duplicates (0 ms)
[ RUN ] Trie.CapacityError
[ OK ] Trie.CapacityError (8 ms)
[----------] 12 tests from Trie (9 ms total)
[----------] 1 test from UriEscape
[ RUN ] UriEscape.Basics
[ OK ] UriEscape.Basics (0 ms)
[----------] 1 test from UriEscape (0 ms total)
[----------] 1 test from UriEncodeHost
[ RUN ] UriEncodeHost.Basics
[ OK ] UriEncodeHost.Basics (0 ms)
[----------] 1 test from UriEncodeHost (0 ms total)
[----------] 8 tests from Uri
[ RUN ] Uri.Empty
[ OK ] Uri.Empty (0 ms)
[ RUN ] Uri.ParseSimple
[ OK ] Uri.ParseSimple (0 ms)
[ RUN ] Uri.ParsePath
[ OK ] Uri.ParsePath (0 ms)
[ RUN ] Uri.ParseQuery
[ OK ] Uri.ParseQuery (0 ms)
[ RUN ] Uri.ParseHostPort
[ OK ] Uri.ParseHostPort (0 ms)
[ RUN ] Uri.ParseUserPass
[ OK ] Uri.ParseUserPass (0 ms)
[ RUN ] Uri.FileScheme
[ OK ] Uri.FileScheme (0 ms)
[ RUN ] Uri.ParseError
[ OK ] Uri.ParseError (0 ms)
[----------] 8 tests from Uri (0 ms total)
[----------] 2 tests from ASCIIValidationTest
[ RUN ] ASCIIValidationTest.AsciiValid
[ OK ] ASCIIValidationTest.AsciiValid (0 ms)
[ RUN ] ASCIIValidationTest.AsciiInvalid
[ OK ] ASCIIValidationTest.AsciiInvalid (0 ms)
[----------] 2 tests from ASCIIValidationTest (0 ms total)
[----------] 10 tests from UTF8ValidationTest
[ RUN ] UTF8ValidationTest.EmptyString
[ OK ] UTF8ValidationTest.EmptyString (0 ms)
[ RUN ] UTF8ValidationTest.OneCharacterValid
[ OK ] UTF8ValidationTest.OneCharacterValid (0 ms)
[ RUN ] UTF8ValidationTest.TwoCharacterValid
[ OK ] UTF8ValidationTest.TwoCharacterValid (0 ms)
[ RUN ] UTF8ValidationTest.RandomValid
[ OK ] UTF8ValidationTest.RandomValid (2 ms)
[ RUN ] UTF8ValidationTest.OneCharacterTruncated
[ OK ] UTF8ValidationTest.OneCharacterTruncated (0 ms)
[ RUN ] UTF8ValidationTest.TwoCharacterTruncated
[ OK ] UTF8ValidationTest.TwoCharacterTruncated (0 ms)
[ RUN ] UTF8ValidationTest.OneCharacterInvalid
[ OK ] UTF8ValidationTest.OneCharacterInvalid (0 ms)
[ RUN ] UTF8ValidationTest.TwoCharacterInvalid
[ OK ] UTF8ValidationTest.TwoCharacterInvalid (0 ms)
[ RUN ] UTF8ValidationTest.RandomInvalid
[ OK ] UTF8ValidationTest.RandomInvalid (2 ms)
[ RUN ] UTF8ValidationTest.RandomTruncated
[ OK ] UTF8ValidationTest.RandomTruncated (2 ms)
[----------] 10 tests from UTF8ValidationTest (6 ms total)
[----------] 1 test from SkipUTF8BOM
[ RUN ] SkipUTF8BOM.Basics
[ OK ] SkipUTF8BOM.Basics (0 ms)
[----------] 1 test from SkipUTF8BOM (0 ms total)
[----------] 1 test from UTF8ToWideString
[ RUN ] UTF8ToWideString.Basics
[ OK ] UTF8ToWideString.Basics (0 ms)
[----------] 1 test from UTF8ToWideString (0 ms total)
[----------] 1 test from WideStringToUTF8
[ RUN ] WideStringToUTF8.Basics
[ OK ] WideStringToUTF8.Basics (0 ms)
[----------] 1 test from WideStringToUTF8 (0 ms total)
[----------] 1 test from UTF8DecodeReverse
[ RUN ] UTF8DecodeReverse.Basics
[ OK ] UTF8DecodeReverse.Basics (0 ms)
[----------] 1 test from UTF8DecodeReverse (0 ms total)
[----------] 1 test from UTF8FindIf
[ RUN ] UTF8FindIf.Basics
[ OK ] UTF8FindIf.Basics (0 ms)
[----------] 1 test from UTF8FindIf (0 ms total)
[----------] 17 tests from StringConversion
[ RUN ] StringConversion.ToBoolean
[ OK ] StringConversion.ToBoolean (0 ms)
[ RUN ] StringConversion.ToFloat
[ OK ] StringConversion.ToFloat (0 ms)
[ RUN ] StringConversion.ToDouble
[ OK ] StringConversion.ToDouble (0 ms)
[ RUN ] StringConversion.ToFloatLocale
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/testing/gtest_util.cc:513: Locale unavailable (ignored): 'fr_FR.UTF-8'
[ OK ] StringConversion.ToFloatLocale (0 ms)
[ RUN ] StringConversion.ToDoubleLocale
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/testing/gtest_util.cc:513: Locale unavailable (ignored): 'fr_FR.UTF-8'
[ OK ] StringConversion.ToDoubleLocale (1 ms)
[ RUN ] StringConversion.ToInt8
[ OK ] StringConversion.ToInt8 (0 ms)
[ RUN ] StringConversion.ToUInt8
[ OK ] StringConversion.ToUInt8 (0 ms)
[ RUN ] StringConversion.ToInt16
[ OK ] StringConversion.ToInt16 (0 ms)
[ RUN ] StringConversion.ToUInt16
[ OK ] StringConversion.ToUInt16 (0 ms)
[ RUN ] StringConversion.ToInt32
[ OK ] StringConversion.ToInt32 (0 ms)
[ RUN ] StringConversion.ToUInt32
[ OK ] StringConversion.ToUInt32 (0 ms)
[ RUN ] StringConversion.ToInt64
[ OK ] StringConversion.ToInt64 (0 ms)
[ RUN ] StringConversion.ToUInt64
[ OK ] StringConversion.ToUInt64 (0 ms)
[ RUN ] StringConversion.ToDate32
[ OK ] StringConversion.ToDate32 (0 ms)
[ RUN ] StringConversion.ToDate64
[ OK ] StringConversion.ToDate64 (0 ms)
[ RUN ] StringConversion.ToTimestampDate_ISO8601
[ OK ] StringConversion.ToTimestampDate_ISO8601 (0 ms)
[ RUN ] StringConversion.ToTimestampDateTime_ISO8601
[ OK ] StringConversion.ToTimestampDateTime_ISO8601 (0 ms)
[----------] 17 tests from StringConversion (1 ms total)
[----------] 1 test from TimestampParser
[ RUN ] TimestampParser.StrptimeParser
[ OK ] TimestampParser.StrptimeParser (0 ms)
[----------] 1 test from TimestampParser (0 ms total)
[----------] 5 tests from Variant
[ RUN ] Variant.DefaultConstruction
[ OK ] Variant.DefaultConstruction (0 ms)
[ RUN ] Variant.CopyConstruction
[ OK ] Variant.CopyConstruction (0 ms)
[ RUN ] Variant.Emplace
[ OK ] Variant.Emplace (0 ms)
[ RUN ] Variant.MoveConstruction
[ OK ] Variant.MoveConstruction (0 ms)
[ RUN ] Variant.ExceptionSafety
[ OK ] Variant.ExceptionSafety (0 ms)
[----------] 5 tests from Variant (0 ms total)
[----------] 2 tests from VariantTest
[ RUN ] VariantTest.Visit
[ OK ] VariantTest.Visit (0 ms)
[ RUN ] VariantTest.Equality
[ OK ] VariantTest.Equality (0 ms)
[----------] 2 tests from VariantTest (0 ms total)
[----------] 2 tests from FromFutureTests/FromFutureFixture
[ RUN ] FromFutureTests/FromFutureFixture.Basic/0
[ OK ] FromFutureTests/FromFutureFixture.Basic/0 (0 ms)
[ RUN ] FromFutureTests/FromFutureFixture.Basic/1
[ OK ] FromFutureTests/FromFutureFixture.Basic/1 (4 ms)
[----------] 2 tests from FromFutureTests/FromFutureFixture (4 ms total)
[----------] 2 tests from GoogleTestVerification
[ RUN ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<MergedGeneratorTestFixture>
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/async_generator_test.cc:492: Failure
Parameterized test suite MergedGeneratorTestFixture is defined via TEST_P, but never instantiated. None of the test cases will run. Either no INSTANTIATE_TEST_SUITE_P is provided or the only ones provided expand to nothing.
Ideally, TEST_P definitions should only ever be included as part of binaries that intend to use them. (As opposed to, for example, being placed in a library that may be linked in to get other utilities.)
To suppress this error for this test suite, insert the following line (in a non-header) in the namespace it is defined in:
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(MergedGeneratorTestFixture);
[ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<MergedGeneratorTestFixture> (0 ms)
[ RUN ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<GeneratorTestFixture>
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/async_generator_test.cc:597: Failure
Parameterized test suite GeneratorTestFixture is instantiated via INSTANTIATE_TEST_SUITE_P, but no tests are defined via TEST_P . No test cases will run.
Ideally, INSTANTIATE_TEST_SUITE_P should only ever be invoked from code that always depend on code that provides TEST_P. Failing to do so is often an indication of dead code, e.g. the last TEST_P was removed but the rest got left behind.
To suppress this error for this test suite, insert the following line (in a non-header) in the namespace it is defined in:
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(GeneratorTestFixture);
[ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<GeneratorTestFixture> (0 ms)
[----------] 2 tests from GoogleTestVerification (0 ms total)
[----------] 18 tests from BackgroundGeneratorTests/BackgroundGeneratorTestFixture
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Empty/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Empty/0 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Empty/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Empty/1 (1 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Basic/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Basic/0 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Basic/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Basic/1 (4 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BadResult/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BadResult/0 (1 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BadResult/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BadResult/1 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.InvalidExecutor/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.InvalidExecutor/0 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.InvalidExecutor/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.InvalidExecutor/1 (5 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.StopAndRestart/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.StopAndRestart/0 (5 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.StopAndRestart/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.StopAndRestart/1 (5 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortReading/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortReading/0 (1 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortReading/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortReading/1 (2 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortOnIdleBackground/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortOnIdleBackground/0 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortOnIdleBackground/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.AbortOnIdleBackground/1 (35 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BackgroundRepeatEnd/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BackgroundRepeatEnd/0 (0 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BackgroundRepeatEnd/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.BackgroundRepeatEnd/1 (100 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Stress/0
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Stress/0 (2 ms)
[ RUN ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Stress/1
[ OK ] BackgroundGeneratorTests/BackgroundGeneratorTestFixture.Stress/1 (22 ms)
[----------] 18 tests from BackgroundGeneratorTests/BackgroundGeneratorTestFixture (183 ms total)
[----------] 6 tests from EnumeratedTests/EnumeratorTestFixture
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Basic/0
[ OK ] EnumeratedTests/EnumeratorTestFixture.Basic/0 (0 ms)
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Basic/1
[ OK ] EnumeratedTests/EnumeratorTestFixture.Basic/1 (108 ms)
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Empty/0
[ OK ] EnumeratedTests/EnumeratorTestFixture.Empty/0 (0 ms)
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Empty/1
[ OK ] EnumeratedTests/EnumeratorTestFixture.Empty/1 (0 ms)
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Error/0
[ OK ] EnumeratedTests/EnumeratorTestFixture.Error/0 (0 ms)
[ RUN ] EnumeratedTests/EnumeratorTestFixture.Error/1
[ OK ] EnumeratedTests/EnumeratorTestFixture.Error/1 (1 ms)
[----------] 6 tests from EnumeratedTests/EnumeratorTestFixture (109 ms total)
[----------] 8 tests from SequencerTests/SequencerTestFixture
[ RUN ] SequencerTests/SequencerTestFixture.SequenceBasic/0
[ OK ] SequencerTests/SequencerTestFixture.SequenceBasic/0 (0 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceBasic/1
[ OK ] SequencerTests/SequencerTestFixture.SequenceBasic/1 (7 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceLambda/0
[ OK ] SequencerTests/SequencerTestFixture.SequenceLambda/0 (0 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceLambda/1
[ OK ] SequencerTests/SequencerTestFixture.SequenceLambda/1 (3 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceError/0
[ OK ] SequencerTests/SequencerTestFixture.SequenceError/0 (0 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceError/1
[ OK ] SequencerTests/SequencerTestFixture.SequenceError/1 (1 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceStress/0
[ OK ] SequencerTests/SequencerTestFixture.SequenceStress/0 (3 ms)
[ RUN ] SequencerTests/SequencerTestFixture.SequenceStress/1
[ OK ] SequencerTests/SequencerTestFixture.SequenceStress/1 (537 ms)
[----------] 8 tests from SequencerTests/SequencerTestFixture (551 ms total)
[----------] 7 tests from TestGZip/CodecTest
[ RUN ] TestGZip/CodecTest.CodecRoundtrip/0
[ OK ] TestGZip/CodecTest.CodecRoundtrip/0 (12 ms)
[ RUN ] TestGZip/CodecTest.OutputBufferIsSmall/0
[ OK ] TestGZip/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestGZip/CodecTest.StreamingCompressor/0
[ OK ] TestGZip/CodecTest.StreamingCompressor/0 (9 ms)
[ RUN ] TestGZip/CodecTest.StreamingDecompressor/0
[ OK ] TestGZip/CodecTest.StreamingDecompressor/0 (6 ms)
[ RUN ] TestGZip/CodecTest.StreamingRoundtrip/0
[ OK ] TestGZip/CodecTest.StreamingRoundtrip/0 (7 ms)
[ RUN ] TestGZip/CodecTest.StreamingDecompressorReuse/0
[ OK ] TestGZip/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestGZip/CodecTest.StreamingMultiFlush/0
[ OK ] TestGZip/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestGZip/CodecTest (34 ms total)
[----------] 7 tests from TestSnappy/CodecTest
[ RUN ] TestSnappy/CodecTest.CodecRoundtrip/0
[ OK ] TestSnappy/CodecTest.CodecRoundtrip/0 (1 ms)
[ RUN ] TestSnappy/CodecTest.OutputBufferIsSmall/0
[ OK ] TestSnappy/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestSnappy/CodecTest.StreamingCompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:431: Skipped
snappy doesn't support streaming compression
[ SKIPPED ] TestSnappy/CodecTest.StreamingCompressor/0 (0 ms)
[ RUN ] TestSnappy/CodecTest.StreamingDecompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:455: Skipped
snappy doesn't support streaming decompression.
[ SKIPPED ] TestSnappy/CodecTest.StreamingDecompressor/0 (0 ms)
[ RUN ] TestSnappy/CodecTest.StreamingRoundtrip/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:479: Skipped
snappy doesn't support streaming decompression
[ SKIPPED ] TestSnappy/CodecTest.StreamingRoundtrip/0 (0 ms)
[ RUN ] TestSnappy/CodecTest.StreamingDecompressorReuse/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:500: Skipped
snappy doesn't support streaming decompression
[ SKIPPED ] TestSnappy/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestSnappy/CodecTest.StreamingMultiFlush/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:525: Skipped
snappy doesn't support streaming decompression
[ SKIPPED ] TestSnappy/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestSnappy/CodecTest (1 ms total)
[----------] 7 tests from TestLZ4/CodecTest
[ RUN ] TestLZ4/CodecTest.CodecRoundtrip/0
[ OK ] TestLZ4/CodecTest.CodecRoundtrip/0 (2 ms)
[ RUN ] TestLZ4/CodecTest.OutputBufferIsSmall/0
[ OK ] TestLZ4/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestLZ4/CodecTest.StreamingCompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:438: Skipped
LZ4 raw format doesn't support streaming compression.
[ SKIPPED ] TestLZ4/CodecTest.StreamingCompressor/0 (0 ms)
[ RUN ] TestLZ4/CodecTest.StreamingDecompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:462: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4/CodecTest.StreamingDecompressor/0 (0 ms)
[ RUN ] TestLZ4/CodecTest.StreamingRoundtrip/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:483: Skipped
LZ4 raw format doesn't support streaming compression.
[ SKIPPED ] TestLZ4/CodecTest.StreamingRoundtrip/0 (0 ms)
[ RUN ] TestLZ4/CodecTest.StreamingDecompressorReuse/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:504: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestLZ4/CodecTest.StreamingMultiFlush/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:529: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestLZ4/CodecTest (2 ms total)
[----------] 7 tests from TestLZ4Hadoop/CodecTest
[ RUN ] TestLZ4Hadoop/CodecTest.CodecRoundtrip/0
[ OK ] TestLZ4Hadoop/CodecTest.CodecRoundtrip/0 (1 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.OutputBufferIsSmall/0
[ OK ] TestLZ4Hadoop/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.StreamingCompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:438: Skipped
LZ4 raw format doesn't support streaming compression.
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingCompressor/0 (0 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.StreamingDecompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:462: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingDecompressor/0 (0 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.StreamingRoundtrip/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:483: Skipped
LZ4 raw format doesn't support streaming compression.
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingRoundtrip/0 (0 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.StreamingDecompressorReuse/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:504: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestLZ4Hadoop/CodecTest.StreamingMultiFlush/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:529: Skipped
LZ4 raw format doesn't support streaming decompression.
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestLZ4Hadoop/CodecTest (1 ms total)
[----------] 7 tests from TestLZ4Frame/CodecTest
[ RUN ] TestLZ4Frame/CodecTest.CodecRoundtrip/0
[ OK ] TestLZ4Frame/CodecTest.CodecRoundtrip/0 (1 ms)
[ RUN ] TestLZ4Frame/CodecTest.OutputBufferIsSmall/0
[ OK ] TestLZ4Frame/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestLZ4Frame/CodecTest.StreamingCompressor/0
[ OK ] TestLZ4Frame/CodecTest.StreamingCompressor/0 (1 ms)
[ RUN ] TestLZ4Frame/CodecTest.StreamingDecompressor/0
[ OK ] TestLZ4Frame/CodecTest.StreamingDecompressor/0 (1 ms)
[ RUN ] TestLZ4Frame/CodecTest.StreamingRoundtrip/0
[ OK ] TestLZ4Frame/CodecTest.StreamingRoundtrip/0 (2 ms)
[ RUN ] TestLZ4Frame/CodecTest.StreamingDecompressorReuse/0
[ OK ] TestLZ4Frame/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestLZ4Frame/CodecTest.StreamingMultiFlush/0
[ OK ] TestLZ4Frame/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestLZ4Frame/CodecTest (5 ms total)
[----------] 7 tests from TestBrotli/CodecTest
[ RUN ] TestBrotli/CodecTest.CodecRoundtrip/0
[ OK ] TestBrotli/CodecTest.CodecRoundtrip/0 (7 ms)
[ RUN ] TestBrotli/CodecTest.OutputBufferIsSmall/0
[ OK ] TestBrotli/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestBrotli/CodecTest.StreamingCompressor/0
[ OK ] TestBrotli/CodecTest.StreamingCompressor/0 (5 ms)
[ RUN ] TestBrotli/CodecTest.StreamingDecompressor/0
[ OK ] TestBrotli/CodecTest.StreamingDecompressor/0 (2 ms)
[ RUN ] TestBrotli/CodecTest.StreamingRoundtrip/0
[ OK ] TestBrotli/CodecTest.StreamingRoundtrip/0 (3 ms)
[ RUN ] TestBrotli/CodecTest.StreamingDecompressorReuse/0
[ OK ] TestBrotli/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestBrotli/CodecTest.StreamingMultiFlush/0
[ OK ] TestBrotli/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestBrotli/CodecTest (17 ms total)
[----------] 7 tests from TestBZ2/CodecTest
[ RUN ] TestBZ2/CodecTest.CodecRoundtrip/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:352: Skipped
BZ2 does not support one-shot compression
[ SKIPPED ] TestBZ2/CodecTest.CodecRoundtrip/0 (0 ms)
[ RUN ] TestBZ2/CodecTest.OutputBufferIsSmall/0
[ OK ] TestBZ2/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestBZ2/CodecTest.StreamingCompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:434: Skipped
Z2 doesn't support one-shot decompression
[ SKIPPED ] TestBZ2/CodecTest.StreamingCompressor/0 (0 ms)
[ RUN ] TestBZ2/CodecTest.StreamingDecompressor/0
/tmp/arrow-4.0.0.doSS3/apache-arrow-4.0.0/cpp/src/arrow/util/compression_test.cc:458: Skipped
Z2 doesn't support one-shot compression
[ SKIPPED ] TestBZ2/CodecTest.StreamingDecompressor/0 (0 ms)
[ RUN ] TestBZ2/CodecTest.StreamingRoundtrip/0
[ OK ] TestBZ2/CodecTest.StreamingRoundtrip/0 (41 ms)
[ RUN ] TestBZ2/CodecTest.StreamingDecompressorReuse/0
[ OK ] TestBZ2/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestBZ2/CodecTest.StreamingMultiFlush/0
[ OK ] TestBZ2/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestBZ2/CodecTest (41 ms total)
[----------] 7 tests from TestZSTD/CodecTest
[ RUN ] TestZSTD/CodecTest.CodecRoundtrip/0
[ OK ] TestZSTD/CodecTest.CodecRoundtrip/0 (1 ms)
[ RUN ] TestZSTD/CodecTest.OutputBufferIsSmall/0
[ OK ] TestZSTD/CodecTest.OutputBufferIsSmall/0 (0 ms)
[ RUN ] TestZSTD/CodecTest.StreamingCompressor/0
[ OK ] TestZSTD/CodecTest.StreamingCompressor/0 (0 ms)
[ RUN ] TestZSTD/CodecTest.StreamingDecompressor/0
[ OK ] TestZSTD/CodecTest.StreamingDecompressor/0 (1 ms)
[ RUN ] TestZSTD/CodecTest.StreamingRoundtrip/0
[ OK ] TestZSTD/CodecTest.StreamingRoundtrip/0 (1 ms)
[ RUN ] TestZSTD/CodecTest.StreamingDecompressorReuse/0
[ OK ] TestZSTD/CodecTest.StreamingDecompressorReuse/0 (0 ms)
[ RUN ] TestZSTD/CodecTest.StreamingMultiFlush/0
[ OK ] TestZSTD/CodecTest.StreamingMultiFlush/0 (0 ms)
[----------] 7 tests from TestZSTD/CodecTest (3 ms total)
[----------] 62 tests from Decimal128ToStringTest/Decimal128ToStringTest
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/0
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/0 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/1
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/1 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/2
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/2 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/3
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/3 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/4
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/4 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/5
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/5 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/6
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/6 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/7
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/7 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/8
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/8 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/9
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/9 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/10
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/10 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/11
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/11 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/12
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/12 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/13
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/13 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/14
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/14 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/15
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/15 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/16
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/16 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/17
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/17 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/18
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/18 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/19
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/19 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/20
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/20 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/21
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/21 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/22
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/22 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/23
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/23 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/24
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/24 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/25
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/25 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/26
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/26 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/27
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/27 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/28
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/28 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/29
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/29 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/30
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/30 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/31
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/31 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/32
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/32 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/33
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/33 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/34
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/34 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/35
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/35 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/36
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/36 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/37
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/37 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/38
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/38 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/39
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/39 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/40
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/40 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/41
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/41 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/42
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/42 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/43
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/43 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/44
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/44 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/45
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/45 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/46
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/46 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/47
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/47 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/48
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/48 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/49
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/49 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/50
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/50 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/51
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/51 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/52
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/52 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/53
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/53 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/54
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/54 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/55
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/55 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/56
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/56 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/57
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/57 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/58
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/58 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/59
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/59 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/60
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/60 (0 ms)
[ RUN ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/61
[ OK ] Decimal128ToStringTest/Decimal128ToStringTest.ToString/61 (0 ms)
[----------] 62 tests from Decimal128ToStringTest/Decimal128ToStringTest (0 ms total)
[----------] 14 tests from Decimal128ParsingTest/Decimal128ParsingTest
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/0
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/0 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/1
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/1 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/2
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/2 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/3
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/3 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/4
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/4 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/5
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/5 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/6
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/6 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/7
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/7 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/8
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/8 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/9
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/9 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/10
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/10 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/11
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/11 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/12
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/12 (0 ms)
[ RUN ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/13
[ OK ] Decimal128ParsingTest/Decimal128ParsingTest.Parse/13 (0 ms)
[----------] 14 tests from Decimal128ParsingTest/Decimal128ParsingTest (0 ms total)
[----------] 5 tests from Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid
[ RUN ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/0
[ OK ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/0 (0 ms)
[ RUN ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/1
[ OK ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/1 (0 ms)
[ RUN ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/2
[ OK ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/2 (0 ms)
[ RUN ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/3
[ OK ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/3 (0 ms)
[ RUN ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/4
[ OK ] Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid.Parse/4 (0 ms)
[----------] 5 tests from Decimal128ParsingTestInvalid/Decimal128ParsingTestInvalid (0 ms total)
[----------] 62 tests from Decimal256ToStringTest/Decimal256ToStringTest
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/0
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/0 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/1
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/1 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/2
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/2 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/3
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/3 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/4
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/4 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/5
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/5 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/6
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/6 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/7
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/7 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/8
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/8 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/9
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/9 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/10
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/10 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/11
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/11 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/12
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/12 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/13
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/13 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/14
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/14 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/15
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/15 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/16
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/16 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/17
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/17 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/18
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/18 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/19
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/19 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/20
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/20 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/21
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/21 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/22
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/22 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/23
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/23 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/24
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/24 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/25
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/25 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/26
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/26 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/27
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/27 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/28
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/28 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/29
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/29 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/30
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/30 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/31
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/31 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/32
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/32 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/33
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/33 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/34
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/34 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/35
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/35 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/36
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/36 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/37
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/37 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/38
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/38 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/39
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/39 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/40
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/40 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/41
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/41 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/42
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/42 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/43
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/43 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/44
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/44 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/45
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/45 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/46
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/46 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/47
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/47 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/48
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/48 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/49
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/49 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/50
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/50 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/51
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/51 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/52
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/52 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/53
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/53 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/54
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/54 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/55
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/55 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/56
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/56 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/57
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/57 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/58
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/58 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/59
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/59 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/60
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/60 (0 ms)
[ RUN ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/61
[ OK ] Decimal256ToStringTest/Decimal256ToStringTest.ToString/61 (0 ms)
[----------] 62 tests from Decimal256ToStringTest/Decimal256ToStringTest (1 ms total)
[----------] Global test environment tear-down
[==========] 663 tests from 161 test suites ran. (3001 ms total)
[ PASSED ] 643 tests.
[ SKIPPED ] 18 tests, listed below:
[ SKIPPED ] TestSnappy/CodecTest.StreamingCompressor/0
[ SKIPPED ] TestSnappy/CodecTest.StreamingDecompressor/0
[ SKIPPED ] TestSnappy/CodecTest.StreamingRoundtrip/0
[ SKIPPED ] TestSnappy/CodecTest.StreamingDecompressorReuse/0
[ SKIPPED ] TestSnappy/CodecTest.StreamingMultiFlush/0
[ SKIPPED ] TestLZ4/CodecTest.StreamingCompressor/0
[ SKIPPED ] TestLZ4/CodecTest.StreamingDecompressor/0
[ SKIPPED ] TestLZ4/CodecTest.StreamingRoundtrip/0
[ SKIPPED ] TestLZ4/CodecTest.StreamingDecompressorReuse/0
[ SKIPPED ] TestLZ4/CodecTest.StreamingMultiFlush/0
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingCompressor/0
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingDecompressor/0
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingRoundtrip/0
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingDecompressorReuse/0
[ SKIPPED ] TestLZ4Hadoop/CodecTest.StreamingMultiFlush/0
[ SKIPPED ] TestBZ2/CodecTest.CodecRoundtrip/0
[ SKIPPED ] TestBZ2/CodecTest.StreamingCompressor/0
[ SKIPPED ] TestBZ2/CodecTest.StreamingDecompressor/0
[ FAILED ] 2 tests, listed below:
[ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<MergedGeneratorTestFixture>
[ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<GeneratorTestFixture>
2 FAILED TESTS
+ sourcelink test artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb
sourcelink test passed: artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb
+ sourcelink test artifacts/Apache.Arrow/Release/netcoreapp2.1/Apache.Arrow.pdb
The operation was canceled.
+ test_integration
+ JAVA_DIR=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java
+ CPP_BUILD_DIR=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/cpp/build
+ export ARROW_JAVA_INTEGRATION_JAR=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar
+ ARROW_JAVA_INTEGRATION_JAR=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar
+ export ARROW_CPP_EXE_PATH=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/cpp/build/release
+ ARROW_CPP_EXE_PATH=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/cpp/build/release
+ pip install -e dev/archery
Obtaining file:///tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery
Collecting click>=7
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Installing collected packages: click, archery
Running setup.py develop for archery
Successfully installed archery click-7.1.2
+ INTEGRATION_TEST_ARGS=
+ '[' ON = ON ']'
+ INTEGRATION_TEST_ARGS=' --run-flight'
+ LD_LIBRARY_PATH=/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/cpp/build/release:/tmp/arrow-4.0.0.FqQ5d/install/lib:
+ archery integration --with-cpp=1 --with-java=1 --with-js=1 --with-go=1 --run-flight
##########################################################
IPC: C++ producing, C++ consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: C++ producing, Java consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/f08a83fe_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/f08a83fe_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7355204b_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7355204b_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/164c228c_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/164c228c_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/099d3b5f_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/099d3b5f_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8fb6f824_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8fb6f824_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/202ed906_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/202ed906_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8971012e_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8971012e_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/c17526ca_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/c17526ca_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b3558867_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b3558867_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/9c52d8df_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/9c52d8df_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8e6b098a_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8e6b098a_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/4730a6f5_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/4730a6f5_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a117f732_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a117f732_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/89ea4078_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/89ea4078_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/bb8933f7_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/bb8933f7_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a63b64cd_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a63b64cd_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/763625a8_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/763625a8_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e4d97ddd_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e4d97ddd_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/0dfa87cd_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/0dfa87cd_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: C++ producing, JS consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: C++ producing, Go consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: Java producing, C++ consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/26e16a2e_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/26e16a2e_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/ef90e21c_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/ef90e21c_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/92045aac_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/92045aac_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a1bf0ada_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a1bf0ada_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/392f7110_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/392f7110_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7da27e3c_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7da27e3c_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/159940c3_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/159940c3_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/5506b9c4_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/5506b9c4_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/2ada1d9d_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/2ada1d9d_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/fa27ec36_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/fa27ec36_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/f692348c_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/f692348c_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/ac927003_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/ac927003_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b34594dc_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b34594dc_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3e75d45d_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3e75d45d_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/5f97c0f8_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/5f97c0f8_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3e14f866_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3e14f866_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/78ab7d9f_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/78ab7d9f_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a36f3e70_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a36f3e70_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/15d2242e_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/15d2242e_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: Java producing, Java consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a95c0552_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a95c0552_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e0307fa7_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e0307fa7_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/2f33f4b9_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/2f33f4b9_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/c4a5bd31_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/c4a5bd31_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/0f60e438_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/0f60e438_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/fff2763a_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/fff2763a_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7a16b375_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7a16b375_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/6a5fa605_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/6a5fa605_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a258b230_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a258b230_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/55f90870_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/55f90870_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/edaf6153_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/edaf6153_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/adc8e2d5_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/adc8e2d5_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3a606fa8_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3a606fa8_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/050ca829_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/050ca829_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/cc4c6574_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/cc4c6574_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/6a91cac1_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/6a91cac1_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/32c4e524_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/32c4e524_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/31862455_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/31862455_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7d586c89_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7d586c89_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: Java producing, JS consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e621c8be_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e621c8be_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/27f4ba4a_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/27f4ba4a_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a07e9b73_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a07e9b73_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b7690140_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b7690140_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/33e81387_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/33e81387_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/98aab983_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/98aab983_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b76390b4_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b76390b4_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/2f8370fb_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/2f8370fb_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/611728a5_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/611728a5_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: Java producing, Go consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e38692b0_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e38692b0_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/74aa4be6_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/74aa4be6_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/4ad14bf2_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/4ad14bf2_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/9ebb3508_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/9ebb3508_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e1bb6963_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e1bb6963_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b77848d3_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b77848d3_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: JS producing, C++ consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: JS producing, Java consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3214af8b_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3214af8b_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/401d0a72_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/401d0a72_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/70ed96b5_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/70ed96b5_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/9a818915_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/9a818915_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/adbbc0d4_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/adbbc0d4_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/35b5adf4_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/35b5adf4_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/68bb1fc7_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/68bb1fc7_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7c70d072_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7c70d072_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7a810077_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7a810077_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: JS producing, JS consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: JS producing, Go consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because consumer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: Go producing, C++ consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: Go producing, Java consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/0b4d5586_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/0b4d5586_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/6707ee91_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/6707ee91_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/035d6cd7_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/035d6cd7_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/ce800686_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/ce800686_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e280cea0_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e280cea0_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/569d3a71_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/569d3a71_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
##########################################################
IPC: Go producing, JS consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Skipping test because consumer JS does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
IPC: Go producing, Go consuming
##########################################################
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_map_non_canonical.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_union.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_dictionary_unsigned.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested_dictionary.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_extension.json
==========================================================
-- Skipping test because producer Go does not support
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_datetime.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_interval.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_nested.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
==========================================================
Testing file /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json
==========================================================
-- Creating binary inputs
-- Validating file
-- Validating stream
##########################################################
Flight: C++ serving, C++ requesting
##########################################################
==========================================================
Testing file interval
==========================================================
==========================================================
Testing file nested
==========================================================
==========================================================
Testing file map
==========================================================
==========================================================
Testing file primitive
==========================================================
==========================================================
Testing file map_non_canonical
==========================================================
==========================================================
Testing file primitive_no_batches
==========================================================
==========================================================
Testing file extension
==========================================================
==========================================================
Testing file primitive_zerolength
==========================================================
==========================================================
Testing file dictionary_unsigned
==========================================================
==========================================================
Testing file nested_dictionary
==========================================================
==========================================================
Testing file null
==========================================================
==========================================================
Testing file union
==========================================================
==========================================================
Testing file nested_large_offsets
==========================================================
==========================================================
Testing file recursive_nested
==========================================================
==========================================================
Testing file null_trivial
==========================================================
==========================================================
Testing file primitive_large_offsets
==========================================================
==========================================================
Testing file duplicate_fieldnames
==========================================================
==========================================================
Testing file datetime
==========================================================
==========================================================
Testing file custom_metadata
==========================================================
==========================================================
Testing file decimal256
==========================================================
==========================================================
Testing file dictionary
==========================================================
==========================================================
Testing file auth:basic_proto
==========================================================
==========================================================
Testing file middleware
==========================================================
==========================================================
Testing file decimal
==========================================================
##########################################################
Flight: C++ serving, Java requesting
##########################################################
==========================================================
Testing file map_non_canonical
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file dictionary_unsigned
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file nested_dictionary
==========================================================
-- Skipping test because consumer Java does not support
==========================================================
Testing file auth:basic_proto
==========================================================
==========================================================
Testing file dictionary
==========================================================
==========================================================
Testing file primitive_no_batches
==========================================================
==========================================================
Testing file duplicate_fieldnames
==========================================================
==========================================================
Testing file recursive_nested
==========================================================
==========================================================
Testing file null_trivial
==========================================================
==========================================================
Testing file middleware
==========================================================
==========================================================
Testing file null
==========================================================
==========================================================
Testing file interval
==========================================================
==========================================================
Testing file primitive
==========================================================
==========================================================
Testing file nested_large_offsets
==========================================================
==========================================================
Testing file extension
==========================================================
==========================================================
Testing file map
==========================================================
==========================================================
Testing file nested
==========================================================
==========================================================
Testing file datetime
==========================================================
==========================================================
Testing file custom_metadata
==========================================================
==========================================================
Testing file union
==========================================================
==========================================================
Testing file primitive_zerolength
==========================================================
==========================================================
Testing file primitive_large_offsets
==========================================================
==========================================================
Testing file decimal
==========================================================
==========================================================
Testing file decimal256
==========================================================
##########################################################
Flight: Java serving, C++ requesting
##########################################################
==========================================================
Testing file map_non_canonical
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file dictionary_unsigned
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file nested_dictionary
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file auth:basic_proto
==========================================================
==========================================================
Testing file null_trivial
==========================================================
==========================================================
Testing file middleware
==========================================================
==========================================================
Testing file recursive_nested
==========================================================
==========================================================
Testing file primitive_no_batches
==========================================================
==========================================================
Testing file map
==========================================================
==========================================================
Testing file nested_large_offsets
==========================================================
==========================================================
Testing file extension
==========================================================
==========================================================
Testing file custom_metadata
==========================================================
==========================================================
Testing file null
==========================================================
==========================================================
Testing file primitive_zerolength
==========================================================
==========================================================
Testing file duplicate_fieldnames
==========================================================
==========================================================
Testing file interval
==========================================================
==========================================================
Testing file nested
==========================================================
==========================================================
Testing file dictionary
==========================================================
==========================================================
Testing file union
==========================================================
==========================================================
Testing file primitive
==========================================================
==========================================================
Testing file primitive_large_offsets
==========================================================
==========================================================
Testing file datetime
==========================================================
==========================================================
Testing file decimal256
==========================================================
==========================================================
Testing file decimal
==========================================================
##########################################################
Flight: Java serving, Java requesting
##########################################################
==========================================================
Testing file map_non_canonical
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file dictionary_unsigned
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file nested_dictionary
==========================================================
-- Skipping test because producer Java does not support
==========================================================
Testing file auth:basic_proto
==========================================================
==========================================================
Testing file null_trivial
==========================================================
==========================================================
Testing file extension
==========================================================
==========================================================
Testing file null
==========================================================
==========================================================
Testing file interval
==========================================================
==========================================================
Testing file primitive_large_offsets
==========================================================
==========================================================
Testing file duplicate_fieldnames
==========================================================
==========================================================
Testing file middleware
==========================================================
==========================================================
Testing file union
==========================================================
==========================================================
Testing file primitive_zerolength
==========================================================
==========================================================
Testing file nested
==========================================================
==========================================================
Testing file primitive_no_batches
==========================================================
==========================================================
Testing file recursive_nested
==========================================================
==========================================================
Testing file custom_metadata
==========================================================
==========================================================
Testing file map
==========================================================
==========================================================
Testing file decimal256
==========================================================
==========================================================
Testing file primitive
==========================================================
==========================================================
Testing file nested_large_offsets
==========================================================
==========================================================
Testing file dictionary
==========================================================
==========================================================
Testing file datetime
==========================================================
==========================================================
Testing file decimal
==========================================================
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/0dfa87cd_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/0dfa87cd_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/89ea4078_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/89ea4078_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8971012e_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8971012e_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/9c52d8df_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/9c52d8df_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b3558867_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b3558867_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e4d97ddd_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e4d97ddd_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/bb8933f7_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/bb8933f7_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/202ed906_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/202ed906_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/099d3b5f_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/099d3b5f_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8e6b098a_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8e6b098a_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/763625a8_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/763625a8_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/164c228c_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/164c228c_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/4730a6f5_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/4730a6f5_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/f08a83fe_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/f08a83fe_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/c17526ca_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/c17526ca_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7355204b_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7355204b_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a63b64cd_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a63b64cd_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a117f732_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a117f732_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/8fb6f824_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'VALIDATE']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 239, in _produce_consume
consumer.validate(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 79, in validate
return self._run(arrow_path, json_path, 'VALIDATE')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/8fb6f824_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c VALIDATE
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/392f7110_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/392f7110_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/ef90e21c_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/ef90e21c_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/2ada1d9d_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/2ada1d9d_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/159940c3_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/159940c3_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7da27e3c_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7da27e3c_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/26e16a2e_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/26e16a2e_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a1bf0ada_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a1bf0ada_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/5506b9c4_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/5506b9c4_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3e14f866_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3e14f866_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/5f97c0f8_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/5f97c0f8_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/92045aac_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/92045aac_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/ac927003_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/ac927003_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/fa27ec36_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/fa27ec36_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/15d2242e_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/15d2242e_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/78ab7d9f_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/78ab7d9f_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/f692348c_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/f692348c_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/b34594dc_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/b34594dc_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a36f3e70_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a36f3e70_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3e75d45d_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3e75d45d_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a95c0552_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a95c0552_generated_primitive_no_batches.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/0f60e438_generated_primitive.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/0f60e438_generated_primitive.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/e0307fa7_generated_primitive_zerolength.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/e0307fa7_generated_primitive_zerolength.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_zerolength.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/2f33f4b9_generated_primitive_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/2f33f4b9_generated_primitive_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_primitive_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/c4a5bd31_generated_null.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/c4a5bd31_generated_null.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/6a5fa605_generated_null_trivial.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/6a5fa605_generated_null_trivial.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_null_trivial.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/fff2763a_generated_decimal.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/fff2763a_generated_decimal.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7a16b375_generated_decimal256.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_decimal256.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7a16b375_generated_decimal256.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_decimal256.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/32c4e524_generated_datetime.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_datetime.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/32c4e524_generated_datetime.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_datetime.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a258b230_generated_interval.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_interval.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/a258b230_generated_interval.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_interval.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/6a91cac1_generated_map.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_map.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/6a91cac1_generated_map.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_map.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/55f90870_generated_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/55f90870_generated_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/edaf6153_generated_recursive_nested.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/edaf6153_generated_recursive_nested.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_recursive_nested.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/3a606fa8_generated_nested_large_offsets.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/3a606fa8_generated_nested_large_offsets.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_nested_large_offsets.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/050ca829_generated_union.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_union.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/050ca829_generated_union.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_union.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/cc4c6574_generated_custom_metadata.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/cc4c6574_generated_custom_metadata.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_custom_metadata.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/7d586c89_generated_duplicate_fieldnames.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/7d586c89_generated_duplicate_fieldnames.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_duplicate_fieldnames.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/31862455_generated_dictionary.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_dictionary.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/31862455_generated_dictionary.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_dictionary.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/adc8e2d5_generated_extension.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_extension.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 148, in run_cmd
raise RuntimeError(sio.getvalue())
RuntimeError: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -cp /tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar org.apache.arrow.tools.Integration -a /tmp/tmp2q0d9kyo/adc8e2d5_generated_extension.json_as_file -j /tmp/arrow-integration-gtgv_7ld/generated_extension.json -c JSON_TO_ARROW
With output:
--------------
Error: Could not find or load main class org.apache.arrow.tools.Integration
Caused by: java.lang.ClassNotFoundException: org.apache.arrow.tools.Integration
--------------
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dio.netty.tryReflectionSetAccessible=true', '-Darrow.struct.conflict.policy=CONFLICT_APPEND', '-cp', '/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/java/tools/target/arrow-tools-4.0.0-jar-with-dependencies.jar', 'org.apache.arrow.tools.Integration', '-a', '/tmp/tmp2q0d9kyo/a07e9b73_generated_primitive_no_batches.json_as_file', '-j', '/tmp/arrow-integration-gtgv_7ld/generated_primitive_no_batches.json', '-c', 'JSON_TO_ARROW']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 213, in _run_ipc_test_case
run_binaries(producer, consumer, outcome, test_case)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 235, in _produce_consume
producer.json_to_file(json_path, producer_file_path)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 82, in json_to_file
return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/tester_java.py", line 76, in _run
run_cmd(cmd)
File "/tmp/arrow-4.0.0.FqQ5################# FAILURES #################
FAILED TEST: primitive_no_batches C++ producing, Java consuming
FAILED TEST: primitive C++ producing, Java consuming
FAILED TEST: primitive_zerolength C++ producing, Java consuming
FAILED TEST: primitive_large_offsets C++ producing, Java consuming
FAILED TEST: null C++ producing, Java consuming
FAILED TEST: null_trivial C++ producing, Java consuming
FAILED TEST: decimal C++ producing, Java consuming
FAILED TEST: decimal256 C++ producing, Java consuming
FAILED TEST: datetime C++ producing, Java consuming
FAILED TEST: interval C++ producing, Java consuming
FAILED TEST: map C++ producing, Java consuming
FAILED TEST: nested C++ producing, Java consuming
FAILED TEST: recursive_nested C++ producing, Java consuming
FAILED TEST: nested_large_offsets C++ producing, Java consuming
FAILED TEST: union C++ producing, Java consuming
FAILED TEST: custom_metadata C++ producing, Java consuming
FAILED TEST: duplicate_fieldnames C++ producing, Java consuming
FAILED TEST: dictionary C++ producing, Java consuming
FAILED TEST: extension C++ producing, Java consuming
FAILED TEST: primitive_no_batches Java producing, C++ consuming
FAILED TEST: primitive Java producing, C++ consuming
FAILED TEST: primitive_zerolength Java producing, C++ consuming
FAILED TEST: primitive_large_offsets Java producing, C++ consuming
FAILED TEST: null Java producing, C++ consuming
FAILED TEST: null_trivial Java producing, C++ consuming
FAILED TEST: decimal Java producing, C++ consuming
FAILED TEST: decimal256 Java producing, C++ consuming
FAILED TEST: datetime Java producing, C++ consuming
FAILED TEST: interval Java producing, C++ consuming
FAILED TEST: map Java producing, C++ consuming
FAILED TEST: nested Java producing, C++ consuming
FAILED TEST: recursive_nested Java producing, C++ consuming
FAILED TEST: nested_large_offsets Java producing, C++ consuming
FAILED TEST: union Java producing, C++ consuming
FAILED TEST: custom_metadata Java producing, C++ consuming
FAILED TEST: duplicate_fieldnames Java producing, C++ consuming
FAILED TEST: dictionary Java producing, C++ consuming
FAILED TEST: extension Java producing, C++ consuming
FAILED TEST: primitive_no_batches Java producing, Java consuming
FAILED TEST: primitive Java producing, Java consuming
FAILED TEST: primitive_zerolength Java producing, Java consuming
FAILED TEST: primitive_large_offsets Java producing, Java consuming
FAILED TEST: null Java producing, Java consuming
FAILED TEST: null_trivial Java producing, Java consuming
FAILED TEST: decimal Java producing, Java consuming
FAILED TEST: decimal256 Java producing, Java consuming
FAILED TEST: datetime Java producing, Java consuming
FAILED TEST: interval Java producing, Java consuming
FAILED TEST: map Java producing, Java consuming
FAILED TEST: nested Java producing, Java consuming
FAILED TEST: recursive_nested Java producing, Java consuming
FAILED TEST: nested_large_offsets Java producing, Java consuming
FAILED TEST: union Java producing, Java consuming
FAILED TEST: custom_metadata Java producing, Java consuming
FAILED TEST: duplicate_fieldnames Java producing, Java consuming
FAILED TEST: dictionary Java producing, Java consuming
FAILED TEST: extension Java producing, Java consuming
FAILED TEST: primitive_no_batches Java producing, JS consuming
Traceback (most recent call last):
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/bin/archery", line 33, in <module>
sys.exit(load_entry_point('archery', 'console_scripts', 'archery')())
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/cli.py", line 698, in integration
run_all_tests(**args)
File "/tmp/arrow-4.0.0.FqQ5d/apache-arrow-4.0.0/dev/archery/archery/integration/runner.py", line 384, in run_all_tests
traceback.print_exception(*exc_info)
File "/tmp/arrow-4.0.0.FqQ5d/test-miniconda/envs/arrow-test/lib/python3.8/traceback.py", line 105, in print_exception
print(line, file=file, end="")
BlockingIOError: [Errno 11] write could not complete without blocking
______________________ test_s3_real_aws_region_selection _______________________
@pytest.mark.s3
def test_s3_real_aws_region_selection():
# Taken from a registry of open S3-hosted datasets
# at https://github.com/awslabs/open-data-registry
fs, path = FileSystem.from_uri('s3://mf-nwp-models/README.txt')
assert fs.region == 'eu-west-1'
> with fs.open_input_stream(path) as f:
../test-miniconda/envs/_verify_wheel-3.6m/lib/python3.6/site-packages/pyarrow/tests/test_fs.py:1507:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pyarrow/_fs.pyx:621: in pyarrow._fs.FileSystem.open_input_stream
???
pyarrow/error.pxi:141: in pyarrow.lib.pyarrow_internal_check_status
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E OSError: When reading information for key 'README.txt' in bucket 'mf-nwp-models': AWS Error [code 15]: No response body.
============================= test session starts ==============================
platform linux -- Python 3.7.10, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
rootdir: /tmp/arrow-4.0.0.H22ck/binaries
plugins: lazy-fixture-0.6.3, hypothesis-6.9.2
collected 3849 items / 3 skipped / 3846 selected
tests/test_adhoc_memory_leak.py s [ 0%]
tests/test_array.py ......................s............................. [ 1%]
..............................................................s......... [ 3%]
................................................................ss...... [ 5%]
... [ 5%]
tests/test_builder.py .... [ 5%]
tests/test_cffi.py ...... [ 5%]
tests/test_compute.py .................................................. [ 6%]
........................................................................ [ 8%]
.......................... [ 9%]
tests/test_convert_builtin.py .......................................... [ 10%]
........................................................................ [ 12%]
........................................................................ [ 14%]
........................................................................ [ 16%]
....................x................................................... [ 17%]
.......................................x.......................ssssss... [ 19%]
........................................................................ [ 21%]
..........................sssssss [ 22%]
tests/test_csv.py ...................................................... [ 23%]
............................ [ 24%]
tests/test_cython.py s [ 24%]
tests/test_dataset.py .................................................. [ 25%]
........................................................................ [ 27%]
..ssss........................................s [ 29%]
tests/test_extension_type.py ................................ [ 29%]
tests/test_feather.py ........................s...ss.................... [ 31%]
......s...ss...x........s.....s. [ 31%]
tests/test_filesystem.py .... [ 32%]
tests/test_flight.py ...s............s....s...........s.......ss........ [ 33%]
....... [ 33%]
tests/test_fs.py .......ssx.xsss...ssx.xsss....ss...sss...ss...sss...ss. [ 35%]
..sss...ss...sss...ss...sss...ss...sss...ss...sss....ss...sss...ss...sss [ 36%]
...ss...sss...ss...sss............ssssssss............ssssssssssss...ss. [ 38%]
..sss............ssssssss............ssssssssssss............ssssssss... [ 40%]
.........ssssssssssss.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment