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

Builder curl-ares-solaris11-sparc Build #4183

Results:

Build successful

SourceStamp:

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

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 ...' ( 38 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 16 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 4183 Build
codebase Build
got_revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 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:

StartWed Jul 9 20:32:25 2025
EndWed Jul 9 21:10:49 2025
Elapsed38 mins, 24 secs

All Changes:

:

  1. Change #238794

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 20:29:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03

    Comments

    libtests: more header tidy-ups
    - make `test*` sources include `first.h`, like all others.
    - drop redundant `curlx/*` includes after the above.
    - merge `test.h` into `first.h`, now that no other file uses it.
      (and `first.h` had almost no content.)
      To simplify and sync header structure with other tests.
    
    Closes #17875

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/first.h
    • tests/libtest/test.h
    • tests/libtest/testtrace.c
    • tests/libtest/testtrace.h
    • tests/libtest/testutil.h