Build Logs
monix/implicitbox • 3.7.4:2025-11-06
Errors
0
Warnings
29
Total Lines
188
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.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.7.4
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.7.4
40Targets: io.monix%implicitbox
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.7
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.7.4
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.7.4"
61"++3.7.4 -v"
62"mapScalacOptions ",REQUIRE:-source:3.7,-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.7.4 """{"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"
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.422s.
76[info] done compiling
77/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
78 unmanagedSourceDirectories in Compile += {
79 ^
80/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
81 (baseDirectory in LocalRootProject).value / "shared/src/main/scala"
82 ^
83/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
84 scalaJSStage in Test := FastOptStage
85 ^
86/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
87 skip in publish := true,
88 ^
89[info] loading settings for project implicitboxRoot from build.sbt...
90[info] set current project to implicitbox root (in build file:/build/repo/)
91[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
92[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
93[warn] there are 2 keys that are not used by any other settings/tasks:
94[warn]
95[warn] * ThisBuild / pomIncludeRepository
96[warn] +- /build/repo/build.sbt:139
97[warn] * ThisBuild / publishMavenStyle
98[warn] +- /build/repo/build.sbt:127
99[warn]
100[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
101[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
102Execute setCrossScalaVersions: 3.7.4
103OpenCB::Changing crossVersion 3.0.0 -> 3.7.4 in implicitboxJS/crossScalaVersions
104OpenCB::Changing crossVersion 3.0.0 -> 3.7.4 in implicitboxJVM/crossScalaVersions
105OpenCB::Changing crossVersion 3.0.0 -> 3.7.4 in implicitboxRoot/crossScalaVersions
106[info] set current project to implicitbox root (in build file:/build/repo/)
107[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
108[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
109[info] Setting Scala version to 3.7.4 on 3 projects.
110[info] Switching Scala version on:
111[info] * implicitboxRoot (2.12.13, 2.13.5, 3.7.4)
112[info] implicitboxJVM (2.12.13, 2.13.5, 3.7.4)
113[info] implicitboxJS (2.12.13, 2.13.5, 3.7.4)
114[info] Excluding projects:
115[info] Reapplying settings...
116[info] set current project to implicitbox root (in build file:/build/repo/)
117[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
118[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
119Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
120[info] Reapplying settings...
121[info] set current project to implicitbox root (in build file:/build/repo/)
122[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
123[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
124[info] Defining Global / credentials, credentials and 1 others.
125[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 14 others.
126[info] Run `last` for details.
127[info] Reapplying settings...
128[info] set current project to implicitbox root (in build file:/build/repo/)
129[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
130[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
136 Did you mean implicitboxJS / allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to implicitbox root (in build file:/build/repo/)
140[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
141[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
142Execute removeScalacOptionsStartingWith: -P:wartremover
143[info] Reapplying settings...
144[info] set current project to implicitbox root (in build file:/build/repo/)
145[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
146[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
147[info] Defining Global / classLoaderLayeringStrategy, classLoaderLayeringStrategy and 1 others.
148[info] The new values will be used by Test / executeTests, Test / testLoader and 9 others.
149[info] Run `last` for details.
150[info] Reapplying settings...
151[info] set current project to implicitbox root (in build file:/build/repo/)
152[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
153[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
154[success] Total time: 0 s, completed Nov 6, 2025, 12:50:42 AM
155Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
156Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
157Starting build...
158Projects: Set(implicitboxJVM)
159Starting build for ProjectRef(file:/build/repo/,implicitboxJVM) (implicitbox)... [0/1]
160OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.12.20 module Global
161OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.13.5 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
162Compile scalacOptions: -sourcepath, /build/repo/, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
163[info] compiling 2 Scala sources to /build/repo/jvm/target/scala-3.7.4/classes ...
164[info] done compiling
165[info] compiling 3 Scala sources to /build/repo/jvm/target/scala-3.7.4/test-classes ...
166[info] done compiling
167
168************************
169Build summary:
170[{
171 "module": "implicitbox",
172 "compile": {"status": "ok", "tookMs": 8837, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
173 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
174 "test-compile": {"status": "ok", "tookMs": 2031, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
175 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
176 "publish": {"status": "skipped", "tookMs": 0},
177 "metadata": {
178 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
179}
180}]
181************************
182[success] Total time: 17 s, completed Nov 6, 2025, 12:50:58 AM
183[0JChecking patch project/plugins.sbt...
184Checking patch project/build.properties...
185Checking patch build.sbt...
186Applied patch project/plugins.sbt cleanly.
187Applied patch project/build.properties cleanly.
188Applied patch build.sbt cleanly.