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

Builder curl-ares-solaris10-i386 Build #4283

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 5 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4283 Build
codebase Build
got_revision 11609c3d45170158860a887af5fa779fc3216581 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 11609c3d45170158860a887af5fa779fc3216581 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. Alex Hamilton
  2. Daniel Stenberg

Timing:

StartWed Apr 1 11:34:28 2026
EndWed Apr 1 21:35:22 2026
Elapsed10 hrs, 54 secs

All Changes:

:

  1. Change #263104

    Category curl
    Changed by Alex Hamilton <1622250+Aehmloohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Apr 2026 08:34:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46d107d0e73135ef4559c8a046ac60d766a514c5

    Comments

    docs/cmdline-opts: tidy up retry-connrefused
    Closes #21182

    Changed files

    • docs/cmdline-opts/retry-connrefused.md
  2. Change #263122

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:45:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e8bdd36048c146fe843d8948a912fbd398d1c5d

    Comments

    cookie: fix rejection when tabs in value
    A previous refactor changed the TAB check so that the octet could be
    accepted in the 'path', which would cause an invalid line in the saved
    cookie file so not possible to read the cookie back. Not terrible
    because the path cannot contain a raw tab anyway so it would never match
    anyway.
    
    Add test 1685 to verify
    
    Reported-by: Izan on hackerone
    
    Closes #21185

    Changed files

    • lib/cookie.c
    • tests/data/Makefile.am
    • tests/data/test1685
  3. Change #263123

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:49:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4478a10f0d0bfbacde2c00397bb69e9c5b078c00

    Comments

    hsts: skip expired HSTS entries read from file
    Extend test 780 to verify
    
    Closes #21186

    Changed files

    • lib/hsts.c
    • tests/data/test780
  4. Change #263127

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:56:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11609c3d45170158860a887af5fa779fc3216581

    Comments

    alt-svc: skip expired entries read from file
    Extend test 1654 to verify
    
    Closes #21187

    Changed files

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