Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-i386 Build #16391

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4e5908306ad5febee88f7eae8ea3b0c41a6b7d84
Got Revision4e5908306ad5febee88f7eae8ea3b0c41a6b7d84
Changes5 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16391 Build
codebase Build
got_revision 4e5908306ad5febee88f7eae8ea3b0c41a6b7d84 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4e5908306ad5febee88f7eae8ea3b0c41a6b7d84 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Jan 25 15:50:11 2026
EndMon Jan 26 06:33:57 2026
Elapsed14 hrs, 43 mins, 45 secs

All Changes:

:

  1. Change #256264

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 04:54:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f7ce1e45fda0da739164ab87a7df7f4a25a0a44

    Comments

    GHA: set `--enable-option-checking=fatal` where missing
    Closes #20422

    Changed files

    • .github/workflows/linux-old.yml
    • .github/workflows/non-native.yml
  2. Change #256281

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 25 Jan 2026 11:02:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7dc60bdb90c710c2e36b2d05aa3686ff491a9bbe

    Comments

    noproxy: simplify, don't mix const non-const in strchr()
    Ref: #20420
    Closes #20425

    Changed files

    • lib/noproxy.c
  3. Change #256288

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 12:21:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0e2507a3c65376d6bda860ff20bd94ada9bbb9fd

    Comments

    build: constify `memchr()`/`strchr()`/etc result variables
    And a few variables around.
    
    There remain cases where the accepted pointer is const, yet the returned
    pointer is written to.
    
    Partly addressing (glibc 2.43):
    ```
    * For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
      strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return
      pointers into their input arrays now have definitions as macros that
      return a pointer to a const-qualified type when the input argument is
      a pointer to a const-qualified type.
    ```
    Ref: https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html
    
    Reported-by: Rudi Heitbaum
    Ref: #20420
    
    Closes #20421

    Changed files

    • lib/cookie.c
    • lib/dict.c
    • lib/doh.c
    • lib/ftp.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/netrc.c
    • lib/pingpong.c
    • lib/pop3.c
    • lib/telnet.c
    • lib/url.c
    • lib/urlapi.c
    • lib/vauth/vauth.c
    • lib/vtls/vtls.c
    • src/tool_cb_hdr.c
    • src/tool_getparam.c
    • src/tool_operhlp.c
    • src/var.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/unit/unit1652.c
  4. Change #256289

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 12:21:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6974bd7cc8f93d702a55eefe799bccc043aca966

    Comments

    curlx: dedupe basename copies into `curlx_basename()`
    Also stop redefining system `basename()` symbol. Call `curlx_basename()`
    instead, and map that to `basename()` if available.
    
    Closes #20424

    Changed files

    • lib/Makefile.inc
    • lib/curlx/basename.c
    • lib/curlx/basename.h
    • lib/curlx/curlx.h
    • lib/mime.c
    • src/Makefile.inc
    • src/tool_bname.c
    • src/tool_bname.h
    • src/tool_doswin.c
  5. Change #256301

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 25 Jan 2026 14:20:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4e5908306ad5febee88f7eae8ea3b0c41a6b7d84

    Comments

    build: constify `memchr()`/`strchr()`/etc result variables (cont.)
    Assisted-by: Rudi Heitbaum
    Fixes #20420
    Follow-up to 7dc60bdb90c710c2e36b2d05aa3686ff491a9bbe #20425
    Follow-up to 0e2507a3c65376d6bda860ff20bd94ada9bbb9fd #20421
    
    Closes #20428

    Changed files

    • lib/dict.c
    • lib/http_digest.c
    • src/tool_operhlp.c
    • src/tool_urlglob.c
    • src/tool_writeout.c
    • tests/libtest/lib1560.c
    • tests/server/sws.c