MihuBot / runtime-utils

0 stars 0 forks source link

[MichalPetryka] Intrinsify Array GetArrayDataReference for SZ arrays #67

Open MihuBot opened 1 year ago

MihuBot commented 1 year ago

Build completed in 2 hours 35 minutes. https://github.com/dotnet/runtime/pull/87374

CoreLib diffs

Found 1 files with textual diffs.

Summary of Code Size diffs:
(Lower is better)

Total bytes of base: 6961703
Total bytes of diff: 6961703
Total bytes of delta: 0 (0.00 % of base)

0 total files with Code Size differences (0 improved, 0 regressed), 1 unchanged.

0 total methods with Code Size differences (0 improved, 0 regressed), 52397 unchanged.

--------------------------------------------------------------------------------

Frameworks diffs

Diffs ``` Found 257 files with textual diffs. Summary of Code Size diffs: (Lower is better) Total bytes of base: 38394293 Total bytes of diff: 38394293 Total bytes of delta: 0 (0.00 % of base) 0 total files with Code Size differences (0 improved, 0 regressed), 256 unchanged. 0 total methods with Code Size differences (0 improved, 0 regressed), 232657 unchanged. -------------------------------------------------------------------------------- ```

Artifacts:

MihaZupan commented 1 year ago

The build failed for this one

[23:52:44]   Generating native image of System.Private.CoreLib for linux.x64.Release. Logging to 
[23:52:44]   /runner/runtime/dotnet.sh /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/crossgen2/crossgen2.dll -o:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.dll -r:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/*.dll --targetarch:x64 --targetos:linux -m:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/StandardOptimizationData.mibc --embed-pgo-data -O /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/
[23:52:48]   /runner/runtime/dotnet.sh: line 27:  8374 Segmentation fault      ${dotnetPath} "$@"
[23:52:48] /runner/runtime/src/coreclr/crossgen-corelib.proj(142,5): error MSB3073: The command "/runner/runtime/dotnet.sh /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/crossgen2/crossgen2.dll -o:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.dll -r:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/*.dll --targetarch:x64 --targetos:linux -m:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/StandardOptimizationData.mibc --embed-pgo-data -O /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/" exited with code 139.
[23:52:48] 
[23:52:48] Build FAILED.
[23:52:48] 
[23:52:48] /runner/runtime/src/coreclr/crossgen-corelib.proj(142,5): error MSB3073: The command "/runner/runtime/dotnet.sh /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/crossgen2/crossgen2.dll -o:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.dll -r:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/*.dll --targetarch:x64 --targetos:linux -m:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/StandardOptimizationData.mibc --embed-pgo-data -O /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/" exited with code 139.
[23:52:48]     0 Warning(s)
[23:52:48]     1 Error(s)
[23:52:48] 
[23:52:48] Time Elapsed 00:01:54.55
[23:52:48] Build failed with exit code 1. Check errors above.