Build Logs

windymelt/rss2discord • 3.8.0-RC1:2025-11-14

Errors

0

Warnings

23

Total Lines

112

1##################################
2Clonning https://github.com/windymelt/rss2discord.git into /build/repo using revision v0.0.6
3##################################
4Note: switching to '0a6000f278025074f214cc68494663709299ce41'.
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
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
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 windymelt/rss2discord
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
48Targets: io.github.windymelt%rss2discord
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 rss2discord - [0/1]
80No test module defined in
81Failed to resolve scalaVersion, assume it's Scala 3 project
82[info] compiling 2 Scala sources to /build/repo/out/compile.dest/classes ...
83[warn] there were 2 deprecation warnings; re-run with -deprecation for details
84[warn] one warning found
85[info] done compiling
86Successfully evaluated compile
87Option -siteroot was updated
88Option -classpath was updated
89-- Warning: core/jvm/src/main/scala/cats/effect/IOApp.scala:550:14 -------------
90Couldn't resolve a member for the given link query: IOApp.Simple!.run:cats\.effect\.IO[Unit]*
913 warnings found
92Successfully evaluated docJar
93Publishing Artifact(io.github.windymelt,rss2discord_3,0.0.6-DIRTYe840a66b) to ivy repo /root/.ivy2/local
94Successfully evaluated publishLocal
95
96************************
97Build summary:
98[{
99 "module": "rss2discord",
100 "compile": {"status": "ok", "tookMs": 11725, "warnings": 0, "errors": 0},
101 "doc": {"status": "ok", "tookMs": 4688, "files": 1, "totalSizeKb": 2665},
102 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
103 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
104 "publish": {"status": "ok", "tookMs": 344},
105 "metadata": {
106 "crossScalaVersions": []
107}
108}]
109************************"
110
111Checking patch build.sc...
112Applied patch build.sc cleanly.