ryoii commented on pull request #236:
URL: https://github.com/apache/poi/pull/236#issuecomment-877920100


   @pjfanning Yep, I run with gradlew 
   
   `gradlew :poi-ooxml:test --scan --tests 
"org.apache.poi.xssf.usermodel.TestXSSFComment.bug57838DeleteRowsWthCommentsBug"`
   
   And there is the log
   ```
   Welcome to Gradle 7.1!
   
   Here are the highlights of this release:
    - Faster incremental Java compilation
    - Easier source set configuration in the Kotlin DSL
   
   For more details see https://docs.gradle.org/7.1/release-notes.html
   
   Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be 
reused, use --status for details
   
   > Configure project :
   Trying to override old definition of datatype junit
   Could not write standard input to Gradle Test Executor 1.
   java.io.IOException: The pipe is being closed
           at java.base/java.io.FileOutputStream.writeBytes(Native Method)
           at 
java.base/java.io.FileOutputStream.write(FileOutputStream.java:354)
           at 
java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
           at 
java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
           at 
org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:68)
           at 
org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53)
           at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
           at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
           at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
           at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
           at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
           at java.base/java.lang.Thread.run(Thread.java:834)
   
   > Task :poi-ooxml:test FAILED
   Error occurred during initialization of boot layer
   java.nio.file.InvalidPathException: Illegal char <:> at index 35: 
../build/dist/maven/poi-ooxml-tests:E:\code\poi\build\dist\maven\poi-scratchpad
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':poi-ooxml:test'.
   > Process 'Gradle Test Executor 1' finished with non-zero exit value 1
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output. Run with --scan to get full insights
   .
   
   * Get more help at https://help.gradle.org
   
   Deprecated Gradle features were used in this build, making it incompatible 
with Gradle 8.0.
   
   You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.
   
   See 
https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD FAILED in 2m 20s
   40 actionable tasks: 25 executed, 15 up-to-date
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to