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
Since merging #6066 the CMake tests are working on AppVeyor again and show the following errors for one build variant:
test 1221...[10 chars object name generation testing] 1221: output (log/stderr1221) FAILED: --- log/check-expected 2020-10-14 07:36:04.185627900 +0000 +++ log/check-generated 2020-10-14 07:36:04.185627900 +0000 @@ -0,0 +1,2 @@ +Input file specified two times.[CR][CR][LF] +[CR][LF] == Contents of files in the log/ dir after test 1221 === Start of file check-generated Input file specified two times.[CR][CR][LF] [CR][LF] === End of file check-generated === Start of file commands.log /bin/sh C:/projects/curl/tests/objnames-test10.sh C:/projects/curl/tests >log/stdout1221 2>log/stderr1221 === End of file commands.log === Start of file ftpserver.cmd Testnum 1221 === End of file ftpserver.cmd === Start of file stderr1221 Input file specified two times. === End of file stderr1221 === Start of file stdout1221 Testing curl_10char_object_name... result: 16AFKPQRST expected: 16AFKPQRST input: 123__678__ABC__FGH__KLM__PQRSTUV result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV result: 16ABC expected: 16ABC input: 123__678__ABC..FGH..KLM..PQRSTUV result: 16 expected: 16 input: 123__678_.ABC._FGH__KLM__PQRSTUV result: 123 expected: 123 input: 123.567.90ABCDEFGHIJKLMNOPQRSTUV result: 1234567 expected: 1234567 input: 1234567.90A.CDEFGHIJKLMNOPQRSTUV result: 1234567890 expected: 1234567890 input: 1234567890.BCD.FGHIJKLMNOPQRSTUV result: 1470AB expected: 1470AB input: 12=45-78+0AB.DE.GHIJKLMNOPQRSTUV result: 1234567890 expected: 1234567890 input: 1234567890ABCDEFGHIJKLMNOPQRSTUV result: 159CGHIJKL expected: 159CGHIJKL input: 123_567_90A_CDE_GHIJKLMNOPQRSTUV result: 159CDEFGHI expected: 159CDEFGHI input: 123_567_90A_CDEFGHIJKLMNOPQRSTUV result: 1590ABCDEF expected: 1590ABCDEF input: 123_567_90ABCDEFGHIJKLMNOPQRSTUV result: 1567890ABC expected: 1567890ABC input: 123_567890ABCDEFGHIJKLMNOPQRSTUV result: 1234567890 expected: 1234567890 input: 1234567890ABCDEFGHIJKLMNOPQRSTUV 10-characters-or-less generated object names are clashing... === End of file stdout1221
test 1222...[8 chars object name generation testing] 1222: output (log/stderr1222) FAILED: --- log/check-expected 2020-10-14 07:36:12.748127800 +0000 +++ log/check-generated 2020-10-14 07:36:12.748127800 +0000 @@ -0,0 +1,2 @@ +Input file specified two times.[CR][CR][LF] +[CR][LF] == Contents of files in the log/ dir after test 1222 === Start of file check-generated Input file specified two times.[CR][CR][LF] [CR][LF] === End of file check-generated === Start of file commands.log /bin/sh C:/projects/curl/tests/objnames-test08.sh C:/projects/curl/tests >log/stdout1222 2>log/stderr1222 === End of file commands.log === Start of file ftpserver.cmd Testnum 1222 === End of file ftpserver.cmd === Start of file stderr1222 Input file specified two times. === End of file stderr1222 === Start of file stdout1222 Testing curl_8char_object_name... result: 16AFKPQR expected: 16AFKPQR input: 123__678__ABC__FGH__KLM__PQRSTUV result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV result: 16ABC expected: 16ABC input: 123__678__ABC..FGH..KLM..PQRSTUV result: 16 expected: 16 input: 123__678_.ABC._FGH__KLM__PQRSTUV result: 123 expected: 123 input: 123.567.90ABCDEFGHIJKLMNOPQRSTUV result: 1234567 expected: 1234567 input: 1234567.90A.CDEFGHIJKLMNOPQRSTUV result: 12345678 expected: 12345678 input: 1234567890.BCD.FGHIJKLMNOPQRSTUV result: 1470AB expected: 1470AB input: 12=45-78+0AB.DE.GHIJKLMNOPQRSTUV result: 12345678 expected: 12345678 input: 1234567890ABCDEFGHIJKLMNOPQRSTUV result: 159CGHIJ expected: 159CGHIJ input: 123_567_90A_CDE_GHIJKLMNOPQRSTUV result: 159CDEFG expected: 159CDEFG input: 123_567_90A_CDEFGHIJKLMNOPQRSTUV result: 1590ABCD expected: 1590ABCD input: 123_567_90ABCDEFGHIJKLMNOPQRSTUV result: 1567890A expected: 1567890A input: 123_567890ABCDEFGHIJKLMNOPQRSTUV result: 12345678 expected: 12345678 input: 1234567890ABCDEFGHIJKLMNOPQRSTUV 8-characters-or-less generated object names are clashing... === End of file stdout1222
https://ci.appveyor.com/project/curlorg/curl/builds/35740880/job/5tt0b6ac2x5kpwad?fullLog=true#L3435
The builds also show the issue reported in #6058.
The text was updated successfully, but these errors were encountered:
test122[12]: remove these two tests
d41ba44
... and remove the objnames scripts they tested. They're not used for anything anymore so testing them serves no purpose! Reported-by: Marc Hörsken Fixes #6080
15997f6
Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I did this
Since merging #6066 the CMake tests are working on AppVeyor again and show the following errors for one build variant:
https://ci.appveyor.com/project/curlorg/curl/builds/35740880/job/5tt0b6ac2x5kpwad?fullLog=true#L3435
The builds also show the issue reported in #6058.
The text was updated successfully, but these errors were encountered: