Build Logs

kailuowang/pencil • 14270752029

Errors

132

Warnings

104

Total Lines

426

1##################################
2Clonning https://github.com/kailuowang/pencil.git into repo using revision v2.0.0-M1
3##################################
4Note: switching to '7433eb10f187a285ec6da16724641644ab91644d'.
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.6.4
23Scala binary version found: 3.6
24Implicitly using source version 3.6-migration
25Scala binary version found: 3.6
26Implicitly using source version 3.6-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.6.4
32Execute tests: false
33sbt project found:
34Sbt version 1.5.0 is not supported, minimal supported version is 1.6.2
35Enforcing usage of sbt in version 1.6.2
36No prepare script found for project kailuowang/pencil
37##################################
38Scala version: 3.6.4
39Targets: com.kailuowang%pencil
40Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "17" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [] }
41##################################
42Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.6.4
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
59"setCrossScalaVersions 3.6.4"
60"++3.6.4 -v"
61"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.6.4 """{
68 "projects": {
69 "exclude": [],
70 "overrides": {}
71 },
72 "java": {
73 "version": "17"
74 },
75 "sbt": {
76 "commands": [],
77 "options": []
78 },
79 "mill": {
80 "options": []
81 },
82 "tests": "compile-only",
83 "migrationVersions": [],
84 "sourcePatches": []
85}""" com.kailuowang%pencil"
86
87[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
88[info] [launcher] getting Scala 2.12.15 (for sbt)...
89[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 17.0.8)
90[info] loading settings for project repo-build from plugins.sbt ...
91[info] loading project definition from /build/repo/project
92[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
93[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.15. Compiling...
94[info] Compilation completed in 8.665s.
95[info] done compiling
96/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
97version in ThisBuild := "2.0.0-M1"
98 ^
99[info] loading settings for project root from build.sbt,sonatype.sbt,version.sbt ...
100[info] set current project to pencil (in build file:/build/repo/)
101Execute setCrossScalaVersions: 3.6.4
102OpenCB::Changing crossVersion 3.2.1 -> 3.6.4 in root/crossScalaVersions
103[info] set current project to pencil (in build file:/build/repo/)
104[info] Setting Scala version to 3.6.4 on 1 projects.
105[info] Switching Scala version on:
106[info] * root (3.6.4)
107[info] Excluding projects:
108[info] Reapplying settings...
109[info] set current project to pencil (in build file:/build/repo/)
110Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
111[info] Reapplying settings...
112[info] set current project to pencil (in build file:/build/repo/)
113[info] Defining Global / credentials, credentials
114[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
115[info] Run `last` for details.
116[info] Reapplying settings...
117[info] set current project to pencil (in build file:/build/repo/)
118Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
119[info] Reapplying settings...
120OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
121
122 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:315)
123 Did you mean allExcludeDependencies ?
124 , retry without global scopes
125[info] Reapplying settings...
126[info] set current project to pencil (in build file:/build/repo/)
127Execute removeScalacOptionsStartingWith: -P:wartremover
128[info] Reapplying settings...
129[info] set current project to pencil (in build file:/build/repo/)
130[success] Total time: 0 s, completed Apr 4, 2025, 7:25:17 PM
131Build config: {
132 "projects": {
133 "exclude": [],
134 "overrides": {}
135 },
136 "java": {
137 "version": "17"
138 },
139 "sbt": {
140 "commands": [],
141 "options": []
142 },
143 "mill": {
144 "options": []
145 },
146 "tests": "compile-only",
147 "migrationVersions": [],
148 "sourcePatches": []
149}
150Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
151Starting build...
152Projects: Set(root)
153Starting build for ProjectRef(file:/build/repo/,root) (pencil)...
154OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.15 module Global
155OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.0-migration)
156Compile scalacOptions: List(-language:implicitConversions, -Ykind-projector, -source:3.0-migration, -Wconf:msg=can be rewritten automatically under:s)
157[info] compiling 30 Scala sources to /build/repo/target/scala-3.6.4/classes ...
158[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
159[warn] there was 1 deprecation warning; re-run with -deprecation for details
160[warn] two warnings found
161[info] done compiling
162[info] Main Scala API documentation to /build/repo/target/scala-3.6.4/api...
163[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
164[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
165[warn] Flag -classpath set repeatedly
166[warn] -- Warning: src/main/scala/com/minosiants/pencil/Client.scala:44:6 -------------
167[warn] 44 | def send(email: Email): F[Replies]
168[warn] | ^
169[warn] | No DRI found for query: Replies
170[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:35:6 ---------
171[warn] 35 |trait SmtpSocket[F[_]] {
172[warn] | ^
173[warn] | No DRI found for query: Socket[IO]
174[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:40:6 ---------
175[warn] 40 | def read(): F[Replies]
176[warn] | ^
177[warn] | No DRI found for query: Replies
178[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:45:6 ---------
179[warn] 45 | def write(command: Command): F[Unit]
180[warn] | ^
181[warn] | No DRI found for query: Command
182[warn] -- Warning: src/main/scala/com/minosiants/pencil/data/Email.scala:54:19 --------
183[warn] 54 | final case class TextEmail(
184[warn] | ^
185[warn] | No DRI found for query: Ascii
186[warn] 7 warnings found
187[info] Main Scala API documentation successful.
188[info] compiling 14 Scala sources to /build/repo/target/scala-3.6.4/test-classes ...
189[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
190[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:4:32
191[error] 4 |import com.comcast.ip4s.{ Host, IpLiteralSyntax, Port, SocketAddress }
192[error] | ^^^^^^^^^^^^^^^
193[error] | value IpLiteralSyntax is not a member of com.comcast.ip4s
194[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:10:14
195[error] 10 |import scodec.stream.{ StreamDecoder, StreamEncoder }
196[error] | ^^^^^^^^^^^^^
197[error] | value stream is not a member of scodec
198[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:22:40
199[error] 22 | Network[IO].serverResource(Some(ip"127.0.0.1"), Port.fromInt(port))
200[error] | ^^^^^^^^^^^^^
201[error] |value ip is not a member of StringContext, but could be made available as an extension method.
202[error] |
203[error] |The following import might fix the problem:
204[error] |
205[error] | import com.comcast.ip4s.ip
206[error] |
207[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:333:11
208[error] 333 | From(mailbox"user1@mydomain.tld"),
209[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
210[error] | value mailbox is not a member of StringContext
211[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:334:9
212[error] 334 | To(mailbox"user1@example.com"),
213[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
214[error] | value mailbox is not a member of StringContext
215[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:335:6
216[error] 335 | subject"first email",
217[error] | ^^^^^^^^^^^^^^^^^^^^
218[error] | value subject is not a member of StringContext
219[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:343:13
220[error] 343 | From(mailbox"user1@mydomain.tld"),
221[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
222[error] | value mailbox is not a member of StringContext
223[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:344:11
224[error] 344 | To(mailbox"user1@example.com"),
225[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
226[error] | value mailbox is not a member of StringContext
227[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:345:8
228[error] 345 | subject"привет",
229[error] | ^^^^^^^^^^^^^^^
230[error] | value subject is not a member of StringContext
231[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:40:72
232[warn] 40 | val subjectGen: Gen[Subject] = Gen.asciiPrintableStr.map(Subject)
233[warn] | ^^^^^^^
234[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Subject.apply` explicitly.
235[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:41:77
236[warn] 41 | val textBodyGen: Gen[Body.Ascii] = Gen.asciiPrintableStr.map(Body.Ascii)
237[warn] | ^^^^^^^^^^
238[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Ascii.apply` explicitly.
239[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:42:77
240[warn] 42 | val htmlBodyGen: Gen[Body.Html] = Gen.asciiPrintableStr.map(Body.Html)
241[warn] | ^^^^^^^^^
242[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Html.apply` explicitly.
243[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:43:77
244[warn] 43 | val utf8BodyGen: Gen[Body.Utf8] = Gen.asciiPrintableStr.map(Body.Utf8)
245[warn] | ^^^^^^^^^
246[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Utf8.apply` explicitly.
247[warn] 5 warnings found
248[error] 9 errors found
249[error] (Test / compileIncremental) Compilation failed
250[info] Wrote /build/repo/target/scala-3.6.4/pencil_3-2.0.0-M1.pom
251[info] Main Scala API documentation to /build/repo/target/scala-3.6.4/api...
252[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
253[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
254[warn] Flag -classpath set repeatedly
255[warn] -- Warning: src/main/scala/com/minosiants/pencil/Client.scala:44:6 -------------
256[warn] 44 | def send(email: Email): F[Replies]
257[warn] | ^
258[warn] | No DRI found for query: Replies
259[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:35:6 ---------
260[warn] 35 |trait SmtpSocket[F[_]] {
261[warn] | ^
262[warn] | No DRI found for query: Socket[IO]
263[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:40:6 ---------
264[warn] 40 | def read(): F[Replies]
265[warn] | ^
266[warn] | No DRI found for query: Replies
267[warn] -- Warning: src/main/scala/com/minosiants/pencil/SmtpSocket.scala:45:6 ---------
268[warn] 45 | def write(command: Command): F[Unit]
269[warn] | ^
270[warn] | No DRI found for query: Command
271[warn] -- Warning: src/main/scala/com/minosiants/pencil/data/Email.scala:54:19 --------
272[warn] 54 | final case class TextEmail(
273[warn] | ^
274[warn] | No DRI found for query: Ascii
275[warn] 7 warnings found
276[info] Main Scala API documentation successful.
277[info] :: delivering :: com.kailuowang#pencil_3;2.0.0-M1 :: 2.0.0-M1 :: release :: Fri Apr 04 19:25:50 CEST 2025
278[info] delivering ivy file to /build/repo/target/scala-3.6.4/ivy-2.0.0-M1.xml
279[info] published pencil_3 to /root/.ivy2/local/com.kailuowang/pencil_3/2.0.0-M1/poms/pencil_3.pom
280[info] published pencil_3 to /root/.ivy2/local/com.kailuowang/pencil_3/2.0.0-M1/jars/pencil_3.jar
281[info] published pencil_3 to /root/.ivy2/local/com.kailuowang/pencil_3/2.0.0-M1/srcs/pencil_3-sources.jar
282[info] published pencil_3 to /root/.ivy2/local/com.kailuowang/pencil_3/2.0.0-M1/docs/pencil_3-javadoc.jar
283[info] published ivy to /root/.ivy2/local/com.kailuowang/pencil_3/2.0.0-M1/ivys/ivy.xml
284[info] compiling 14 Scala sources to /build/repo/target/scala-3.6.4/test-classes ...
285[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
286[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:4:32
287[error] 4 |import com.comcast.ip4s.{ Host, IpLiteralSyntax, Port, SocketAddress }
288[error] | ^^^^^^^^^^^^^^^
289[error] | value IpLiteralSyntax is not a member of com.comcast.ip4s
290[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:10:14
291[error] 10 |import scodec.stream.{ StreamDecoder, StreamEncoder }
292[error] | ^^^^^^^^^^^^^
293[error] | value stream is not a member of scodec
294[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:22:40
295[error] 22 | Network[IO].serverResource(Some(ip"127.0.0.1"), Port.fromInt(port))
296[error] | ^^^^^^^^^^^^^
297[error] |value ip is not a member of StringContext, but could be made available as an extension method.
298[error] |
299[error] |The following import might fix the problem:
300[error] |
301[error] | import com.comcast.ip4s.ip
302[error] |
303[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:333:11
304[error] 333 | From(mailbox"user1@mydomain.tld"),
305[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
306[error] | value mailbox is not a member of StringContext
307[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:334:9
308[error] 334 | To(mailbox"user1@example.com"),
309[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
310[error] | value mailbox is not a member of StringContext
311[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:335:6
312[error] 335 | subject"first email",
313[error] | ^^^^^^^^^^^^^^^^^^^^
314[error] | value subject is not a member of StringContext
315[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:343:13
316[error] 343 | From(mailbox"user1@mydomain.tld"),
317[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
318[error] | value mailbox is not a member of StringContext
319[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:344:11
320[error] 344 | To(mailbox"user1@example.com"),
321[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
322[error] | value mailbox is not a member of StringContext
323[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:345:8
324[error] 345 | subject"привет",
325[error] | ^^^^^^^^^^^^^^^
326[error] | value subject is not a member of StringContext
327[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:40:72
328[warn] 40 | val subjectGen: Gen[Subject] = Gen.asciiPrintableStr.map(Subject)
329[warn] | ^^^^^^^
330[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Subject.apply` explicitly.
331[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:41:77
332[warn] 41 | val textBodyGen: Gen[Body.Ascii] = Gen.asciiPrintableStr.map(Body.Ascii)
333[warn] | ^^^^^^^^^^
334[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Ascii.apply` explicitly.
335[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:42:77
336[warn] 42 | val htmlBodyGen: Gen[Body.Html] = Gen.asciiPrintableStr.map(Body.Html)
337[warn] | ^^^^^^^^^
338[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Html.apply` explicitly.
339[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:43:77
340[warn] 43 | val utf8BodyGen: Gen[Body.Utf8] = Gen.asciiPrintableStr.map(Body.Utf8)
341[warn] | ^^^^^^^^^
342[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Utf8.apply` explicitly.
343[warn] 5 warnings found
344[error] 9 errors found
345[error] (Test / compileIncremental) Compilation failed
346[info] compiling 14 Scala sources to /build/repo/target/scala-3.6.4/test-classes ...
347[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
348[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:4:32
349[error] 4 |import com.comcast.ip4s.{ Host, IpLiteralSyntax, Port, SocketAddress }
350[error] | ^^^^^^^^^^^^^^^
351[error] | value IpLiteralSyntax is not a member of com.comcast.ip4s
352[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:10:14
353[error] 10 |import scodec.stream.{ StreamDecoder, StreamEncoder }
354[error] | ^^^^^^^^^^^^^
355[error] | value stream is not a member of scodec
356[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpServer.scala:22:40
357[error] 22 | Network[IO].serverResource(Some(ip"127.0.0.1"), Port.fromInt(port))
358[error] | ^^^^^^^^^^^^^
359[error] |value ip is not a member of StringContext, but could be made available as an extension method.
360[error] |
361[error] |The following import might fix the problem:
362[error] |
363[error] | import com.comcast.ip4s.ip
364[error] |
365[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:333:11
366[error] 333 | From(mailbox"user1@mydomain.tld"),
367[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
368[error] | value mailbox is not a member of StringContext
369[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:334:9
370[error] 334 | To(mailbox"user1@example.com"),
371[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
372[error] | value mailbox is not a member of StringContext
373[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:335:6
374[error] 335 | subject"first email",
375[error] | ^^^^^^^^^^^^^^^^^^^^
376[error] | value subject is not a member of StringContext
377[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:343:13
378[error] 343 | From(mailbox"user1@mydomain.tld"),
379[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
380[error] | value mailbox is not a member of StringContext
381[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:344:11
382[error] 344 | To(mailbox"user1@example.com"),
383[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
384[error] | value mailbox is not a member of StringContext
385[error] -- [E008] Not Found Error: /build/repo/src/test/scala/com/minosiants/pencil/SmtpSpec.scala:345:8
386[error] 345 | subject"привет",
387[error] | ^^^^^^^^^^^^^^^
388[error] | value subject is not a member of StringContext
389[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:40:72
390[warn] 40 | val subjectGen: Gen[Subject] = Gen.asciiPrintableStr.map(Subject)
391[warn] | ^^^^^^^
392[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Subject.apply` explicitly.
393[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:41:77
394[warn] 41 | val textBodyGen: Gen[Body.Ascii] = Gen.asciiPrintableStr.map(Body.Ascii)
395[warn] | ^^^^^^^^^^
396[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Ascii.apply` explicitly.
397[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:42:77
398[warn] 42 | val htmlBodyGen: Gen[Body.Html] = Gen.asciiPrintableStr.map(Body.Html)
399[warn] | ^^^^^^^^^
400[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Html.apply` explicitly.
401[warn] -- Warning: /build/repo/src/test/scala/com/minosiants/pencil/data/EmailGens.scala:43:77
402[warn] 43 | val utf8BodyGen: Gen[Body.Utf8] = Gen.asciiPrintableStr.map(Body.Utf8)
403[warn] | ^^^^^^^^^
404[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `com.minosiants.pencil.data.Body.Utf8.apply` explicitly.
405[warn] 5 warnings found
406[error] 9 errors found
407[error] (Test / compileIncremental) Compilation failed
408
409************************
410Build summary:
411[{
412 "module": "pencil",
413 "compile": {"status": "ok", "tookMs": 14425, "warnings": 0, "errors": 0, "sourceVersion": "3.0-migration"},
414 "doc": {"status": "ok", "tookMs": 4647, "files": 424, "totalSizeKb": 9572},
415 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 7331, "warnings": 5, "errors": 9, "sourceVersion": "3.0-migration"},
416 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
417 "publish": {"status": "ok", "tookMs": 2738},
418 "metadata": {
419 "crossScalaVersions": ["3.2.1"]
420}
421}]
422************************
423[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: pencil
424[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: pencil
425[error] Total time: 42 s, completed Apr 4, 2025, 7:25:59 PM
426Build failed, not retrying.