Build Logs

ariskk/burner4s • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

2

Total Lines

144

1##################################
2Clonning https://github.com/ariskk/burner4s.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.0.0
5----
6Preparing build for 3.8.0-RC2
7Scala binary version found: 3.8
8Implicitly using source version 3.8
9Scala binary version found: 3.8
10Implicitly using source version 3.8
11Would try to apply common scalacOption (best-effort, sbt/mill only):
12Append: ,REQUIRE:-source:3.8
13Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
14
15Try apply source patch:
16Path: build.sbt
17Pattern: val scala3 = "3.0.0"
18Replacement: val scala3 = "3.8.0-RC2"
19Starting compilation server
20Compiling project (Scala 3.7.3, JVM (17))
21Compiled project (Scala 3.7.3, JVM (17))
22Successfully applied pattern 'val scala3 = "3.0.0"' in build.sbt
23----
24Starting build for 3.8.0-RC2
25Execute tests: true
26sbt project found:
27Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
28Enforcing usage of sbt in version 1.11.5
29No prepare script found for project ariskk/burner4s
30##################################
31Scala version: 3.8.0-RC2
32Targets: com.ariskk%burner4s
33Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
34##################################
35Using extra scalacOptions: ,REQUIRE:-source:3.8
36Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
37[sbt_options] declare -a sbt_options=()
38[process_args] java_version = '17'
39[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
40# Executing command line:
41java
42-Dfile.encoding=UTF-8
43-Dcommunitybuild.scala=3.8.0-RC2
44-Dcommunitybuild.project.dependencies.add=
45-Xmx7G
46-Xms4G
47-Xss8M
48-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
49-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
50-jar
51/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
52"setCrossScalaVersions 3.8.0-RC2"
53"++3.8.0-RC2 -v"
54"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
55"set every credentials := Nil"
56"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
57"removeScalacOptionsStartingWith -P:wartremover"
58
59moduleMappings
60"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.ariskk%burner4s"
61
62[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
63[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
64[info] loading project definition from /build/repo/project
65[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
66[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
67[info] Compilation completed in 8.803s.
68[info] done compiling
69/build/repo/build.sbt:64: warning: method process in object Command is deprecated (since 1.9.4): Use overload that takes the onParseError callback
70 ReleaseStep(action = Command.process("sonatypeReleaseAll", _)),
71 ^
72/build/repo/version.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
73version in ThisBuild := "0.1.7"
74 ^
75[info] loading settings for project root from build.sbt, version.sbt...
76[info] set current project to burner4s (in build file:/build/repo/)
77Execute setCrossScalaVersions: 3.8.0-RC2
78OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
79[info] set current project to burner4s (in build file:/build/repo/)
80[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
81[info] Switching Scala version on:
82[info] * root (2.12.13, 2.13.4, 3.8.0-RC2)
83[info] Excluding projects:
84[info] Reapplying settings...
85[info] set current project to burner4s (in build file:/build/repo/)
86Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
87[info] Reapplying settings...
88[info] set current project to burner4s (in build file:/build/repo/)
89[info] Defining Global / credentials, credentials
90[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
91[info] Run `last` for details.
92[info] Reapplying settings...
93[info] set current project to burner4s (in build file:/build/repo/)
94Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
95[info] Reapplying settings...
96OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
97
98 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
99 Did you mean allExcludeDependencies ?
100 , retry without global scopes
101[info] Reapplying settings...
102[info] set current project to burner4s (in build file:/build/repo/)
103Execute removeScalacOptionsStartingWith: -P:wartremover
104[info] Reapplying settings...
105[info] set current project to burner4s (in build file:/build/repo/)
106[success] Total time: 0 s, completed Nov 28, 2025, 1:54:43 PM
107Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
108Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
109Starting build...
110Projects: Set(root)
111Starting build for ProjectRef(file:/build/repo/,root) (burner4s)... [0/1]
112OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
113OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
114Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
115[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC2/classes ...
116[info] done compiling
117[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC2/test-classes ...
118[info] done compiling
119[info] BurnerDBSpec:
120[info] - looks up emails against an in memory burner emaill database
121[info] - should work with plain domains
122[info] - Shouldn't break when supplied with erroneous input
123
124************************
125Build summary:
126[{
127 "module": "burner4s",
128 "compile": {"status": "ok", "tookMs": 6338, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
129 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
130 "test-compile": {"status": "ok", "tookMs": 2380, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
131 "test": {"status": "ok", "tookMs": 625, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
132 "publish": {"status": "skipped", "tookMs": 0},
133 "metadata": {
134 "crossScalaVersions": ["2.12.13", "2.13.4", "3.0.0"]
135}
136}]
137************************
138[success] Total time: 22 s, completed Nov 28, 2025, 1:55:05 PM
139[0JChecking patch project/plugins.sbt...
140Checking patch project/build.properties...
141Checking patch build.sbt...
142Applied patch project/plugins.sbt cleanly.
143Applied patch project/build.properties cleanly.
144Applied patch build.sbt cleanly.