Paket fails in TeamCity on Ubuntu - File does not contain a valid CIL image
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
I am using paket 5.215.0. After upgrading mono to 6.0.0.313 and dotnet to 2.2.401 on Ubuntu server 18.04.2 LTS running the latest TeamCity 2019.1.1 (build 66192) my build pipeline is broken since dotnet restore always fails with:
Cannot open assembly '/opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe': File does not contain a valid CIL image.
However, when I execute dotnet restore from the terminal it works fine. I tried clearing all temp folders, switching to different versions of paket and so on but it always works from the terminal but not within TC.
Any ideas?
More from TC build log:
[15:26:53] [Step 1/5] Starting target 'Restore'
[15:26:53] [Step 1/5] Starting task 'DotNet:restore': /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/open-limo.sln
[15:26:53] [Step 1/5] > "/usr/bin/mono" --version (In: false, Out: true, Err: true)
[15:26:54] [Step 1/5] /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4> "/usr/bin/dotnet" msbuild /version /nologo (In: false, Out: true, Err: true)
[15:26:54] [Step 1/5] 16.200.19.32702
[15:26:54] [Step 1/5] /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4> "/usr/bin/dotnet" restore /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/open-limo.sln /clp:ForceConsoleColor /bl:/opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/tmpy2snYI.tmp.binlog (In: false, Out: false, Err: false)
[15:26:54] [Step 1/5] /usr/share/dotnet/sdk/2.2.401/MSBuild.dll -nologo -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/usr/share/dotnet/sdk/2.2.401/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/usr/share/dotnet/sdk/2.2.401/dotnet.dll -maxcpucount -target:Restore -verbosity:m /bl:/opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/tmpy2snYI.tmp.binlog /clp:ForceConsoleColor /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/open-limo.sln
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native Crash Reporting
[15:26:57] [Step 1/5] /proc/self/maps:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Got a SIGSEGV while executing native code. This usually indicates
[15:26:57] [Step 1/5] Cannot open assembly '/opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe': File does not contain a valid CIL image.
[15:26:57] [Step 1/5] a fatal error in the mono runtime or one of the native libraries
[15:26:57] [Step 1/5] used by your application.
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] 40663000-40673000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 41080000-41090000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 559c60534000-559c609b6000 r-xp 00000000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 559c60bb5000-559c60bbc000 r--p 00481000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 559c60bbc000-559c60bc1000 rw-p 00488000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 559c60bc1000-559c60bd8000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 559c611de000-559c613a0000 rw-p 00000000 00:00 0 [heap]
[15:26:57] [Step 1/5] 7f574c000000-7f574c021000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f574c021000-7f5750000000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5753611000-7f575388d000 r--p 00000000 08:02 13632429 /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
[15:26:57] [Step 1/5] 7f575388d000-7f575388e000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f575388e000-7f575388f000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f575388f000-7f5753897000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5753897000-7f5753a8e000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5753a8e000-7f5754131000 r-xp 00000000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f5754131000-7f5754330000 ---p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f5754330000-7f5754331000 r--p 006a2000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f5754331000-7f5754332000 rw-p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f5754332000-7f5754359000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5754359000-7f57547b6000 r--p 00000000 08:02 13632032 /usr/lib/mono/4.5/mscorlib.dll
[15:26:57] [Step 1/5] 7f57547b6000-7f5754fff000 r--p 00000000 08:02 5640371 /opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe
[15:26:57] [Step 1/5] 7f5754fff000-7f5755fff000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5755fff000-7f5756000000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5756000000-7f5756c00000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f5756dc3000-7f5756e78000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Basic Fault Adddress Reporting
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Memory around native instruction pointer (0x559c60756980):0x559c60756970 0f be 0f 89 0c b2 eb de 0f 1f 84 00 00 00 00 00 ................
[15:26:57] [Step 1/5] 0x559c60756980 8b 0f 89 0c b2 eb cf 66 0f 1f 84 00 00 00 00 00 .......f........
[15:26:57] [Step 1/5] 0x559c60756990 48 8d 0d e8 c2 1b 00 48 8d 35 3c c2 1b 00 48 8d H......H.5<...H.
[15:26:57] [Step 1/5] 0x559c607569a0 3d 0b 0c 12 00 ba 74 04 00 00 31 c0 e8 0f 7d 11 =.....t...1...}.
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native stacktrace:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] 0x559c60664d18 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c605f1894 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c6057597e - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x7f575845f890 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
[15:26:57] [Step 1/5] 0x559c60756980 - /usr/bin/mono-sgen : mono_metadata_decode_row
[15:26:57] [Step 1/5] 0x559c606f18ee - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c606f1d6b - /usr/bin/mono-sgen : mono_class_get_cctor
[15:26:57] [Step 1/5] 0x559c6077b8dd - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c6066bd3b - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c60572ea5 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c605f4ef6 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x559c605f5af3 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x40663393 - Unknown
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Telemetry Dumper:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Pkilling 0x7f5753a8d700 from 0x7f5758c82780
[15:26:57] [Step 1/5] Entering thread summarizer pause from 0x7f5758c82780
[15:26:57] [Step 1/5] Finished thread summarizer pause from 0x7f5758c82780.
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] Waiting for dumping threads to resume
[15:26:57] [Step 1/5] Cannot open assembly '/opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe': File does not contain a valid CIL image.
[15:26:57] [Step 1/5] /opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/.paket/Paket.Restore.targets(138,5): error MSB3073: The command "mono --runtime=v4.0.30319 "/opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/.paket/paket.exe" restore" exited with code 2. [/opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/src/backend/Core/Logging/Core.Logging.fsproj]
[15:26:57] [Step 1/5] [m/opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/.paket/Paket.Restore.targets(138,5): error MSB3073: The command "mono --runtime=v4.0.30319 "/opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/.paket/paket.exe" restore" exited with code 2. [/opt/JetBrains/TeamCity/buildAgent3/work/60ab81b0a32dbda4/src/backend/Core/Web/Core.Web.fsproj]
[15:26:57] [Step 1/5] [m /proc/self/maps:
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native Crash Reporting
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Got a SIGSEGV while executing native code. This usually indicates
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native Crash Reporting
[15:26:57] [Step 1/5] /proc/self/maps:
[15:26:57] [Step 1/5] 40a57000-40a67000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 418fe000-4190e000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 56529343f000-5652938c1000 r-xp 00000000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 565293ac0000-565293ac7000 r--p 00481000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 565293ac7000-565293acc000 rw-p 00488000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 565293acc000-565293ae3000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 5652948f8000-565294aba000 rw-p 00000000 00:00 0 [heap]
[15:26:57] [Step 1/5] 7f0a5c000000-7f0a5c021000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a5c021000-7f0a60000000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a63a11000-7f0a63c8d000 r--p 00000000 08:02 13632429 /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
[15:26:57] [Step 1/5] 7f0a63c8d000-7f0a63c8e000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a63c8e000-7f0a63c8f000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a63c8f000-7f0a63c97000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a63c97000-7f0a63e8e000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a63e8e000-7f0a64531000 r-xp 00000000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f0a64531000-7f0a64730000 ---p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f0a64730000-7f0a64731000 r--p 006a2000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f0a64731000-7f0a64732000 rw-p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f0a64732000-7f0a64759000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a64759000-7f0a64bb6000 r--p 00000000 08:02 13632032 /usr/lib/mono/4.5/mscorlib.dll
[15:26:57] [Step 1/5] 7f0a64bb6000-7f0a653ff000 r--p 00000000 08:02 5640371 /opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe
[15:26:57] [Step 1/5] 7f0a653ff000-7f0a663ff000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a663ff000-7f0a66400000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a66400000-7f0a67000000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0a6704b000-7f0a67100000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Got a SIGSEGV while executing native code. This usually indicates
[15:26:57] [Step 1/5] a fatal error in the mono runtime or one of the native libraries
[15:26:57] [Step 1/5] used by your application.
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Basic Fault Adddress Reporting
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Memory around native instruction pointer (0x562e9ed02a9b):0x562e9ed02a8b 0f 1f 44 00 00 4c 8b 07 49 8b 70 40 4d 8b 40 38 ..D..L..I.p@M.@8
[15:26:57] [Step 1/5] 0x562e9ed02a9b 0f be 3e 41 f6 40 1c 08 89 f9 75 39 89 c2 c1 e2 ..>A.@....u9....
[15:26:57] [Step 1/5] 0x562e9ed02aab 05 29 c2 89 d0 48 83 c6 01 84 c9 74 1b 0f b6 0e .)...H.....t....
[15:26:57] [Step 1/5] 0x562e9ed02abb 84 c9 74 f1 89 fa 48 83 c6 01 c1 e2 05 29 fa 0f ..t...H......)..
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native stacktrace:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] 0x562e9ec0dd18 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9eb9a894 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9eb1e97e - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x7f023e30c890 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
[15:26:57] [Step 1/5] 0x562e9ed02a9b - /usr/bin/mono-sgen : mono_metadata_type_hash
[15:26:57] [Step 1/5] 0x562e9ed02ca6 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ed02a6f - /usr/bin/mono-sgen : mono_metadata_type_hash
[15:26:57] [Step 1/5] 0x562e9ed02b75 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ee14362 - /usr/bin/mono-sgen : monoeg_g_hash_table_lookup_extended
[15:26:57] [Step 1/5] 0x562e9ee14423 - /usr/bin/mono-sgen : monoeg_g_hash_table_lookup
[15:26:57] [Step 1/5] 0x562e9ed02f95 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ed03218 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ed0337a - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ec94f5c - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ec950ad - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9eba4c3e - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ebaa334 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ebab813 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9ebab932 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x562e9eb9d495 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x41c9b893 - Unknown
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Telemetry Dumper:
[15:26:57] [Step 1/5] 41c9b000-41cab000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 41e87000-41e97000 rwxp 00000000 00:00 0
[15:26:57] [Step 1/5] 562e9eadd000-562e9ef5f000 r-xp 00000000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 562e9f15e000-562e9f165000 r--p 00481000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 562e9f165000-562e9f16a000 rw-p 00488000 08:02 13631536 /usr/bin/mono-sgen
[15:26:57] [Step 1/5] 562e9f16a000-562e9f181000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 562e9f76d000-562e9f92f000 rw-p 00000000 00:00 0 [heap]
[15:26:57] [Step 1/5] 7f0234000000-7f0234021000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0234021000-7f0238000000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0239611000-7f023988d000 r--p 00000000 08:02 13632429 /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
[15:26:57] [Step 1/5] 7f023988d000-7f023988e000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023988e000-7f023988f000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023988f000-7f0239897000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0239897000-7f0239a8e000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f0239a8e000-7f023a131000 r-xp 00000000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f023a131000-7f023a330000 ---p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f023a330000-7f023a331000 r--p 006a2000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f023a331000-7f023a332000 rw-p 006a3000 08:02 13632762 /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
[15:26:57] [Step 1/5] 7f023a332000-7f023a359000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023a359000-7f023a7b6000 r--p 00000000 08:02 13632032 /usr/lib/mono/4.5/mscorlib.dll
[15:26:57] [Step 1/5] 7f023a7b6000-7f023afff000 r--p 00000000 08:02 5640371 /opt/JetBrains/TeamCity/buildAgent3/temp/buildTmp/paket_0DD4D33EE61ED7BD7601206E96BDE2E7A979FE7BEBC5E20E03ED223B92438255.exe
[15:26:57] [Step 1/5] 7f023afff000-7f023bfff000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023bfff000-7f023c000000 ---p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023c000000-7f023cc00000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] 7f023cc6f000-7f023cd24000 rw-p 00000000 00:00 0
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Pkilling 0x7f0239a8d700 from 0x7f023eb2f780
[15:26:57] [Step 1/5] Entering thread summarizer pause from 0x7f023eb2f780
[15:26:57] [Step 1/5] Finished thread summarizer pause from 0x7f023eb2f780.
[15:26:57] [Step 1/5] a fatal error in the mono runtime or one of the native libraries
[15:26:57] [Step 1/5] used by your application.
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Basic Fault Adddress Reporting
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Memory around native instruction pointer (0x7f0a67b345a1):0x7f0a67b34591 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 1f .H........?.. w.
[15:26:57] [Step 1/5] 0x7f0a67b345a1 c5 fd 74 0f c5 fd d7 c1 85 c0 0f 85 df 00 00 00 ..t.............
[15:26:57] [Step 1/5] 0x7f0a67b345b1 48 83 c7 20 83 e1 1f 48 83 e7 e0 eb 36 66 90 83 H.. ...H....6f..
[15:26:57] [Step 1/5] 0x7f0a67b345c1 e1 1f 48 83 e7 e0 c5 fd 74 0f c5 fd d7 c1 d3 f8 ..H.....t.......
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Native stacktrace:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] 0x56529356fd18 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x5652934fc894 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x56529348097e - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x7f0a686e8890 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
[15:26:57] [Step 1/5] 0x7f0a67b345a1 - /lib/x86_64-linux-gnu/libc.so.6 : (null)
[15:26:57] [Step 1/5] 0x7f0a67a034d3 - /lib/x86_64-linux-gnu/libc.so.6 : _IO_vfprintf
[15:26:57] [Step 1/5] 0x7f0a67ada411 - /lib/x86_64-linux-gnu/libc.so.6 : __vasprintf_chk
[15:26:57] [Step 1/5] 0x565293779caa - /usr/bin/mono-sgen : monoeg_g_strdup_printf
[15:26:57] [Step 1/5] 0x56529350b1f1 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x56529350b374 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x56529350c190 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x56529347d76e - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x56529347db0b - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x5652934ffef6 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x565293500af3 - /usr/bin/mono-sgen : (null)
[15:26:57] [Step 1/5] 0x40a57393 - Unknown
[15:26:57] [Step 1/5]
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Telemetry Dumper:
[15:26:57] [Step 1/5] =================================================================
[15:26:57] [Step 1/5] Pkilling 0x7f0a63e8d700 from 0x7f0a68f0b780
[15:26:57] [Step 1/5] Entering thread summarizer pause from 0x7f0a68f0b780
[15:26:57] [Step 1/5] Finished thread summarizer pause from 0x7f0a68f0b780.
[15:26:57] [Step 1/5] Paket version 5.215.0
Known workarounds
No known workarounds.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .paket/Paket.Restore.targets at line 138 and compare the TeamCity dotnet restore invocation with the terminal invocation, focusing on paket.exe under Mono. Reproduce the Ubuntu and TeamCity environment described in the log, then verify that restore completes without the invalid CIL image or SIGSEGV errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100