Closed
Conversation
The unexplained error in AppVeyor CI tests are not hit in CI after moving those tests to GHA. Re-enable to run this test on Windows. Revisit if the error is seen again on Windows. Errors seen earlier in AppVeyor CI: https://ci.appveyor.com/project/curlorg/curl/builds/49123802 https://ci.appveyor.com/project/curlorg/curl/builds/49120834 In these jobs: CMake, VS2010, Debug, x64, no SSL, Static CMake, mingw-w64, gcc 7, Debug, x64, Schannel, Static, Unicode CMake, mingw-w64, gcc 9, Debug, x64, Schannel, Static, Unity CMake, mingw-w64, gcc 6, Debug, x86, Schannel, Static Follow-up to 7cf8414 Ref: curl#12862 (comment) Ref: 0f0edc2 curl#12862
1 task
Member
Author
|
Most of the effort went to tracing back the original PR |
Member
|
The failure appears in both of my autobuilds now: The first error is: I haven't had time to debug this so far, unfortunately. |
Member
Author
|
The failing job is using Perl v5.32.0 (/usr/bin/perl) in case it makes a difference: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The unexplained error in AppVeyor CI tests are not hit in CI after
moving those tests to GHA. Re-enable to run this test on Windows.
Revisit if the error is seen again on Windows.
Errors seen earlier in AppVeyor CI:
https://ci.appveyor.com/project/curlorg/curl/builds/49120834
https://ci.appveyor.com/project/curlorg/curl/builds/49123802 (with debug lines)
In these jobs:
CMake, VS2010, Debug, x64, no SSL, Static
CMake, mingw-w64, gcc 7, Debug, x64, Schannel, Static, Unicode
CMake, mingw-w64, gcc 9, Debug, x64, Schannel, Static, Unity
CMake, mingw-w64, gcc 6, Debug, x86, Schannel, Static
Test log from the 'gcc 9` job above (with debug lines):
Env comparison:
Fail: https://ci.appveyor.com/project/curlorg/curl/builds/49123802/job/2a4w7i21npys9pd3
OK (this PR): https://github.com/curl/curl/actions/runs/16439564668/job/46456976494
Follow-up to 7cf8414
Ref: #12862 (comment)
Ref: 0f0edc2 #12862