Build Logs

windymelt/rss2discord • scheduled_3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY

Errors

0

Warnings

17

Total Lines

106

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.1-RC1-bin-20251226-6e12d35-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-20251226-6e12d35-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 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.1-RC1-bin-20251226-6e12d35-NIGHTLY
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: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 rss2discord - [0/1]
74No test module defined in
75Failed to resolve scalaVersion, assume it's Scala 3 project
76[info] compiling 2 Scala sources to /build/repo/out/compile.dest/classes ...
77[warn] there were 2 deprecation warnings; re-run with -deprecation for details
78[warn] one warning found
79[info] done compiling
80Successfully evaluated compile
81Option -siteroot was updated
82Option -classpath was updated
83-- Warning: core/jvm/src/main/scala/cats/effect/IOApp.scala:550:14 -------------
84Couldn't resolve a member for the given link query: IOApp.Simple!.run:cats\.effect\.IO[Unit]*
853 warnings found
86Successfully evaluated docJar
87Publishing Artifact(io.github.windymelt,rss2discord_3,0.0.6-DIRTY68eff9fe) to ivy repo /root/.ivy2/local
88Successfully evaluated publishLocal
89
90************************
91Build summary:
92[{
93 "module": "rss2discord",
94 "compile": {"status": "ok", "tookMs": 18566, "warnings": 0, "errors": 0},
95 "doc": {"status": "ok", "tookMs": 7871, "files": 1, "totalSizeKb": 2662},
96 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
97 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
98 "publish": {"status": "ok", "tookMs": 325},
99 "metadata": {
100 "crossScalaVersions": []
101}
102}]
103************************"
104
105Checking patch build.sc...
106Applied patch build.sc cleanly.