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

Builder curl-unthreaded-solaris10-i386 Build #15934

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision904e7ecb66519951681377758fe6b07dde28ce36
Got Revision904e7ecb66519951681377758fe6b07dde28ce36
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 2 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 15934 Build
codebase Build
got_revision 904e7ecb66519951681377758fe6b07dde28ce36 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 904e7ecb66519951681377758fe6b07dde28ce36 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. Juliusz Sosinowicz
  2. Stefan Eissing
  3. Viktor Szakats
  4. x2018

Timing:

StartThu Nov 6 21:10:17 2025
EndFri Nov 7 06:03:03 2025
Elapsed8 hrs, 52 mins, 45 secs

All Changes:

:

  1. Change #247752

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 06 Nov 2025 13:37:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f12a81de4f34bf0f8055d264a432f0f3befe7921

    Comments

    curl: fix progress meter in parallel mode
    With `check_finished()` triggered by notifications now, the
    `progress_meter()` was no longer called at regular intervals.
    
    Move `progress_meter()` out of `check_finished()` into the perform loop
    and event callbacks.
    
    Closes #19383

    Changed files

    • src/tool_operate.c
  2. Change #247758

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Thu 06 Nov 2025 15:37:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69622ff37db03ed818aa9141cdbe874267a6d61d

    Comments

    tool_help: add checks to avoid unsigned wrap around
    Closes #19377

    Changed files

    • src/tool_help.c
  3. Change #247759

    Category curl
    Changed by Juliusz Sosinowicz <juliuszohnoyoudont@wolfssl.com>
    Changed at Thu 06 Nov 2025 15:45:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 672886f734fc205f92e0cba3c6dcd5c43abb2b11

    Comments

    wolfSSL: able to differentiate between IP and DNS in alt names
    Fix implemented in https://github.com/wolfSSL/wolfssl/pull/9380
    
    Closes #19364

    Changed files

    • tests/http/test_17_ssl_use.py
  4. Change #247771

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Nov 2025 20:45:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 904e7ecb66519951681377758fe6b07dde28ce36

    Comments

    tests: replace remaining CR bytes with the new macro `%CR`
    There is no more mixed-newline file in the repository after this patch.
    Except for`.bat` and `.sln` files (4 in total), all files use LF
    newlines.
    
    Also:
    - `spacecheck.pl`: drop mixed-EOL exception for test data.
    - runtests: add option `-w` to check if test data has stray CR bytes in
      them.
    - build: enable the option above in test targets, except the CI-specific
      one where `spacecheck.pl` does this job already.
    - tested OK (with expected failures) in CI with stray CRs added.
    - cmake: enable option `-a` for the `tests` target. To continue testing
      after a failed test.
    
    Follow-up to 63e9721b63d01518db83a664bc1e8373c352879e #19313
    Follow-up to 6cf3d7b1b161bc45501d17b401225befe3c43943 #19318
    Follow-up to 4d2a05d3fe8ba4db9168b03057029ea5ce7dab77 #19284
    
    Closes #19347

    Changed files

    • .github/scripts/spacecheck.pl
    • docs/runtests.md
    • docs/tests/FILEFORMAT.md
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/data/test1008
    • tests/data/test1021
    • tests/data/test1040
    • tests/data/test1042
    • tests/data/test1043
    • tests/data/test1053
    • tests/data/test1055
    • tests/data/test1060
    • tests/data/test1061
    • tests/data/test1066
    • tests/data/test1068
    • tests/data/test1072
    • tests/data/test1073
    • tests/data/test1123
    • tests/data/test1133
    • tests/data/test1158
    • tests/data/test1186
    • tests/data/test1189
    • tests/data/test1273
    • tests/data/test1274
    • tests/data/test1277
    • tests/data/test1288
    • tests/data/test1315
    • tests/data/test1319
    • tests/data/test1375
    • tests/data/test1376
    • tests/data/test1377
    • tests/data/test1404
    • tests/data/test1416
    • tests/data/test1417
    • tests/data/test1428
    • tests/data/test1429
    • tests/data/test1434
    • tests/data/test1475
    • tests/data/test1482
    • tests/data/test1483
    • tests/data/test1493
    • tests/data/test1498
    • tests/data/test1499
    • tests/data/test1525
    • tests/data/test1540
    • tests/data/test1541
    • tests/data/test163
    • tests/data/test164
    • tests/data/test166
    • tests/data/test173
    • tests/data/test1904
    • tests/data/test1940
    • tests/data/test1943
    • tests/data/test2002
    • tests/data/test2003
    • tests/data/test206
    • tests/data/test207
    • tests/data/test208
    • tests/data/test209
    • tests/data/test213
    • tests/data/test218
    • tests/data/test222
    • tests/data/test230
    • tests/data/test232
    • tests/data/test258
    • tests/data/test259
    • tests/data/test265
    • tests/data/test266
    • tests/data/test275
    • tests/data/test3015
    • tests/data/test304
    • tests/data/test31
    • tests/data/test314
    • tests/data/test320
    • tests/data/test3206
    • tests/data/test326
    • tests/data/test339
    • tests/data/test34
    • tests/data/test341
    • tests/data/test347
    • tests/data/test36
    • tests/data/test363
    • tests/data/test365
    • tests/data/test373
    • tests/data/test39
    • tests/data/test396
    • tests/data/test415
    • tests/data/test433
    • tests/data/test44
    • tests/data/test457
    • tests/data/test473
    • tests/data/test503
    • tests/data/test552
    • tests/data/test554
    • tests/data/test568
    • tests/data/test585
    • tests/data/test599
    • tests/data/test60
    • tests/data/test643
    • tests/data/test645
    • tests/data/test646
    • tests/data/test647
    • tests/data/test650
    • tests/data/test654
    • tests/data/test666
    • tests/data/test668
    • tests/data/test71
    • tests/data/test744
    • tests/data/test780
    • tests/data/test781
    • tests/data/test782
    • tests/data/test783
    • tests/data/test80
    • tests/data/test83
    • tests/data/test9
    • tests/data/test900
    • tests/data/test95
    • tests/getpart.pm
    • tests/globalconfig.pm
    • tests/runner.pm
    • tests/runtests.pl
    • tests/testutil.pm