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

Builder curl-unthreaded-solaris11-sparc Build #6173

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6173 Build
codebase Build
got_revision 947ae0e0ccec071e32e2a4f69834e03c209fa518 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 947ae0e0ccec071e32e2a4f69834e03c209fa518 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Aug 5 13:39:36 2026
EndWed Aug 5 14:38:05 2026
Elapsed58 mins, 28 secs

All Changes:

:

  1. Change #277100

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 15:09:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b260e9f841dc4e3c04da45e325ce23a11fec514d

    Comments

    servers: fix to avoid a non-signal-safe call in signal handler
    `strlen()` is only guaranteed to be signal-safe since POSIX.1-2008.
    
    Ref: https://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_02_04_03
    
    Reported by Copilot
    Bug: https://github.com/curl/curl/pull/22487#pullrequestreview-4863961494
    Follow-up to e95f509c66abdd88ae02e3243cdc217f19c4a330 #16852
    
    Closes #22491

    Changed files

    • tests/server/util.c
  2. Change #277101

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 15:09:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 947ae0e0ccec071e32e2a4f69834e03c209fa518

    Comments

    servers: drop redundant guards on Windows
    These `SIG*` macro are provided by all supported Windows toolchains.
    
    Cherry-picked from #22487
    
    Closes #22493

    Changed files

    • tests/server/util.c