eastgenomics / eggd_nirvana

0 stars 0 forks source link

Nirvana failed on an FH sample #18

Open Yu-jinKim opened 3 years ago

Yu-jinKim commented 3 years ago

The nirvana app failed on a FH sample (https://platform.dnanexus.com/projects/G54xF184yK0xZVvq5K99G8Ff/monitor/job/G54z8FQ4yK0k48804k6351v4)

/home/dnanexus/dotnet/sdk/2.2.207/NuGet.targets(504,5): error : Could not find a part of the path '/tmp/NuGetScratch/23234c9e-9941-4186-bbd3-f8d9ed773023'. [/home/dnanexus/Nirvana-2.0.10/Compression/Compression.csproj]
Build FAILED.
/home/dnanexus/dotnet/sdk/2.2.207/NuGet.targets(504,5): error : Could not find a part of the path '/tmp/NuGetScratch/23234c9e-9941-4186-bbd3-f8d9ed773023'. [/home/dnanexus/Nirvana-2.0.10/Compression/Compression.csproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:01.57
jethror1 commented 3 years ago

Looks like a bug in dotnet on creating a tmp path incorrectly: https://github.com/NuGet/Home/issues/7341

was apparently fixed in this PR: https://github.com/NuGet/NuGet.Client/pull/2691

I assume that dotnet is packaged with Nirvana and we can't update it, probably can just rerun it and hope it works

Yu-jinKim commented 3 years ago

Reran it and it worked. But i guess it's something to keep in mind

jethror1 commented 3 years ago

Yeah, hopefully it will just go away when we eventually stop using nirvana. Maybe just add it as an issue for ops so everyone is aware in case it happens again.