Build Logs

nafg/scala-grist • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

14

Total Lines

111

1##################################
2Clonning https://github.com/nafg/scala-grist.git into /build/repo using revision v0.5.0
3##################################
4Note: switching to 'ec11884028bcabda394e5d62f8a2984b274a1b6a'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC2
32Execute tests: true
33Mill project found:
34Found explicit mill version 0.11.12 in ./mill-version
35Force upgrade of millVersion 0.11.12 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project nafg/scala-grist
38No mill build directory found
39Apply scalafix rules to ./build.sc
40Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
42Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
43##################################
44Scala version: 3.8.0-RC2
45Targets: io.github.nafg.grist%grist-core
46Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
47##################################
48Downloading mill 0.11.13 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.11.13/mill-dist-0.11.13.jar ...
49 % Total % Received % Xferd Average Speed Time Time Time Current
50 Dload Upload Total Spent Left Speed
51
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53 0 59.2M 0 246k 0 0 1436k 0 0:00:42 --:--:-- 0:00:42 1430k
54 91 59.2M 91 54.4M 0 0 46.3M 0 0:00:01 0:00:01 --:--:-- 46.3M
55100 59.2M 100 59.2M 0 0 44.3M 0 0:00:01 0:00:01 --:--:-- 44.3M
56Preparing Java 17.0.8 runtime; this may take a minute or two ...
57[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
58[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
59[warn] .iterator()
60[warn] ^
61[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
62[warn] case module: CommunityBuildPublishModule =>
63[warn] ^
64[warn] two warnings found
65[info] done compiling
66Try build using /opencb/project-builder/mill/millw
67[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
68[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[warn] .iterator()
70[warn] ^
71[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
72[warn] case module: CommunityBuildPublishModule =>
73[warn] ^
74[warn] two warnings found
75[info] done compiling
76Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
77Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
78OpenCB::Use cross-version 3.8.0-RC2 instead of 3.4.2
79
80Starting build for grist-core - [0/1]
81No test module defined in core[3.8.0-RC2]
82Failed to resolve scalaVersion, assume it's Scala 3 project
83OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
84OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
85[info] compiling 9 Scala sources to /build/repo/out/core/3.8.0-RC2/compile.dest/classes ...
86[info] done compiling
87Successfully evaluated core[3.8.0-RC2].compile
88Option -classpath was updated
891 warning found
90Successfully evaluated core[3.8.0-RC2].docJar
91Module core[3.8.0-RC2] is not a publish module, skipping publishing
92
93************************
94Build summary:
95[{
96 "module": "grist-core",
97 "compile": {"status": "ok", "tookMs": 15701, "warnings": 0, "errors": 0},
98 "doc": {"status": "ok", "tookMs": 6810, "files": 1, "totalSizeKb": 2928},
99 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
100 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
101 "publish": {"status": "skipped", "tookMs": 0},
102 "metadata": {
103 "crossScalaVersions": ["2.13.14", "3.4.2"]
104}
105}]
106************************"
107
108Checking patch build.sc...
109Checking patch .mill-version...
110Applied patch build.sc cleanly.
111Applied patch .mill-version cleanly.