mbrobbel opened a new issue, #405: URL: https://github.com/apache/arrow-go/issues/405
### Describe the bug, including details regarding any error messages, version, and platform. I got a `SIGSEGV` in CI running Archery integration testing for typo fix PR in arrow-rs (https://github.com/apache/arrow-rs/actions/runs/15701338273/job/44236628683#step:14:5064): ``` 2025-06-17T08:07:26.5482808Z runtime: bad pointer in frame github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importBuffer at 0xc0000390a8: 0x80 2025-06-17T08:07:26.5483632Z fatal error: invalid pointer found on stack 2025-06-17T08:07:26.5558575Z 2025-06-17T08:07:26.5559442Z runtime stack: 2025-06-17T08:07:26.5560974Z runtime.throw({0x7ff108b725c4?, 0x7ff108e71d40?}) 2025-06-17T08:07:26.5561793Z /opt/go/src/runtime/panic.go:1094 +0x4a fp=0x7ff0abffe910 sp=0x7ff0abffe8e0 pc=0x7ff10890d64a 2025-06-17T08:07:26.5566405Z runtime.adjustpointers(0x7ff0abffea20?, 0x7ff0abffe9b8, 0x7ff108e71d40?, {0x7ff1089125c8?, 0x0?}) 2025-06-17T08:07:26.5568820Z /opt/go/src/runtime/stack.go:681 +0x1ad fp=0x7ff0abffe970 sp=0x7ff0abffe910 pc=0x7ff1088f2eed 2025-06-17T08:07:26.5570235Z runtime.adjustframe(0x7ff0abffea20, 0x7ff0abffea80) 2025-06-17T08:07:26.5571092Z /opt/go/src/runtime/stack.go:738 +0xc5 fp=0x7ff0abffe9e8 sp=0x7ff0abffe970 pc=0x7ff1088f3005 2025-06-17T08:07:26.5573296Z runtime.copystack(0xc0000048c0, 0xc0003fa000?) 2025-06-17T08:07:26.5574087Z /opt/go/src/runtime/stack.go:976 +0x2e5 fp=0x7ff0abffeae0 sp=0x7ff0abffe9e8 pc=0x7ff1088f3665 2025-06-17T08:07:26.5574710Z runtime.shrinkstack(0xc0000048c0) 2025-06-17T08:07:26.5575297Z /opt/go/src/runtime/stack.go:1286 +0x15f fp=0x7ff0abffeb00 sp=0x7ff0abffeae0 pc=0x7ff1088f45bf 2025-06-17T08:07:26.5575947Z runtime.scanstack(0xc0000048c0, 0xc000043250) 2025-06-17T08:07:26.5576618Z /opt/go/src/runtime/mgcmark.go:898 +0x132 fp=0x7ff0abffec18 sp=0x7ff0abffeb00 pc=0x7ff1088bf7b2 2025-06-17T08:07:26.5577255Z runtime.markroot.func1() 2025-06-17T08:07:26.5578166Z /opt/go/src/runtime/mgcmark.go:248 +0xb1 fp=0x7ff0abffec68 sp=0x7ff0abffec18 pc=0x7ff1088be271 2025-06-17T08:07:26.5578842Z runtime.markroot(0xc000043250, 0x16, 0x1) 2025-06-17T08:07:26.5579651Z /opt/go/src/runtime/mgcmark.go:222 +0x1a5 fp=0x7ff0abffed18 sp=0x7ff0abffec68 pc=0x7ff1088bdec5 2025-06-17T08:07:26.5580316Z runtime.gcDrain(0xc000043250, 0x3) 2025-06-17T08:07:26.5580953Z /opt/go/src/runtime/mgcmark.go:1206 +0x3d3 fp=0x7ff0abffed80 sp=0x7ff0abffed18 pc=0x7ff1088c03b3 2025-06-17T08:07:26.5581653Z runtime.gcDrainMarkWorkerDedicated(...) 2025-06-17T08:07:26.5582076Z /opt/go/src/runtime/mgcmark.go:1130 2025-06-17T08:07:26.5582476Z runtime.gcBgMarkWorker.func2() 2025-06-17T08:07:26.5583077Z /opt/go/src/runtime/mgc.go:1540 +0x9a fp=0x7ff0abffedd0 sp=0x7ff0abffed80 pc=0x7ff1088bc53a 2025-06-17T08:07:26.5583700Z runtime.systemstack(0x1000000) 2025-06-17T08:07:26.5584304Z /opt/go/src/runtime/asm_amd64.s:513 +0x47 fp=0x7ff0abffede0 sp=0x7ff0abffedd0 pc=0x7ff108912627 2025-06-17T08:07:26.5584822Z 2025-06-17T08:07:26.5585146Z goroutine 36 gp=0xc00041ec40 m=3 mp=0xc000059008 [GC worker (active)]: 2025-06-17T08:07:26.5585891Z runtime.systemstack_switch() 2025-06-17T08:07:26.5586452Z /opt/go/src/runtime/asm_amd64.s:478 +0x8 fp=0xc000055738 sp=0xc000055728 pc=0x7ff1089125c8 2025-06-17T08:07:26.5587072Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5587664Z /opt/go/src/runtime/mgc.go:1523 +0x1fa fp=0xc0000557c8 sp=0xc000055738 pc=0x7ff1088bc1da 2025-06-17T08:07:26.5588296Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5588902Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000557e0 sp=0xc0000557c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5593433Z runtime.goexit({}) 2025-06-17T08:07:26.5593999Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000557e8 sp=0xc0000557e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5594509Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5594816Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5594991Z 2025-06-17T08:07:26.5595112Z goroutine 19 gp=0xc000004380 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5595428Z runtime.gopark(0x129e1f3a0cd?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5595831Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc0002b8738 sp=0xc0002b8718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5596201Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5596558Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0002b87c8 sp=0xc0002b8738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5596935Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5597295Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0002b87e0 sp=0xc0002b87c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5597640Z runtime.goexit({}) 2025-06-17T08:07:26.5597952Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0002b87e8 sp=0xc0002b87e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5598371Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5598654Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5598816Z 2025-06-17T08:07:26.5599032Z goroutine 17 gp=0xc0000048c0 m=1 mp=0xc000058008 [GC assist marking (scan), locked to thread]: 2025-06-17T08:07:26.5599410Z runtime.systemstack_switch() 2025-06-17T08:07:26.5600053Z /opt/go/src/runtime/asm_amd64.s:478 +0x8 fp=0xc000038f80 sp=0xc000038f70 pc=0x7ff1089125c8 2025-06-17T08:07:26.5600423Z runtime.gcAssistAlloc(0xc0000048c0) 2025-06-17T08:07:26.5600785Z /opt/go/src/runtime/mgcmark.go:580 +0x2a5 fp=0xc000039010 sp=0xc000038f80 pc=0x7ff1088bebc5 2025-06-17T08:07:26.5601166Z runtime.deductAssistCredit(0x7ff108907813?) 2025-06-17T08:07:26.5601538Z /opt/go/src/runtime/malloc.go:1712 +0x46 fp=0xc000039030 sp=0xc000039010 pc=0x7ff1088b11e6 2025-06-17T08:07:26.5601908Z runtime.mallocgc(0x48, 0x7ff108c46440, 0x1) 2025-06-17T08:07:26.5602252Z /opt/go/src/runtime/malloc.go:1048 +0x67 fp=0xc000039060 sp=0xc000039030 pc=0x7ff10890bd07 2025-06-17T08:07:26.5602613Z runtime.newobject(0x7ff108c065c0?) 2025-06-17T08:07:26.5602945Z /opt/go/src/runtime/malloc.go:1747 +0x25 fp=0xc000039088 sp=0xc000039060 pc=0x7ff1088b12c5 2025-06-17T08:07:26.5603563Z github.com/apache/arrow-go/v18/arrow/memory.NewBufferWithAllocator(...) 2025-06-17T08:07:26.5603950Z /__w/arrow-rs/arrow-rs/go/arrow/memory/buffer.go:45 2025-06-17T08:07:26.5604369Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importBuffer(0xc000340d58, 0x0?, 0x0) 2025-06-17T08:07:26.5604947Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:876 +0xce fp=0xc0000390c0 sp=0xc000039088 pc=0x7ff108b3a12e 2025-06-17T08:07:26.5605636Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importFixedSizeBuffer(0x7ff108e66550?, 0x7ff108c3abc0?, 0x7ff10890c35f?) 2025-06-17T08:07:26.5606312Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:898 +0x25 fp=0xc0000390e8 sp=0xc0000390c0 pc=0x7ff108b3a365 2025-06-17T08:07:26.5606889Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importFixedSizePrimitive(0xc000340d58) 2025-06-17T08:07:26.5607469Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:808 +0x265 fp=0xc0000392b0 sp=0xc0000390e8 pc=0x7ff108b39a05 2025-06-17T08:07:26.5607991Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImport(0xc000340d58) 2025-06-17T08:07:26.5608628Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:513 +0x1805 fp=0xc0000396c0 sp=0xc0000392b0 pc=0x7ff108b375c5 2025-06-17T08:07:26.5609142Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importChild(...) 2025-06-17T08:07:26.5609618Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:367 2025-06-17T08:07:26.5610017Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImportChildren(0xc00037dea0) 2025-06-17T08:07:26.5610562Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:409 +0xd1e fp=0xc0000397b0 sp=0xc0000396c0 pc=0x7ff108b359be 2025-06-17T08:07:26.5611077Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImport(0xc00037dea0) 2025-06-17T08:07:26.5611591Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:489 +0x9a fp=0xc000039bc0 sp=0xc0000397b0 pc=0x7ff108b35e5a 2025-06-17T08:07:26.5612160Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImportArr(0xc00037dea0, 0x563907266530) 2025-06-17T08:07:26.5612736Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:470 +0x12f fp=0xc000039c28 sp=0xc000039bc0 pc=0x7ff108b35c8f 2025-06-17T08:07:26.5613233Z github.com/apache/arrow-go/v18/arrow/cdata.importCArrayAsType(...) 2025-06-17T08:07:26.5613571Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:913 2025-06-17T08:07:26.5614027Z github.com/apache/arrow-go/v18/arrow/cdata.ImportCRecordBatchWithSchema(0x563907266530, 0xc000451740) 2025-06-17T08:07:26.5614654Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/interface.go:116 +0xe7 fp=0xc000039d48 sp=0xc000039c28 pc=0x7ff108b314a7 2025-06-17T08:07:26.5615171Z main.importBatchAndCompareToJson(0x7ff10890b2eb?, 0x0, 0x563907266530) 2025-06-17T08:07:26.5615776Z /__w/arrow-rs/arrow-rs/go/arrow/internal/cdata_integration/entrypoints.go:144 +0xe5 fp=0xc000039e10 sp=0xc000039d48 pc=0x7ff108b56f25 2025-06-17T08:07:26.5616371Z main.ArrowGo_ImportBatchAndCompareToJson(0x7ff2662c2d60, 0x0, 0x1?) 2025-06-17T08:07:26.5616960Z /__w/arrow-rs/arrow-rs/go/arrow/internal/cdata_integration/entrypoints.go:186 +0x59 fp=0xc000039e48 sp=0xc000039e10 pc=0x7ff108b57459 2025-06-17T08:07:26.5627653Z _cgoexp_f847acd1eaee_ArrowGo_ImportBatchAndCompareToJson(0x7ffed1181230) 2025-06-17T08:07:26.5628188Z _cgo_gotypes.go:158 +0x26 fp=0xc000039e70 sp=0xc000039e48 pc=0x7ff108b57706 2025-06-17T08:07:26.5628596Z runtime.cgocallbackg1(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5629039Z /opt/go/src/runtime/cgocall.go:446 +0x289 fp=0xc000039f28 sp=0xc000039e70 pc=0x7ff1088a6d09 2025-06-17T08:07:26.5629657Z runtime.cgocallbackg(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5630191Z /opt/go/src/runtime/cgocall.go:350 +0x132 fp=0xc000039f90 sp=0xc000039f28 pc=0x7ff1088a6992 2025-06-17T08:07:26.5630648Z runtime.cgocallbackg(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5631024Z <autogenerated>:1 +0x2b fp=0xc000039fb8 sp=0xc000039f90 pc=0x7ff108916a8b 2025-06-17T08:07:26.5631372Z runtime.cgocallback(0x0, 0x0, 0x0) 2025-06-17T08:07:26.5631921Z /opt/go/src/runtime/asm_amd64.s:1082 +0xcd fp=0xc000039fe0 sp=0xc000039fb8 pc=0x7ff1089143ad 2025-06-17T08:07:26.5632303Z runtime.goexit({}) 2025-06-17T08:07:26.5632623Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000039fe8 sp=0xc000039fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5632915Z 2025-06-17T08:07:26.5633035Z goroutine 2 gp=0xc000004e00 m=nil [force gc (idle)]: 2025-06-17T08:07:26.5633311Z runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5633682Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000052fa8 sp=0xc000052f88 pc=0x7ff10890d76e 2025-06-17T08:07:26.5634046Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5634266Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5634491Z runtime.forcegchelper() 2025-06-17T08:07:26.5634813Z /opt/go/src/runtime/proc.go:373 +0xb8 fp=0xc000052fe0 sp=0xc000052fa8 pc=0x7ff1088dae18 2025-06-17T08:07:26.5635167Z runtime.goexit({}) 2025-06-17T08:07:26.5635495Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000052fe8 sp=0xc000052fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5635876Z created by runtime.init.7 in goroutine 1 2025-06-17T08:07:26.5636134Z /opt/go/src/runtime/proc.go:361 +0x1a 2025-06-17T08:07:26.5636409Z 2025-06-17T08:07:26.5636518Z goroutine 3 gp=0xc000005340 m=nil [GC sweep wait]: 2025-06-17T08:07:26.5636797Z runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5637154Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000053780 sp=0xc000053760 pc=0x7ff10890d76e 2025-06-17T08:07:26.5637506Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5637717Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5637936Z runtime.bgsweep(0xc00007c000) 2025-06-17T08:07:26.5638282Z /opt/go/src/runtime/mgcsweep.go:323 +0xdf fp=0xc0000537c8 sp=0xc000053780 pc=0x7ff1088c5a1f 2025-06-17T08:07:26.5638661Z runtime.gcenable.gowrap1() 2025-06-17T08:07:26.5638983Z /opt/go/src/runtime/mgc.go:212 +0x25 fp=0xc0000537e0 sp=0xc0000537c8 pc=0x7ff1088b99a5 2025-06-17T08:07:26.5639332Z runtime.goexit({}) 2025-06-17T08:07:26.5639922Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000537e8 sp=0xc0000537e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5640323Z created by runtime.gcenable in goroutine 1 2025-06-17T08:07:26.5640590Z /opt/go/src/runtime/mgc.go:212 +0x66 2025-06-17T08:07:26.5640745Z 2025-06-17T08:07:26.5640862Z goroutine 4 gp=0xc000005500 m=nil [GC scavenge wait]: 2025-06-17T08:07:26.5641183Z runtime.gopark(0x10000?, 0x7ff108be1438?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5641593Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000053f78 sp=0xc000053f58 pc=0x7ff10890d76e 2025-06-17T08:07:26.5641954Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5642164Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5642413Z runtime.(*scavengerState).park(0x7ff108e7df00) 2025-06-17T08:07:26.5642819Z /opt/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000053fa8 sp=0xc000053f78 pc=0x7ff1088c34a9 2025-06-17T08:07:26.5643215Z runtime.bgscavenge(0xc00007c000) 2025-06-17T08:07:26.5643580Z /opt/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000053fc8 sp=0xc000053fa8 pc=0x7ff1088c3a59 2025-06-17T08:07:26.5643966Z runtime.gcenable.gowrap2() 2025-06-17T08:07:26.5644296Z /opt/go/src/runtime/mgc.go:213 +0x25 fp=0xc000053fe0 sp=0xc000053fc8 pc=0x7ff1088b9945 2025-06-17T08:07:26.5644644Z runtime.goexit({}) 2025-06-17T08:07:26.5644959Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000053fe8 sp=0xc000053fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5645339Z created by runtime.gcenable in goroutine 1 2025-06-17T08:07:26.5645592Z /opt/go/src/runtime/mgc.go:213 +0xa5 2025-06-17T08:07:26.5645747Z 2025-06-17T08:07:26.5645859Z goroutine 18 gp=0xc000102700 m=nil [cleanup wait]: 2025-06-17T08:07:26.5646162Z runtime.gopark(0x0?, 0x101000000000000?, 0x3b?, 0x0?, 0x2?) 2025-06-17T08:07:26.5646565Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000052768 sp=0xc000052748 pc=0x7ff10890d76e 2025-06-17T08:07:26.5646933Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5647139Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5647383Z runtime.(*cleanupQueue).dequeue(0x7ff108e7e040) 2025-06-17T08:07:26.5647910Z /opt/go/src/runtime/mcleanup.go:439 +0xc5 fp=0xc0000527a0 sp=0xc000052768 pc=0x7ff1088b5a85 2025-06-17T08:07:26.5648293Z runtime.runCleanups() 2025-06-17T08:07:26.5648627Z /opt/go/src/runtime/mcleanup.go:635 +0x45 fp=0xc0000527e0 sp=0xc0000527a0 pc=0x7ff1088b6145 2025-06-17T08:07:26.5648979Z runtime.goexit({}) 2025-06-17T08:07:26.5649288Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5649939Z created by runtime.(*cleanupQueue).createGs in goroutine 1 2025-06-17T08:07:26.5650235Z /opt/go/src/runtime/mcleanup.go:589 +0xa5 2025-06-17T08:07:26.5650406Z 2025-06-17T08:07:26.5650528Z goroutine 35 gp=0xc00041ea80 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5650810Z runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5651165Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc00004e738 sp=0xc00004e718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5651532Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5651876Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00004e7c8 sp=0xc00004e738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5652257Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5652741Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00004e7e0 sp=0xc00004e7c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5653072Z runtime.goexit({}) 2025-06-17T08:07:26.5653379Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00004e7e8 sp=0xc00004e7e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5653792Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5654074Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5654236Z 2025-06-17T08:07:26.5654345Z goroutine 5 gp=0xc000005a40 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5654643Z runtime.gopark(0x129e06e7868?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5655028Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000054738 sp=0xc000054718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5655390Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5655730Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000547c8 sp=0xc000054738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5656106Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5656464Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000547e0 sp=0xc0000547c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5656796Z runtime.goexit({}) 2025-06-17T08:07:26.5657103Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000547e8 sp=0xc0000547e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5657522Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5657802Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5658037Z Fatal Python error: Aborted 2025-06-17T08:07:26.5658167Z 2025-06-17T08:07:26.5658270Z Thread 0x00007ff28fb22440 (most recent call first): 2025-06-17T08:07:26.5658801Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/tester_go.py", line 233 in import_batch_and_compare_to_json 2025-06-17T08:07:26.5659448Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 551 in do_run 2025-06-17T08:07:26.5660170Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 571 in _run_c_array_test_cases 2025-06-17T08:07:26.5660810Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 241 in case_wrapper 2025-06-17T08:07:26.5661403Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 252 in _run_test_cases 2025-06-17T08:07:26.5662055Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 484 in _compare_c_data_implementations 2025-06-17T08:07:26.5662695Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 165 in run_c_data 2025-06-17T08:07:26.5663270Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/integration/runner.py", line 734 in run_all_tests 2025-06-17T08:07:26.5663792Z File "/__w/arrow-rs/arrow-rs/dev/archery/archery/cli.py", line 814 in integration 2025-06-17T08:07:26.5664305Z File "/opt/conda/envs/arrow/lib/python3.11/site-packages/click/core.py", line 794 in invoke 2025-06-17T08:07:26.5664974Z File "/opt/conda/envs/arrow/lib/python3.11/site-packages/click/core.py", line 1226 in invoke 2025-06-17T08:07:26.5665522Z File "/opt/conda/envs/arrow/lib/python3.11/site-packages/click/core.py", line 1830 in invoke 2025-06-17T08:07:26.5666058Z File "/opt/conda/envs/arrow/lib/python3.11/site-packages/click/core.py", line 1363 in main 2025-06-17T08:07:26.5666602Z File "/opt/conda/envs/arrow/lib/python3.11/site-packages/click/core.py", line 1442 in __call__ 2025-06-17T08:07:26.5667051Z File "/opt/conda/envs/arrow/bin/archery", line 8 in <module> 2025-06-17T08:07:26.5667310Z 2025-06-17T08:07:26.5668534Z Extension modules: work._ruamel_yaml, _ruamel_yaml, _cffi_backend, _brotli, zstandard.backend_c, markupsafe._speedups, pygit2._pygit2, numpy._core._multiarray_umath, numpy.linalg._umath_linalg, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._pcg64, numpy.random._mt19937, numpy.random._generator, numpy.random._philox, numpy.random._sfc64, numpy.random.mtrand, _jpype (total: 19) 2025-06-17T08:07:26.5670062Z panic during panic 2025-06-17T08:07:26.5670253Z SIGSEGV: segmentation violation 2025-06-17T08:07:26.5670609Z PC=0x7ff1d5edab3b m=3 sigcode=1 addr=0x8 2025-06-17T08:07:26.5670777Z 2025-06-17T08:07:26.5670890Z goroutine 0 gp=0xc000005180 m=3 mp=0xc000059008 [idle]: 2025-06-17T08:07:26.5671190Z runtime: g 0 gp=0xc000005180: unknown pc 0x7ff1d5edab3b 2025-06-17T08:07:26.5671546Z stack: frame={sp:0xc000079a70, fp:0x0} stack=[0x7ff0aafff1e0,0x7ff0abffede0) 2025-06-17T08:07:26.5671809Z 2025-06-17T08:07:26.5671915Z runtime: g 0 gp=0xc000005180: unknown pc 0x7ff1d5edab3b 2025-06-17T08:07:26.5672387Z stack: frame={sp:0xc000079a70, fp:0x0} stack=[0x7ff0aafff1e0,0x7ff0abffede0) 2025-06-17T08:07:26.5672791Z 2025-06-17T08:07:26.5672796Z 2025-06-17T08:07:26.5673026Z goroutine 36 gp=0xc00041ec40 m=3 mp=0xc000059008 [GC worker (active)]: 2025-06-17T08:07:26.5673344Z runtime.systemstack_switch() 2025-06-17T08:07:26.5673882Z /opt/go/src/runtime/asm_amd64.s:478 +0x8 fp=0xc000055738 sp=0xc000055728 pc=0x7ff1089125c8 2025-06-17T08:07:26.5674438Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5674813Z /opt/go/src/runtime/mgc.go:1523 +0x1fa fp=0xc0000557c8 sp=0xc000055738 pc=0x7ff1088bc1da 2025-06-17T08:07:26.5675248Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5675900Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000557e0 sp=0xc0000557c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5676279Z runtime.goexit({}) 2025-06-17T08:07:26.5676722Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000557e8 sp=0xc0000557e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5677356Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5677651Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5677817Z 2025-06-17T08:07:26.5678011Z goroutine 19 gp=0xc000004380 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5678560Z runtime.gopark(0x129e1f3a0cd?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5679077Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc0002b8738 sp=0xc0002b8718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5679454Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5680145Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0002b87c8 sp=0xc0002b8738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5680646Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5681297Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0002b87e0 sp=0xc0002b87c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5681925Z runtime.goexit({}) 2025-06-17T08:07:26.5682275Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0002b87e8 sp=0xc0002b87e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5682708Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5683003Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5683161Z 2025-06-17T08:07:26.5683375Z goroutine 17 gp=0xc0000048c0 m=1 mp=0xc000058008 [GC assist marking (scan), locked to thread]: 2025-06-17T08:07:26.5683756Z runtime.systemstack_switch() 2025-06-17T08:07:26.5684104Z /opt/go/src/runtime/asm_amd64.s:478 +0x8 fp=0xc000038f80 sp=0xc000038f70 pc=0x7ff1089125c8 2025-06-17T08:07:26.5684626Z runtime.gcAssistAlloc(0xc0000048c0) 2025-06-17T08:07:26.5685011Z /opt/go/src/runtime/mgcmark.go:580 +0x2a5 fp=0xc000039010 sp=0xc000038f80 pc=0x7ff1088bebc5 2025-06-17T08:07:26.5685400Z runtime.deductAssistCredit(0x7ff108907813?) 2025-06-17T08:07:26.5685771Z /opt/go/src/runtime/malloc.go:1712 +0x46 fp=0xc000039030 sp=0xc000039010 pc=0x7ff1088b11e6 2025-06-17T08:07:26.5686143Z runtime.mallocgc(0x48, 0x7ff108c46440, 0x1) 2025-06-17T08:07:26.5686497Z /opt/go/src/runtime/malloc.go:1048 +0x67 fp=0xc000039060 sp=0xc000039030 pc=0x7ff10890bd07 2025-06-17T08:07:26.5686864Z runtime.newobject(0x7ff108c065c0?) 2025-06-17T08:07:26.5687209Z /opt/go/src/runtime/malloc.go:1747 +0x25 fp=0xc000039088 sp=0xc000039060 pc=0x7ff1088b12c5 2025-06-17T08:07:26.5687669Z github.com/apache/arrow-go/v18/arrow/memory.NewBufferWithAllocator(...) 2025-06-17T08:07:26.5688050Z /__w/arrow-rs/arrow-rs/go/arrow/memory/buffer.go:45 2025-06-17T08:07:26.5688488Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importBuffer(0xc000340d58, 0x0?, 0x0) 2025-06-17T08:07:26.5689067Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:876 +0xce fp=0xc0000390c0 sp=0xc000039088 pc=0x7ff108b3a12e 2025-06-17T08:07:26.5690125Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importFixedSizeBuffer(0x7ff108e66550?, 0x7ff108c3abc0?, 0x7ff10890c35f?) 2025-06-17T08:07:26.5690836Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:898 +0x25 fp=0xc0000390e8 sp=0xc0000390c0 pc=0x7ff108b3a365 2025-06-17T08:07:26.5691421Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importFixedSizePrimitive(0xc000340d58) 2025-06-17T08:07:26.5692004Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:808 +0x265 fp=0xc0000392b0 sp=0xc0000390e8 pc=0x7ff108b39a05 2025-06-17T08:07:26.5692548Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImport(0xc000340d58) 2025-06-17T08:07:26.5693104Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:513 +0x1805 fp=0xc0000396c0 sp=0xc0000392b0 pc=0x7ff108b375c5 2025-06-17T08:07:26.5693645Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).importChild(...) 2025-06-17T08:07:26.5694017Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:367 2025-06-17T08:07:26.5694421Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImportChildren(0xc00037dea0) 2025-06-17T08:07:26.5694980Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:409 +0xd1e fp=0xc0000397b0 sp=0xc0000396c0 pc=0x7ff108b359be 2025-06-17T08:07:26.5695511Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImport(0xc00037dea0) 2025-06-17T08:07:26.5696034Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:489 +0x9a fp=0xc000039bc0 sp=0xc0000397b0 pc=0x7ff108b35e5a 2025-06-17T08:07:26.5696621Z github.com/apache/arrow-go/v18/arrow/cdata.(*cimporter).doImportArr(0xc00037dea0, 0x563907266530) 2025-06-17T08:07:26.5697205Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:470 +0x12f fp=0xc000039c28 sp=0xc000039bc0 pc=0x7ff108b35c8f 2025-06-17T08:07:26.5697709Z github.com/apache/arrow-go/v18/arrow/cdata.importCArrayAsType(...) 2025-06-17T08:07:26.5698064Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/cdata.go:913 2025-06-17T08:07:26.5698533Z github.com/apache/arrow-go/v18/arrow/cdata.ImportCRecordBatchWithSchema(0x563907266530, 0xc000451740) 2025-06-17T08:07:26.5699170Z /__w/arrow-rs/arrow-rs/go/arrow/cdata/interface.go:116 +0xe7 fp=0xc000039d48 sp=0xc000039c28 pc=0x7ff108b314a7 2025-06-17T08:07:26.5699811Z main.importBatchAndCompareToJson(0x7ff10890b2eb?, 0x0, 0x563907266530) 2025-06-17T08:07:26.5700432Z /__w/arrow-rs/arrow-rs/go/arrow/internal/cdata_integration/entrypoints.go:144 +0xe5 fp=0xc000039e10 sp=0xc000039d48 pc=0x7ff108b56f25 2025-06-17T08:07:26.5701037Z main.ArrowGo_ImportBatchAndCompareToJson(0x7ff2662c2d60, 0x0, 0x1?) 2025-06-17T08:07:26.5701634Z /__w/arrow-rs/arrow-rs/go/arrow/internal/cdata_integration/entrypoints.go:186 +0x59 fp=0xc000039e48 sp=0xc000039e10 pc=0x7ff108b57459 2025-06-17T08:07:26.5702243Z _cgoexp_f847acd1eaee_ArrowGo_ImportBatchAndCompareToJson(0x7ffed1181230) 2025-06-17T08:07:26.5702789Z _cgo_gotypes.go:158 +0x26 fp=0xc000039e70 sp=0xc000039e48 pc=0x7ff108b57706 2025-06-17T08:07:26.5703163Z runtime.cgocallbackg1(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5703590Z /opt/go/src/runtime/cgocall.go:446 +0x289 fp=0xc000039f28 sp=0xc000039e70 pc=0x7ff1088a6d09 2025-06-17T08:07:26.5704016Z runtime.cgocallbackg(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5704430Z /opt/go/src/runtime/cgocall.go:350 +0x132 fp=0xc000039f90 sp=0xc000039f28 pc=0x7ff1088a6992 2025-06-17T08:07:26.5704839Z runtime.cgocallbackg(0x7ff108b576e0, 0x7ffed1181230, 0x0) 2025-06-17T08:07:26.5705201Z <autogenerated>:1 +0x2b fp=0xc000039fb8 sp=0xc000039f90 pc=0x7ff108916a8b 2025-06-17T08:07:26.5705519Z runtime.cgocallback(0x0, 0x0, 0x0) 2025-06-17T08:07:26.5705888Z /opt/go/src/runtime/asm_amd64.s:1082 +0xcd fp=0xc000039fe0 sp=0xc000039fb8 pc=0x7ff1089143ad 2025-06-17T08:07:26.5706255Z runtime.goexit({}) 2025-06-17T08:07:26.5706560Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000039fe8 sp=0xc000039fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5706850Z 2025-06-17T08:07:26.5706964Z goroutine 2 gp=0xc000004e00 m=nil [force gc (idle)]: 2025-06-17T08:07:26.5707354Z runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5707712Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000052fa8 sp=0xc000052f88 pc=0x7ff10890d76e 2025-06-17T08:07:26.5708075Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5708284Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5708499Z runtime.forcegchelper() 2025-06-17T08:07:26.5708817Z /opt/go/src/runtime/proc.go:373 +0xb8 fp=0xc000052fe0 sp=0xc000052fa8 pc=0x7ff1088dae18 2025-06-17T08:07:26.5709160Z runtime.goexit({}) 2025-06-17T08:07:26.5709574Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000052fe8 sp=0xc000052fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5709956Z created by runtime.init.7 in goroutine 1 2025-06-17T08:07:26.5710196Z /opt/go/src/runtime/proc.go:361 +0x1a 2025-06-17T08:07:26.5710355Z 2025-06-17T08:07:26.5710460Z goroutine 3 gp=0xc000005340 m=nil [GC sweep wait]: 2025-06-17T08:07:26.5710748Z runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5711102Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000053780 sp=0xc000053760 pc=0x7ff10890d76e 2025-06-17T08:07:26.5711454Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5711653Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5711870Z runtime.bgsweep(0xc00007c000) 2025-06-17T08:07:26.5712221Z /opt/go/src/runtime/mgcsweep.go:323 +0xdf fp=0xc0000537c8 sp=0xc000053780 pc=0x7ff1088c5a1f 2025-06-17T08:07:26.5712589Z runtime.gcenable.gowrap1() 2025-06-17T08:07:26.5712918Z /opt/go/src/runtime/mgc.go:212 +0x25 fp=0xc0000537e0 sp=0xc0000537c8 pc=0x7ff1088b99a5 2025-06-17T08:07:26.5713257Z runtime.goexit({}) 2025-06-17T08:07:26.5713561Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000537e8 sp=0xc0000537e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5713941Z created by runtime.gcenable in goroutine 1 2025-06-17T08:07:26.5714185Z /opt/go/src/runtime/mgc.go:212 +0x66 2025-06-17T08:07:26.5714342Z 2025-06-17T08:07:26.5714453Z goroutine 4 gp=0xc000005500 m=nil [GC scavenge wait]: 2025-06-17T08:07:26.5714775Z runtime.gopark(0x10000?, 0x7ff108be1438?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5715176Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000053f78 sp=0xc000053f58 pc=0x7ff10890d76e 2025-06-17T08:07:26.5715533Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5715734Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5715971Z runtime.(*scavengerState).park(0x7ff108e7df00) 2025-06-17T08:07:26.5716379Z /opt/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000053fa8 sp=0xc000053f78 pc=0x7ff1088c34a9 2025-06-17T08:07:26.5716765Z runtime.bgscavenge(0xc00007c000) 2025-06-17T08:07:26.5717122Z /opt/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000053fc8 sp=0xc000053fa8 pc=0x7ff1088c3a59 2025-06-17T08:07:26.5717511Z runtime.gcenable.gowrap2() 2025-06-17T08:07:26.5717823Z /opt/go/src/runtime/mgc.go:213 +0x25 fp=0xc000053fe0 sp=0xc000053fc8 pc=0x7ff1088b9945 2025-06-17T08:07:26.5718159Z runtime.goexit({}) 2025-06-17T08:07:26.5718583Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000053fe8 sp=0xc000053fe0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5718962Z created by runtime.gcenable in goroutine 1 2025-06-17T08:07:26.5719207Z /opt/go/src/runtime/mgc.go:213 +0xa5 2025-06-17T08:07:26.5719357Z 2025-06-17T08:07:26.5719455Z goroutine 18 gp=0xc000102700 m=nil [cleanup wait]: 2025-06-17T08:07:26.5719961Z runtime.gopark(0x0?, 0x101000000000000?, 0x3b?, 0x0?, 0x2?) 2025-06-17T08:07:26.5720357Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000052768 sp=0xc000052748 pc=0x7ff10890d76e 2025-06-17T08:07:26.5720712Z runtime.goparkunlock(...) 2025-06-17T08:07:26.5720915Z /opt/go/src/runtime/proc.go:466 2025-06-17T08:07:26.5721153Z runtime.(*cleanupQueue).dequeue(0x7ff108e7e040) 2025-06-17T08:07:26.5721539Z /opt/go/src/runtime/mcleanup.go:439 +0xc5 fp=0xc0000527a0 sp=0xc000052768 pc=0x7ff1088b5a85 2025-06-17T08:07:26.5721904Z runtime.runCleanups() 2025-06-17T08:07:26.5722223Z /opt/go/src/runtime/mcleanup.go:635 +0x45 fp=0xc0000527e0 sp=0xc0000527a0 pc=0x7ff1088b6145 2025-06-17T08:07:26.5722581Z runtime.goexit({}) 2025-06-17T08:07:26.5722889Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5723423Z created by runtime.(*cleanupQueue).createGs in goroutine 1 2025-06-17T08:07:26.5723718Z /opt/go/src/runtime/mcleanup.go:589 +0xa5 2025-06-17T08:07:26.5723881Z 2025-06-17T08:07:26.5723997Z goroutine 35 gp=0xc00041ea80 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5724271Z runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5724625Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc00004e738 sp=0xc00004e718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5724981Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5725326Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00004e7c8 sp=0xc00004e738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5725695Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5726041Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00004e7e0 sp=0xc00004e7c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5726411Z runtime.goexit({}) 2025-06-17T08:07:26.5726733Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00004e7e8 sp=0xc00004e7e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5727150Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5727433Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5727620Z 2025-06-17T08:07:26.5727731Z goroutine 5 gp=0xc000005a40 m=nil [GC worker (idle)]: 2025-06-17T08:07:26.5728029Z runtime.gopark(0x129e06e7868?, 0x0?, 0x0?, 0x0?, 0x0?) 2025-06-17T08:07:26.5728406Z /opt/go/src/runtime/proc.go:460 +0xce fp=0xc000054738 sp=0xc000054718 pc=0x7ff10890d76e 2025-06-17T08:07:26.5728756Z runtime.gcBgMarkWorker(0xc00041d0a0) 2025-06-17T08:07:26.5729095Z /opt/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000547c8 sp=0xc000054738 pc=0x7ff1088bc0cb 2025-06-17T08:07:26.5729460Z runtime.gcBgMarkStartWorkers.gowrap1() 2025-06-17T08:07:26.5730008Z /opt/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000547e0 sp=0xc0000547c8 pc=0x7ff1088bbfa5 2025-06-17T08:07:26.5730344Z runtime.goexit({}) 2025-06-17T08:07:26.5730656Z /opt/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000547e8 sp=0xc0000547e0 pc=0x7ff1089145e1 2025-06-17T08:07:26.5731066Z created by runtime.gcBgMarkStartWorkers in goroutine 17 2025-06-17T08:07:26.5731346Z /opt/go/src/runtime/mgc.go:1373 +0x105 2025-06-17T08:07:26.5731500Z 2025-06-17T08:07:26.5731562Z rax 0x0 2025-06-17T08:07:26.5731712Z rbx 0x6 2025-06-17T08:07:26.5731858Z rcx 0x64 2025-06-17T08:07:26.5732008Z rdx 0x7ff0a4001160 2025-06-17T08:07:26.5732184Z rdi 0x7ff0a400113c 2025-06-17T08:07:26.5732346Z rsi 0x0 2025-06-17T08:07:26.5732496Z rbp 0xc000079a70 2025-06-17T08:07:26.5732663Z rsp 0xc000079a70 2025-06-17T08:07:26.5732815Z r8 0x0 2025-06-17T08:07:26.5732964Z r9 0x7ff0a4001030 2025-06-17T08:07:26.5733125Z r10 0x551 2025-06-17T08:07:26.5733277Z r11 0x7ff0a4000090 2025-06-17T08:07:26.5733444Z r12 0x7ff1d5fec320 2025-06-17T08:07:26.5733603Z r13 0xc000059438 2025-06-17T08:07:26.5733761Z r14 0xc000079bf0 2025-06-17T08:07:26.5733912Z r15 0xc000079ac0 2025-06-17T08:07:26.5734198Z rip 0x7ff1d5edab3b 2025-06-17T08:07:26.5734375Z rflags 0x10206 2025-06-17T08:07:26.5734527Z cs 0x33 2025-06-17T08:07:26.5734673Z fs 0x0 2025-06-17T08:07:26.5734809Z gs 0x0 2025-06-17T08:07:26.5734897Z 2025-06-17T08:07:26.5734955Z ----- 2025-06-17T08:07:26.5735041Z 2025-06-17T08:07:34.6788080Z ci/scripts/integration_arrow.sh: line 73: 17078 Quit (core dumped) archery integration --run-c-data --run-ipc --run-flight --with-cpp=$([ "$ARROW_INTEGRATION_CPP" == "ON" ] && echo "1" || echo "0") --with-csharp=$([ "$ARROW_INTEGRATION_CSHARP" == "ON" ] && echo "1" || echo "0") --gold-dirs=$gold_dir/0.14.1 --gold-dirs=$gold_dir/0.17.1 --gold-dirs=$gold_dir/1.0.0-bigendian --gold-dirs=$gold_dir/1.0.0-littleendian --gold-dirs=$gold_dir/2.0.0-compression --gold-dirs=$gold_dir/4.0.0-shareddict 2025-06-17T08:07:34.6790410Z 2025-06-17T08:07:34.6790543Z real 2m17.889s 2025-06-17T08:07:34.6790824Z user 7m11.195s 2025-06-17T08:07:34.6791084Z sys 1m8.195s 2025-06-17T08:07:34.6798572Z ERROR conda.cli.main_run:execute(125): `conda run ci/scripts/integration_arrow.sh /__w/arrow-rs/arrow-rs /build` failed. (See above for error) ``` ### Component(s) Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org