Builder curl-ares-solaris10-i386 Build #3500
Build In Progress:
[waiting for Lock]SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | bb50dee510a34db03bb963b88b51550166b34c37 |
Changes | 4 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build
Steps and Logfiles:
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/curl-ares-solaris10-i386 | slave |
buildername | curl-ares-solaris10-i386 | Builder |
buildnumber | 3500 | Build |
codebase | Build | |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | bb50dee510a34db03bb963b88b51550166b34c37 | Build |
scheduler | schedule-curl-ares-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/curl-ares-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Daniel Stenbergdaniel@haxx.se
- NINIKAdcnick3@users.noreply.github.com
- Viktor Szakatscommit@vsz.me
Timing:
Start | Mon Jun 23 22:48:40 2025 |
Elapsed | 5 hrs, 8 mins, 26 secs |
All Changes:
:
Change #237566
Category curl Changed by NINIKA <dcnick3 @users.noreply.github.com>Changed at Mon 23 Jun 2025 16:34:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 05382f3e78bd302b00c82c1873f07747adbc3690 Comments
asyn-ares: remove redundant NULL check Closes #17720
Changed files
- lib/asyn-ares.c
Change #237569
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Mon 23 Jun 2025 16:47:14 Repository https://github.com/curl/curl.git Project curl Branch master Revision 63011ac638d83a92294ed5682dbb91484b1ff8d3 Comments
tests: use %b64[] to base64 data ... instead of storing the data base64 encoded. Closes #17721
Changed files
- tests/data/test1075
- tests/data/test1087
- tests/data/test1088
- tests/data/test1101
- tests/data/test1134
- tests/data/test1168
- tests/data/test1178
- tests/data/test1204
- tests/data/test1212
- tests/data/test1237
- tests/data/test1248
- tests/data/test1249
- tests/data/test1250
- tests/data/test1251
- tests/data/test1259
- tests/data/test1296
- tests/data/test1331
- tests/data/test1401
- tests/data/test1428
- tests/data/test16
- tests/data/test1630
- tests/data/test167
- tests/data/test1910
- tests/data/test2
- tests/data/test2023
- tests/data/test2024
- tests/data/test2025
- tests/data/test2026
- tests/data/test2029
- tests/data/test2032
- tests/data/test2040
- tests/data/test208
- tests/data/test2081
- tests/data/test233
- tests/data/test234
- tests/data/test242
- tests/data/test256
- tests/data/test257
- tests/data/test264
- tests/data/test275
- tests/data/test278
- tests/data/test279
- tests/data/test299
- tests/data/test3
- tests/data/test301
- tests/data/test3100
- tests/data/test3101
- tests/data/test317
- tests/data/test318
- tests/data/test346
- tests/data/test367
- tests/data/test495
- tests/data/test503
- tests/data/test519
- tests/data/test522
- tests/data/test523
- tests/data/test63
- tests/data/test675
- tests/data/test679
- tests/data/test699
- tests/data/test744
- tests/data/test80
- tests/data/test82
- tests/data/test83
- tests/data/test84
- tests/data/test85
- tests/data/test898
- tests/data/test899
- tests/data/test973
- tests/data/test974
- tests/data/test975
- tests/data/test976
- tests/data/test979
- tests/data/test998
- tests/data/test999
Change #237583
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Mon 23 Jun 2025 17:02:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 1a70977a83c30d58282ec75a1b2352e775209074 Comments
build: drop explicit curlx from hdr paths, refer headers with `curlx/` prefix To make all src and test code refer to curlx headers the same way. Also: - src: move `curlx.h` include to `tool_setup.h`. - src/tool_setup.h: drop stray `curlx/timeval.h`. - servers: de-duplicate `curlx.h` and `curl_setup.h` includes. - libtests, units: drop stray curlx sub-headers in favor of `<curlx/curlx.h>`. - tests: include `curlx.h` with `<>` instead of `""`. To match other parts of the codebase. Closes #17680
Changed files
- src/CMakeLists.txt
- src/Makefile.am
- src/terminal.c
- src/tool_cb_dbg.c
- src/tool_cb_hdr.c
- src/tool_cb_prg.c
- src/tool_cb_rea.c
- src/tool_cb_see.c
- src/tool_cb_wrt.c
- src/tool_cfgable.c
- src/tool_dirhie.c
- src/tool_doswin.c
- src/tool_easysrc.c
- src/tool_filetime.c
- src/tool_findfile.c
- src/tool_formparse.c
- src/tool_getparam.c
- src/tool_help.c
- src/tool_helpers.c
- src/tool_ipfs.c
- src/tool_libinfo.c
- src/tool_main.c
- src/tool_msgs.c
- src/tool_operate.c
- src/tool_operhlp.c
- src/tool_paramhlp.c
- src/tool_parsecfg.c
- src/tool_progress.c
- src/tool_setopt.c
- src/tool_setup.h
- src/tool_ssls.c
- src/tool_urlglob.c
- src/tool_util.c
- src/tool_vms.c
- src/tool_writeout.c
- src/tool_writeout_json.c
- src/var.c
- src/var.h
- tests/client/CMakeLists.txt
- tests/client/Makefile.am
- tests/client/first.h
- tests/libtest/CMakeLists.txt
- tests/libtest/Makefile.am
- tests/libtest/first.h
- tests/server/CMakeLists.txt
- tests/server/Makefile.am
- tests/server/first.h
- tests/server/sockfilt.c
- tests/tunit/CMakeLists.txt
- tests/tunit/Makefile.am
- tests/unit/CMakeLists.txt
- tests/unit/Makefile.am
- tests/unit/unit1302.c
- tests/unit/unit1305.c
- tests/unit/unit1323.c
- tests/unit/unit1602.c
- tests/unit/unit1603.c
- tests/unit/unit1616.c
- tests/unit/unit1650.c
- tests/unit/unit1664.c
- tests/unit/unit1979.c
- tests/unit/unit1980.c
- tests/unit/unit2600.c
- tests/unit/unit2602.c
Change #237584
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Mon 23 Jun 2025 17:02:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision bb50dee510a34db03bb963b88b51550166b34c37 Comments
tests/server: de-dupe/merge three `sockdaemon()` clones into one Also: tidy up `if()` expressions here and there. Follow-up to f4f25505df1d2ede727071eb0c518368a206f64b #15000 Closes #17719
Changed files
- tests/server/dnsd.c
- tests/server/first.h
- tests/server/mqttd.c
- tests/server/rtspd.c
- tests/server/sockfilt.c
- tests/server/socksd.c
- tests/server/sws.c
- tests/server/tftpd.c
- tests/server/util.c