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

Builder curl-unthreaded-solaris10-i386 Build #15737

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 27 01:56:59 2025
EndFri Jun 27 10:37:15 2025
Elapsed8 hrs, 40 mins, 15 secs

All Changes:

:

  1. Change #237844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 00:24:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b0b03c057ed764f918fdda6012978a5518ba5df

    Comments

    runtests: fix `LD_PRELOAD` detection for cmake-built curl binaries
    CMake builds by default don't include a triplet in the `curl -V` output,
    but a CMake-specific OS string, which is usually capitalized or stylized,
    e.g. "Linux", or "FreeBSD". Make the regexp expression case-insensitive
    to handle this.
    
    Follow-up to 171b62375965fbf5f02e66f587a83043059ae41a #17653
    
    Closes #17756

    Changed files

    • tests/runtests.pl
  2. Change #237850

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

    Comments

    curl-config: fix whitespace in usage text
    Closes #17758

    Changed files

    • curl-config.in