Builder curl-unthreaded-solaris10-sparc Build #13379
Build In Progress:
RuntestSourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 8e93a74a731714767e2414e1a5687aa0ef31d9ea |
| Got Revision | 8e93a74a731714767e2414e1a5687aa0ef31d9ea |
| Changes | 3 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc | slave |
| buildername | curl-unthreaded-solaris10-sparc | Builder |
| buildnumber | 13379 | Build |
| codebase | Build | |
| got_revision | 8e93a74a731714767e2414e1a5687aa0ef31d9ea | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 8e93a74a731714767e2414e1a5687aa0ef31d9ea | Build |
| scheduler | schedule-curl-unthreaded-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Daniel Stenbergdaniel@haxx.se
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Fri Nov 7 05:38:56 2025 |
| Elapsed | 12 hrs, 7 mins, 28 secs |
All Changes:
:
Change #247771
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Thu 06 Nov 2025 20:45:45 Repository https://github.com/curl/curl.git Project curl Branch master Revision 904e7ecb66519951681377758fe6b07dde28ce36 Comments
tests: replace remaining CR bytes with the new macro `%CR` There is no more mixed-newline file in the repository after this patch. Except for`.bat` and `.sln` files (4 in total), all files use LF newlines. Also: - `spacecheck.pl`: drop mixed-EOL exception for test data. - runtests: add option `-w` to check if test data has stray CR bytes in them. - build: enable the option above in test targets, except the CI-specific one where `spacecheck.pl` does this job already. - tested OK (with expected failures) in CI with stray CRs added. - cmake: enable option `-a` for the `tests` target. To continue testing after a failed test. Follow-up to 63e9721b63d01518db83a664bc1e8373c352879e #19313 Follow-up to 6cf3d7b1b161bc45501d17b401225befe3c43943 #19318 Follow-up to 4d2a05d3fe8ba4db9168b03057029ea5ce7dab77 #19284 Closes #19347
Changed files
- .github/scripts/spacecheck.pl
- docs/runtests.md
- docs/tests/FILEFORMAT.md
- tests/CMakeLists.txt
- tests/Makefile.am
- tests/data/test1008
- tests/data/test1021
- tests/data/test1040
- tests/data/test1042
- tests/data/test1043
- tests/data/test1053
- tests/data/test1055
- tests/data/test1060
- tests/data/test1061
- tests/data/test1066
- tests/data/test1068
- tests/data/test1072
- tests/data/test1073
- tests/data/test1123
- tests/data/test1133
- tests/data/test1158
- tests/data/test1186
- tests/data/test1189
- tests/data/test1273
- tests/data/test1274
- tests/data/test1277
- tests/data/test1288
- tests/data/test1315
- tests/data/test1319
- tests/data/test1375
- tests/data/test1376
- tests/data/test1377
- tests/data/test1404
- tests/data/test1416
- tests/data/test1417
- tests/data/test1428
- tests/data/test1429
- tests/data/test1434
- tests/data/test1475
- tests/data/test1482
- tests/data/test1483
- tests/data/test1493
- tests/data/test1498
- tests/data/test1499
- tests/data/test1525
- tests/data/test1540
- tests/data/test1541
- tests/data/test163
- tests/data/test164
- tests/data/test166
- tests/data/test173
- tests/data/test1904
- tests/data/test1940
- tests/data/test1943
- tests/data/test2002
- tests/data/test2003
- tests/data/test206
- tests/data/test207
- tests/data/test208
- tests/data/test209
- tests/data/test213
- tests/data/test218
- tests/data/test222
- tests/data/test230
- tests/data/test232
- tests/data/test258
- tests/data/test259
- tests/data/test265
- tests/data/test266
- tests/data/test275
- tests/data/test3015
- tests/data/test304
- tests/data/test31
- tests/data/test314
- tests/data/test320
- tests/data/test3206
- tests/data/test326
- tests/data/test339
- tests/data/test34
- tests/data/test341
- tests/data/test347
- tests/data/test36
- tests/data/test363
- tests/data/test365
- tests/data/test373
- tests/data/test39
- tests/data/test396
- tests/data/test415
- tests/data/test433
- tests/data/test44
- tests/data/test457
- tests/data/test473
- tests/data/test503
- tests/data/test552
- tests/data/test554
- tests/data/test568
- tests/data/test585
- tests/data/test599
- tests/data/test60
- tests/data/test643
- tests/data/test645
- tests/data/test646
- tests/data/test647
- tests/data/test650
- tests/data/test654
- tests/data/test666
- tests/data/test668
- tests/data/test71
- tests/data/test744
- tests/data/test780
- tests/data/test781
- tests/data/test782
- tests/data/test783
- tests/data/test80
- tests/data/test83
- tests/data/test9
- tests/data/test900
- tests/data/test95
- tests/getpart.pm
- tests/globalconfig.pm
- tests/runner.pm
- tests/runtests.pl
- tests/testutil.pm
Change #247791
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Thu 06 Nov 2025 22:18:27 Repository https://github.com/curl/curl.git Project curl Branch master Revision e108778db318b74b28c5ca35e3dd583bd0bca118 Comments
GHA/macos: replace deleted gcc-12 with gcc-13/gcc-14 GitHub dropped gcc-12 for the remaining two macos runner images. Replace it with gcc-13 in normal jobs, and gcc-14 in combination jobs. Ref: https://github.com/actions/runner-images/commit/f7e2c3f34b4985282b39ba42de9f6862a2f8a242 Ref: https://github.com/actions/runner-images/pull/13249 Ref: https://github.com/actions/runner-images/commit/1c1351b6350d920e6c5c524f3eb80cc48c8069a4 Ref: https://github.com/actions/runner-images/pull/13253 Closes #19387
Changed files
- .github/workflows/macos.yml
Change #247811
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Thu 06 Nov 2025 23:42:47 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8e93a74a731714767e2414e1a5687aa0ef31d9ea Comments
tool_paramhlp: refuse --proto remove all protocols curl is for transfers so disabling all protocols has to be a mistake. Previously it would allow this to get set (even if curl_easy_setopt() returns an error for it) and then let libcurl return error instead. Updated 1474 accordingly. Closes #19388
Changed files
- src/tool_paramhlp.c
- tests/data/test1474