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

Builder curl-unthreaded-solaris11-i386 Build #3907

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 35 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-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3907 Build
codebase Build
got_revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Oct 20 17:54:16 2025
EndMon Oct 20 20:47:47 2025
Elapsed2 hrs, 53 mins, 30 secs

All Changes:

:

  1. Change #246259

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Oct 2025 14:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4be9db7bc8c7b604e9288f7deaec48f61bbc61e0

    Comments

    http: accept duplicate location with same value
    When a server sends a Location: header repeat with the same location,
    ignore the repeats silently.
    
    Follow-up to 9596c4a2587a9e512ea46f
    Closes #19159

    Changed files

    • lib/http.c
  2. Change #246262

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Oct 2025 15:21:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6

    Comments

    cf-socket: give information when unable to open socket
    Give ERRNO explanation in a failf() when unable to open a socket.
    Helps in finding out what the issue preventing your curl to work
    really is. Just had a wrong ulimit after a sys update.
    
    Closes #19158

    Changed files

    • lib/cf-socket.c