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

Builder curl-threaded-solaris10-i386 Build #3526

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 52 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 6 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3526 Build
codebase Build
got_revision 8d270732b62f6432d97044a66f4fd2bd9fd26677 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d270732b62f6432d97044a66f4fd2bd9fd26677 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 20 11:00:54 2025
EndFri Jun 20 19:39:22 2025
Elapsed8 hrs, 38 mins, 27 secs

All Changes:

:

  1. Change #237086

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Jun 2025 08:59:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 726e7bba4c7e63558489ef905f5a47fb637e5d37

    Comments

    cmake: simplify handling generated `lib1521.c` in libtests
    Also unfold line and sync with other tests.
    
    Closes #17676

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
  2. Change #237090

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Jun 2025 10:15:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d270732b62f6432d97044a66f4fd2bd9fd26677

    Comments

    autotools: drop `$top_builddir/src` from src header path
    There is no generated header or source in `$top_builddir/src`, that src
    would #include. Also syncing with cmake.
    
    Closes #17679

    Changed files

    • src/Makefile.am