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

Builder curl-unthreaded-solaris10-sparc Build #13225

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 31 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13225 Build
codebase Build
got_revision cf8c0e9cbd756b6dc71f24821f59d2b9f1f80511 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marcel Raad
  2. Viktor Szakats

Timing:

StartFri Jun 27 07:25:26 2025
EndSat Jun 28 05:09:02 2025
Elapsed21 hrs, 43 mins, 36 secs

All Changes:

:

  1. Change #237815

    Category curl
    Changed by Marcel Raad <Marcel.Raadohnoyoudont@teamviewer.com>
    Changed at Thu 26 Jun 2025 12:19:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a9dfe275d87c78ae8d8b70d88e37fa7c26376da

    Comments

    http: fix build with cookies and HSTS disabled
    All arguments and local variables in `http_header_s` were unused when
    both `CURL_DISABLE_COOKIES` and `CURL_DISABLE_HSTS` were defined.
    
    Closes https://github.com/curl/curl/pull/17753

    Changed files

    • lib/http.c
  2. 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
  3. 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