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

Builder curl-ares-solaris11-sparc Build #6045

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision03bc93bd327e06e86af0b0c14a888f7482affedc
Got Revision03bc93bd327e06e86af0b0c14a888f7482affedc
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 ...' ( 2 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 9 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 6045 Build
codebase Build
got_revision 03bc93bd327e06e86af0b0c14a888f7482affedc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 03bc93bd327e06e86af0b0c14a888f7482affedc 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. Viktor Szakats

Timing:

StartMon Jun 15 13:39:54 2026
EndMon Jun 15 14:28:15 2026
Elapsed48 mins, 21 secs

All Changes:

:

  1. Change #271094

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 13:36:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 03bc93bd327e06e86af0b0c14a888f7482affedc

    Comments

    servers: drop unix socket path attribute check on Windows
    On Windows there is no `lstat()`, which was later substituted with
    normal `stat()`, but on Windows `S_IFSOCK` is never defined, which meant
    the output of stat was not actually used, reducing this to checking for
    the presence of the file, and bailing out without retry if missing.
    
    Follow-up to 30e491e5c921aecca5a16083d8185840dc64eccd #7034
    Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0
    
    Cherry-picked from #22010
    
    Closes #22021

    Changed files

    • tests/server/util.c