Tweak BOM support to accomodate scopes better #4318
run-tests.yml
on: pull_request
build-linux
/
run
5m 28s
build-windows
/
run
8m 11s
test-docs
3m 16s
Matrix: cross-plat
Annotations
18 errors and 15 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
|
cross-plat (macos-13, example.kotlinlib.__.native.server.test, 11)
Process completed with exit code 1.
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L19
else assert(evalResult.isSuccess)
evalResult: mill.testkit.IntegrationTester.EvalResult = EvalResult(false,[build.mill] [info] compiling 1 Scala source to /Users/runner/work/mill/mill/out/example/kotlinlib/module/7-resources/native/server/test.dest/sandbox/run-2/out/mill-build/compile.dest/classes ...
[build.mill] [info] done compiling
Compiling 1 Kotlin sources to /Users/runner/work/mill/mill/out/example/kotlinlib/module/7-resources/native/server/test.dest/sandbox/run-2/out/foo/compile.dest/classes ...
Compiling 1 Kotlin sources to /Users/runner/work/mill/mill/out/example/kotlinlib/module/7-resources/native/server/test.dest/sandbox/run-2/out/foo/test/compile.dest/classes ...
/Users/runner/work/mill/mill/out/example/kotlinlib/module/7-resources/native/server/test.dest/sandbox/run-2/foo/test/src/FooTests.kt:32:63: error: unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public inline fun <T> Enumeration<TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin.collections
public fun <T> Array<out TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin.collections
public fun BooleanArray.toList(): List<Boolean> defined in kotlin.collections
public fun ByteArray.toList(): List<Byte> defined in kotlin.collections
public fun CharArray.toList(): List<Char> defined in kotlin.collections
public fun CharSequence.toList(): List<Char> defined in kotlin.text
public fun DoubleArray.toList(): List<Double> defined in kotlin.collections
public fun FloatArray.toList(): List<Float> defined in kotlin.collections
public fun IntArray.toList(): List<Int> defined in kotlin.collections
public fun LongArray.toList(): List<Long> defined in kotlin.collections
public fun <T> Pair<TypeVariable(T), TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin
public fun ShortArray.toList(): List<Short> defined in kotlin.collections
public fun <T> Triple<TypeVariable(T), TypeVariable(T), TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin
public fun <T> Iterable<TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin.collections
public fun <K, V> Map<out TypeVariable(K), TypeVariable(V)>.toList(): List<Pair<TypeVariable(K), TypeVariable(V)>> defined in kotlin.collections
public fun <T> Sequence<TypeVariable(T)>.toList(): List<TypeVariable(T)> defined in kotlin.sequences
val actualFiles = Files.list(testFileResourceDir).toList().sorted()
^
1 tasks failed
foo.test.compile Kotlin compiler failed with exit code 1 (COMPILATION_ERROR)
,)
|
TodomvcIntegrationTests.SuiteSelector:
example/javalib/web/3-todo-spring-boot/integration/src/com/example/TodomvcIntegrationTests.java#L1
Could not find a valid Docker environment. Please see logs and check configuration
|
TodomvcIntegrationTests.SuiteSelector:
example/javalib/web/3-todo-spring-boot/integration/src/com/example/TodomvcIntegrationTests.java#L1
Could not find a valid Docker environment. Please see logs and check configuration
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L19
else assert(evalResult.isSuccess)
evalResult: mill.testkit.IntegrationTester.EvalResult = EvalResult(false,Compiling 1 Kotlin sources to /Users/runner/work/mill/mill/out/example/kotlinlib/web/7-todo-spring-boot/native/server/test.dest/sandbox/run-2/out/integration/compile.dest/classes ...
Test run started (JUnit Jupiter)
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8.
SLF4J: Ignoring binding found at [jar:file:/Users/runner/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.6/logback-classic-1.2.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Test com.example.TodomvcIntegrationTests failed: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration, took 0.455s
at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:256)
at java.util.Optional.orElseThrow(Optional.java:408)
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:247)
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:150)
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:186)
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:104)
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:109)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:321)
at org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.start(TestcontainersExtension.java:274)
at org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.access$200(TestcontainersExtension.java:261)
at org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$null$3(TestcontainersExtension.java:76)
at org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$startContainers$4(TestcontainersExtension.java:76)
at java.util.ArrayList.forEach(ArrayList.java:1541)
at org.testcontainers.junit.jupiter.TestcontainersExtension.startContainers(TestcontainersExtension.java:76)
at org.testcontainers.junit.jupiter.TestcontainersExtension.beforeAll(TestcontainersExtension.java:56)
at java.util.ArrayList.forEach(ArrayList.java:1541)
Test junit-jupiter finished, took 0.49s
Test run finished: 1 failed, 0 ignored, 2 total, 0.516s
1 tasks failed
integration.test 1 tests failed:
com.example.TodomvcIntegrationTests SuiteSelector
,)
|
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[!!]>
|
test-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-linux / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-autofix / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (11, 'example.thirdparty[{mockito,acyclic,commons-io}].local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
itest (17, ci/test-mill-bootstrap.sh) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.thirdparty[{fansi,jimfs,netty,gatling}].local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
itest (11, ci/test-dist-run.sh && ci/test-install-local.sh && ./mill -i -k __.ivyDepsTree && ./mi... / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, contrib.__.test, false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.thirdparty[arrow].local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.android.__.local.server.test', true) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'integration.invalidation.__.packaged.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.{pythonlib,javascriptlib}.__.local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'integration.invalidation.__.packaged.fork.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (11, 'example.{cli,fundamentals,depth,extending}.__.local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'integration.{failure,feature,ide}.__.packaged.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macos-13-selective-execution-artifact
|
275 KB |
|
macos-latest-selective-execution-artifact
|
275 KB |
|
ubuntu-24.04-arm-selective-execution-artifact
|
274 KB |
|
ubuntu-latest-artifact
|
181 MB |
|
ubuntu-latest-selective-execution-artifact
|
274 KB |
|
windows-latest-artifact
|
179 MB |
|
windows-latest-selective-execution-artifact
|
274 KB |
|