Build Logs

swaldman/mailutil • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY

Errors

0

Warnings

20

Total Lines

107

1##################################
2Clonning https://github.com/swaldman/mailutil.git into /build/repo using revision v0.0.4
3##################################
4Note: switching to '7a504fc395c4b27a60b731ea7c078ecfb37d3721'.
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.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
32Execute tests: false
33Mill project found:
34No .mill-version file found, detecting compatible mill version
35Trying one of predefiend mill versions
36Failed to apply build using mill 1.0.4
37Failed to apply build using mill 0.12.15
38Successfully applied build using mill 0.11.13
39Detected mill version=0.11.13, binary version: 0.11
40No prepare script found for project swaldman/mailutil
41No mill build directory found
42Apply scalafix rules to ./build.sc
43Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
44Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
45Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
46##################################
47Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
48Targets: com.mchange%mailutil
49Project projectConfig: {"tests":"compile-only"}
50##################################
51[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
52[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
53[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
54[warn] ^
55[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
56[warn] .iterator()
57[warn] ^
58[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
59[warn] case module: CommunityBuildPublishModule =>
60[warn] ^
61[warn] three warnings found
62[info] done compiling
63Try build using /opencb/project-builder/mill/millw
64[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
65[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
66[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
67[warn] ^
68[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[warn] .iterator()
70[warn] ^
71[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
72[warn] case module: CommunityBuildPublishModule =>
73[warn] ^
74[warn] three warnings found
75[info] done compiling
76Build config: {"tests":"compile-only"}
77Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
78
79Starting build for mailutil - [0/1]
80No test module defined in
81OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
82[info] compiling 2 Scala sources to /build/repo/out/compile.dest/classes ...
83[info] done compiling
84Successfully evaluated compile
85Option -classpath was updated
861 warning found
87Successfully evaluated docJar
88Publishing Artifact(com.mchange,mailutil_3,0.0.4) to ivy repo /root/.ivy2/local
89Successfully evaluated publishLocal
90
91************************
92Build summary:
93[{
94 "module": "mailutil",
95 "compile": {"status": "ok", "tookMs": 14311, "warnings": 0, "errors": 0},
96 "doc": {"status": "ok", "tookMs": 6769, "files": 1, "totalSizeKb": 2715},
97 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
98 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
99 "publish": {"status": "ok", "tookMs": 322},
100 "metadata": {
101 "crossScalaVersions": []
102}
103}]
104************************"
105
106Checking patch build.sc...
107Applied patch build.sc cleanly.