fix comment #113
run-tests.yml
on: push
build-linux
/
run
8m 49s
build-windows
/
run
10m 38s
test-docs
3m 35s
Matrix: cross-plat
Annotations
25 errors and 46 warnings
java11Test.hello.MyCoreTests.java11Test:
java11Test#L23
expected:<1[7]> but was:<1[1]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
java17Test.hello.MyCoreTests.java17Test:
java17Test#L32
expected:<1[1]> but was:<1[7]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
HelloTests.failure:
contrib/testng/test/resources/demo/testng/src/foo/HelloTests.java#L73127
expected:<"Not hello, world"> but was:<"Hello, world">
AssertionFailedError: expected:<"Not hello, world"> but was:<"Hello, world">
|
foo HelloTests.failure:
foo HelloTests#L1
Expected <Hello, world>, actual <Not hello, world>.
AssertionError: Expected <Hello, world>, actual <Not hello, world>.
|
ArgsParserTests.two:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
ArgsParserTests.two:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
ArgsParserSpec.parse should two:
ArgsParserSpec#L1
Array("hello", "world") had length 2 instead of expected length 80
|
linux (17, 'example.android.__.local.server.test', true) / run
Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one
|
linux (17, 'example.android.__.local.server.test', true) / run
Access to private field privateField of class SyntheticAccessorViolation requires synthetic accessor
|
linux (17, 'example.android.__.local.server.test', true) / run
Process completed with exit code 1.
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L13
evalResult.isSuccess
evalResult: mill.testkit.IntegrationTester.EvalResult = EvalResult(false,[build.mill] [info] compiling 1 Scala source to /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/mill-build/compile.dest/classes ...
[build.mill] [info] done compiling
Compiling resources of main with the following command: /usr/local/lib/android/sdk/build-tools/35.0.0/aapt2 compile --dir /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/bundle/src/main/res -o /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidResources.dest/compiled-resources/main.zip --no-crunch
Linking application resources with the command: /usr/local/lib/android/sdk/build-tools/35.0.0/aapt2 link -I /usr/local/lib/android/sdk/platforms/android-35/android.jar --manifest /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidMergedManifest.dest/AndroidManifest.xml --java /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidResources.dest/RClass --min-sdk-version 1 --target-sdk-version 35 --version-code 1 --version-name 1.0 --proguard-main-dex /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidResources.dest/main-dex-rules.pro --proguard-conditional-keep-rules -o /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidResources.dest/res.apk --debug-mode --auto-add-overlay --proto-format /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidResources.dest/compiled-resources/main.zip
[info] compiling 2 Java sources to /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/compile.dest/classes ...
[info] /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/bundle/src/main/java/com/helloworld/app/MainActivity.java: MainActivity.java uses or overrides a deprecated API.
[info] /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/bundle/src/main/java/com/helloworld/app/MainActivity.java: Recompile with -Xlint:deprecation for details.
[info] done compiling
Running d8 with the command: /usr/local/lib/android/sdk/build-tools/35.0.0/d8 --debug --output /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidDex.dest --lib /usr/local/lib/android/sdk/platforms/android-35/android.jar --min-api 1 --main-dex-rules /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/androidDex.dest/proguard-rules.pro /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/compile.dest/classes/com/helloworld/app/MainActivity.class /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/compile.dest/classes/com/helloworld/app/R$string.class /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/compile.dest/classes/com/helloworld/app/R.class /home/runner/work/mill/mill/out/example/android/javalib/2-app-bundle/local/server/test.dest/sandbox/run-2/out/bundle/compile.dest/classes/com/helloworld/app/R$color.class
[BT:1.17.2] Error: Module 'bundle' is missing mandatory file 'manifest/AndroidManifest.xml'.
com.android.tools.build.bundletool.model.exceptions.InvalidBundleException: Module 'bundle' is missing mandatory file 'manifest/AndroidManifest.xml'.
at com.android.tools.build.bundletool.model.exceptions.UserExceptionBuilder.build(UserExceptionBuilder.java:58)
at com.android.tools.build.bund
|
java17Test.hello.MyCoreTests.java17Test:
java17Test#L32
expected:<1[1]> but was:<1[7]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
java11Test.hello.MyCoreTests.java11Test:
java11Test#L23
expected:<1[7]> but was:<1[1]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
linux (11, 'integration.{failure,feature,ide}.__.packaged.server.test', false) / run
Process completed with exit code 1.
|
GenIdeaExtendedTests.genIdeaTests:
integration/ide/gen-idea/src/GenIdeaExtendedTests.scala#L13
/home/runner/work/mill/mill/out/integration/ide/gen-idea/packaged/server/test.dest/mill.integration.GenIdeaExtendedTests/sandbox/run-1/.idea/mill_modules/mill-build.iml
|
GenIdeaTests.genIdeaTests:
integration/ide/gen-idea/src/GenIdeaTests.scala#L13
/home/runner/work/mill/mill/out/integration/ide/gen-idea/packaged/server/test.dest/mill.integration.GenIdeaTests/sandbox/run-1/.idea/mill_modules/moduled.iml
|
linux (11, example.scalalib.__.native.server.test, false) / run
Process completed with exit code 1.
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L13
assertion failed: ==== filteredOut:
Collecting mypy==1.13.0
Using cached mypy-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (2.1 kB)
Collecting pex==2.24.1
Using cached pex-2.24.1-py2.py3-none-any.whl.metadata (7.6 kB)
Collecting pyspark==3.5.4
Using cached pyspark-3.5.4-py2.py3-none-any.whl
Collecting typing-extensions>=4.6.0 (from mypy==1.13.0)
Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting mypy-extensions>=1.0.0 (from mypy==1.13.0)
Using cached mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
Collecting py4j==0.10.9.7 (from pyspark==3.5.4)
Using cached py4j-0.10.9.7-py2.py3-none-any.whl.metadata (1.5 kB)
Using cached mypy-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (12.6 MB)
Using cached pex-2.24.1-py2.py3-none-any.whl (3.6 MB)
Using cached py4j-0.10.9.7-py2.py3-none-any.whl (200 kB)
Using cached mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Installing collected packages: py4j, typing-extensions, pyspark, pex, mypy-extensions, mypy
Successfully installed mypy-1.13.0 mypy-extensions-1.0.0 pex-2.24.1 py4j-0.10.9.7 pyspark-3.5.4 typing-extensions-4.12.2
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
25/02/09 23:07:42 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
test_hello_world (test.HelloWorldTest.test_hello_world) ...
[Stage 0:> (0 + 4) / 4]
/usr/lib/python3.12/socket.py:778: ResourceWarning: unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('127.0.0.1', 34428), raddr=('127.0.0.1', 38395)>
self._sock = None
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok
----------------------------------------------------------------------
Ran 1 test in 15.415s
OK
==== Missing expectedLine:
test_hello_world (test.HelloWorldTest)...
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L13
evalResult.isSuccess
evalResult: mill.testkit.IntegrationTester.EvalResult = EvalResult(false,[info] compiling 2 Scala sources to /home/runner/work/mill/mill/out/example/scalalib/web/7-cross-version-platform-publishing/native/server/test.dest/sandbox/run-2/out/foo/3.3.3/bar/jvm/compile.dest/classes ...
[info] compiling 2 Scala sources to /home/runner/work/mill/mill/out/example/scalalib/web/7-cross-version-platform-publishing/native/server/test.dest/sandbox/run-2/out/foo/2.13.14/bar/js/compile.dest/classes ...
[info] done compiling
Publishing Artifact(com.lihaoyi,foo-bar_2.13,0.0.1) to ivy repo /home/runner/.ivy2/local
Publishing Artifact(com.lihaoyi,foo-bar_sjs1_3,0.0.1) to ivy repo /home/runner/.ivy2/local
Publishing Artifact(com.lihaoyi,foo-qux_2.13,0.0.1) to ivy repo /home/runner/.ivy2/local
Publishing Artifact(com.lihaoyi,foo-qux_sjs1_3,0.0.1) to ivy repo /home/runner/.ivy2/local
[info] compiling 2 Scala sources to /home/runner/work/mill/mill/out/example/scalalib/web/7-cross-version-platform-publishing/native/server/test.dest/sandbox/run-2/out/foo/2.13.14/qux/js/compile.dest/classes ...
[info] done compiling
[info] compiling 2 Scala sources to /home/runner/work/mill/mill/out/example/scalalib/web/7-cross-version-platform-publishing/native/server/test.dest/sandbox/run-2/out/foo/3.3.3/qux/jvm/compile.dest/classes ...
[info] done compiling
Publishing Artifact(com.lihaoyi,foo-bar_3,0.0.1) to ivy repo /home/runner/.ivy2/local
Publishing Artifact(com.lihaoyi,foo-bar_sjs1_2.13,0.0.1) to ivy repo /home/runner/.ivy2/local
[info] done compiling
1 tasks failed
foo[2.13.14].qux.js.docJar java.lang.reflect.InvocationTargetException
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:566)
mill.scalalib.worker.ZincWorkerImpl.docJar$$anonfun$1(ZincWorkerImpl.scala:258)
mill.scalalib.worker.ZincWorkerImpl.withCompilers$$anonfun$1(ZincWorkerImpl.scala:489)
mill.util.CachedFactory.withValue(CachedFactory.scala:39)
mill.scalalib.worker.ZincWorkerImpl.withCompilers(ZincWorkerImpl.scala:488)
mill.scalalib.worker.ZincWorkerImpl.docJar(ZincWorkerImpl.scala:230)
mill.scalalib.ScalaModule.packageWithZinc$1(ScalaModule.scala:316)
mill.scalalib.ScalaModule.docJar$$anonfun$1$$anonfun$1(ScalaModule.scala:415)
mill.define.Task$TraverseCtx.evaluate(Task.scala:237)
java.io.IOException: Stream closed
java.base/java.util.zip.InflaterInputStream.ensureOpen(InflaterInputStream.java:68)
java.base/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:143)
java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
scala.reflect.io.Streamable$Bytes.$anonfun$bytesAsInts$1(Streamable.scala:48)
scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.scala:17)
scala.collection.Iterator$$anon$27.next(Iterator.scala:1135)
scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:637)
scala.collection.Iterator$$anon$9.hasNext(Iterator.scala:583)
scala.collection.mutable.Growable.addAll(Growable.scala:61)
scala.collection.mutable.Growable.addAll$(Growable.scala:57)
scala.collection.mutable.ArrayBuffer.addAll(ArrayBuffer.scala:160)
scala.collection.mutable.ArrayBuffer.addAll(ArrayBuffer.scala:42)
scala.reflect.io.Streamable$Bytes.toByteArray(Streamable.scala:57)
scala.reflect.io.Streamable$Bytes.toByteArray$(Streamable.scala:54)
scala.tools.nsc.doc.html.HtmlFactory.copyResource$1(HtmlFactory.scala:108)
scala.tools.nsc.doc.html.HtmlFactory.$anonfun$generate$1(HtmlFactory.scala:148)
scala.tools.nsc.doc.html.HtmlFactory.generate(HtmlFactory.scala:148)
scala.tools.nsc.doc.html.Doclet.generateImpl(Do
|
windows (11, 'integration.invalidation.__.native.server.test') / run
Canceling since a higher priority waiting request for 'cancel-old-pr-runs-Run Tests-spark-sample' exists
|
windows (17, 'integration.{feature,failure}.__.packaged.fork.test') / run
Canceling since a higher priority waiting request for 'cancel-old-pr-runs-Run Tests-spark-sample' exists
|
cross-plat (ubuntu-24.04-arm, 'example.thirdparty[fansi].native.server.test', 17)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
cross-plat (ubuntu-24.04-arm, 'example.thirdparty[fansi].native.server.test', 17)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
cross-plat (macos-latest, 'example.thirdparty[acyclic].native.server.test', 11)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
cross-plat (macos-latest, 'example.thirdparty[acyclic].native.server.test', 11)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'example.thirdparty[{mockito,commons-io}].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'example.thirdparty[{mockito,commons-io}].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, contrib.__.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, contrib.__.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.thirdparty[{netty,gatling}].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.thirdparty[{netty,gatling}].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
cross-plat (macos-13, 'example.thirdparty[jimfs].native.server.test', 11)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
cross-plat (macos-13, 'example.thirdparty[jimfs].native.server.test', 11)
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.thirdparty[arrow].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.thirdparty[arrow].local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, '{main,scalalib,testrunner,bsp,testkit}.__.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, '{main,scalalib,testrunner,bsp,testkit}.__.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, "example.scalalib.{basic,publishing}.__.local.fork.test") / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, "example.scalalib.{basic,publishing}.__.local.fork.test") / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'integration.invalidation.__.packaged.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'integration.invalidation.__.packaged.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, '{scalajslib,scalanativelib,kotlinlib,pythonlib,javascriptlib}.__.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, '{scalajslib,scalanativelib,kotlinlib,pythonlib,javascriptlib}.__.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, example.javalib.__.local.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, example.javalib.__.local.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.android.__.local.server.test', true) / run
Should explicitly set android:icon, there is no default
|
linux (17, 'example.android.__.local.server.test', true) / run
The resource R.string.unused_string appears to be unused
|
linux (17, 'example.android.__.local.server.test', true) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.android.__.local.server.test', true) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'example.{cli,fundamentals,depth,extending}.__.local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'example.{cli,fundamentals,depth,extending}.__.local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.{pythonlib,javascriptlib}.__.local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'example.{pythonlib,javascriptlib}.__.local.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, example.kotlinlib.__.local.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, example.kotlinlib.__.local.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'integration.invalidation.__.packaged.fork.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (17, 'integration.invalidation.__.packaged.fork.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, "{main,scalalib,bsp}.__.test") / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, "{main,scalalib,bsp}.__.test") / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'integration.{failure,feature,ide}.__.packaged.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, 'integration.{failure,feature,ide}.__.packaged.server.test', false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, example.scalalib.__.native.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
linux (11, example.scalalib.__.native.server.test, false) / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, 'integration.invalidation.__.native.server.test') / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (11, 'integration.invalidation.__.native.server.test') / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (17, 'integration.{feature,failure}.__.packaged.fork.test') / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
windows (17, 'integration.{feature,failure}.__.packaged.fork.test') / run
Unexpected input(s) 'install-android-sdk', valid inputs are ['millargs', 'shell', 'coursierarchive']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macos-13-selective-execution-artifact
|
292 KB |
|
macos-latest-selective-execution-artifact
|
292 KB |
|
ubuntu-24.04-arm-selective-execution-artifact
|
291 KB |
|
ubuntu-latest-artifact
|
688 MB |
|
ubuntu-latest-selective-execution-artifact
|
291 KB |
|
windows-latest-artifact
|
687 MB |
|
windows-latest-selective-execution-artifact
|
293 KB |
|