Build Logs

com-lihaoyi/requests-scala • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY

Errors

0

Warnings

35

Total Lines

137

1##################################
2Clonning https://github.com/com-lihaoyi/requests-scala.git into /build/repo using revision 0.9.0
3##################################
4Note: switching to 'bddc35fe6b00dd8d6f7d5ef664cec32662675b31'.
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-bin-20251107-3bea2f3-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.0-RC1-bin-20251107-3bea2f3-NIGHTLY
32Execute tests: false
33Mill project found:
34Found explicit mill version 0.11.5 in ./mill-version
35Force upgrade of millVersion 0.11.5 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project com-lihaoyi/requests-scala
38No mill build directory found
39Apply scalafix rules to ./build.sc
40Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
42Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
43##################################
44Scala version: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
45Targets: com.lihaoyi%requests
46Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
47##################################
48 % Total % Received % Xferd Average Speed Time Time Time Current
49 Dload Upload Total Spent Left Speed
50
51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53
54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
55
56 2 59.2M 2 1534k 0 0 2121k 0 0:00:28 --:--:-- 0:00:28 2121k
57 60 59.2M 60 35.9M 0 0 20.8M 0 0:00:02 0:00:01 0:00:01 34.4M
58100 59.2M 100 59.2M 0 0 26.6M 0 0:00:02 0:00:02 --:--:-- 38.4M
59Preparing Java 17.0.8 runtime; this may take a minute or two ...
60[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
61[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
62[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
63[warn] ^
64[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
65[warn] .iterator()
66[warn] ^
67[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
68[warn] case module: CommunityBuildPublishModule =>
69[warn] ^
70[warn] three warnings found
71[info] done compiling
72Try build using ./mill
73[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
74[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
75[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
76[warn] ^
77[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
78[warn] .iterator()
79[warn] ^
80[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
81[warn] case module: CommunityBuildPublishModule =>
82[warn] ^
83[warn] three warnings found
84[info] done compiling
85Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
86Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
87OpenCB::Use cross-version 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY instead of 3.1.1
88
89Starting build for requests - [0/1]
90Failed to resolve scalaVersion, assume it's Scala 3 project
91[info] compiling 7 Scala sources to /build/repo/out/requests/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
92[warn] -- Warning: /build/repo/requests/src/requests/Model.scala:83:11 ----------------
93[warn] 83 | private[this] val s = f(x)
94[warn] | ^^^^^^
95[warn] |Ignoring [this] qualifier.
96[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
97[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
98[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
99[warn] -- Warning: /build/repo/requests/src/requests/Requester.scala:264:47 -----------
100[warn] 264 | .headers(headersKeyValueAlternating: _*)
101[warn] | ^
102[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
104[warn] there were 3 feature warnings; re-run with -feature for details
105[warn] there were 6 deprecation warnings; re-run with -deprecation for details
106[warn] four warnings found
107[info] done compiling
108Successfully evaluated requests[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
109Flag -classpath set repeatedly
1101 warning found
111Successfully evaluated requests[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
112Failed to resolve scalaVersion, assume it's Scala 3 project
113[info] compiling 4 Scala sources to /build/repo/out/requests/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
114[info] done compiling
115Successfully evaluated requests[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
116Publishing Artifact(com.lihaoyi,requests_3,0.9.0-DIRTY7d06642e) to ivy repo /root/.ivy2/local
117Successfully evaluated requests[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].publishLocal
118
119************************
120Build summary:
121[{
122 "module": "requests",
123 "compile": {"status": "ok", "tookMs": 19963, "warnings": 0, "errors": 0},
124 "doc": {"status": "ok", "tookMs": 9603, "files": 1, "totalSizeKb": 2799},
125 "test-compile": {"status": "ok", "tookMs": 8834, "warnings": 0, "errors": 0},
126 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
127 "publish": {"status": "ok", "tookMs": 516},
128 "metadata": {
129 "crossScalaVersions": ["2.12.17", "2.11.12", "3.1.1", "2.13.10"]
130}
131}]
132************************"
133
134Checking patch build.sc...
135Checking patch .mill-version...
136Applied patch build.sc cleanly.
137Applied patch .mill-version cleanly.