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

Builder curl-ares-solaris10-i386 Build #3541

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 53 mins, 4 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3541 Build
codebase Build
got_revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ed9dac2f9ac797fec7d3c6682f74a869682ec03 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Jul 9 23:57:23 2025
EndThu Jul 10 08:41:32 2025
Elapsed8 hrs, 44 mins, 9 secs

All Changes:

:

  1. Change #238779

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 09 Jul 2025 15:32:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 897633eb210d5c8861495ce12d2e0ebdc1919efc

    Comments

    docs: mention the as-is concept generically
    for curl command line options and for curl_easy_setopt
    
    Closes #17829

    Changed files

    • docs/cmdline-opts/_OPTIONS.md
    • docs/libcurl/curl_easy_setopt.md
  2. 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