Build Logs
monix/minitest • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
34
Total Lines
215
1##################################
2Clonning https://github.com/monix/minitest.git into /build/repo using revision v2.9.6
3##################################
4Note: switching to '5da0b1bfa86d7fc12e0c3c3e7406b3ae7e8bc46d'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.1-RC1-bin-20251120-60444cb
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.1-RC1-bin-20251120-60444cb
32Execute tests: false
33sbt project found:
34Sbt version 1.4.9 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project monix/minitest
37/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.1-RC1-bin-20251120-60444cb
40Targets: io.monix%minitest io.monix%minitest-laws
41Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
61"++3.8.1-RC1-bin-20251120-60444cb -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66"set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"
67moduleMappings
68"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.monix%minitest io.monix%minitest-laws"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.339s.
76[info] done compiling
77/build/repo/build.sbt:92: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
78 scalaJSStage in Test := FastOptStage
79 ^
80/build/repo/build.sbt:100: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
81 skip in publish := true,
82 ^
83/build/repo/build.sbt:122: warning: method withDottyCompat in class DottyCompatModuleID is deprecated (since 0.5.5): Use `.cross(CrossVersion.for3Use2_13)` instead, available in sbt >= 1.5.0 (cf https://eed3si9n.com/sbt-1.5.0)
84 ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.1").withDottyCompat(scalaVersion.value)
85 ^
86/build/repo/build.sbt:126: warning: method withDottyCompat in class DottyCompatModuleID is deprecated (since 0.5.5): Use `.cross(CrossVersion.for3Use2_13)` instead, available in sbt >= 1.5.0 (cf https://eed3si9n.com/sbt-1.5.0)
87 ("org.scala-sbt" % "test-interface" % "1.0").withDottyCompat(scalaVersion.value)
88 ^
89/build/repo/build.sbt:131: warning: method withDottyCompat in class DottyCompatModuleID is deprecated (since 0.5.5): Use `.cross(CrossVersion.for3Use2_13)` instead, available in sbt >= 1.5.0 (cf https://eed3si9n.com/sbt-1.5.0)
90 libraryDependencies += ("org.scala-js" %% "scalajs-test-interface" % scalaJSVersion).withDottyCompat(scalaVersion.value)
91 ^
92[info] loading settings for project minitestRoot from build.sbt, publish.sbt...
93[info] set current project to minitest root (in build file:/build/repo/)
94[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
95[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
96[warn] there are 3 keys that are not used by any other settings/tasks:
97[warn]
98[warn] * ThisBuild / formattedShaVersion
99[warn] +- /build/repo/publish.sbt:68
100[warn] * ThisBuild / pomIncludeRepository
101[warn] +- /build/repo/publish.sbt:53
102[warn] * ThisBuild / publishMavenStyle
103[warn] +- /build/repo/publish.sbt:41
104[warn]
105[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
106[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
107Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
108OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251120-60444cb in lawsJVM/crossScalaVersions
109OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251120-60444cb in minitestRoot/crossScalaVersions
110OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251120-60444cb in minitestJS/crossScalaVersions
111OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251120-60444cb in lawsJS/crossScalaVersions
112OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251120-60444cb in minitestJVM/crossScalaVersions
113[info] set current project to minitest root (in build file:/build/repo/)
114[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
115[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
116[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 5 projects.
117[info] Switching Scala version on:
118[info] * minitestRoot (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251120-60444cb)
119[info] minitestJVM (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251120-60444cb)
120[info] minitestJS (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251120-60444cb)
121[info] lawsJS (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251120-60444cb)
122[info] lawsJVM (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251120-60444cb)
123[info] Excluding projects:
124[info] Reapplying settings...
125[info] set current project to minitest root (in build file:/build/repo/)
126[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
127[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
128Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
129[info] Reapplying settings...
130[info] set current project to minitest root (in build file:/build/repo/)
131[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
132[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
133[info] Defining Global / credentials, credentials and 3 others.
134[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
135[info] Run `last` for details.
136[info] Reapplying settings...
137[info] set current project to minitest root (in build file:/build/repo/)
138[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
139[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
140Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
141[info] Reapplying settings...
142OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
143
144 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
145 Did you mean allExcludeDependencies ?
146 , retry without global scopes
147[info] Reapplying settings...
148[info] set current project to minitest root (in build file:/build/repo/)
149[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
150[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
151Execute removeScalacOptionsStartingWith: -P:wartremover
152[info] Reapplying settings...
153[info] set current project to minitest root (in build file:/build/repo/)
154[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
155[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
156[info] Defining Global / classLoaderLayeringStrategy, classLoaderLayeringStrategy and 3 others.
157[info] The new values will be used by Test / executeTests, Test / testLoader and 17 others.
158[info] Run `last` for details.
159[info] Reapplying settings...
160[info] set current project to minitest root (in build file:/build/repo/)
161[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
162[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
163[success] Total time: 0 s, completed Nov 22, 2025, 6:22:31 PM
164Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
165Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
166Starting build...
167Projects: Set(minitestJVM, lawsJVM)
168Starting build for ProjectRef(file:/build/repo/,minitestJVM) (minitest)... [0/2]
169OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
170OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.13 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
171Compile scalacOptions: -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
172[info] compiling 17 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
173[warn] there were 10 deprecation warnings; re-run with -deprecation for details
174[warn] one warning found
175[info] done compiling
176[info] compiling 4 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
177[info] done compiling
178Starting build for ProjectRef(file:/build/repo/,lawsJVM) (minitest-laws)... [1/2]
179Compile scalacOptions: -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
180[info] compiling 1 Scala source to /build/repo/laws/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
181[info] done compiling
182[info] compiling 1 Scala source to /build/repo/laws/.jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
183[info] done compiling
184
185************************
186Build summary:
187[{
188 "module": "minitest",
189 "compile": {"status": "ok", "tookMs": 10497, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
190 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
191 "test-compile": {"status": "ok", "tookMs": 2309, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
192 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
193 "publish": {"status": "skipped", "tookMs": 0},
194 "metadata": {
195 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
196}
197},{
198 "module": "minitest-laws",
199 "compile": {"status": "ok", "tookMs": 721, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
200 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
201 "test-compile": {"status": "ok", "tookMs": 1146, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
202 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
203 "publish": {"status": "skipped", "tookMs": 0},
204 "metadata": {
205 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
206}
207}]
208************************
209[success] Total time: 21 s, completed Nov 22, 2025, 6:22:52 PM
210[0JChecking patch project/plugins.sbt...
211Checking patch project/build.properties...
212Checking patch build.sbt...
213Applied patch project/plugins.sbt cleanly.
214Applied patch project/build.properties cleanly.
215Applied patch build.sbt cleanly.