You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucenenet.apache.org by Azure DevOps <az...@microsoft.com.INVALID> on 2021/11/23 18:31:49 UTC

[Build failed] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET - fa40d1a4

[Build failed] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET -
fa40d1a4

|  |  |  |
![Microsoft](https://cdn.vsassets.io/content/notifications/v3/microsoft.png) |
Azure DevOps  
---|---  
|  |  |  | ![](https://cdn.vsassets.io/content/notifications/icon-
failure-20.png) | Build #4.8.0-nightly0000001652 failed  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 91 minutes  
  
|  |  [ View results ](https://dev.azure.com/lucene-
net/web/build.aspx?pcguid=4b707bf5-2753-424a-a77b-44992ecbed30&builduri=vstfs%3a%2f%2f%2fBuild%2fBuild%2f431&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTYyODQxNTUsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiMDJhNGM3ZjQtOTQyMi00Yzk0LWE4OWQtOWQ0OTAzOTVmOTYwIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Tue, Nov 23 2021 18:31:29 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Test net48,x64 on Windows  
---  
| 1 error(s), 0 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  Test
run failed due to too many failed tests. Maximum failures allowed: 0, total
failures: 1.  
Test net5.0,x64 on  
| 1 error(s), 1 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  Test
run failed due to too many failed tests. Maximum failures allowed: 0, total
failures: 1.  
Test net461,x64 on  
| 0 error(s), 0 warning(s)  
---  
Website  
| 0 error(s), 0 warning(s)  
---  
Publish_Azure_Artifacts  
| 0 error(s), 0 warning(s)  
---  
Docs  
| 0 error(s), 0 warning(s)  
---  
Test net6.0,x86 on  
| 0 error(s), 1 warning(s)  
---  
Test net48,x86 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net6.0,x64 on  
| 0 error(s), 1 warning(s)  
---  
Test net461,x86 on  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x86 on  
| 0 error(s), 1 warning(s)  
---  
Build Release Artifacts for [VOTE]  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x86 on  
| 1 error(s), 0 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  Test
run failed due to too many failed tests. Maximum failures allowed: 0, total
failures: 1.  
Build  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x64 on  
| 1 error(s), 0 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  Test
run failed due to too many failed tests. Maximum failures allowed: 0, total
failures: 1.  
|  |  Test results  
---  
| Failed | 4  
---|---  
Passed | 136973  
Others | 1762  
Total tests | 138739  
Total run duration | 76 minutes  
|  |  Commits  
---  
|
[fa40d1a4](https://github.com/apache/lucenenet/commit/fa40d1a44c89a27c02e4ef4ef68ba9ef8d4eff81)
|  BUG: Lucene.Net.Expressions.ScoreFunctionValues: Changed to explicit cast
to (float) to prevent JIT from losing precision when assigning the value to
double. Fixes Lucene.Net.Expressions.TestExpressio  |  NightOwl888  
---|---|---  
[d6f9f3ca](https://github.com/apache/lucenenet/commit/d6f9f3ca786df35875b9fd275dba72f7eefb9c41)
|  BUG: Lucene.Net.Search.DisjunctionMaxScorer: .NET Framework x86 requires an
explicit cast to float to prevent it from losing precision. Fixes #546.  |
NightOwl888  
[d6f10f7e](https://github.com/apache/lucenenet/commit/d6f10f7e7aa2e1530bca0fc20f8bb772bb5a11cb)
|  Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation.  |
NightOwl888  
[a7725fc9](https://github.com/apache/lucenenet/commit/a7725fc9b2890d6e41ee83c6a728aec2bc8bc302)
|  docs: Changed info about Thread.Interrupt() to indicate it is not supported
in Lucene.NET due to the high likelihood it could break a Commit() or cause a
deadlock. Closes #526.  |  NightOwl888  
[7097cb31](https://github.com/apache/lucenenet/commit/7097cb318e28bd98675935bab8e13a11df08f7f5)
|  Lucene.Net.Index.TestIndexWriter,
Lucene.Net.Support.Threading.TestUninterruptableMonitor: Ignore tests that
call Thread.Interrupt(), as this is not supportable in .NET. Closes #544.  |
NightOwl888  
[b613ad42](https://github.com/apache/lucenenet/commit/b613ad427e6ba939fa8d5452096b683f7a57fdfa)
|  Cleaned up calls to UninterruptableMonitor.RestoreInterrupt(), which has
already been removed.  |  NightOwl888  
[54c9a76e](https://github.com/apache/lucenenet/commit/54c9a76ea22a1451e899577b296d4a58382d6a76)
|  Patch for BlendedInfixSuggester to solve ArgumentNullException (#548)
(fixes #527)  |  Maxwellwr  
[6f1ea702](https://github.com/apache/lucenenet/commit/6f1ea70229f4d99dbc65666e7ee8c085bf7d1135)
|  Lucene.Net.TestFramework: Fixed random seed functionality so it is
repeatable (Fixes #288) (#547)  |  NightOwl888  
[fcf00191](https://github.com/apache/lucenenet/commit/fcf001913238e6ebcb1fae3e491fa51b791f2ad7)
|  build/Dependencies.props: Upgraded Microsoft.Extensions.Configuration to
3.0.0  |  NightOwl888  
[fe55bd1b](https://github.com/apache/lucenenet/commit/fe55bd1b779b897526d24b5d85e0b6639ab8bcf8)
|  build/TestRefereneces.Common.targets: Added
Microsoft.Extensions.Configuration packages for netcoreapp3.1  |  NightOwl888  
|  We sent you this notification on behalf of [Lucene.NET]\Lucene.NET Team.
[View](https://dev.azure.com/lucene-
net/_notifications?subscriptionId=220450&publisherId=ms.vss-build.build-event-
publisher&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTYyODQxNTUsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiMDJhNGM3ZjQtOTQyMi00Yzk0LWE4OWQtOWQ0OTAzOTVmOTYwIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%3d%3d)  
---  
Microsoft respects your privacy. Review our Online Services [Privacy
Statement](https://privacy.microsoft.com/privacystatement).  
One Microsoft Way, Redmond, WA, USA 98052.  
Sent from Azure DevOps  
  
![](https://mucp.api.account.microsoft.com/m/v2/v?d=AIAAC4ELSGOYDF3ZRJO5VWDZNWNLHQ3GXMOVXP5KC7T3VGM7N7ADI6KMETJOM6HD6UAVEXQRKC5Q53MQMV5ZJMM7W5P4SVLBJY4AOO6ALTGXETJD6QFMHOKBVQO4UPKDADUS7NKAPY6VEQFJTUDFBV3X7XODRAQ&i=AIAADHPEECTIQGWDYL5IPTYHIDXWFLMF2RFNJ4TD3JRS7JTFG2P2EI4CEUI4LH3XYPGA5XER2YQDHBY3XJHWB42RRQNONOCGGANABSNXGRJHGSZEGPGN3LDUBI4M3ECTTCZZVNNUCR3L7YZRTJOPJLBLJUQSEEVMKNQSLR5WUY6HAG72KLWHHBQHUV5JPHSEJSOXZVBNX6WXHC4XHYKYXTE2CWHT764HI7GZQQCV7OMAXHJNLCI6RJ56QSTHPVL4YVTSBVJILM7JEYRXRORJSIZ2UEXMLDA)