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

Builder curl-unthreaded-solaris11-i386 Build #3699

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7ed9dac2f9ac797fec7d3c6682f74a869682ec03
Got Revision7ed9dac2f9ac797fec7d3c6682f74a869682ec03
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 ...' ( 1 hrs, 10 mins, 19 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3699 Build
codebase Build
got_revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 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:

StartWed Jul 9 20:32:28 2025
EndWed Jul 9 23:58:16 2025
Elapsed3 hrs, 25 mins, 48 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