Build Logs
quafadas/spire_ad • 3.7.0-RC4:2025-04-27
Errors
1
Warnings
21
Total Lines
163
1##################################
2Clonning https://github.com/quafadas/spire_ad.git into repo using revision v0.0.9
3##################################
4Note: switching to '2ed1d8f5f38ef7da709e1a6ffd0f44875c31a49a'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.7.0-RC4
23Scala binary version found: 3.7
24Implicitly using source version 3.7-migration
25Scala binary version found: 3.7
26Implicitly using source version 3.7-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.7.0-RC4
32Execute tests: true
33Mill project found:
34Found explicit mill version 0.12.8
35Detected mill version=0.12.8, binary version: 0.12
36No prepare script found for project quafadas/spire_ad
37No mill build directory found
38Apply scalafix rules to build.mill
39##################################
40Scala version: 3.7.0-RC4
41Targets: io.github.quafadas%spireAD
42Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "17" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "full", "migrationVersions": [], "sourcePatches": [] }
43##################################
44Try build using /opencb/project-builder/mill/millw --mill-version 0.12.8
45Downloading mill 0.12.8 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.8/mill-dist-0.12.8.jar ...
46 % Total % Received % Xferd Average Speed Time Time Time Current
47 Dload Upload Total Spent Left Speed
48
49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
50 8 69.9M 8 5887k 0 0 12.8M 0 0:00:05 --:--:-- 0:00:05 12.8M
51100 69.9M 100 69.9M 0 0 70.8M 0 --:--:-- --:--:-- --:--:-- 70.7M
52WARNING: Using incubator modules: jdk.incubator.vector
53--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
54[build.mill] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
55[build.mill] [warn] /build/repo/CommunityBuildCore.mill:232:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
56[build.mill] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
57[build.mill] [warn] ^
58[build.mill] [warn] /build/repo/CommunityBuildCore.mill:131:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
59[build.mill] [warn] .iterator()
60[build.mill] [warn] ^
61[build.mill] [warn] two warnings found
62[build.mill] [info] done compiling
63Build config: {
64 "projects": {
65 "exclude": [],
66 "overrides": {}
67 },
68 "java": {
69 "version": "17"
70 },
71 "sbt": {
72 "commands": [],
73 "options": []
74 },
75 "mill": {
76 "options": []
77 },
78 "tests": "full",
79 "migrationVersions": [],
80 "sourcePatches": []
81}
82Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
83
84Starting build for spireAD
85Failed to resolve scalaVersion, assume it's Scala 3 project
86[info] compiling 6 Scala sources to /build/repo/out/spireAD/jvm/compile.dest/classes ...
87[warn] -- [E198] Unused Symbol Warning: /build/repo/spireAD/src/JetMatrixTypeClasses.scala:11:12
88[warn] 11 |import narr.*
89[warn] | ^
90[warn] | unused import
91[warn] -- [E198] Unused Symbol Warning: /build/repo/spireAD/src/dagNode.scala:8:26 ----
92[warn] 8 |import spire.algebra.Trig.*
93[warn] | ^
94[warn] | unused import
95[warn] there were 6 feature warnings; re-run with -feature for details
96[warn] three warnings found
97[info] done compiling
98Successfully evaluated spireAD.jvm.compile
99Skipping unused scalacOptions: -Wconf, -source
100Flag -classpath set repeatedly
1011 warning found
102Successfully evaluated spireAD.jvm.docJar
103Failed to resolve scalaVersion, assume it's Scala 3 project
104OpenCB::Would not apply setting `-source:3.7-migration`: Project has predefined source version: Some(-source:3.7-migration)
105[info] compiling 3 Scala sources to /build/repo/out/spireAD/jvm/test/compile.dest/classes ...
106[warn] there were 2 deprecation warnings; re-run with -deprecation for details
107[warn] one warning found
108[info] done compiling
109Successfully evaluated spireAD.jvm.test.compile
110WARNING: Using incubator modules: jdk.incubator.vector
111io.github.quafadas.spireAD.TejSuite:
112 + jet addition 0.069s
113 + jet multiplication 0.001s
114 + jet equality 0.001s
115 + jet function composition 0.005s
116 + Tej addition 0.025s
117 + Tej multiplication 0.002s
118 + Tej equality 0.001s
119 + zero Tej 0.001s
120 + sin 0.005s
121 + log 0.001s
122 + construct digraph 0.001s
123io.github.quafadas.spireAD.DAGSuite:
124 + Add and retrieve nodes 0.005s
125 + Add edges and check existence 0.004s
126 + Remove nodes and check graph persistence 0.002s
127 + Remove edges and confirm 0.002s
128 + Topological sort with acyclic graph 0.013s
129 + Topological sort with cyclic graph throws exception 0.005s
130 + Graphviz representation correctness 0.001s
131 + Graph is empty 0.002s
132 + unary nodes : exp 0.009s
133 + unary nodes : sin 0.001s
134 + unary nodes : log 0.001s
135 + unary nodes : cos 0.002s
136 + binary nodes : + 0.006s
137 + binary nodes : - 0.002s
138 + binary nodes : * 0.001s
139 + binary nodes : / 0.003s
140io.github.quafadas.spireAD.BackwardSuite:
141 + log softmax gradients sum to zero. Result are consistent between Tej, Jet, double 0.017s
142 + softmax gradients sum to zero. Result are consistent between Tej, Jet, double 0.007s
143Successfully evaluated spireAD.jvm.test.test
144Publishing Artifact(io.github.quafadas,spireAD_3,0.0.9-DIRTY2bdd7550) to ivy repo /root/.ivy2/local
145Successfully evaluated spireAD.jvm.publishLocal
146
147************************
148Build summary:
149[{
150 "module": "spireAD",
151 "compile": {"status": "ok", "tookMs": 12522, "warnings": 0, "errors": 0},
152 "doc": {"status": "ok", "tookMs": 6430, "files": 1, "totalSizeKb": 2755},
153 "test-compile": {"status": "ok", "tookMs": 10179, "warnings": 0, "errors": 0},
154 "test": {"status": "ok", "tookMs": 2271, "passed": 29, "failed": 0, "ignored": 0, "skipped": 0, "total": 29, "byFramework": []},
155 "publish": {"status": "ok", "tookMs": 290},
156 "metadata": {
157 "crossScalaVersions": []
158}
159}]
160************************"
161
162Checking patch build.mill...
163Applied patch build.mill cleanly.