Hi, Root cause for it is failing test: org.apache.maven.surefire.its.ConsoleOutputIT.properNewlinesAndEncodingWithDifferentEncoding
Error which you see is from the GH job which tries to attach logs in case of failed build .... but on linux os is executed a test which checks a special path .... and such path is left in workspace after executing .... but is not valid for GH ... We should try to restore the original path after test_surefire-1617 to make the GH job work. czw., 15 gru 2022 o 14:15 Elliotte Rusty Harold <[email protected]> napisał(a): > I looked at some of those recently but the Github CI seems borked, > possibly at head. Someone with repo privileges may have to look into > that before anything can be merged. E.g. > > Run actions/upload-artifact@v3 > With the provided path, there will be 8281 files uploaded > Starting artifact upload > For more detailed logs during the artifact upload process, enable > step-debugging: > > https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging > Artifact name is valid! > Error: Artifact path is not valid: /this is: a > test_surefire-1617/log.txt. Contains the following character: Colon : > Invalid characters include: Double quote ", Colon :, Less than <, > Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage > return \r, Line feed \n > > On Thu, Dec 15, 2022 at 2:54 AM Pabst, Andreas <[email protected]> > wrote: > > > > Hi all, > > > > there are quite a few pull requests in the Surefire project that are > worth for a committer to have a look at and possibly merge. > > > > https://github.com/apache/maven-surefire/pull/545 > > https://github.com/apache/maven-surefire/pull/549 > > https://github.com/apache/maven-surefire/pull/564 > > https://github.com/apache/maven-surefire/pull/568 > > > > I'd like to specifically request a review for the last one ( > https://github.com/apache/maven-surefire/pull/568) because it's my work, > but the others seem equally or even more important. > > > > If this is not the right channel to ask for a pull request review I > apologize. Please let me know what the right venue is in that case. > > > > Best Regards, > > Andreas > > > > -- > Elliotte Rusty Harold > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Sławomir Jaranowski
