Build Logs

lolgab/snunit • scheduled_3.6.4-RC1-bin-20241205-c61897d-NIGHTLY

Errors

0

Warnings

9

Total Lines

141

1##################################
2Clonning https://github.com/lolgab/snunit.git into repo using revision 0.3.0
3##################################
4Note: switching to '0521ef48201cc938838580ecbf4e7b933fe99c88'.
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.6.4-RC1-bin-20241205-c61897d-NIGHTLY
23Scala binary version found: 3.6
24Implicitly using source version 3.6-migration
25Scala binary version found: 3.6
26Implicitly using source version 3.6-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.6-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.6.4-RC1-bin-20241205-c61897d-NIGHTLY
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.10.11
35Detected mill version=0.10.11, binary version: 0.10
36No prepare script found for project lolgab/snunit
37No mill build directory found
38Apply scalafix rules to ./build.sc
39Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
40Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
42##################################
43Scala version: 3.6.4-RC1-bin-20241205-c61897d-NIGHTLY
44Targets: com.github.lolgab%snunit com.github.lolgab%snunit-tapir
45Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "17" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [] }
46##################################
47Try build using ./mill
48 % Total % Received % Xferd Average Speed Time Time Time Current
49 Dload Upload Total Spent Left Speed
50
51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53
54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
55
56 26 67.7M 26 18.0M 0 0 21.9M 0 0:00:03 --:--:-- 0:00:03 21.9M
57 94 67.7M 94 64.0M 0 0 35.5M 0 0:00:01 0:00:01 --:--:-- 46.9M
58100 67.7M 100 67.7M 0 0 32.9M 0 0:00:02 0:00:02 --:--:-- 40.3M
59Preparing Java 17.0.8 runtime; this may take a minute or two ...
60Build config: {
61 "projects": {
62 "exclude": [],
63 "overrides": {}
64 },
65 "java": {
66 "version": "17"
67 },
68 "sbt": {
69 "commands": [],
70 "options": []
71 },
72 "mill": {
73 "options": []
74 },
75 "tests": "compile-only",
76 "migrationVersions": [],
77 "sourcePatches": []
78}
79Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
80OpenCB::Use cross-version 3.6.4-RC1-bin-20241205-c61897d-NIGHTLY instead of 3.2.2
81OpenCB::Use cross-version (3.6.4-RC1-bin-20241205-c61897d-NIGHTLY,0.23.18) instead of (3.2.2,0.23.18)
82OpenCB::Use cross-version (3.6.4-RC1-bin-20241205-c61897d-NIGHTLY,1.0.0-M39) instead of (3.2.2,1.0.0-M39)
83
84Starting build for snunit
85No test module defined in snunit[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm
86Failed to resolve scalaVersion, assume it's Scala 3 project
87OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
88Failed to resolve scalaVersion, assume it's Scala 3 project
89OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
90[info] compiling 7 Scala sources to /build/repo/out/snunit/3.6.4-RC1-bin-20241205-c61897d-NIGHTLY/jvm/compile.dest/classes ...
91[info] done compiling
92Successfully evaluated snunit[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm.compile
93Skipping unused scalacOptions: -Wconf, -source
94Flag -classpath set repeatedly
951 warning found
96Successfully evaluated snunit[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm.docJar
97Module snunit[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm is not a publish module, skipping publishing
98
99Starting build for snunit-tapir
100No test module defined in snunit-tapir[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm
101Failed to resolve scalaVersion, assume it's Scala 3 project
102Failed to resolve scalaVersion, assume it's Scala 3 project
103[info] compiling 3 Scala sources to /build/repo/out/snunit-tapir/3.6.4-RC1-bin-20241205-c61897d-NIGHTLY/jvm/compile.dest/classes ...
104[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/snunit-tapir/src/snunit/tapir/SNUnitGenericServerInterpreter.scala:56:30
105[warn] 56 | val body: Array[Byte] = bodyType match {
106[warn] | ^^^^^^^^
107[warn] | match may not be exhaustive.
108[warn] |
109[warn] | It would fail on pattern case: InputStreamBody
110[warn] |
111[warn] | longer explanation available when compiling with `-explain`
112[warn] one warning found
113[info] done compiling
114Successfully evaluated snunit-tapir[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm.compile
115Skipping unused scalacOptions: -Wconf, -source
116Flag -classpath set repeatedly
1171 warning found
118Successfully evaluated snunit-tapir[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm.docJar
119Module snunit-tapir[3.6.4-RC1-bin-20241205-c61897d-NIGHTLY].jvm is not a publish module, skipping publishing
120
121************************
122Build summary:
123[{
124 "module": "snunit",
125 "compile": {"status": "ok", "tookMs": 5911, "warnings": 0, "errors": 0},
126 "doc": {"status": "ok", "tookMs": 3703, "files": 1, "totalSizeKb": 2678},
127 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
128 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
129 "publish": {"status": "skipped", "tookMs": 0}
130},{
131 "module": "snunit-tapir",
132 "compile": {"status": "ok", "tookMs": 5155, "warnings": 0, "errors": 0},
133 "doc": {"status": "ok", "tookMs": 2896, "files": 1, "totalSizeKb": 2654},
134 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
135 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
136 "publish": {"status": "skipped", "tookMs": 0}
137}]
138************************"
139
140Checking patch build.sc...
141Applied patch build.sc cleanly.