私の実行に失敗しました。この疑わしい文字「%402」がロケーションアドレスに存在するためだと思います。ターミナル経由でフォルダ名を確認すると、このフォルダ名はJenkinsのログに表示されている間は存在しません。 誰もが似たような経験をしているのだろうか。ここでJenkins:ロケーションアドレスの余分な "%402"文字による障害
は、エラー・ログからの抜粋です:
Results :
Tests in error:
testMultiThreading(edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest): java.io.FileNotFoundException: /home/mangipu2/.jenkins/workspace/cogcomp-nlp%402/edison/target/classes/testgazetteers/names (No such file or directory)
testAddView(edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest): java.io.FileNotFoundException: /home/mangipu2/.jenkins/workspace/cogcomp-nlp%402/edison/target/classes/testgazetteers/names (No such file or directory)
testSimpleGazetteerAnnotatorString(edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest): java.io.FileNotFoundException: /home/mangipu2/.jenkins/workspace/cogcomp-nlp%402/edison/target/classes/testgazetteers/names (No such file or directory)
testNonLazy(edu.illinois.cs.cogcomp.edison.annotators.AnnotatorLazyInitTest): java.io.FileNotFoundException: /home/mangipu2/.jenkins/workspace/cogcomp-nlp%402/edison/target/classes/testgazetteers/names (No such file or directory)
testLazy(edu.illinois.cs.cogcomp.edison.annotators.AnnotatorLazyInitTest): java.io.FileNotFoundException: /home/mangipu2/.jenkins/workspace/cogcomp-nlp%402/edison/target/classes/testgazetteers/names (No such file or directory)
と完全なエラーログ:http://morgoth.cs.illinois.edu:8080/job/cogcomp-nlp/74/console
ああ作業を取得するために何をしたかです。知らせてくれてありがとう。うまくいけばそれはすぐに修正されるだろう。 – Daniel
@Daniel:私のポストエディションで気づいたことがあるかどうかはわかりません。 FYI、私は昨日それをテストすることができませんでしたが、私は今日それを試して、それはうまく動作します:) –