Skip to content

Update scalafmt-core to 3.8.4-RC4 #3360

Update scalafmt-core to 3.8.4-RC4

Update scalafmt-core to 3.8.4-RC4 #3360

Re-run triggered January 6, 2025 00:50
Status Failure
Total duration 48m 16s
Artifacts 4

run-tests.yml

on: pull_request
Matrix: itest
Matrix: linux
Matrix: windows
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 20 warnings
windows (11, "{main,scalalib,bsp}.__.test") / run
Process completed with exit code 128.
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[!!]>
windows (11, "example.scalalib.basic.__.fork.test") / run
Process completed with exit code 128.
windows (11, 'integration.invalidation[_].server.test') / run
Process completed with exit code 128.
windows (11, contrib.__.test) / run
Process completed with exit code 128.
windows (17, 'integration.{feature,failure}[_].fork.test') / run
EACCES: permission denied, lstat 'D:\a\mill\mill\out\integration\feature\launcher-old-versions\fork\test.dest\sandbox\run-1\out\mill-worker-IvbsYW19avw\AKdJO1OAgQ0m0S0=-1\mill-0aabbb2b1e10ce11d74d0ae8ed82e514-io'
windows (17, 'integration.{feature,failure}[_].fork.test') / run
Process completed with exit code 128.
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[!!]>
ScalafmtTests.scalafmt.reformat: out/scalalib/test/compile.dest/classes/mill/scalalib/scalafmt/ScalafmtTests.class#L102
#1: firstReformat("Main.scala").modifyTime > before("Main.scala").modifyTime, firstReformat: scala.collection.immutable.Map[String,mill.scalalib.scalafmt.ScalafmtTests.FileInfo] = Map(Person.scala -> FileInfo(object Person { def fromString(s: String): Person = { val Array(name, age) = s.split(":") Person( name, age.toInt ) } } case class Person(name: String, age: Int) ,1736127455260,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Person.scala), Main.scala -> FileInfo(object Main extends App { val person = Person.fromString("rockjam:25") val greeting = s"hello ${person.name}, your age is: ${person.age}" println(greeting) } ,1736127455261,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Main.scala), application.conf -> FileInfo(foo.bar = 2 ,1736127455260,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/resources/application.conf), util.sc -> FileInfo(def sayHelloWorld() = println("Hello World") ,1736127455261,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/util.sc)) before: scala.collection.immutable.Map[String,mill.scalalib.scalafmt.ScalafmtTests.FileInfo] = Map(Person.scala -> FileInfo(object Person { def fromString(s: String): Person = { val Array(name, age) = s.split(":") Person( name, age.toInt ) } } case class Person(name: String, age: Int) ,1736127455260,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Person.scala), Main.scala -> FileInfo(object Main extends App { val person = Person.fromString("rockjam:25") val greeting = s"hello ${person.name}, your age is: ${person.age}" println(greeting) } ,1736127455261,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Main.scala), application.conf -> FileInfo(foo.bar = 2 ,1736127455260,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/resources/application.conf), util.sc -> FileInfo(def sayHelloWorld() = println("Hello World") ,1736127455261,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/util.sc))
ScalafmtTests.scalafmt.reformatAll: out/scalalib/test/compile.dest/classes/mill/scalalib/scalafmt/ScalafmtTests.class#L107
#1: firstReformat("Main.scala").modifyTime > before("Main.scala").modifyTime, firstReformat: scala.collection.immutable.Map[String,mill.scalalib.scalafmt.ScalafmtTests.FileInfo] = Map(Person.scala -> FileInfo(object Person { def fromString(s: String): Person = { val Array(name, age) = s.split(":") Person( name, age.toInt ) } } case class Person(name: String, age: Int) ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Person.scala), Main.scala -> FileInfo(object Main extends App { val person = Person.fromString("rockjam:25") val greeting = s"hello ${person.name}, your age is: ${person.age}" println(greeting) } ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Main.scala), application.conf -> FileInfo(foo.bar = 2 ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/resources/application.conf), util.sc -> FileInfo(def sayHelloWorld() = println("Hello World") ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/util.sc)) before: scala.collection.immutable.Map[String,mill.scalalib.scalafmt.ScalafmtTests.FileInfo] = Map(Person.scala -> FileInfo(object Person { def fromString(s: String): Person = { val Array(name, age) = s.split(":") Person( name, age.toInt ) } } case class Person(name: String, age: Int) ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Person.scala), Main.scala -> FileInfo(object Main extends App { val person = Person.fromString("rockjam:25") val greeting = s"hello ${person.name}, your age is: ${person.age}" println(greeting) } ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/src/Main.scala), application.conf -> FileInfo(foo.bar = 2 ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/resources/application.conf), util.sc -> FileInfo(def sayHelloWorld() = println("Hello World") ,1736127459964,/home/runner/work/mill/mill/out/scalalib/test/test.dest/mill.scalalib.scalafmt.ScalafmtTests/sandbox/out/mill-test-base-module/14176519935730958612/core/util.sc))
linux (17, '{main,scalalib,testrunner,bsp,testkit}.__.test', false) / run
Process completed with exit code 1.
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
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 (11, 'example.{cli,fundamentals,depth,extending}.__.local.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.thirdparty[{mockito,acyclic,commons-io}].local.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.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.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, 'example.scalalib.__.local.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.javalib.__.local.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.kotlinlib.__.local.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[{fansi,jimfs,netty,gatling}].local.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.__.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 (17, 'example.thirdparty[arrow].local.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}.__.local.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, 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, 'integration.invalidation.__.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, '{main,scalalib,testrunner,bsp,testkit}.__.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636