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

Resolving an antigen failure #105260

Merged
merged 2 commits into from
Jul 25, 2024

Fix method accessibility so xunit doesn't complain

3e31d0d
Select commit
Loading
Failed to load commit list.
Merged

Resolving an antigen failure #105260

Fix method accessibility so xunit doesn't complain
3e31d0d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 23, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

All checks completed

[runtime]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / coreclr Pri0 Runtime Tests Run osx x64 checked / Send tests to Helix (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.4/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.cmd has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.cmd [Console] [Details] [Artifacts] [0.98% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
waitpid() returned successfully (wstatus 00000000) WEXITSTATUS 0 WTERMSIG 0
/private/tmp/helix/working/BDA70A11/w/A9D10956/e/tracing/tracing/../eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.sh: line 467:  8790 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code: 1
Raw output file: /tmp/helix/working/BDA70A11/w/A9D10956/uploads/eventpipe/eventsourceerror/eventsourceerror/output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/BDA70A11/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true eventsourceerror.dll ''
0.0s: ==TEST STARTING==
0.9s: Started sending sentinel events...
1.0s: Connecting to EventPipe...
1.6s: Creating EventPipeEventSource...
1.7s: EventPipeEventSource created
1.7s: Dynamic.All callback registered
1.7s: Running optional trace validator
1.7s: Finished running optional trace validator
1.7s: Starting stream processing...
2.1s: Saw sentinel event
2.1s: Stopped sending sentinel events
2.1s: Starting event generating action...
2.2s: Stopping event generating action
2.2s: Sending StopTracing command...
2.4s: Saw new provider 'IllegalTypesEventSource'
2.4s: Saw new provider 'Microsoft-DotNETCore-EventPipe'
2.5s: Saw new provider 'Microsoft-Windows-DotNETRuntimeRundown'
[createdump] Gathering state for process 8790
[createdump] Crashing thread 1479d0 signal 11 (000b)
[createdump] Writing crash report to file /cores/coredump.8790.dmp.crashreport.json
[createdump] Crash report successfully written
[createdump] Writing minidump with heap to file /cores/coredump.8790.dmp
[createdump] Written 394789128 bytes (96384 pages) to core file
[createdump] Target process is alive
5.1s: Stopping stream processing
5.1s: Dropped 0 events
[createdump] Dump successfully written in 2655ms
Expected: 100
Actual: 139
END EXECUTION - FAILED
Test failed. Trying to see if dump file was created in /cores since 7/22/2024 7:57:20 PM
Processing /cores/coredump.8790.dmp.crashreport.json
Printing stacktrace from '/cores/coredump.8790.dmp.crashreport.json'
Invoking llvm-symbolizer --pretty-print
Errors while running llvm-symbolizer --pretty-print
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'llvm-symbolizer' with working directory '/private/tmp/helix/working/BDA70A11/w/A9D10956/e/tracing/tracing'. No such file or directory
at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 499
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 456
at System.Diagnostics.Process.Start() in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs:line 1284
at CoreclrTestLib.CoreclrTestWrapperLib.TryPrintStackTraceFromCrashReport(String crashReportJsonFile, TextWriter outputWriter)
Test Harness Exitcode is : 1
To run the test:
Set up CORE_ROOT and run.
> /private/tmp/helix/working/BDA70A11/w/A9D10956/e/tracing/tracing/../eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.sh

CallStack
   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 146
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor19|0_20(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)

Was this helpful? Yes No