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

Test failure System.Net.Tests.HttpWebRequestTest_Sync.GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient #85436

Closed
v-wenyuxu opened this issue Apr 27, 2023 · 3 comments
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro) os-windows
Milestone

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20230426.1

Failed tests:

net8.0-linux-Release-arm64-CoreCLR_checked-jitstress2-(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Net.Tests.HttpWebRequestTest_Sync.GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient
net8.0-windows-Release-arm64-CoreCLR_checked-jitstress2-Windows.11.Arm64.Open
    - System.Net.Http.Tests.CacheControlHeaderValueTest.ToString_NegativeValues_UsesMinusSignRegardlessOfCurrentCulture

Error message:

 Exit code was 134 but it should have been 42
Expected: True
Actual:   False

Stack trace:

    at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 239
   at System.Net.Tests.HttpWebRequestTest.GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient() in /_/src/libraries/System.Net.Requests/tests/HttpWebRequestTest.cs:line 1758
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T07:51:19.523Z runtime-coreclr libraries-jitstress Release windows.11.arm64.open arm64 System.Net.Http.Tests.CacheControlHeaderValueTest.ToString_NegativeValues_UsesMinusSignRegardlessOfCurrentCulture Failed {"Reason":"Schedule","architecture":"arm64","System.JobName":"__default","System.StageName":"Build","operatingSystem":"Windows.11.Arm64.Open","runtimeFlavor":"coreclr","Project":"public","configuration":"Release","System.JobId":"f9affed7-8d82-5c58-eb09-b33088a0b629","scenario":"jitstress2","DefinitionId":"138","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr libraries-jitstress","BuildNumber":"20230426.1","System.StageAttempt":"1","AzurePipelinesTestRunId":"4908292","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseName":"libraries_test_run_checked_coreclr_windows_arm64_Release","System.JobAttempt":"1","BuildId":"252833"} Schedule
@v-wenyuxu v-wenyuxu added arch-arm64 os-linux Linux OS (any supported distro) os-windows JitStress CLR JIT issues involving JIT internal stress modes labels Apr 27, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 27, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 27, 2023
@ghost
Copy link

ghost commented Apr 27, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Failed in: runtime-coreclr libraries-jitstress 20230426.1

Failed tests:

net8.0-linux-Release-arm64-CoreCLR_checked-jitstress2-(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Net.Tests.HttpWebRequestTest_Sync.GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient
net8.0-windows-Release-arm64-CoreCLR_checked-jitstress2-Windows.11.Arm64.Open
    - System.Net.Http.Tests.CacheControlHeaderValueTest.ToString_NegativeValues_UsesMinusSignRegardlessOfCurrentCulture

Error message:

 Exit code was 134 but it should have been 42
Expected: True
Actual:   False

Stack trace:

    at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 239
   at System.Net.Tests.HttpWebRequestTest.GetResponseAsync_ParametersAreCachableButDifferent_CreateNewClient() in /_/src/libraries/System.Net.Requests/tests/HttpWebRequestTest.cs:line 1758
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T07:51:19.523Z runtime-coreclr libraries-jitstress Release windows.11.arm64.open arm64 System.Net.Http.Tests.CacheControlHeaderValueTest.ToString_NegativeValues_UsesMinusSignRegardlessOfCurrentCulture Failed {"Reason":"Schedule","architecture":"arm64","System.JobName":"__default","System.StageName":"Build","operatingSystem":"Windows.11.Arm64.Open","runtimeFlavor":"coreclr","Project":"public","configuration":"Release","System.JobId":"f9affed7-8d82-5c58-eb09-b33088a0b629","scenario":"jitstress2","DefinitionId":"138","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr libraries-jitstress","BuildNumber":"20230426.1","System.StageAttempt":"1","AzurePipelinesTestRunId":"4908292","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseName":"libraries_test_run_checked_coreclr_windows_arm64_Release","System.JobAttempt":"1","BuildId":"252833"} Schedule
Author: v-wenyuxu
Assignees: -
Labels:

arch-arm64, os-linux, os-windows, JitStress, area-CodeGen-coreclr, untriaged

Milestone: -

@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label May 1, 2023
@JulieLeeMSFT JulieLeeMSFT added this to the 8.0.0 milestone May 1, 2023
@JulieLeeMSFT JulieLeeMSFT added the blocking-clean-ci-optional Blocking optional rolling runs label May 1, 2023
@JulieLeeMSFT
Copy link
Member

@jakobbotsch PTAL.

@jakobbotsch
Copy link
Member

This was a duplicate of #85403

@jakobbotsch jakobbotsch closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro) os-windows
Projects
None yet
Development

No branches or pull requests

3 participants