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/04/07 19:38:31 UTC

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

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

|  |  |  |
![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-nightly0000001443 failed  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 3 hours  
  
|  |  [ View results ](https://dev.azure.com/lucene-
net/web/build.aspx?pcguid=4b707bf5-2753-424a-a77b-44992ecbed30&builduri=vstfs%3a%2f%2f%2fBuild%2fBuild%2f220&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDA4NTEzNDQsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiODUwZGQyZjMtZTlmOS00NjNjLWE5OGItZGI2NmNhNTdjZDlmIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Wed, Apr 07 2021 19:38:13 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Publish_Azure_Artifacts  
---  
| 0 error(s), 0 warning(s)  
---  
Build Release Artifacts for [VOTE]  
| 0 error(s), 0 warning(s)  
---  
Website  
| 0 error(s), 0 warning(s)  
---  
Docs  
| 0 error(s), 0 warning(s)  
---  
Build  
| 0 error(s), 0 warning(s)  
---  
Test net48,x64 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp2.1,x86 on  
| 2 error(s), 0 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  The
agent did not connect within the alloted time of 45 minute(s).  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  The
request: 3963 was abandoned due to an infrastructure failure. Notification of
assignment to an agent was never received.  
Test net48,x86 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x86 on  
| 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) |  The
request: 3960 was abandoned due to an infrastructure failure. Notification of
assignment to an agent was never received.  
Test netcoreapp3.1,x64 on  
| 2 error(s), 0 warning(s)  
---  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  The
agent did not connect within the alloted time of 45 minute(s).  
![](https://cdn.vsassets.io/content/notifications/icon-failure.png) |  We
stopped hearing from agent Azure Pipelines 10. Verify the agent machine is
running and has a healthy network connection. Anything that terminates an
agent process, starves it for CPU, or blocks its network access can cause this
error. For more information, see:
https://go.microsoft.com/fwlink/?linkid=846610  
Test netcoreapp2.1,x64 on  
| 0 error(s), 0 warning(s)  
---  
|  |  Test results  
---  
| Failed | 11  
---|---  
Passed | 119987  
Others | 1628  
Total tests | 121626  
Total run duration | 2 hours  
|  |  Commits  
---  
|
[52f53b73](https://github.com/apache/lucenenet/commit/52f53b736aaddd8cbfae0e99512978d30b7779ff)
|  BUG: Lucene.Net.Codecs.SimpleText (SimpleTextStoredFieldsWriter +
SimpleTextTermVectorsWriter): Fixed Abort() methods to correctly swallow any
exceptions thrown by Dispose().  |  NightOwl888  
---|---|---  
[63c274cc](https://github.com/apache/lucenenet/commit/63c274cc7693db5a3b703714682fc3006e24164f)
|  Lucene.Net.Analysis.OpenNLP: Upgraded NuGet package dependency to
OpenNLP.NET 1.9.1.1 and updated the projects to sign the
Lucene.Net.Analysis.OpenNLP and Lucene.Net.Analysis.Tests.OpenNLP assemblies.
|  NightOwl888  
[2b9716f9](https://github.com/apache/lucenenet/commit/2b9716f916138d332a45b03227d632f3c31bc175)
|  run-tests-on-os.yml: Download the lucene-cli NuGet package on the test
server, since it is required by installation tests (See #453)  |  NightOwl888  
[384df504](https://github.com/apache/lucenenet/commit/384df50466eef17d7ed18e893a71100e80cc190d)
|  Lucene.Net.Tests.Cli: Added InstallationTest to install lucene-cli and run
it to ensure it can be installed and has basic functionality. (See #453)  |
NightOwl888  
[f9f4754c](https://github.com/apache/lucenenet/commit/f9f4754c87e260f93f120278cd131ffb630e09a3)
|  BREAKING: Changed exit codes to well-defined constants to make testing
simpler  |  NightOwl888  
[9e256d0f](https://github.com/apache/lucenenet/commit/9e256d0f82d1b957f8c2a90660e635575108ab9e)
|  BUG: Lucene.Net.Tests.Cli.EnvironmentTest: Subclass LuceneTestCase or NUnit
won't locate our tests  |  NightOwl888  
[a54a65b6](https://github.com/apache/lucenenet/commit/a54a65b6480b0ba4cd6114014c02adf7675d3ea8)
|  Lucene.Net.Tests.Cli.Configuration.TestConfigurationSettings: Renamed
ConfigurationSettingsTest to follow naming conventions of this project.  |
NightOwl888  
[3946e15c](https://github.com/apache/lucenenet/commit/3946e15c5b90ba05ee28871e5ef8140c1518e658)
|  Lucene.Net.Cli.Configuration.TestConfigurationSettings: Added
[LuceneNetSpecifc] attribute  |  NightOwl888  
[9213cb95](https://github.com/apache/lucenenet/commit/9213cb95404b6caa1bf9d803417d9085ce5a33fe)
|  lucene-cli: Made appsettings.json file optional (See #453)  |  NightOwl888  
[53a9af3d](https://github.com/apache/lucenenet/commit/53a9af3d6d59449092dab9d9008c248dbfd91875)
|  lucene-cli: Added appsettings.json file with the default settings. (See
#453)  |  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=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDA4NTEzNDQsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiODUwZGQyZjMtZTlmOS00NjNjLWE5OGItZGI2NmNhNTdjZDlmIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%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=AIAACXVPR2YG7DJX444BX52LNML22OPZLS4H5WCQ54IEADSU4QN23KOQMZ2C66QKKIZ2L7LW3NL5NSR6UPYRSO5RCKLAAF4WAKQMJHUHXK3UD4U3IX3HVLR3W3SGYZUKO5TTW4LMXOPHW7R3XDWBPK53JNCJ44Q&i=AIAADXHELWWYKK2Y74O4KYS6FUSZZQ2ZEG2XZ26MN6R45KHUG7E5S3HTLNELYQMIZQFMIHXESBDAWZG6FRJEQDLEOIT5IVYXA5YMIMAHKJZV4QOKGCHZDFE23XVQHQKJ3GXIKRW7ZDFWBKUOF2TQX4NTQBMUPJVFCZB2THXQO6X2P7NMGHJL4YSFCOJDHDXPRQNYLNA4NG7ZDPRBEKC4Q5VVHPAQIJ53Q2C55TBEZ4TUJOQC43QCTTW7672QQVT3FEQWINYF6RKPO7H7QRTJQNEUAVRMQOQ)