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

Builder curl-unthreaded-solaris11-i386 Build #4339

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 33 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 4339 Build
codebase Build
got_revision 32333042244b2fa2b0a15d898d6a45a1abefe926 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 32333042244b2fa2b0a15d898d6a45a1abefe926 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. Viktor Szakats

Timing:

StartFri Dec 19 11:51:44 2025
EndFri Dec 19 11:57:15 2025
Elapsed5 mins, 30 secs

All Changes:

:

  1. Change #252743

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Dec 2025 11:40:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32333042244b2fa2b0a15d898d6a45a1abefe926

    Comments

    socketpair: drop redundant `_WIN32` branch and include
    `io.h` already included via `curl_setup.h`, the other headers are
    already guarded off for Windows. `INADDR_LOOPBACK` fallback remains
    a no-op on Windows.
    
    Closes #20032

    Changed files

    • lib/socketpair.c