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

Builder curl-ares-solaris11-sparc Build #5696

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 37 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 5696 Build
codebase Build
got_revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9 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. Dag-Erling Smørgrav

Timing:

StartMon Apr 20 00:57:29 2026
EndMon Apr 20 01:47:15 2026
Elapsed49 mins, 45 secs

All Changes:

:

  1. Change #264986

    Category curl
    Changed by Dag-Erling Smørgrav <desohnoyoudont@des.dev>
    Changed at Mon 20 Apr 2026 00:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6506693f0b5a46f18ac63f792036c69a33031faa

    Comments

    lib1960: fix test failure
    On platforms where struct sockaddr has a length field, the current code
    leaves it uninitialized, resulting in a test failure when valgrind is
    used.
    
    Closes #21377

    Changed files

    • tests/libtest/lib1960.c
  2. Change #264987

    Category curl
    Changed by Dag-Erling Smørgrav <desohnoyoudont@des.dev>
    Changed at Mon 20 Apr 2026 00:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 759f2e5d97a70c7295e5c2256018cfcb1f8900e9

    Comments

    tests: avoid infinite recursion for `make check`
    The combination of a misspelled directory name and failing to check the
    result of cd leads to infinite recursion as `make check` simply invokes
    itself over and over.
    
    Follow-up to 00887aee8ca0efe0b40fa41b2a36e2d853d49b57 #18079
    Closes #21378

    Changed files

    • tests/http/Makefile.am