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

Builder curl-ares-solaris10-i386 Build #3506

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 50 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3506 Build
codebase Build
got_revision 83baac43a861e8b2d939e7a0a00456a4fbc5311c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 83baac43a861e8b2d939e7a0a00456a4fbc5311c 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. DoI
  2. Viktor Szakats

Timing:

StartThu Jun 26 03:05:13 2025
EndThu Jun 26 11:36:06 2025
Elapsed8 hrs, 30 mins, 52 secs

All Changes:

:

  1. Change #237771

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 19:45:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4914c2177e084819da3e7e0eb9c69b1a96bb12ad

    Comments

    autotools: detect and link `brotlicommon` library for brotli
    `brotlicommon` is necessary when linking brotli statically.
    E.g. on Alpine Linux with `PKG_CONFIG='pkg-config --static'`.
    
    It also syncs brotli libs listed in `libcurl.pc` and `curl-config` with
    those generated by cmake, which already listed `brotlicommon` there.
    
    Also:
    - remove workaround from GHA/configure-vs-cmake CI jobs.
    
    Ref: https://github.com/curl/curl/commit/69cda1b7048ce7651b68040c8c4f14356c93033f
    Follow-up to f2adb3b6d73cad0c28ec8a32f5fa969d0f6378a0 #15431
    Reported-by: Christopher Boyd
    Fixes #17678
    Closes #17723

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • configure.ac
  2. Change #237779

    Category curl
    Changed by DoI <5291556+denandzohnoyoudont@users.noreply.github.com>
    Changed at Wed 25 Jun 2025 22:58:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83baac43a861e8b2d939e7a0a00456a4fbc5311c

    Comments

    curl: improve non-blocking STDIN performance
    Using a select() call on supported platforms to check for data with a
    given timeout
    
    Closes #17566

    Changed files

    • src/tool_cb_rea.c