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

Builder curl-ares-solaris10-i386 Build #3589

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartThu Jul 31 00:44:32 2025
EndThu Jul 31 10:07:39 2025
Elapsed9 hrs, 23 mins, 6 secs

All Changes:

:

  1. Change #241327

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 15:28:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d413ed2d400dc5986e8725d2da6abb08f688b6ed

    Comments

    windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce
    They are defined by all mingw-w64 versions and all supported MSVC
    versions (VS2008 and up).
    
    Also by OpenWatcom 2:
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh
    
    mingw32ce misses `CRYPT_E_NOT_IN_REVOCATION_DATABASE`.
    
    Closes #18092

    Changed files

    • lib/curl_sspi.h
  2. Change #241372

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:13:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98bcb885fe8b4003139d95aaa535f2c2dec21c99

    Comments

    curl: make the URL indexes 64 bit
    Otherwise we could misbehave already at 2 billion URLs and we can't have
    that. A few of the counters are already correctly using the right type.
    
    Closes #18096

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • src/tool_sdecls.h
    • src/tool_writeout.c
  3. Change #241373

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:16:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f028667131025100a0caeb59a8ae8a2bb8722239

    Comments

    test757: MIME parts reused as a child part, using data_cb
    An attempt to reproduce #18070. That turned out to not be a bug, but the
    test is still a good one.
    
    Based on test695
    
    Closes #18101

    Changed files

    • tests/data/Makefile.am
    • tests/data/test757
    • tests/libtest/Makefile.inc
    • tests/libtest/lib757.c