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

Builder curl-unthreaded-solaris10-i386 Build #15890

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15890 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Oct 20 23:40:16 2025
Elapsed4 hrs, 42 mins, 29 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