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

Builder curl-threaded-solaris11-i386 Build #5042

Build In Progress:

ETA: 12:37:30 [21 mins, 39 secs]

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3e9817cd1bb6aa53d3d3bf10572bb245d064870c
Got Revision3e9817cd1bb6aa53d3d3bf10572bb245d064870c
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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 5042 Build
codebase Build
got_revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c 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. Daniel Stenberg

Timing:

StartThu May 7 10:14:47 2026
Elapsed2 hrs, 1 mins, 4 secs

All Changes:

:

  1. Change #266484

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 09:10:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98d818cf2b216227d12c2fa30e128e18686a573b

    Comments

    tool_formparse: tool2curlparts is no longer recursive
    It could otherwise trigger a stack overflow in extreme cases
    
    Reported-by: Andrew Nesbit
    Closes #21518

    Changed files

    • src/tool_formparse.c
  2. Change #266487

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 09:11:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 94729ce4e41a446f2c197772fc408adf89834140

    Comments

    CURLOPT_HAPROXYPROTOCOL.md: only sent for newly setup connections
    Closes #21517

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md
  3. Change #266493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 10:04:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c

    Comments

    url: remove ssh_config_matches
    The CURLOPT_SSH_HOST_PUBLIC_KEY_* options are documented to verify the
    host at connect time and not for connection reuse. Once the SSH host has
    been deemed okay, it remains okay as long as the connection survives.
    
    In addition: this function currently always returned TRUE since the
    pointers have been NULLed in the SSH backend code before this function
    is called.
    
    Follow-up to c31fcf2decfbf1259cc1f31
    
    Reported-by: Andrew Nesbit
    Closes #21519

    Changed files

    • lib/url.c