Build Logs
monix/implicitbox • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
Errors
0
Warnings
29
Total Lines
187
1##################################
2Clonning https://github.com/monix/implicitbox.git into /build/repo using revision v0.3.4
3##################################
4Note: switching to '1fd4cd5120a644879085cc5464f3e70620116842'.
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-20251219-d71e859-NIGHTLY
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-20251219-d71e859-NIGHTLY
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/implicitbox
37##################################
38Scala version: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
39Targets: io.monix%implicitbox
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY"
60"++3.8.1-RC1-bin-20251219-d71e859-NIGHTLY -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65"set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"
66moduleMappings
67"runBuild 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.monix%implicitbox"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.88s.
75[info] done compiling
76/build/repo/build.sbt:62: 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
77 unmanagedSourceDirectories in Compile += {
78 ^
79/build/repo/build.sbt:63: 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
80 (baseDirectory in LocalRootProject).value / "shared/src/main/scala"
81 ^
82/build/repo/build.sbt:102: 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
83 scalaJSStage in Test := FastOptStage
84 ^
85/build/repo/build.sbt:167: 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
86 skip in publish := true,
87 ^
88[info] loading settings for project implicitboxRoot from build.sbt...
89[info] set current project to implicitbox root (in build file:/build/repo/)
90[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
91[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
92[warn] there are 2 keys that are not used by any other settings/tasks:
93[warn]
94[warn] * ThisBuild / pomIncludeRepository
95[warn] +- /build/repo/build.sbt:139
96[warn] * ThisBuild / publishMavenStyle
97[warn] +- /build/repo/build.sbt:127
98[warn]
99[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
100[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
101Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
102OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY in implicitboxJVM/crossScalaVersions
103OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY in implicitboxJS/crossScalaVersions
104OpenCB::Changing crossVersion 3.0.0 -> 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY in implicitboxRoot/crossScalaVersions
105[info] set current project to implicitbox root (in build file:/build/repo/)
106[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
107[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
108[info] Setting Scala version to 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY on 3 projects.
109[info] Switching Scala version on:
110[info] * implicitboxRoot (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY)
111[info] implicitboxJVM (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY)
112[info] implicitboxJS (2.12.13, 2.13.5, 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY)
113[info] Excluding projects:
114[info] Reapplying settings...
115[info] set current project to implicitbox root (in build file:/build/repo/)
116[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
117[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
118Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
119[info] Reapplying settings...
120[info] set current project to implicitbox root (in build file:/build/repo/)
121[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
122[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
123[info] Defining Global / credentials, credentials and 1 others.
124[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 14 others.
125[info] Run `last` for details.
126[info] Reapplying settings...
127[info] set current project to implicitbox root (in build file:/build/repo/)
128[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
129[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
130Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
131[info] Reapplying settings...
132OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
133
134 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
135 Did you mean implicitboxJS / allExcludeDependencies ?
136 , retry without global scopes
137[info] Reapplying settings...
138[info] set current project to implicitbox root (in build file:/build/repo/)
139[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
140[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
141Execute removeScalacOptionsStartingWith: -P:wartremover
142[info] Reapplying settings...
143[info] set current project to implicitbox root (in build file:/build/repo/)
144[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
145[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
146[info] Defining Global / classLoaderLayeringStrategy, classLoaderLayeringStrategy and 1 others.
147[info] The new values will be used by Test / executeTests, Test / testLoader and 9 others.
148[info] Run `last` for details.
149[info] Reapplying settings...
150[info] set current project to implicitbox root (in build file:/build/repo/)
151[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
152[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
153[success] Total time: 0 s, completed Dec 20, 2025, 1:08:20 AM
154Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
155Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
156Starting build...
157Projects: Set(implicitboxJVM)
158Starting build for ProjectRef(file:/build/repo/,implicitboxJVM) (implicitbox)... [0/1]
159OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
160OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.5 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
161Compile scalacOptions: -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
162[info] compiling 2 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/classes ...
163[info] done compiling
164[info] compiling 3 Scala sources to /build/repo/jvm/target/scala-3.8.1-RC1-bin-20251219-d71e859-NIGHTLY/test-classes ...
165[info] done compiling
166
167************************
168Build summary:
169[{
170 "module": "implicitbox",
171 "compile": {"status": "ok", "tookMs": 6811, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
172 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
173 "test-compile": {"status": "ok", "tookMs": 2313, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
174 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
175 "publish": {"status": "skipped", "tookMs": 0},
176 "metadata": {
177 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
178}
179}]
180************************
181[success] Total time: 13 s, completed Dec 20, 2025, 1:08:33 AM
182[0JChecking patch project/plugins.sbt...
183Checking patch project/build.properties...
184Checking patch build.sbt...
185Applied patch project/plugins.sbt cleanly.
186Applied patch project/build.properties cleanly.
187Applied patch build.sbt cleanly.