Build Logs
alexarchambault/case-app-entrypoint-annotation • 14270752029
Errors
12
Warnings
0
Total Lines
97
1##################################
2Clonning https://github.com/alexarchambault/case-app-entrypoint-annotation.git into repo using revision v0.1.0
3##################################
4Note: switching to '6802b77307f989da72db255fdbf0f94b2ea440e6'.
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.10.10
35Detected mill version=0.10.10, binary version: 0.10
36No prepare script found for project alexarchambault/case-app-entrypoint-annotation
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.github.alexarchambault%case-app-entrypoint-annotation
45Project projectConfig: { "tests": "compile-only" }
46##################################
47Try build using ./mill
48Downloading mill 0.10.10 from https://github.com/com-lihaoyi/mill/releases/download/0.10.10/0.10.10-assembly ...
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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
54
55 60 67.7M 60 41.1M 0 0 49.0M 0 0:00:01 --:--:-- 0:00:01 49.0M
56100 67.7M 100 67.7M 0 0 57.5M 0 0:00:01 0:00:01 --:--:-- 78.6M
57Preparing Java 17.0.8 runtime; this may take a minute or two ...
58Build config: {
59 "tests": "compile-only"
60}
61Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
62
63Starting build for case-app-entrypoint-annotation
64No test module defined in entrypoint.jvm
65Failed to resolve scalaVersion, assume it's Scala 3 project
66[info] compiling 2 Scala sources and 1 Java source to /build/repo/out/entrypoint/jvm/compile.dest/classes ...
67[error] -- Error: /build/repo/src/caseapp/entrypoint.scala:32:6 ------------------------
68[error] 32 |class entrypoint extends MacroAnnotation {
69[error] | ^
70[error] |class entrypoint needs to be abstract, since def transform
71[error] | (using x$1: scala.quoted.Quotes)
72[error] | (definition: x$1.reflect.Definition, companion:
73[error] | Option[x$1.reflect.Definition]): List[x$1.reflect.Definition] in trait MacroAnnotation in package scala.annotation is not defined
74[error] |(The class implements a member with a different type: def transform
75[error] | (using x$1: scala.quoted.Quotes)
76[error] | (tree: x$1.reflect.Definition): List[x$1.reflect.Definition] in class entrypoint in package caseapp)
77[error] one error found
78Failed to evaluated entrypoint.jvm.compile: Failure(Compilation failed,None)
79Module entrypoint.jvm is not a publish module, skipping publishing
80
81************************
82Build summary:
83[{
84 "module": "case-app-entrypoint-annotation",
85 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["ammonite.$file.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 6279, "warnings": 0, "errors": 0},
86 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
87 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
88 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
89 "publish": {"status": "skipped", "tookMs": 0},
90 "metadata": {
91 "crossScalaVersions": []
92}
93}]
94************************"
95
961 targets failed
97runCommunityBuild ammonite.$file.CommunityBuildCore$Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: case-app-entrypoint-annotation