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

Builder curl-ares-solaris10-i386 Build #4145

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision31fbbb322efbc0e4a8d31c270b6b82e117fc7345
Got Revision31fbbb322efbc0e4a8d31c270b6b82e117fc7345
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4145 Build
codebase Build
got_revision 31fbbb322efbc0e4a8d31c270b6b82e117fc7345 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 31fbbb322efbc0e4a8d31c270b6b82e117fc7345 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:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jan 12 14:20:27 2026
EndTue Jan 13 04:45:54 2026
Elapsed14 hrs, 25 mins, 26 secs

All Changes:

:

  1. Change #254905

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 08:42:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40fee505a03b357a7a9869317437fff9e16d8ba7

    Comments

    tool_operate: split single_transfer into sub functions
    To make it more manageable and less complex
    
    Closes #20258

    Changed files

    • src/tool_operate.c
  2. Change #254950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 13:49:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31fbbb322efbc0e4a8d31c270b6b82e117fc7345

    Comments

    altsvc: only accept 17 byte dates from files
    Since the date format is fixed there is no need to accept more data.
    
    Update test355 to verify reject of too long date in alt-svc file
    
    This test case was originally supposed to verify alt-svc loading from a
    file but never did because it was done incorrectly.
    
    Now it verifies that a too long date in the input file makes curl
    disregard the entry.
    
    Closes #20259

    Changed files

    • lib/altsvc.c
    • tests/data/test355