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

Builder curl-ares-solaris11-sparc Build #4491

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondbff3eec456d86386be4cebb89cbe4dfc21a06b6
Got Revisiondbff3eec456d86386be4cebb89cbe4dfc21a06b6
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Oct 20 16:46:47 2025
EndMon Oct 20 18:11:38 2025
Elapsed1 hrs, 24 mins, 51 secs

All Changes:

:

  1. 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