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/19 18:29:05 UTC

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET - 9a39013b

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET -
9a39013b

|  |  |  |
![Microsoft](https://cdn.vsassets.io/content/notifications/v3/microsoft.png) |
Azure DevOps  
---|---  
|  |  |  | ![](https://cdn.vsassets.io/content/notifications/icon-
success-20.png) | Build #4.8.0-nightly0000001648 succeeded  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 88 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%2f427&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTYwMzc4MDAsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiYTdmYzdhYzMtNjJkNi00ZmU3LTg2M2UtMjgzZTc5OWYwNWVmIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Fri, Nov 19 2021 18:28:47 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Test net48,x64 on Windows  
---  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 0 error(s), 2 warning(s)  
---  
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  
| 0 error(s), 0 warning(s)  
---  
Build  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x64 on  
| 0 error(s), 0 warning(s)  
---  
|  |  Test results  
---  
| Failed | 0  
---|---  
Passed | 143280  
Others | 1551  
Total tests | 144831  
Total run duration | 71 minutes  
|  |  Commits  
---  
|
[9a39013b](https://github.com/apache/lucenenet/commit/9a39013ba020e7089994a0bd06e999480ae487bd)
|  BUG: Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use
ParseExact to specify the date format to parse, so it works across cultures.
See: https://github.com/dotnet/runtime/issues/61708#i  |  NightOwl888  
---|---|---  
[c296087c](https://github.com/apache/lucenenet/commit/c296087c4ee276a9e7059d666a8d8742c82546a9)
|  Lucene.Net.Util: Added TODOs about fixing the APIs of OpenBitSet and
FixedBitSet to use index and length rather than startIndex and endIndex.  |
NightOwl888  
[cc769180](https://github.com/apache/lucenenet/commit/cc76918071fd098b92e31d8bdecabe5aa6ef13af)
|  BUG: Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft():
Fixed call to OpenBitSet.Clear() to specify one past the end index as per the
docs. This was causing Lucene.Net.Codecs.Lucen  |  NightOwl888  
[1383437a](https://github.com/apache/lucenenet/commit/1383437a6684ab21871884e6f49b4a0e7a592085)
|  BUG: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Assert
was using BytesRef.Utf8ToString(), which was causing exceptions when the
BytesRef didn't contain valid UTF8. Changed to use  |  NightOwl888  
[cf727f42](https://github.com/apache/lucenenet/commit/cf727f42141a1a9b73d5fa84ec35eab8a9c50361)
|  BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers
after introducing J2N.Randomizer, which produces negative random numbers.  |
NightOwl888  
[206affca](https://github.com/apache/lucenenet/commit/206affcae8bb3fda6ccfd7119019057fd9ded135)
|  BUG: Lucene.Net.Grouping.Term.TermAllGroupHeadsCollector: Use
NumericUtils.SingleToSortableInt32() to compare floating point numbers (fixes
AllGroupHeadCollectorTest.TestRandom() on .NET Framework x86  |  NightOwl888  
[7308bc10](https://github.com/apache/lucenenet/commit/7308bc107314036d7bf5f93e2df18aabbacb4aff)
|  Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed
unnecessary call to Convert.ToInt32 and simplified collection initialization.
|  NightOwl888  
[0b1dfc8b](https://github.com/apache/lucenenet/commit/0b1dfc8bf14ec450a41f73815d7270b4494d2d99)
|  BUG: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase: Removed
IndexOptions.NONE from the list of available options, since this option is not
valid for the tests (it was added as a placeholde  |  NightOwl888  
[dc4958f0](https://github.com/apache/lucenenet/commit/dc4958f06199a1185c847c7530cb6921eda62309)
|  BUG: Modified all TermsEnum.MoveNext() methods to return a check for null
term rather than simply returning true, which is invalid if the term is null
|  NightOwl888  
[89a4e0a7](https://github.com/apache/lucenenet/commit/89a4e0a76d0e6afc57ec635ea44a60e4b4091a3b)
|  BUG: Lucene.Net.Tests.Grouping.TestGroupingExtra: Added [SuppressCodecs]
attribute for Lucene3x because the tests write doc values, which aren't
supported.  |  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=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTYwMzc4MDAsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiYTdmYzdhYzMtNjJkNi00ZmU3LTg2M2UtMjgzZTc5OWYwNWVmIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%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=AIAACN55EZC4XBTLM6RINHBWPILBT7FKBB53D5VLZKJDDFXP6AMLUW3IEK3GHSPX5LKR2O54X37L5BK4DD4LR2OIBDFKCY2P4YQFO6DAKW2TVP6DHXBNZJ6MRSYXRI4HKC34B227OWG6DNNKW2D2UWMWA7O7RII&i=AIAACWSRPXZ4UUPFCTSTXAICZBAIKKZZ6KHJK7YFUDRBMU35QUTEJBGHI6XRXMEOPWONPTKYWZY5HBFVQJJB3D2PBZFKPNGMYWKWBIDSXP7UCJIEHXMHMPETOAY5TXXA4CITEHPYCBGPGZE27ENMAGC3HYA46U3B4QMETDAHNIAX4KU7BPTFP3LI4CCBBOHYYVNISRLJHDTJC3H3FGJGV3EBOBB55SBSL6QKE4KGI6S4F2RGFC6MJJLHCT65O7XNGLQBSMQZUJ6XPFRG6GSEQ6CNDJBQURY)