Build Logs

swaldman/mailutil • scheduled_3.8.1-RC1-bin-20251128-fe49539-NIGHTLY

Errors

0

Warnings

14

Total Lines

101

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.1-RC1-bin-20251128-fe49539-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.1-RC1-bin-20251128-fe49539-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.1-RC1-bin-20251128-fe49539-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:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
53[warn] .iterator()
54[warn] ^
55[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
56[warn] case module: CommunityBuildPublishModule =>
57[warn] ^
58[warn] two warnings found
59[info] done compiling
60Try build using /opencb/project-builder/mill/millw
61[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
62[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
63[warn] .iterator()
64[warn] ^
65[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
66[warn] case module: CommunityBuildPublishModule =>
67[warn] ^
68[warn] two warnings found
69[info] done compiling
70Build config: {"tests":"compile-only"}
71Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
72
73Starting build for mailutil - [0/1]
74No test module defined in
75OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
76[info] compiling 2 Scala sources to /build/repo/out/compile.dest/classes ...
77[info] done compiling
78Successfully evaluated compile
79Option -classpath was updated
801 warning found
81Successfully evaluated docJar
82Publishing Artifact(com.mchange,mailutil_3,0.0.4) to ivy repo /root/.ivy2/local
83Successfully evaluated publishLocal
84
85************************
86Build summary:
87[{
88 "module": "mailutil",
89 "compile": {"status": "ok", "tookMs": 13590, "warnings": 0, "errors": 0},
90 "doc": {"status": "ok", "tookMs": 6466, "files": 1, "totalSizeKb": 2712},
91 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
92 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
93 "publish": {"status": "ok", "tookMs": 294},
94 "metadata": {
95 "crossScalaVersions": []
96}
97}]
98************************"
99
100Checking patch build.sc...
101Applied patch build.sc cleanly.