Build Logs

lolgab/snunit • 12446961640

Errors

0

Warnings

9

Total Lines

136

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.2
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.2
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.2
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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
54
55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
56
57100 67.7M 100 67.7M 0 0 112M 0 --:--:-- --:--:-- --:--:-- 112M
58Preparing Java 17.0.8 runtime; this may take a minute or two ...
59Build config: {
60 "projects": {
61 "exclude": [],
62 "overrides": {}
63 },
64 "java": {
65 "version": "17"
66 },
67 "sbt": {
68 "commands": [],
69 "options": []
70 },
71 "mill": {
72 "options": []
73 },
74 "tests": "compile-only",
75 "migrationVersions": [],
76 "sourcePatches": []
77}
78Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
79OpenCB::Use cross-version 3.6.2 instead of 3.2.2
80OpenCB::Use cross-version (3.6.2,0.23.18) instead of (3.2.2,0.23.18)
81OpenCB::Use cross-version (3.6.2,1.0.0-M39) instead of (3.2.2,1.0.0-M39)
82
83Starting build for snunit
84No test module defined in snunit[3.6.2].jvm
85Failed to resolve scalaVersion, assume it's Scala 3 project
86OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
87Failed to resolve scalaVersion, assume it's Scala 3 project
88OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
89[info] compiling 7 Scala sources to /build/repo/out/snunit/3.6.2/jvm/compile.dest/classes ...
90[info] done compiling
91Successfully evaluated snunit[3.6.2].jvm.compile
92Skipping unused scalacOptions: -Wconf, -source
93Successfully evaluated snunit[3.6.2].jvm.docJar
94Module snunit[3.6.2].jvm is not a publish module, skipping publishing
95
96Starting build for snunit-tapir
97No test module defined in snunit-tapir[3.6.2].jvm
98Failed to resolve scalaVersion, assume it's Scala 3 project
99Failed to resolve scalaVersion, assume it's Scala 3 project
100[info] compiling 3 Scala sources to /build/repo/out/snunit-tapir/3.6.2/jvm/compile.dest/classes ...
101[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/snunit-tapir/src/snunit/tapir/SNUnitGenericServerInterpreter.scala:56:30
102[warn] 56 | val body: Array[Byte] = bodyType match {
103[warn] | ^^^^^^^^
104[warn] | match may not be exhaustive.
105[warn] |
106[warn] | It would fail on pattern case: InputStreamBody
107[warn] |
108[warn] | longer explanation available when compiling with `-explain`
109[warn] one warning found
110[info] done compiling
111Successfully evaluated snunit-tapir[3.6.2].jvm.compile
112Skipping unused scalacOptions: -Wconf, -source
113Successfully evaluated snunit-tapir[3.6.2].jvm.docJar
114Module snunit-tapir[3.6.2].jvm is not a publish module, skipping publishing
115
116************************
117Build summary:
118[{
119 "module": "snunit",
120 "compile": {"status": "ok", "tookMs": 5967, "warnings": 0, "errors": 0},
121 "doc": {"status": "ok", "tookMs": 3638, "files": 1, "totalSizeKb": 2677},
122 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
123 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
124 "publish": {"status": "skipped", "tookMs": 0}
125},{
126 "module": "snunit-tapir",
127 "compile": {"status": "ok", "tookMs": 4946, "warnings": 0, "errors": 0},
128 "doc": {"status": "ok", "tookMs": 2846, "files": 1, "totalSizeKb": 2654},
129 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
130 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
131 "publish": {"status": "skipped", "tookMs": 0}
132}]
133************************"
134
135Checking patch build.sc...
136Applied patch build.sc cleanly.