rtyler
07/20/2023, 2:37 PM= note: /usr/bin/ld: final link failed: No space left on device
I don't know why this keeps happening, I nuked all our caches in Actions, but it still shows up š
I'm only seeing it on Linux but also experience it locally. This seems like a difficult to reproduce bug in Cargo unfortunately. I'm still trying to figure out what the heck is going on here, but if your travels have pointed out anything interesting, please let me knowWill Jones
07/20/2023, 2:50 PMrtyler
07/20/2023, 2:50 PMcargo +nightly udeps
fwiwOmkar
07/20/2023, 3:07 PMrtyler
07/20/2023, 3:07 PMcargo test -p deltalake --no-default-features --features integration_test,s3-native-tls,datafusion
) which I think is related. With a clean target/
, that command alone generates 6GB of data š¬Omkar
07/20/2023, 3:20 PMtarget
folder is showing up as 7.3GB š
rtyler
07/20/2023, 3:21 PMOmkar
07/20/2023, 3:26 PMWill Jones
07/20/2023, 3:28 PMRUSTFLAGS: "-C debuginfo=1"
(which we do in CI)rtyler
07/20/2023, 3:29 PMWill Jones
07/20/2023, 3:29 PMRobert
07/20/2023, 3:30 PMrtyler
07/20/2023, 3:34 PMtests/
directory a bit coming soonrtyler
07/21/2023, 4:14 PMCargo.toml
change to make development easier as well. Once this is merged I think there will be a lot more that will be unblocked š¤Cole MacKenzie
07/28/2023, 8:43 PMdelta-rs
workspace was 30 GB of rust compile targets š¤Æ