Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API Proposal]: Add overload for EventSource primitives #83751

Merged
merged 15 commits into from
Jun 14, 2023

Merge remote-tracking branch 'upstream/main' into eventsource-overload

da088aa
Select commit
Failed to load commit list.
Merged

[API Proposal]: Add overload for EventSource primitives #83751

Merge remote-tracking branch 'upstream/main' into eventsource-overload
da088aa
Select commit
Failed to load commit list.
Azure Pipelines / runtime failed Jun 13, 2023 in 2h 58m 23s

Build #20230613.63 failed

Details

Tests

  • Failed: 0 (0.00%)
  • Passed: 2,620,973 (98.27%)
  • Other: 46,246 (1.73%)
  • Total: 2,667,219

Annotations

Check failure on line 96 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L96

The operation was canceled.

Check failure on line 361 in artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets#L361

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets(361,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/usr/bin/clang" "/Users/runner/work/1/s/artifacts/obj/System.Runtime.InteropServices.Tests/Release/net8.0-unix/native/System.Runtime.InteropServices.Tests.o" -o "/Users/runner/work/1/s/artifacts/bin/System.Runtime.InteropServices.Tests/Release/net8.0-unix/native/System.Runtime.InteropServices.Tests" /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libbootstrapper.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libRuntime.WorkstationGC.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libeventpipe-disabled.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libstdc++compat.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.a -arch arm64 -g -Wl,-rpath,'@executable_path' -ldl -lobjc -lswiftCore -lswiftFoundation -lz -licucore -L/usr/lib/swift -lm -framework CoreFoundation -framework CryptoKit -framework Foundation -framework Security -framework GSS" exited with code 1.

Check failure on line 361 in artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets#L361

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets(361,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/usr/bin/clang" "/Users/runner/work/1/s/artifacts/obj/System.Runtime.Intrinsics.Tests/Release/net8.0-unix/native/System.Runtime.Intrinsics.Tests.o" -o "/Users/runner/work/1/s/artifacts/bin/System.Runtime.Intrinsics.Tests/Release/net8.0-unix/native/System.Runtime.Intrinsics.Tests" /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libbootstrapper.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libRuntime.WorkstationGC.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libeventpipe-disabled.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libstdc++compat.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.a -arch arm64 -g -Wl,-rpath,'@executable_path' -ldl -lobjc -lswiftCore -lswiftFoundation -lz -licucore -L/usr/lib/swift -lm -framework CoreFoundation -framework CryptoKit -framework Foundation -framework Security -framework GSS" exited with code 1.

Check failure on line 361 in artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets#L361

artifacts/bin/coreclr/osx.arm64.Release/build/Microsoft.NETCore.Native.targets(361,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/usr/bin/clang" "/Users/runner/work/1/s/artifacts/obj/System.IO.Compression.Tests/Release/net8.0-unix/native/System.IO.Compression.Tests.o" -o "/Users/runner/work/1/s/artifacts/bin/System.IO.Compression.Tests/Release/net8.0-unix/native/System.IO.Compression.Tests" /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libbootstrapper.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libRuntime.WorkstationGC.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libeventpipe-disabled.a /Users/runner/work/1/s/artifacts/bin/coreclr/osx.arm64.Release/aotsdk/libstdc++compat.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.a /Users/runner/work/1/s/artifacts/bin/testhost/net8.0-osx-Release-arm64/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.a -arch arm64 -g -Wl,-rpath,'@executable_path' -ldl -lobjc -lswiftCore -lswiftFoundation -lz -licucore -L/usr/lib/swift -lm -framework CoreFoundation -framework CryptoKit -framework Foundation -framework Security -framework GSS" exited with code 1.