Build Logs

sangria-graphql/sangria • 3.8.0-RC2:2025-11-27

Errors

6

Warnings

740

Total Lines

1574

1##################################
2Clonning https://github.com/sangria-graphql/sangria.git into /build/repo using revision v4.2.15
3##################################
4Note: switching to '651324a8f0b1cc6d267d9527e731cf17c59eea3a'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.4 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.4-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: modules/core/src/main/scala/sangria/introspection/package.scala
31Pattern: case n: Type with Named =>
32Replacement: case n: (Type & Named) =>
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'case n: Type with Named =>' in modules/core/src/main/scala/sangria/introspection/package.scala
37----
38Starting build for 3.7.4
39Execute tests: false
40sbt project found:
41No prepare script found for project sangria-graphql/sangria
42##################################
43Scala version: 3.7.4
44Targets: org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser
45Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
46##################################
47Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
48Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
49[sbt_options] declare -a sbt_options=()
50[process_args] java_version = '17'
51[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
52# Executing command line:
53java
54-Dfile.encoding=UTF-8
55-Dcommunitybuild.scala=3.7.4
56-Dcommunitybuild.project.dependencies.add=
57-Xmx7G
58-Xms4G
59-Xss8M
60-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
61-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
62-jar
63/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
64"setCrossScalaVersions 3.7.4"
65"++3.7.4 -v"
66"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
67"set every credentials := Nil"
68"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
69"removeScalacOptionsStartingWith -P:wartremover"
70
71moduleMappings
72"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}""" org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser"
73
74[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
75[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
76[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
77[info] loading project definition from /build/repo/project
78[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
80[info] Compilation completed in 8.82s.
81[info] done compiling
82[info] loading settings for project sangria-root from build.sbt...
83[info] set current project to sangria-root (in build file:/build/repo/)
84Execute setCrossScalaVersions: 3.7.4
85OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-root/crossScalaVersions
86OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-test-monix/crossScalaVersions
87OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-ast/crossScalaVersions
88OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-derivation/crossScalaVersions
89OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria/crossScalaVersions
90OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-benchmarks/crossScalaVersions
91OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-cats-effect-experimental/crossScalaVersions
92OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-parser/crossScalaVersions
93OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-test-fs2/crossScalaVersions
94OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-core/crossScalaVersions
95[info] set current project to sangria-root (in build file:/build/repo/)
96[info] Setting Scala version to 3.7.4 on 10 projects.
97[info] Switching Scala version on:
98[info] sangria-core (2.12.20, 2.13.16, 3.7.4)
99[info] sangria-cats-effect-experimental (2.12.20, 2.13.16, 3.7.4)
100[info] sangria-parser (2.12.20, 2.13.16, 3.7.4)
101[info] sangria-test-monix (2.12.20, 2.13.16, 3.7.4)
102[info] sangria-benchmarks (2.12.20, 2.13.16, 3.7.4)
103[info] sangria-derivation (2.12.20, 2.13.16, 3.7.4)
104[info] sangria-test-fs2 (2.12.20, 2.13.16, 3.7.4)
105[info] sangria-ast (2.12.20, 2.13.16, 3.7.4)
106[info] * sangria-root (2.12.20, 2.13.16, 3.7.4)
107[info] sangria (2.12.20, 2.13.16, 3.7.4)
108[info] Excluding projects:
109[info] Reapplying settings...
110[info] set current project to sangria-root (in build file:/build/repo/)
111Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
112[info] Reapplying settings...
113[info] set current project to sangria-root (in build file:/build/repo/)
114[info] Defining Global / credentials, credentials and 8 others.
115[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
116[info] Run `last` for details.
117[info] Reapplying settings...
118[info] set current project to sangria-root (in build file:/build/repo/)
119Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
120[info] Reapplying settings...
121OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
122
123 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
124 Did you mean sangria-test-fs2 / allExcludeDependencies ?
125 , retry without global scopes
126[info] Reapplying settings...
127[info] set current project to sangria-root (in build file:/build/repo/)
128Execute removeScalacOptionsStartingWith: -P:wartremover
129[info] Reapplying settings...
130[info] set current project to sangria-root (in build file:/build/repo/)
131[success] Total time: 0 s, completed Nov 27, 2025, 9:50:33 PM
132Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
133Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
134Starting build...
135Projects: Set(sangria-core, sangria-cats-effect-experimental, sangria-parser, sangria-derivation, sangria-ast, sangria)
136Starting build for ProjectRef(file:/build/repo/,sangria-ast) (sangria-ast)... [0/6]
137OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
138OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
139OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
140OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
141Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
142[info] compiling 5 Scala sources to /build/repo/modules/ast/target/scala-3.7.4/classes ...
143[info] [patched file /build/repo/modules/ast/src/main/scala/sangria/ast/SourceMapper.scala]
144[info] [patched file /build/repo/modules/ast/src/main/scala/sangria/ast/QueryAst.scala]
145[info] done compiling
146[info] compiling 2 Scala sources to /build/repo/modules/ast/target/scala-3.7.4/classes ...
147[info] done compiling
148Starting build for ProjectRef(file:/build/repo/,sangria) (sangria)... [1/6]
149Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
150[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/classes ...
151[info] [patched file /build/repo/modules/parser/src/main/scala/sangria/parser/QueryParser.scala]
152[info] [patched file /build/repo/modules/parser/src/main/scala/sangria/parser/Lexical.scala]
153[info] [patched file /build/repo/modules/parser/src/main/scala/sangria/parser/PositionTracking.scala]
154[info] done compiling
155[info] compiling 109 Scala sources and 1 Java source to /build/repo/modules/core/target/scala-3.7.4/classes ...
156[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionError.scala:71:63
157[warn] 71 | private def renderAbstractType(abstractType: AbstractType) = abstractType match {
158[warn] | ^^^^^^^^^^^^
159[warn] |match may not be exhaustive.
160[warn] |
161[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
162[warn] |
163[warn] | longer explanation available when compiling with `-explain`
164[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala:26:4
165[warn] 26 | value match {
166[warn] | ^^^^^
167[warn] |match may not be exhaustive.
168[warn] |
169[warn] |It would fail on pattern case: Right(sangria.execution.Trinary.NullWithDefault(_))
170[warn] |
171[warn] | longer explanation available when compiling with `-explain`
172[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:199:67
173[warn] 199 | def identifyKind(t: Type, optional: Boolean): TypeKind.Value = t match {
174[warn] | ^
175[warn] |match may not be exhaustive.
176[warn] |
177[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
178[warn] |
179[warn] | longer explanation available when compiling with `-explain`
180[warn] -- [E121] Pattern Match Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:225:9
181[warn] 225 | case _ => None
182[warn] | ^
183[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
184[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaMaterializer.scala:645:4
185[warn] 645 | existingType match {
186[warn] | ^^^^^^^^^^^^
187[warn] |match may not be exhaustive.
188[warn] |
189[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionInputType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.ListType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionType[<?>], _: sangria.schema.MappedAbstractType (anonymous), _: sangria.schema.MappedAbstractType (anonymous)
190[warn] |
191[warn] | longer explanation available when compiling with `-explain`
192[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Schema.scala:1404:6
193[warn] 1404 | tpe match {
194[warn] | ^^^
195[warn] |match may not be exhaustive.
196[warn] |
197[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
198[warn] |
199[warn] | longer explanation available when compiling with `-explain`
200[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala:288:17
201[warn] 288 | case (v, m: MiddlewareBeforeField[Ctx]) => (v, m)
202[warn] | ^
203[warn] |the type test for sangria.execution.MiddlewareBeforeField[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
204[warn] |
205[warn] | longer explanation available when compiling with `-explain`
206[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:974:11
207[warn] 974 | case v: Value[Ctx, Any] => resolveValue(path, tpe, userCtx, astFields, field, updateCtx)(v)
208[warn] | ^
209[warn] |the type test for sangria.schema.Value[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
210[warn] |
211[warn] | longer explanation available when compiling with `-explain`
212[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:975:11
213[warn] 975 | case t: TryValue[Ctx, Any] =>
214[warn] | ^
215[warn] |the type test for sangria.schema.TryValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
216[warn] |
217[warn] | longer explanation available when compiling with `-explain`
218[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:977:11
219[warn] 977 | case p: PartialValue[Ctx, Any] =>
220[warn] | ^
221[warn] |the type test for sangria.schema.PartialValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
222[warn] |
223[warn] | longer explanation available when compiling with `-explain`
224[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:979:11
225[warn] 979 | case f: FutureValue[Ctx, Any] =>
226[warn] | ^
227[warn] |the type test for sangria.schema.FutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
228[warn] |
229[warn] | longer explanation available when compiling with `-explain`
230[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:981:11
231[warn] 981 | case p: PartialFutureValue[Ctx, Any] =>
232[warn] | ^
233[warn] |the type test for sangria.schema.PartialFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
234[warn] |
235[warn] | longer explanation available when compiling with `-explain`
236[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:983:11
237[warn] 983 | case d: DeferredValue[Ctx, Any] =>
238[warn] | ^
239[warn] |the type test for sangria.schema.DeferredValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
240[warn] |
241[warn] | longer explanation available when compiling with `-explain`
242[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:985:11
243[warn] 985 | case d: DeferredFutureValue[Ctx, Any] =>
244[warn] | ^
245[warn] |the type test for sangria.schema.DeferredFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
246[warn] |
247[warn] | longer explanation available when compiling with `-explain`
248[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:23:32
249[warn] 23 | middleware.collect { case m: MiddlewareFromScalar[Ctx] =>
250[warn] | ^
251[warn] |the type test for sangria.execution.MiddlewareFromScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
252[warn] |
253[warn] | longer explanation available when compiling with `-explain`
254[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:59:32
255[warn] 59 | middleware.collect { case m: MiddlewareToScalar[Ctx] =>
256[warn] | ^
257[warn] |the type test for sangria.execution.MiddlewareToScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
258[warn] |
259[warn] | longer explanation available when compiling with `-explain`
260[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Action.scala:99:11
261[warn] 99 | case v: PartialValue[Ctx, NewVal] => v
262[warn] | ^
263[warn] |the type test for sangria.schema.PartialValue[Ctx, NewVal] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, NewVal]
264[warn] |
265[warn] | longer explanation available when compiling with `-explain`
266[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/deferred/FetcherBasedDeferredResolver.scala]
267[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala]
268[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/DocumentAnalyzer.scala]
269[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala]
270[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/deferred/DeferredResolver.scala]
271[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/QueryReducer.scala]
272[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/InputDocumentMaterializer.scala]
273[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaBuilder.scala]
274[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/ResolverBasedAstSchemaBuilder.scala]
275[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/DefaultValueParser.scala]
276[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/DefaultValueRenderer.scala]
277[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/Context.scala]
278[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/SimpleAstBasedExtensionMiddleware.scala]
279[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaResolver.scala]
280[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/ExactlyOneOfFieldGiven.scala]
281[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/SchemaValidationRule.scala]
282[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/FieldCollector.scala]
283[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala]
284[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/batch/BatchExecutor.scala]
285[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/QueryReducerExecutor.scala]
286[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/SelectionField.scala]
287[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/IntrospectionSchemaMaterializer.scala]
288[info] [patched file /build/repo/modules/core/src/main/scala/sangria/util/ConcurrentHashMapCache.scala]
289[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/SelectionBuilder.scala]
290[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ResultResolver.scala]
291[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/SchemaComparator.scala]
292[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionError.scala]
293[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/Schema.scala]
294[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ValueCollector.scala]
295[info] [patched file /build/repo/modules/core/src/main/scala/sangria/ast/AstVisitor.scala]
296[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/Resolver.scala]
297[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/DeprecationTracker.scala]
298[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionScheme.scala]
299[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionPath.scala]
300[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/IntrospectionSchemaBuilder.scala]
301[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/deferred/Fetcher.scala]
302[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/TypeShape.scala]
303[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/TypeInfo.scala]
304[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/batch/BatchExecutionPlan.scala]
305[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/TypeAbstractness.scala]
306[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/FragmentsOnCompositeTypes.scala]
307[info] [patched file /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala]
308[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/CachedCheck.scala]
309[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala]
310[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/package.scala]
311[info] [patched file /build/repo/modules/core/src/main/scala/sangria/util/StringUtil.scala]
312[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/MaterializedType.scala]
313[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/SchemaBasedDocumentAnalyzer.scala]
314[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/VariablesInAllowedPosition.scala]
315[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaMaterializer.scala]
316[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/QueryValidator.scala]
317[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/overlappingfields/SortedArraySet.scala]
318[info] [patched file /build/repo/modules/core/src/main/scala/sangria/renderer/SchemaRenderer.scala]
319[info] [patched file /build/repo/modules/core/src/main/scala/sangria/util/TrieMapCache.scala]
320[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/TypeComparators.scala]
321[info] [patched file /build/repo/modules/core/src/main/scala/sangria/validation/rules/FieldsOnCorrectType.scala]
322[warn] there was 1 deprecation warning; re-run with -deprecation for details
323[warn] 18 warnings found
324[info] done compiling
325[info] compiling 12 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/classes ...
326[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala:298:19
327[warn] 298 | case d: DefDef =>
328[warn] | ^
329[warn] |the type test for contextual$27.reflect.DefDef cannot be checked at runtime because it refers to an abstract type member or type parameter
330[warn] |
331[warn] | longer explanation available when compiling with `-explain`
332[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/annotations.scala]
333[info] [patched file /build/repo/modules/derivation/src/main/scala/sangria/macros/derive/GraphQLOutputTypeLookup.scala]
334[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveMacroSupport.scala]
335[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveEnumTypeMacro.scala]
336[info] [patched file /build/repo/modules/derivation/src/main/scala/sangria/macros/derive/DeriveInputObjectSetting.scala]
337[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveInputObjectTypeMacro.scala]
338[info] [patched file /build/repo/modules/derivation/src/main/scala/sangria/macros/derive/GraphQLInputTypeLookup.scala]
339[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala]
340[warn] one warning found
341[info] done compiling
342[info] compiling 3 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/classes ...
343[info] done compiling
344[info] compiling 109 Scala sources and 1 Java source to /build/repo/modules/core/target/scala-3.7.4/classes ...
345[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionError.scala:71:63
346[warn] 71 | private def renderAbstractType(abstractType: AbstractType) = abstractType match {
347[warn] | ^^^^^^^^^^^^
348[warn] |match may not be exhaustive.
349[warn] |
350[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
351[warn] |
352[warn] | longer explanation available when compiling with `-explain`
353[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala:26:4
354[warn] 26 | value match {
355[warn] | ^^^^^
356[warn] |match may not be exhaustive.
357[warn] |
358[warn] |It would fail on pattern case: Right(sangria.execution.Trinary.NullWithDefault(_))
359[warn] |
360[warn] | longer explanation available when compiling with `-explain`
361[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:199:67
362[warn] 199 | def identifyKind(t: Type, optional: Boolean): TypeKind.Value = t match {
363[warn] | ^
364[warn] |match may not be exhaustive.
365[warn] |
366[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
367[warn] |
368[warn] | longer explanation available when compiling with `-explain`
369[warn] -- [E121] Pattern Match Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:225:9
370[warn] 225 | case _ => None
371[warn] | ^
372[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
373[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaMaterializer.scala:645:4
374[warn] 645 | existingType match {
375[warn] | ^^^^^^^^^^^^
376[warn] |match may not be exhaustive.
377[warn] |
378[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionInputType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.ListType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionType[<?>], _: sangria.schema.MappedAbstractType (anonymous), _: sangria.schema.MappedAbstractType (anonymous)
379[warn] |
380[warn] | longer explanation available when compiling with `-explain`
381[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Schema.scala:1404:6
382[warn] 1404 | tpe match {
383[warn] | ^^^
384[warn] |match may not be exhaustive.
385[warn] |
386[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
387[warn] |
388[warn] | longer explanation available when compiling with `-explain`
389[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala:288:17
390[warn] 288 | case (v, m: MiddlewareBeforeField[Ctx]) => (v, m)
391[warn] | ^
392[warn] |the type test for sangria.execution.MiddlewareBeforeField[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
393[warn] |
394[warn] | longer explanation available when compiling with `-explain`
395[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:974:11
396[warn] 974 | case v: Value[Ctx, Any] => resolveValue(path, tpe, userCtx, astFields, field, updateCtx)(v)
397[warn] | ^
398[warn] |the type test for sangria.schema.Value[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
399[warn] |
400[warn] | longer explanation available when compiling with `-explain`
401[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:975:11
402[warn] 975 | case t: TryValue[Ctx, Any] =>
403[warn] | ^
404[warn] |the type test for sangria.schema.TryValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
405[warn] |
406[warn] | longer explanation available when compiling with `-explain`
407[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:977:11
408[warn] 977 | case p: PartialValue[Ctx, Any] =>
409[warn] | ^
410[warn] |the type test for sangria.schema.PartialValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
411[warn] |
412[warn] | longer explanation available when compiling with `-explain`
413[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:979:11
414[warn] 979 | case f: FutureValue[Ctx, Any] =>
415[warn] | ^
416[warn] |the type test for sangria.schema.FutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
417[warn] |
418[warn] | longer explanation available when compiling with `-explain`
419[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:981:11
420[warn] 981 | case p: PartialFutureValue[Ctx, Any] =>
421[warn] | ^
422[warn] |the type test for sangria.schema.PartialFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
423[warn] |
424[warn] | longer explanation available when compiling with `-explain`
425[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:983:11
426[warn] 983 | case d: DeferredValue[Ctx, Any] =>
427[warn] | ^
428[warn] |the type test for sangria.schema.DeferredValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
429[warn] |
430[warn] | longer explanation available when compiling with `-explain`
431[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:985:11
432[warn] 985 | case d: DeferredFutureValue[Ctx, Any] =>
433[warn] | ^
434[warn] |the type test for sangria.schema.DeferredFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
435[warn] |
436[warn] | longer explanation available when compiling with `-explain`
437[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:23:32
438[warn] 23 | middleware.collect { case m: MiddlewareFromScalar[Ctx] =>
439[warn] | ^
440[warn] |the type test for sangria.execution.MiddlewareFromScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
441[warn] |
442[warn] | longer explanation available when compiling with `-explain`
443[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:59:32
444[warn] 59 | middleware.collect { case m: MiddlewareToScalar[Ctx] =>
445[warn] | ^
446[warn] |the type test for sangria.execution.MiddlewareToScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
447[warn] |
448[warn] | longer explanation available when compiling with `-explain`
449[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Action.scala:99:11
450[warn] 99 | case v: PartialValue[Ctx, NewVal] => v
451[warn] | ^
452[warn] |the type test for sangria.schema.PartialValue[Ctx, NewVal] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, NewVal]
453[warn] |
454[warn] | longer explanation available when compiling with `-explain`
455[warn] there was 1 deprecation warning; re-run with -deprecation for details
456[warn] 18 warnings found
457[info] done compiling
458[info] compiling 12 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/classes ...
459[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala:298:19
460[warn] 298 | case d: DefDef =>
461[warn] | ^
462[warn] |the type test for contextual$27.reflect.DefDef cannot be checked at runtime because it refers to an abstract type member or type parameter
463[warn] |
464[warn] | longer explanation available when compiling with `-explain`
465[warn] one warning found
466[info] done compiling
467Starting build for ProjectRef(file:/build/repo/,sangria-core) (sangria-core)... [2/6]
468Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
469[info] compiling 95 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
470[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala:530:50
471[warn] 530 | BeforeFieldResult(attachment = name.map(CurrentUser))
472[warn] | ^^^^^^^^^^^
473[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `CurrentUser.apply` explicitly.
474[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ScalarAliasSpec.scala:36:41
475[warn] 36 | i => refineV[Positive](i).left.map(RefineViolation))
476[warn] | ^^^^^^^^^^^^^^^
477[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `this.RefineViolation.apply` explicitly.
478[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:719:56
479[warn] 719 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
480[warn] | ^
481[warn] |the type test for Sum cannot be checked at runtime because it's a local class
482[warn] |
483[warn] | longer explanation available when compiling with `-explain`
484[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:760:56
485[warn] 760 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
486[warn] | ^
487[warn] |the type test for Sum cannot be checked at runtime because it's a local class
488[warn] |
489[warn] | longer explanation available when compiling with `-explain`
490[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:1056:57
491[warn] 1056 | val exceptionHandler = ExceptionHandler { case (m, e: MyListError) =>
492[warn] | ^
493[warn] |the type test for MyListError cannot be checked at runtime because it's a local class
494[warn] |
495[warn] | longer explanation available when compiling with `-explain`
496[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala:117:15
497[warn] 117 | case LoadCategories(ids) if ids contains "fail" =>
498[warn] | ^
499[warn] |the type test for LoadCategories cannot be checked at runtime because it's a local class
500[warn] |
501[warn] | longer explanation available when compiling with `-explain`
502[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/DefaultValueApplicationSpec.scala]
503[info] [patched file /build/repo/modules/core/src/test/scala/sangria/renderer/SchemaRenderSpec.scala]
504[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/deferred/FetcherSpec.scala]
505[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ExceptionHandlingSpec.scala]
506[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ContextPassingSpec.scala]
507[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/SchemaComparatorSpec.scala]
508[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/IntrospectionSchemaMaterializerSpec.scala]
509[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ScalarMiddlewareSpec.scala]
510[info] [patched file /build/repo/modules/core/src/test/scala/sangria/validation/QueryValidatorSpec.scala]
511[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/AstSchemaMaterializerSpec.scala]
512[info] [patched file /build/repo/modules/core/src/test/scala/sangria/util/ValidationSupport.scala]
513[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala]
514[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ListsSpec.scala]
515[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSchemaSpec.scala]
516[info] [patched file /build/repo/modules/core/src/test/scala/sangria/introspection/IntrospectionSpec.scala]
517[info] [patched file /build/repo/modules/core/src/test/scala/sangria/starWars/StartWarsValidationSpec.scala]
518[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/QueryReducerSpec.scala]
519[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/VariablesSpec.scala]
520[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/ResolverBasedAstSchemaBuilderSpec.scala]
521[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ActionMapSpec.scala]
522[info] [patched file /build/repo/modules/core/src/test/scala/sangria/marshalling/QueryAstMarshallingSupportSpec.scala]
523[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/DefaultValuesSpec.scala]
524[info] [patched file /build/repo/modules/core/src/test/scala/sangria/starWars/StarWarsIntrospectionSpec.scala]
525[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ProjectorSpec.scala]
526[info] [patched file /build/repo/modules/core/src/test/scala/sangria/schema/SchemaExtensionSpec.scala]
527[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala]
528[info] [patched file /build/repo/modules/core/src/test/scala/sangria/util/GraphQlSupport.scala]
529[info] [patched file /build/repo/modules/core/src/test/scala/sangria/util/CatsSupport.scala]
530[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ValueCoercionHelperSpec.scala]
531[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/DirectivesSpec.scala]
532[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala]
533[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/DeprecationTrackerSpec.scala]
534[info] [patched file /build/repo/modules/core/src/test/scala/sangria/renderer/QueryRendererSpec.scala]
535[info] [patched file /build/repo/modules/core/src/test/scala/sangria/marshalling/EnumInputTypeSpec.scala]
536[warn] there were 7 deprecation warnings; re-run with -deprecation for details
537[warn] 7 warnings found
538[info] done compiling
539[info] compiling 34 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
540[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala:530:50
541[warn] 530 | BeforeFieldResult(attachment = name.map(CurrentUser))
542[warn] | ^^^^^^^^^^^
543[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `CurrentUser.apply` explicitly.
544[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:719:56
545[warn] 719 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
546[warn] | ^
547[warn] |the type test for Sum cannot be checked at runtime because it's a local class
548[warn] |
549[warn] | longer explanation available when compiling with `-explain`
550[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:760:56
551[warn] 760 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
552[warn] | ^
553[warn] |the type test for Sum cannot be checked at runtime because it's a local class
554[warn] |
555[warn] | longer explanation available when compiling with `-explain`
556[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:1056:57
557[warn] 1056 | val exceptionHandler = ExceptionHandler { case (m, e: MyListError) =>
558[warn] | ^
559[warn] |the type test for MyListError cannot be checked at runtime because it's a local class
560[warn] |
561[warn] | longer explanation available when compiling with `-explain`
562[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala:117:15
563[warn] 117 | case LoadCategories(ids) if ids contains "fail" =>
564[warn] | ^
565[warn] |the type test for LoadCategories cannot be checked at runtime because it's a local class
566[warn] |
567[warn] | longer explanation available when compiling with `-explain`
568[warn] there were 5 deprecation warnings; re-run with -deprecation for details
569[warn] 6 warnings found
570[info] done compiling
571[info] compiling 43 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
572[warn] 6 warnings found
573[info] done compiling
574Starting build for ProjectRef(file:/build/repo/,sangria-derivation) (sangria-derivation)... [3/6]
575Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
576[info] compiling 9 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/test-classes ...
577[info] [patched file /build/repo/modules/derivation/src/test/scala/sangria/schema/SchemaConstraintsSpec.scala]
578[info] [patched file /build/repo/modules/derivation/src/test/scala/sangria/macros/derive/DeriveObjectTypeMacroSpec.scala]
579[info] done compiling
580[info] compiling 2 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/test-classes ...
581[info] done compiling
582Starting build for ProjectRef(file:/build/repo/,sangria-parser) (sangria-parser)... [4/6]
583Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
584[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/test-classes ...
585[info] [patched file /build/repo/modules/parser/src/test/scala/sangria/parser/QueryParserSpec.scala]
586[info] [patched file /build/repo/modules/parser/src/test/scala/sangria/parser/SchemaParserSpec.scala]
587[info] done compiling
588[info] compiling 2 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/test-classes ...
589[info] done compiling
590Starting build for ProjectRef(file:/build/repo/,sangria-cats-effect-experimental) (sangria-cats-effect-experimental)... [5/6]
591Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
592[info] compiling 4 Scala sources to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/classes ...
593[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:127:13
594[warn] 127 | case a: AsyncValue[Ctx, Any, F] =>
595[warn] | ^
596[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
597[warn] |
598[warn] | longer explanation available when compiling with `-explain`
599[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:141:13
600[warn] 141 | case s: AsyncExecutionScheme[F] =>
601[warn] | ^
602[warn] |the type test for sangria.execution.AsyncExecutionScheme[F] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.ExecutionScheme
603[warn] |
604[warn] | longer explanation available when compiling with `-explain`
605[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:163:13
606[warn] 163 | case a: AsyncValue[Ctx, Any, F] =>
607[warn] | ^
608[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
609[warn] |
610[warn] | longer explanation available when compiling with `-explain`
611[info] [patched file /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala]
612[warn] three warnings found
613[info] done compiling
614[info] compiling 1 Scala source to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/classes ...
615[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:127:13
616[warn] 127 | case a: AsyncValue[Ctx, Any, F] =>
617[warn] | ^
618[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
619[warn] |
620[warn] | longer explanation available when compiling with `-explain`
621[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:141:13
622[warn] 141 | case s: AsyncExecutionScheme[F] =>
623[warn] | ^
624[warn] |the type test for sangria.execution.AsyncExecutionScheme[F] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.ExecutionScheme
625[warn] |
626[warn] | longer explanation available when compiling with `-explain`
627[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:163:13
628[warn] 163 | case a: AsyncValue[Ctx, Any, F] =>
629[warn] | ^
630[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
631[warn] |
632[warn] | longer explanation available when compiling with `-explain`
633[warn] three warnings found
634[info] done compiling
635[info] compiling 1 Scala source to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/classes ...
636[warn] three warnings found
637[info] done compiling
638[info] compiling 1 Scala source to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/test-classes ...
639[info] done compiling
640
641************************
642Build summary:
643[{
644 "module": "sangria-ast",
645 "compile": {"status": "ok", "tookMs": 9180, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
646 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
647 "test-compile": {"status": "ok", "tookMs": 2926, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
648 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
649 "publish": {"status": "skipped", "tookMs": 0},
650 "metadata": {
651 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
652}
653},{
654 "module": "sangria",
655 "compile": {"status": "ok", "tookMs": 51498, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
656 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
657 "test-compile": {"status": "ok", "tookMs": 28529, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
658 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
659 "publish": {"status": "skipped", "tookMs": 0},
660 "metadata": {
661 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
662}
663},{
664 "module": "sangria-core",
665 "compile": {"status": "ok", "tookMs": 139, "warnings": 17, "errors": 0, "sourceVersion": "3.4-migration"},
666 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
667 "test-compile": {"status": "ok", "tookMs": 24612, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
668 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
669 "publish": {"status": "skipped", "tookMs": 0},
670 "metadata": {
671 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
672}
673},{
674 "module": "sangria-derivation",
675 "compile": {"status": "ok", "tookMs": 171, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
676 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
677 "test-compile": {"status": "ok", "tookMs": 4374, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
678 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
679 "publish": {"status": "skipped", "tookMs": 0},
680 "metadata": {
681 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
682}
683},{
684 "module": "sangria-parser",
685 "compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
686 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
687 "test-compile": {"status": "ok", "tookMs": 1301, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
688 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
689 "publish": {"status": "skipped", "tookMs": 0},
690 "metadata": {
691 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
692}
693},{
694 "module": "sangria-cats-effect-experimental",
695 "compile": {"status": "ok", "tookMs": 803, "warnings": 3, "errors": 0, "sourceVersion": "3.4-migration"},
696 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
697 "test-compile": {"status": "ok", "tookMs": 1873, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
698 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
699 "publish": {"status": "skipped", "tookMs": 0},
700 "metadata": {
701 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
702}
703}]
704************************
705[success] Total time: 185 s (0:03:05.0), completed Nov 27, 2025, 9:53:38 PM
706[0JChecking patch project/plugins.sbt...
707Checking patch modules/core/src/main/scala/sangria/introspection/package.scala...
708Checking patch build.sbt...
709Applied patch project/plugins.sbt cleanly.
710Applied patch modules/core/src/main/scala/sangria/introspection/package.scala cleanly.
711Applied patch build.sbt cleanly.
712Commit migration rewrites
713Switched to a new branch 'opencb/migrate-source-3.4'
714[opencb/migrate-source-3.4 1bfe8f8d] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
715 108 files changed, 1418 insertions(+), 1418 deletions(-)
716Using target Scala version for migration: 3.7.4
717Migrating project for -source:3.7 using Scala 3.7.4
718----
719Preparing build for 3.7.4
720Would try to apply common scalacOption (best-effort, sbt/mill only):
721Append: -rewrite,REQUIRE:-source:3.7-migration
722Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
723
724Try apply source patch:
725Path: modules/core/src/main/scala/sangria/introspection/package.scala
726Pattern: case n: Type with Named =>
727Replacement: case n: (Type & Named) =>
728Successfully applied pattern 'case n: Type with Named =>' in modules/core/src/main/scala/sangria/introspection/package.scala
729----
730Starting build for 3.7.4
731Execute tests: false
732sbt project found:
733No prepare script found for project sangria-graphql/sangria
734##################################
735Scala version: 3.7.4
736Targets: org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser
737Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
738##################################
739Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
740Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
741[sbt_options] declare -a sbt_options=()
742[process_args] java_version = '17'
743[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
744# Executing command line:
745java
746-Dfile.encoding=UTF-8
747-Dcommunitybuild.scala=3.7.4
748-Dcommunitybuild.project.dependencies.add=
749-Xmx7G
750-Xms4G
751-Xss8M
752-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
753-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
754-jar
755/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
756"setCrossScalaVersions 3.7.4"
757"++3.7.4 -v"
758"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
759"set every credentials := Nil"
760"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
761"removeScalacOptionsStartingWith -P:wartremover"
762
763moduleMappings
764"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}""" org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser"
765
766[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
767[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
768[info] loading project definition from /build/repo/project
769[info] loading settings for project sangria-root from build.sbt...
770[info] set current project to sangria-root (in build file:/build/repo/)
771Execute setCrossScalaVersions: 3.7.4
772OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-root/crossScalaVersions
773OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-test-monix/crossScalaVersions
774OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-ast/crossScalaVersions
775OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-derivation/crossScalaVersions
776OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria/crossScalaVersions
777OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-cats-effect-experimental/crossScalaVersions
778OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-parser/crossScalaVersions
779OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-benchmarks/crossScalaVersions
780OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-test-fs2/crossScalaVersions
781OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in sangria-core/crossScalaVersions
782[info] set current project to sangria-root (in build file:/build/repo/)
783[info] Setting Scala version to 3.7.4 on 10 projects.
784[info] Switching Scala version on:
785[info] sangria-core (2.12.20, 2.13.16, 3.7.4)
786[info] sangria-cats-effect-experimental (2.12.20, 2.13.16, 3.7.4)
787[info] sangria-parser (2.12.20, 2.13.16, 3.7.4)
788[info] sangria-test-monix (2.12.20, 2.13.16, 3.7.4)
789[info] sangria-benchmarks (2.12.20, 2.13.16, 3.7.4)
790[info] sangria-derivation (2.12.20, 2.13.16, 3.7.4)
791[info] sangria-test-fs2 (2.12.20, 2.13.16, 3.7.4)
792[info] sangria-ast (2.12.20, 2.13.16, 3.7.4)
793[info] * sangria-root (2.12.20, 2.13.16, 3.7.4)
794[info] sangria (2.12.20, 2.13.16, 3.7.4)
795[info] Excluding projects:
796[info] Reapplying settings...
797[info] set current project to sangria-root (in build file:/build/repo/)
798Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
799[info] Reapplying settings...
800[info] set current project to sangria-root (in build file:/build/repo/)
801[info] Defining Global / credentials, credentials and 8 others.
802[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
803[info] Run `last` for details.
804[info] Reapplying settings...
805[info] set current project to sangria-root (in build file:/build/repo/)
806Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
807[info] Reapplying settings...
808OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
809
810 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
811 Did you mean sangria-test-fs2 / allExcludeDependencies ?
812 , retry without global scopes
813[info] Reapplying settings...
814[info] set current project to sangria-root (in build file:/build/repo/)
815Execute removeScalacOptionsStartingWith: -P:wartremover
816[info] Reapplying settings...
817[info] set current project to sangria-root (in build file:/build/repo/)
818[success] Total time: 0 s, completed Nov 27, 2025, 9:53:51 PM
819Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
820Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
821Starting build...
822Projects: Set(sangria-core, sangria-cats-effect-experimental, sangria-parser, sangria-derivation, sangria-ast, sangria)
823Starting build for ProjectRef(file:/build/repo/,sangria-ast) (sangria-ast)... [0/6]
824OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
825OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
826OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
827OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
828Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
829[info] compiling 5 Scala sources to /build/repo/modules/ast/target/scala-3.7.4/classes ...
830[info] done compiling
831Starting build for ProjectRef(file:/build/repo/,sangria) (sangria)... [1/6]
832Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
833[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/classes ...
834[info] done compiling
835[info] compiling 109 Scala sources and 1 Java source to /build/repo/modules/core/target/scala-3.7.4/classes ...
836[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionError.scala:71:63
837[warn] 71 | private def renderAbstractType(abstractType: AbstractType) = abstractType match {
838[warn] | ^^^^^^^^^^^^
839[warn] |match may not be exhaustive.
840[warn] |
841[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
842[warn] |
843[warn] | longer explanation available when compiling with `-explain`
844[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala:26:4
845[warn] 26 | value match {
846[warn] | ^^^^^
847[warn] |match may not be exhaustive.
848[warn] |
849[warn] |It would fail on pattern case: Right(sangria.execution.Trinary.NullWithDefault(_))
850[warn] |
851[warn] | longer explanation available when compiling with `-explain`
852[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:199:67
853[warn] 199 | def identifyKind(t: Type, optional: Boolean): TypeKind.Value = t match {
854[warn] | ^
855[warn] |match may not be exhaustive.
856[warn] |
857[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
858[warn] |
859[warn] | longer explanation available when compiling with `-explain`
860[warn] -- [E121] Pattern Match Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:225:9
861[warn] 225 | case _ => None
862[warn] | ^
863[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
864[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaMaterializer.scala:645:4
865[warn] 645 | existingType match {
866[warn] | ^^^^^^^^^^^^
867[warn] |match may not be exhaustive.
868[warn] |
869[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionInputType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.ListType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionType[<?>], _: sangria.schema.MappedAbstractType (anonymous), _: sangria.schema.MappedAbstractType (anonymous)
870[warn] |
871[warn] | longer explanation available when compiling with `-explain`
872[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Schema.scala:1404:6
873[warn] 1404 | tpe match {
874[warn] | ^^^
875[warn] |match may not be exhaustive.
876[warn] |
877[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
878[warn] |
879[warn] | longer explanation available when compiling with `-explain`
880[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala:288:17
881[warn] 288 | case (v, m: MiddlewareBeforeField[Ctx]) => (v, m)
882[warn] | ^
883[warn] |the type test for sangria.execution.MiddlewareBeforeField[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
884[warn] |
885[warn] | longer explanation available when compiling with `-explain`
886[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:974:11
887[warn] 974 | case v: Value[Ctx, Any] => resolveValue(path, tpe, userCtx, astFields, field, updateCtx)(v)
888[warn] | ^
889[warn] |the type test for sangria.schema.Value[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
890[warn] |
891[warn] | longer explanation available when compiling with `-explain`
892[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:975:11
893[warn] 975 | case t: TryValue[Ctx, Any] =>
894[warn] | ^
895[warn] |the type test for sangria.schema.TryValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
896[warn] |
897[warn] | longer explanation available when compiling with `-explain`
898[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:977:11
899[warn] 977 | case p: PartialValue[Ctx, Any] =>
900[warn] | ^
901[warn] |the type test for sangria.schema.PartialValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
902[warn] |
903[warn] | longer explanation available when compiling with `-explain`
904[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:979:11
905[warn] 979 | case f: FutureValue[Ctx, Any] =>
906[warn] | ^
907[warn] |the type test for sangria.schema.FutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
908[warn] |
909[warn] | longer explanation available when compiling with `-explain`
910[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:981:11
911[warn] 981 | case p: PartialFutureValue[Ctx, Any] =>
912[warn] | ^
913[warn] |the type test for sangria.schema.PartialFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
914[warn] |
915[warn] | longer explanation available when compiling with `-explain`
916[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:983:11
917[warn] 983 | case d: DeferredValue[Ctx, Any] =>
918[warn] | ^
919[warn] |the type test for sangria.schema.DeferredValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
920[warn] |
921[warn] | longer explanation available when compiling with `-explain`
922[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:985:11
923[warn] 985 | case d: DeferredFutureValue[Ctx, Any] =>
924[warn] | ^
925[warn] |the type test for sangria.schema.DeferredFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
926[warn] |
927[warn] | longer explanation available when compiling with `-explain`
928[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:23:32
929[warn] 23 | middleware.collect { case m: MiddlewareFromScalar[Ctx] =>
930[warn] | ^
931[warn] |the type test for sangria.execution.MiddlewareFromScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
932[warn] |
933[warn] | longer explanation available when compiling with `-explain`
934[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:59:32
935[warn] 59 | middleware.collect { case m: MiddlewareToScalar[Ctx] =>
936[warn] | ^
937[warn] |the type test for sangria.execution.MiddlewareToScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
938[warn] |
939[warn] | longer explanation available when compiling with `-explain`
940[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Action.scala:99:11
941[warn] 99 | case v: PartialValue[Ctx, NewVal] => v
942[warn] | ^
943[warn] |the type test for sangria.schema.PartialValue[Ctx, NewVal] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, NewVal]
944[warn] |
945[warn] | longer explanation available when compiling with `-explain`
946[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/SchemaValidationRule.scala]
947[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/QueryReducerExecutor.scala]
948[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala]
949[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/InputDocumentMaterializer.scala]
950[info] [patched file /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala]
951[info] [patched file /build/repo/modules/core/src/main/scala/sangria/schema/DefaultValueRenderer.scala]
952[warn] there was 1 deprecation warning; re-run with -deprecation for details
953[warn] 18 warnings found
954[info] done compiling
955[info] compiling 12 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/classes ...
956[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala:298:19
957[warn] 298 | case d: DefDef =>
958[warn] | ^
959[warn] |the type test for contextual$27.reflect.DefDef cannot be checked at runtime because it refers to an abstract type member or type parameter
960[warn] |
961[warn] | longer explanation available when compiling with `-explain`
962[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveInputObjectTypeMacro.scala]
963[info] [patched file /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala]
964[warn] one warning found
965[info] done compiling
966[info] compiling 6 Scala sources to /build/repo/modules/core/target/scala-3.7.4/classes ...
967[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala:26:4
968[warn] 26 | value match {
969[warn] | ^^^^^
970[warn] |match may not be exhaustive.
971[warn] |
972[warn] |It would fail on pattern case: Right(sangria.execution.Trinary.NullWithDefault(_))
973[warn] |
974[warn] | longer explanation available when compiling with `-explain`
975[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala:288:17
976[warn] 288 | case (v, m: MiddlewareBeforeField[Ctx]) => (v, m)
977[warn] | ^
978[warn] |the type test for sangria.execution.MiddlewareBeforeField[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
979[warn] |
980[warn] | longer explanation available when compiling with `-explain`
981[warn] two warnings found
982[info] done compiling
983[info] compiling 2 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/classes ...
984[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala:298:19
985[warn] 298 | case d: DefDef =>
986[warn] | ^
987[warn] |the type test for contextual$27.reflect.DefDef cannot be checked at runtime because it refers to an abstract type member or type parameter
988[warn] |
989[warn] | longer explanation available when compiling with `-explain`
990[warn] one warning found
991[info] done compiling
992[info] compiling 3 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/classes ...
993[warn] one warning found
994[info] done compiling
995Starting build for ProjectRef(file:/build/repo/,sangria-core) (sangria-core)... [2/6]
996Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
997[info] compiling 95 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
998[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala:530:50
999[warn] 530 | BeforeFieldResult(attachment = name.map(CurrentUser))
1000[warn] | ^^^^^^^^^^^
1001[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `CurrentUser.apply` explicitly.
1002[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ScalarAliasSpec.scala:36:41
1003[warn] 36 | i => refineV[Positive](i).left.map(RefineViolation))
1004[warn] | ^^^^^^^^^^^^^^^
1005[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `this.RefineViolation.apply` explicitly.
1006[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:719:56
1007[warn] 719 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1008[warn] | ^
1009[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1010[warn] |
1011[warn] | longer explanation available when compiling with `-explain`
1012[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:760:56
1013[warn] 760 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1014[warn] | ^
1015[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1016[warn] |
1017[warn] | longer explanation available when compiling with `-explain`
1018[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:1056:57
1019[warn] 1056 | val exceptionHandler = ExceptionHandler { case (m, e: MyListError) =>
1020[warn] | ^
1021[warn] |the type test for MyListError cannot be checked at runtime because it's a local class
1022[warn] |
1023[warn] | longer explanation available when compiling with `-explain`
1024[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala:117:15
1025[warn] 117 | case LoadCategories(ids) if ids contains "fail" =>
1026[warn] | ^
1027[warn] |the type test for LoadCategories cannot be checked at runtime because it's a local class
1028[warn] |
1029[warn] | longer explanation available when compiling with `-explain`
1030[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/deferred/FetcherSpec.scala]
1031[info] [patched file /build/repo/modules/core/src/test/scala/sangria/util/FutureResultSupport.scala]
1032[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala]
1033[info] [patched file /build/repo/modules/core/src/test/scala/sangria/renderer/SchemaRenderSpec.scala]
1034[info] [patched file /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala]
1035[warn] there were 7 deprecation warnings; re-run with -deprecation for details
1036[warn] 7 warnings found
1037[info] done compiling
1038[info] compiling 5 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
1039[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:719:56
1040[warn] 719 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1041[warn] | ^
1042[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1043[warn] |
1044[warn] | longer explanation available when compiling with `-explain`
1045[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:760:56
1046[warn] 760 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1047[warn] | ^
1048[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1049[warn] |
1050[warn] | longer explanation available when compiling with `-explain`
1051[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:1056:57
1052[warn] 1056 | val exceptionHandler = ExceptionHandler { case (m, e: MyListError) =>
1053[warn] | ^
1054[warn] |the type test for MyListError cannot be checked at runtime because it's a local class
1055[warn] |
1056[warn] | longer explanation available when compiling with `-explain`
1057[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala:117:15
1058[warn] 117 | case LoadCategories(ids) if ids contains "fail" =>
1059[warn] | ^
1060[warn] |the type test for LoadCategories cannot be checked at runtime because it's a local class
1061[warn] |
1062[warn] | longer explanation available when compiling with `-explain`
1063[warn] four warnings found
1064[info] done compiling
1065[info] compiling 37 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
1066[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala:530:50
1067[warn] 530 | BeforeFieldResult(attachment = name.map(CurrentUser))
1068[warn] | ^^^^^^^^^^^
1069[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `CurrentUser.apply` explicitly.
1070[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ScalarAliasSpec.scala:36:41
1071[warn] 36 | i => refineV[Positive](i).left.map(RefineViolation))
1072[warn] | ^^^^^^^^^^^^^^^
1073[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `this.RefineViolation.apply` explicitly.
1074[warn] there were 5 deprecation warnings; re-run with -deprecation for details
1075[warn] 7 warnings found
1076[info] done compiling
1077[info] compiling 14 Scala sources to /build/repo/modules/core/target/scala-3.7.4/test-classes ...
1078[warn] 7 warnings found
1079[info] done compiling
1080Starting build for ProjectRef(file:/build/repo/,sangria-derivation) (sangria-derivation)... [3/6]
1081Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1082[info] compiling 9 Scala sources to /build/repo/modules/derivation/target/scala-3.7.4/test-classes ...
1083[info] done compiling
1084Starting build for ProjectRef(file:/build/repo/,sangria-parser) (sangria-parser)... [4/6]
1085Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1086[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.7.4/test-classes ...
1087[info] done compiling
1088Starting build for ProjectRef(file:/build/repo/,sangria-cats-effect-experimental) (sangria-cats-effect-experimental)... [5/6]
1089Compile scalacOptions: -release, 8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1090[info] compiling 4 Scala sources to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/classes ...
1091[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:127:13
1092[warn] 127 | case a: AsyncValue[Ctx, Any, F] =>
1093[warn] | ^
1094[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
1095[warn] |
1096[warn] | longer explanation available when compiling with `-explain`
1097[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:141:13
1098[warn] 141 | case s: AsyncExecutionScheme[F] =>
1099[warn] | ^
1100[warn] |the type test for sangria.execution.AsyncExecutionScheme[F] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.ExecutionScheme
1101[warn] |
1102[warn] | longer explanation available when compiling with `-explain`
1103[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:163:13
1104[warn] 163 | case a: AsyncValue[Ctx, Any, F] =>
1105[warn] | ^
1106[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
1107[warn] |
1108[warn] | longer explanation available when compiling with `-explain`
1109[warn] three warnings found
1110[info] done compiling
1111[info] compiling 1 Scala source to /build/repo/modules/cats-effect-experimental/target/scala-3.7.4/test-classes ...
1112[info] done compiling
1113
1114************************
1115Build summary:
1116[{
1117 "module": "sangria-ast",
1118 "compile": {"status": "ok", "tookMs": 7874, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1119 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1120 "test-compile": {"status": "ok", "tookMs": 127, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1121 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1122 "publish": {"status": "skipped", "tookMs": 0},
1123 "metadata": {
1124 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1125}
1126},{
1127 "module": "sangria",
1128 "compile": {"status": "ok", "tookMs": 54159, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1129 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1130 "test-compile": {"status": "ok", "tookMs": 6245, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1131 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1132 "publish": {"status": "skipped", "tookMs": 0},
1133 "metadata": {
1134 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1135}
1136},{
1137 "module": "sangria-core",
1138 "compile": {"status": "ok", "tookMs": 145, "warnings": 17, "errors": 0, "sourceVersion": "3.7-migration"},
1139 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1140 "test-compile": {"status": "ok", "tookMs": 28235, "warnings": 6, "errors": 0, "sourceVersion": "3.7-migration"},
1141 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1142 "publish": {"status": "skipped", "tookMs": 0},
1143 "metadata": {
1144 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1145}
1146},{
1147 "module": "sangria-derivation",
1148 "compile": {"status": "ok", "tookMs": 167, "warnings": 2, "errors": 0, "sourceVersion": "3.7-migration"},
1149 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1150 "test-compile": {"status": "ok", "tookMs": 4878, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1151 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1152 "publish": {"status": "skipped", "tookMs": 0},
1153 "metadata": {
1154 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1155}
1156},{
1157 "module": "sangria-parser",
1158 "compile": {"status": "ok", "tookMs": 74, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1159 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1160 "test-compile": {"status": "ok", "tookMs": 1088, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1161 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1162 "publish": {"status": "skipped", "tookMs": 0},
1163 "metadata": {
1164 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1165}
1166},{
1167 "module": "sangria-cats-effect-experimental",
1168 "compile": {"status": "ok", "tookMs": 866, "warnings": 3, "errors": 0, "sourceVersion": "3.7-migration"},
1169 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1170 "test-compile": {"status": "ok", "tookMs": 1156, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1171 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1172 "publish": {"status": "skipped", "tookMs": 0},
1173 "metadata": {
1174 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1175}
1176}]
1177************************
1178[success] Total time: 133 s (0:02:13.0), completed Nov 27, 2025, 9:56:05 PM
1179[0JChecking patch project/plugins.sbt...
1180Checking patch modules/core/src/main/scala/sangria/introspection/package.scala...
1181Checking patch build.sbt...
1182Applied patch project/plugins.sbt cleanly.
1183Applied patch modules/core/src/main/scala/sangria/introspection/package.scala cleanly.
1184Applied patch build.sbt cleanly.
1185Commit migration rewrites
1186Switched to a new branch 'opencb/migrate-source-3.7'
1187[opencb/migrate-source-3.7 06d1c4f5] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
1188 13 files changed, 20 insertions(+), 20 deletions(-)
1189----
1190Preparing build for 3.8.0-RC2
1191Scala binary version found: 3.8
1192Implicitly using source version 3.8
1193Scala binary version found: 3.8
1194Implicitly using source version 3.8
1195Would try to apply common scalacOption (best-effort, sbt/mill only):
1196Append: ,REQUIRE:-source:3.8
1197Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1198
1199Try apply source patch:
1200Path: modules/core/src/main/scala/sangria/introspection/package.scala
1201Pattern: case n: Type with Named =>
1202Replacement: case n: (Type & Named) =>
1203Successfully applied pattern 'case n: Type with Named =>' in modules/core/src/main/scala/sangria/introspection/package.scala
1204----
1205Starting build for 3.8.0-RC2
1206Execute tests: false
1207sbt project found:
1208No prepare script found for project sangria-graphql/sangria
1209##################################
1210Scala version: 3.8.0-RC2
1211Targets: org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser
1212Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
1213##################################
1214Using extra scalacOptions: ,REQUIRE:-source:3.8
1215Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1216[sbt_options] declare -a sbt_options=()
1217[process_args] java_version = '17'
1218[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1219# Executing command line:
1220java
1221-Dfile.encoding=UTF-8
1222-Dcommunitybuild.scala=3.8.0-RC2
1223-Dcommunitybuild.project.dependencies.add=
1224-Xmx7G
1225-Xms4G
1226-Xss8M
1227-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1228-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1229-jar
1230/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1231"setCrossScalaVersions 3.8.0-RC2"
1232"++3.8.0-RC2 -v"
1233"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1234"set every credentials := Nil"
1235"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1236"removeScalacOptionsStartingWith -P:wartremover"
1237
1238moduleMappings
1239"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}""" org.sangria-graphql%sangria org.sangria-graphql%sangria-ast org.sangria-graphql%sangria-cats-effect-experimental org.sangria-graphql%sangria-core org.sangria-graphql%sangria-derivation org.sangria-graphql%sangria-parser"
1240
1241[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1242[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1243[info] loading project definition from /build/repo/project
1244[info] loading settings for project sangria-root from build.sbt...
1245[info] set current project to sangria-root (in build file:/build/repo/)
1246Execute setCrossScalaVersions: 3.8.0-RC2
1247OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-root/crossScalaVersions
1248OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-test-monix/crossScalaVersions
1249OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-derivation/crossScalaVersions
1250OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-ast/crossScalaVersions
1251OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria/crossScalaVersions
1252OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-benchmarks/crossScalaVersions
1253OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-cats-effect-experimental/crossScalaVersions
1254OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-parser/crossScalaVersions
1255OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-test-fs2/crossScalaVersions
1256OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC2 in sangria-core/crossScalaVersions
1257[info] set current project to sangria-root (in build file:/build/repo/)
1258[info] Setting Scala version to 3.8.0-RC2 on 10 projects.
1259[info] Switching Scala version on:
1260[info] sangria-core (2.12.20, 2.13.16, 3.8.0-RC2)
1261[info] sangria-cats-effect-experimental (2.12.20, 2.13.16, 3.8.0-RC2)
1262[info] sangria-parser (2.12.20, 2.13.16, 3.8.0-RC2)
1263[info] sangria-test-monix (2.12.20, 2.13.16, 3.8.0-RC2)
1264[info] sangria-benchmarks (2.12.20, 2.13.16, 3.8.0-RC2)
1265[info] sangria-derivation (2.12.20, 2.13.16, 3.8.0-RC2)
1266[info] sangria-test-fs2 (2.12.20, 2.13.16, 3.8.0-RC2)
1267[info] sangria-ast (2.12.20, 2.13.16, 3.8.0-RC2)
1268[info] * sangria-root (2.12.20, 2.13.16, 3.8.0-RC2)
1269[info] sangria (2.12.20, 2.13.16, 3.8.0-RC2)
1270[info] Excluding projects:
1271[info] Reapplying settings...
1272[info] set current project to sangria-root (in build file:/build/repo/)
1273Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1274[info] Reapplying settings...
1275[info] set current project to sangria-root (in build file:/build/repo/)
1276[info] Defining Global / credentials, credentials and 8 others.
1277[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 79 others.
1278[info] Run `last` for details.
1279[info] Reapplying settings...
1280[info] set current project to sangria-root (in build file:/build/repo/)
1281Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1282[info] Reapplying settings...
1283OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1284
1285 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1286 Did you mean sangria-test-fs2 / allExcludeDependencies ?
1287 , retry without global scopes
1288[info] Reapplying settings...
1289[info] set current project to sangria-root (in build file:/build/repo/)
1290Execute removeScalacOptionsStartingWith: -P:wartremover
1291[info] Reapplying settings...
1292[info] set current project to sangria-root (in build file:/build/repo/)
1293[success] Total time: 0 s, completed Nov 27, 2025, 9:56:18 PM
1294Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"modules/core/src/main/scala/sangria/introspection/package.scala","pattern":"case n: Type with Named =>","replaceWith":"case n: (Type & Named) =>"}]}
1295Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1296Starting build...
1297Projects: Set(sangria-core, sangria-cats-effect-experimental, sangria-parser, sangria-derivation, sangria-ast, sangria)
1298Starting build for ProjectRef(file:/build/repo/,sangria-ast) (sangria-ast)... [0/6]
1299OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1300OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1301OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1302Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1303[info] compiling 5 Scala sources to /build/repo/modules/ast/target/scala-3.8.0-RC2/classes ...
1304[info] done compiling
1305Starting build for ProjectRef(file:/build/repo/,sangria) (sangria)... [1/6]
1306Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1307[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.8.0-RC2/classes ...
1308[info] done compiling
1309[info] compiling 109 Scala sources and 1 Java source to /build/repo/modules/core/target/scala-3.8.0-RC2/classes ...
1310[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ExecutionError.scala:71:63
1311[warn] 71 | private def renderAbstractType(abstractType: AbstractType) = abstractType match {
1312[warn] | ^^^^^^^^^^^^
1313[warn] |match may not be exhaustive.
1314[warn] |
1315[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
1316[warn] |
1317[warn] | longer explanation available when compiling with `-explain`
1318[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/execution/ValueCoercionHelper.scala:26:4
1319[warn] 26 | value match {
1320[warn] | ^^^^^
1321[warn] |match may not be exhaustive.
1322[warn] |
1323[warn] |It would fail on pattern case: Right(sangria.execution.Trinary.NullWithDefault(_))
1324[warn] |
1325[warn] | longer explanation available when compiling with `-explain`
1326[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:199:67
1327[warn] 199 | def identifyKind(t: Type, optional: Boolean): TypeKind.Value = t match {
1328[warn] | ^
1329[warn] |match may not be exhaustive.
1330[warn] |
1331[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
1332[warn] |
1333[warn] | longer explanation available when compiling with `-explain`
1334[warn] -- [E121] Pattern Match Warning: /build/repo/modules/core/src/main/scala/sangria/introspection/package.scala:225:9
1335[warn] 225 | case _ => None
1336[warn] | ^
1337[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1338[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/AstSchemaMaterializer.scala:645:4
1339[warn] 645 | existingType match {
1340[warn] | ^^^^^^^^^^^^
1341[warn] |match may not be exhaustive.
1342[warn] |
1343[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionInputType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.ListType[<?>], _: sangria.schema.MappedAbstractType[<?>] & sangria.schema.OptionType[<?>], _: sangria.schema.MappedAbstractType (anonymous), _: sangria.schema.MappedAbstractType (anonymous)
1344[warn] |
1345[warn] | longer explanation available when compiling with `-explain`
1346[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Schema.scala:1404:6
1347[warn] 1404 | tpe match {
1348[warn] | ^^^
1349[warn] |match may not be exhaustive.
1350[warn] |
1351[warn] |It would fail on pattern case: _: sangria.schema.MappedAbstractType (anonymous)
1352[warn] |
1353[warn] | longer explanation available when compiling with `-explain`
1354[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/Executor.scala:288:17
1355[warn] 288 | case (v, m: MiddlewareBeforeField[Ctx]) => (v, m)
1356[warn] | ^
1357[warn] |the type test for sangria.execution.MiddlewareBeforeField[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
1358[warn] |
1359[warn] | longer explanation available when compiling with `-explain`
1360[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:974:11
1361[warn] 974 | case v: Value[Ctx, Any] => resolveValue(path, tpe, userCtx, astFields, field, updateCtx)(v)
1362[warn] | ^
1363[warn] |the type test for sangria.schema.Value[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1364[warn] |
1365[warn] | longer explanation available when compiling with `-explain`
1366[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:975:11
1367[warn] 975 | case t: TryValue[Ctx, Any] =>
1368[warn] | ^
1369[warn] |the type test for sangria.schema.TryValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1370[warn] |
1371[warn] | longer explanation available when compiling with `-explain`
1372[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:977:11
1373[warn] 977 | case p: PartialValue[Ctx, Any] =>
1374[warn] | ^
1375[warn] |the type test for sangria.schema.PartialValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1376[warn] |
1377[warn] | longer explanation available when compiling with `-explain`
1378[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:979:11
1379[warn] 979 | case f: FutureValue[Ctx, Any] =>
1380[warn] | ^
1381[warn] |the type test for sangria.schema.FutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1382[warn] |
1383[warn] | longer explanation available when compiling with `-explain`
1384[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:981:11
1385[warn] 981 | case p: PartialFutureValue[Ctx, Any] =>
1386[warn] | ^
1387[warn] |the type test for sangria.schema.PartialFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1388[warn] |
1389[warn] | longer explanation available when compiling with `-explain`
1390[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:983:11
1391[warn] 983 | case d: DeferredValue[Ctx, Any] =>
1392[warn] | ^
1393[warn] |the type test for sangria.schema.DeferredValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1394[warn] |
1395[warn] | longer explanation available when compiling with `-explain`
1396[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/FutureResolver.scala:985:11
1397[warn] 985 | case d: DeferredFutureValue[Ctx, Any] =>
1398[warn] | ^
1399[warn] |the type test for sangria.schema.DeferredFutureValue[Ctx, Any] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.StandardLeafAction[Ctx, Any]
1400[warn] |
1401[warn] | longer explanation available when compiling with `-explain`
1402[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:23:32
1403[warn] 23 | middleware.collect { case m: MiddlewareFromScalar[Ctx] =>
1404[warn] | ^
1405[warn] |the type test for sangria.execution.MiddlewareFromScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
1406[warn] |
1407[warn] | longer explanation available when compiling with `-explain`
1408[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/execution/middleware.scala:59:32
1409[warn] 59 | middleware.collect { case m: MiddlewareToScalar[Ctx] =>
1410[warn] | ^
1411[warn] |the type test for sangria.execution.MiddlewareToScalar[Ctx] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.Middleware[Ctx]
1412[warn] |
1413[warn] | longer explanation available when compiling with `-explain`
1414[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/main/scala/sangria/schema/Action.scala:99:11
1415[warn] 99 | case v: PartialValue[Ctx, NewVal] => v
1416[warn] | ^
1417[warn] |the type test for sangria.schema.PartialValue[Ctx, NewVal] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, NewVal]
1418[warn] |
1419[warn] | longer explanation available when compiling with `-explain`
1420[warn] there was 1 deprecation warning; re-run with -deprecation for details
1421[warn] 18 warnings found
1422[info] done compiling
1423[info] compiling 12 Scala sources to /build/repo/modules/derivation/target/scala-3.8.0-RC2/classes ...
1424[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/derivation/src/main/scala-3/sangria/macros/derive/DeriveObjectTypeMacro.scala:298:19
1425[warn] 298 | case d: DefDef =>
1426[warn] | ^
1427[warn] |the type test for contextual$27.reflect.DefDef cannot be checked at runtime because it refers to an abstract type member or type parameter
1428[warn] |
1429[warn] | longer explanation available when compiling with `-explain`
1430[warn] one warning found
1431[info] done compiling
1432Starting build for ProjectRef(file:/build/repo/,sangria-core) (sangria-core)... [2/6]
1433Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1434[info] compiling 95 Scala sources to /build/repo/modules/core/target/scala-3.8.0-RC2/test-classes ...
1435[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/MiddlewareSpec.scala:530:50
1436[warn] 530 | BeforeFieldResult(attachment = name.map(CurrentUser))
1437[warn] | ^^^^^^^^^^^
1438[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `CurrentUser.apply` explicitly.
1439[warn] -- Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ScalarAliasSpec.scala:36:41
1440[warn] 36 | i => refineV[Positive](i).left.map(RefineViolation))
1441[warn] | ^^^^^^^^^^^^^^^
1442[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `this.RefineViolation.apply` explicitly.
1443[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:719:56
1444[warn] 719 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1445[warn] | ^
1446[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1447[warn] |
1448[warn] | longer explanation available when compiling with `-explain`
1449[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:760:56
1450[warn] 760 | ec: ExecutionContext) = deferred.map { case Sum(a, b) =>
1451[warn] | ^
1452[warn] |the type test for Sum cannot be checked at runtime because it's a local class
1453[warn] |
1454[warn] | longer explanation available when compiling with `-explain`
1455[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/ExecutorSpec.scala:1056:57
1456[warn] 1056 | val exceptionHandler = ExceptionHandler { case (m, e: MyListError) =>
1457[warn] | ^
1458[warn] |the type test for MyListError cannot be checked at runtime because it's a local class
1459[warn] |
1460[warn] | longer explanation available when compiling with `-explain`
1461[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/core/src/test/scala/sangria/execution/deferred/DeferredResolverSpec.scala:117:15
1462[warn] 117 | case LoadCategories(ids) if ids contains "fail" =>
1463[warn] | ^
1464[warn] |the type test for LoadCategories cannot be checked at runtime because it's a local class
1465[warn] |
1466[warn] | longer explanation available when compiling with `-explain`
1467[warn] there were 7 deprecation warnings; re-run with -deprecation for details
1468[warn] 7 warnings found
1469[info] done compiling
1470Starting build for ProjectRef(file:/build/repo/,sangria-derivation) (sangria-derivation)... [3/6]
1471Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1472[info] compiling 9 Scala sources to /build/repo/modules/derivation/target/scala-3.8.0-RC2/test-classes ...
1473[info] done compiling
1474Starting build for ProjectRef(file:/build/repo/,sangria-parser) (sangria-parser)... [4/6]
1475Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1476[info] compiling 6 Scala sources to /build/repo/modules/parser/target/scala-3.8.0-RC2/test-classes ...
1477[info] done compiling
1478Starting build for ProjectRef(file:/build/repo/,sangria-cats-effect-experimental) (sangria-cats-effect-experimental)... [5/6]
1479Compile scalacOptions: --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1480[info] compiling 4 Scala sources to /build/repo/modules/cats-effect-experimental/target/scala-3.8.0-RC2/classes ...
1481[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:127:13
1482[warn] 127 | case a: AsyncValue[Ctx, Any, F] =>
1483[warn] | ^
1484[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
1485[warn] |
1486[warn] | longer explanation available when compiling with `-explain`
1487[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:141:13
1488[warn] 141 | case s: AsyncExecutionScheme[F] =>
1489[warn] | ^
1490[warn] |the type test for sangria.execution.AsyncExecutionScheme[F] cannot be checked at runtime because its type arguments can't be determined from sangria.execution.ExecutionScheme
1491[warn] |
1492[warn] | longer explanation available when compiling with `-explain`
1493[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/modules/cats-effect-experimental/src/main/scala/sangria/execution/AsyncResolver.scala:163:13
1494[warn] 163 | case a: AsyncValue[Ctx, Any, F] =>
1495[warn] | ^
1496[warn] |the type test for sangria.catseffect.schema.AsyncValue[Ctx, Any, F] cannot be checked at runtime because its type arguments can't be determined from sangria.schema.LeafAction[Ctx, Any]
1497[warn] |
1498[warn] | longer explanation available when compiling with `-explain`
1499[warn] three warnings found
1500[info] done compiling
1501[info] compiling 1 Scala source to /build/repo/modules/cats-effect-experimental/target/scala-3.8.0-RC2/test-classes ...
1502[info] done compiling
1503
1504************************
1505Build summary:
1506[{
1507 "module": "sangria-ast",
1508 "compile": {"status": "ok", "tookMs": 11105, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1509 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1510 "test-compile": {"status": "ok", "tookMs": 135, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1511 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1512 "publish": {"status": "skipped", "tookMs": 0},
1513 "metadata": {
1514 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1515}
1516},{
1517 "module": "sangria",
1518 "compile": {"status": "ok", "tookMs": 65044, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1519 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1520 "test-compile": {"status": "ok", "tookMs": 332, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1521 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1522 "publish": {"status": "skipped", "tookMs": 0},
1523 "metadata": {
1524 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1525}
1526},{
1527 "module": "sangria-core",
1528 "compile": {"status": "ok", "tookMs": 165, "warnings": 17, "errors": 0, "sourceVersion": "3.8"},
1529 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1530 "test-compile": {"status": "ok", "tookMs": 28442, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
1531 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1532 "publish": {"status": "skipped", "tookMs": 0},
1533 "metadata": {
1534 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1535}
1536},{
1537 "module": "sangria-derivation",
1538 "compile": {"status": "ok", "tookMs": 184, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1539 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1540 "test-compile": {"status": "ok", "tookMs": 5685, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1541 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1542 "publish": {"status": "skipped", "tookMs": 0},
1543 "metadata": {
1544 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1545}
1546},{
1547 "module": "sangria-parser",
1548 "compile": {"status": "ok", "tookMs": 98, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1549 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1550 "test-compile": {"status": "ok", "tookMs": 1410, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1551 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1552 "publish": {"status": "skipped", "tookMs": 0},
1553 "metadata": {
1554 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1555}
1556},{
1557 "module": "sangria-cats-effect-experimental",
1558 "compile": {"status": "ok", "tookMs": 952, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
1559 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1560 "test-compile": {"status": "ok", "tookMs": 1238, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1561 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1562 "publish": {"status": "skipped", "tookMs": 0},
1563 "metadata": {
1564 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
1565}
1566}]
1567************************
1568[success] Total time: 128 s (0:02:08.0), completed Nov 27, 2025, 9:58:27 PM
1569[0JChecking patch project/plugins.sbt...
1570Checking patch modules/core/src/main/scala/sangria/introspection/package.scala...
1571Checking patch build.sbt...
1572Applied patch project/plugins.sbt cleanly.
1573Applied patch modules/core/src/main/scala/sangria/introspection/package.scala cleanly.
1574Applied patch build.sbt cleanly.