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

Builder curl-threaded-solaris11-i386 Build #5242

Build In Progress:

ETA: 21:20:08 [50 mins, 37 secs]

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5687d211c48b38facb9e77c59b233dc25dadb330
Got Revision5687d211c48b38facb9e77c59b233dc25dadb330
Changes4 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5242 Build
codebase Build
got_revision 5687d211c48b38facb9e77c59b233dc25dadb330 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5687d211c48b38facb9e77c59b233dc25dadb330 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 15 19:05:13 2026
Elapsed1 hrs, 24 mins, 16 secs

All Changes:

:

  1. Change #271165

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 16:43:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0dae3b2690ad280d010f1ca9073801040aca947b

    Comments

    servers: accept `lstat()` failing due to the file missing
    In `bind_unix_socket()`, before retrying `bind()`.
    
    Before this patch the code wanted to check if the to-be-deleted unix
    socket path was indeed a socket, before deleting it and retrying to
    bind. If `lstat()` failed for any reason, it skipped retry. Fix to retry
    if `lstat()` failed because of the file missing.
    
    Ref: https://pubs.opengroup.org/onlinepubs/9799919799/functions/lstat.html
    
    Follow-up to 0882e3951d910b923f3463fa98604df9fcb13a0c #22026
    Follow-up to 03bc93bd327e06e86af0b0c14a888f7482affedc #22021
    Follow-up to e70f8ebd34edade24df442152f52b361abaf4309 #22020
    Follow-up to 30e491e5c921aecca5a16083d8185840dc64eccd #7034
    Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0
    
    Closes #22010

    Changed files

    • tests/server/util.c
  2. Change #271167

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 16:57:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adb606eae752eaeea9a5fcea77fc46498e2ecf05

    Comments

    curl_formdata: fix to pass long where missing, document `CURLFORM_NAMELENGTH`
    - lib650: pass `long` to `CURLFORM_NAMELENGTH` in test.
      Spotted by Copilot.
      https://github.com/curl/curl/pull/22011#discussion_r3412407235
      Follow-up to 3620e569b312476f1e63b298106f942079b5afe8
    
    - lib650: drop an interim variable, and interim casts.
      Follow-up to 60776a0515c2a8f572902ad5bcc9f63eeaeafa84 #2747
    
    - curl_formdata.md: document `CURLFORM_NAMELENGTH` on man page.
    
    - curl_formdata.md: pass `long` to `CURLFORM_BUFFERLENGTH` on man page.
    
    - formdata: pass `long` to `CURLFORM_CONTENTSLENGTH` in comment.
    
    Closes #22017

    Changed files

    • docs/libcurl/curl_formadd.md
    • lib/formdata.c
    • tests/libtest/lib650.c
  3. Change #271189

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 18:38:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46ba384b1b03fec7115e2caa3fdc4587f6973e37

    Comments

    winldap: avoid NULL pointer deref on `ldap_get_dn()` fail
    In non-Unicode builds.
    
    Assisted-by: Jay Satiro
    
    Closes #22000

    Changed files

    • lib/ldap.c
  4. Change #271190

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 18:38:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5687d211c48b38facb9e77c59b233dc25dadb330

    Comments

    servers: fix off-by-3 OOB write for large `loghex()` inputs
    Spotted by GitHub Code Quality
    
    Closes #22031

    Changed files

    • tests/server/util.c