Build Logs

swaldman/fossilphant • 14270752029

Errors

1

Warnings

10

Total Lines

80

1##################################
2Clonning https://github.com/swaldman/fossilphant.git into repo using revision v0.0.3
3##################################
4Note: switching to '501ac2e5175d8f94a282a837045f19e5be9fa768'.
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
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
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.11.2
35Detected mill version=0.11.2, binary version: 0.11
36No prepare script found for project swaldman/fossilphant
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
44Targets: com.mchange%fossilphant
45Project projectConfig: { "tests": "compile-only" }
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 52.8M 0 6886 0 0 6445 0 2:23:24 0:00:01 2:23:23 6447
53100 52.8M 100 52.8M 0 0 39.2M 0 0:00:01 0:00:01 --:--:-- 39.2M
54Preparing Java 17.0.8 runtime; this may take a minute or two ...
55[info] compiling 1 Scala source to /build/repo/out/mill-build/mill-build/compile.dest/classes ...
56[info] done compiling
57[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
58[warn] /build/repo/CommunityBuildCore.sc:231:36: Unicode escapes in raw interpolations are deprecated. Use literal characters instead.
59[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
60[warn] ^
61[warn] /build/repo/CommunityBuildCore.sc:130:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
62[warn] .iterator()
63[warn] ^
64[warn] /build/repo/MillCommunityBuild.sc:288:12: The outer reference in this type test cannot be checked at run time.
65[warn] case module: CommunityBuildPublishModule =>
66[warn] ^
67[warn] three warnings found
68[info] done compiling
69Build config: {
70 "tests": "compile-only"
71}
72Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
731 targets failed
74runCommunityBuild java.lang.RuntimeException: Failed to resolve mappings for 1/1 targets: com.mchange%fossilphant
75Found targets [0]:
76 scala.sys.package$.error(package.scala:27)
77 millbuild.MillCommunityBuild.checkedModuleMappings(MillCommunityBuild.sc:420)
78 millbuild.MillCommunityBuild.runBuild(MillCommunityBuild.sc:208)
79 millbuild.build.$anonfun$runCommunityBuild$2(build.sc:39)
80 scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)