Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding Custom Url Endpoints and Headers #2232

Merge branch 'master' into marystrehl/add-substrate-endpoint-support

321e8bc
Select commit
Loading
Failed to load commit list.
Merged

feat: Adding Custom Url Endpoints and Headers #2232

Merge branch 'master' into marystrehl/add-substrate-endpoint-support
321e8bc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.SynapseML failed Jun 24, 2024 in 2h 0m 22s

Build #20240624.1 had test failures

Details

Tests

  • Failed: 38 (2.34%)
  • Passed: 1,568 (96.55%)
  • Other: 18 (1.11%)
  • Total: 1,624

Annotations

Check failure on line 9 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L9

Unhandled: Could not fetch access token for Managed Service Principal. Please configure Managed Service Identity (MSI) for virtual machine 'https://aka.ms/azure-msi-docs'. Status code: %s, status message: %s

Check failure on line 59 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L59

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 684 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L684

Script failed with exit code: 1

Check failure on line 1298 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L1298

Script failed with exit code: 1

Check failure on line 1 in Transliterate

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Transliterate

"Kon'nichiwa sayo[u]nara" did not equal "Kon'nichiwa sayo[]nara"
Raw output
org.scalatest.exceptions.TestFailedException: "Kon'nichiwa
sayo[u]nara" did not equal "Kon'nichiwa
sayo[]nara"
	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
	at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
	at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
	at com.microsoft.azure.synapse.ml.services.translate.TransliterateSuite.$anonfun$new$11(TranslatorSuite.scala:193)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.$anonfun$tryWithRetries$2(TestBase.scala:204)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.$anonfun$tryWithRetries$2$adapted(TestBase.scala:202)
	at scala.collection.TraversableLike$WithFilter.$anonfun$foreach$1(TraversableLike.scala:985)
	at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
	at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
	at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:198)
	at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:984)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.tryWithRetries(TestBase.scala:202)
	at com.microsoft.azure.synapse.ml.core.test.base.Flaky.$anonfun$test$1(TestBase.scala:117)
	at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
	at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
	at org.scalatest.Transformer.apply(Transformer.scala:22)
	at org.scalatest.Transformer.apply(Transformer.scala:20)
	at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
	at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
	at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
	at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236)
	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:213)
	at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:206)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.runTest(TestBase.scala:150)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269)
	at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
	at scala.collection.immutable.List.foreach(List.scala:431)
	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
	at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:269)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests$(AnyFunSuiteLike.scala:268)
	at org.scalatest.funsuite.AnyFunSuite.runTests(AnyFunSuite.scala:1564)
	at org.scalatest.Suite.run(Suite.scala:1114)
	at org.scalatest.Suite.run$(Suite.scala:1096)
	at org.scalatest.funsuite.AnyFunSuite.org$scalatest$funsuite$AnyFunSuiteLike$$super$run(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$run$1(AnyFunSuiteLike.scala:273)
	at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
	at org.scalatest.funsuite.AnyFunSuiteLike.run(AnyFunSuiteLike.scala:273)
	at org.scalatest.funsuite.AnyFunSuiteLike.run$(AnyFunSuiteLike.scala:272)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterAll$$super$run(TestBase.scala:1

Check failure on line 1 in Quickstart - Isolation Forests.ipynb

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Quickstart - Isolation Forests.ipynb

Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/Anomaly Detection/Quickstart - Isolation Forests.ipynb failed with state FAILED. For more information check the run page:  https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/686945567628251/run/275369065319661 
Raw output
java.lang.RuntimeException: Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/Anomaly Detection/Quickstart - Isolation Forests.ipynb failed with state FAILED. For more information check the run page: 
https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/686945567628251/run/275369065319661

	at com.microsoft.azure.synapse.ml.nbtest.DatabricksUtilities$.$anonfun$monitorJob$1(DatabricksUtilities.scala:331)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
	at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
	at scala.util.Success.$anonfun$map$1(Try.scala:255)
	at scala.util.Success.map(Try.scala:213)
	at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
	at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
	at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)

Check failure on line 1 in Quickstart - Classification, Ranking, and Regression.ipynb

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Quickstart - Classification, Ranking, and Regression.ipynb

Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/LightGBM/Quickstart - Classification, Ranking, and Regression.ipynb failed with state FAILED. For more information check the run page:  https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/772852607996106/run/845589438088141 
Raw output
java.lang.RuntimeException: Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/LightGBM/Quickstart - Classification, Ranking, and Regression.ipynb failed with state FAILED. For more information check the run page: 
https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/772852607996106/run/845589438088141

	at com.microsoft.azure.synapse.ml.nbtest.DatabricksUtilities$.$anonfun$monitorJob$1(DatabricksUtilities.scala:331)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
	at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
	at scala.util.Success.$anonfun$map$1(Try.scala:255)
	at scala.util.Success.map(Try.scala:213)
	at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
	at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
	at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)

Check failure on line 1 in Quickstart - Train Regressor.ipynb

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Quickstart - Train Regressor.ipynb

Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/Regression/Quickstart - Train Regressor.ipynb failed with state FAILED. For more information check the run page:  https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/814384004593319/run/480099498124454 
Raw output
java.lang.RuntimeException: Notebook /SynapseMLBuild/build_1.0.4-34-b7c3b71a-SNAPSHOT/Explore Algorithms/Regression/Quickstart - Train Regressor.ipynb failed with state FAILED. For more information check the run page: 
https://adb-4509554364089104.4.azuredatabricks.net/?o=4509554364089104#job/814384004593319/run/480099498124454

	at com.microsoft.azure.synapse.ml.nbtest.DatabricksUtilities$.$anonfun$monitorJob$1(DatabricksUtilities.scala:331)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
	at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
	at scala.util.Success.$anonfun$map$1(Try.scala:255)
	at scala.util.Success.map(Try.scala:213)
	at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
	at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
	at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)