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

Builder curl-threaded-solaris11-i386 Build #3883

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision71c9706959cbd570b11074e9002a95a4e80956fc
Got Revision71c9706959cbd570b11074e9002a95a4e80956fc
Changes5 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 50 mins, 29 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3883 Build
codebase Build
got_revision 71c9706959cbd570b11074e9002a95a4e80956fc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 71c9706959cbd570b11074e9002a95a4e80956fc Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. David Zhuang
  3. Stefan Eissing
  4. renovate[bot]

Timing:

StartWed Sep 3 15:03:02 2025
EndWed Sep 3 17:41:53 2025
Elapsed2 hrs, 38 mins, 51 secs

All Changes:

:

  1. Change #244369

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 11:55:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 967a626af48aafd3747c39a5597bd8c4a7977a7a

    Comments

    idn: reject conversions that end up as a zero length hostname
    Reported-by: RepoRascal on hackerone
    Closes #18462

    Changed files

    • lib/idn.c
  2. Change #244374

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 03 Sep 2025 12:51:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f1102cf740c30b3da8f5df299ae8c9c088fbce8

    Comments

    pytest: add tests for getting a non-existing ftp file
    Check that return code is 78.
    
    Closes #18463

    Changed files

    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
  3. Change #244378

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 03 Sep 2025 12:52:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e6bc73570557db2ceb092d1bc7284aca9271f15

    Comments

    GHA: Update cloudflare/quiche to v0.24.6
    Closes #18464

    Changed files

    • .github/workflows/http3-linux.yml
  4. Change #244379

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Wed 03 Sep 2025 12:54:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c278c508e2acfad5f2603febfdba80a30427cd3f

    Comments

    http: do the cookie list access under lock
    A previous refactor of cookie logic changed Curl_cookie_getlist to no
    longer return a list of copied cookies, but instead return a linked list
    pointing to existing cookies. The returned linked list is accessed
    outside of the scope of the cookie share lock in http_cookies, which
    leads to issues if the shared cookie list is modified at the same time.
    This is the relevant commit: be39ed1
    
    Closes #18457

    Changed files

    • lib/http.c
  5. Change #244389

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 14:30:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 71c9706959cbd570b11074e9002a95a4e80956fc

    Comments

    tests: remove the 'none' server
    Only actually needed servers should be listed and none is then implied
    if no servers are listed.
    
    Outputs a warning if "none" is still set as a server.
    
    Closes #18466

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1013
    • tests/data/test1014
    • tests/data/test1016
    • tests/data/test1017
    • tests/data/test1018
    • tests/data/test1019
    • tests/data/test1020
    • tests/data/test1022
    • tests/data/test1023
    • tests/data/test1026
    • tests/data/test1027
    • tests/data/test1034
    • tests/data/test1035
    • tests/data/test1063
    • tests/data/test1084
    • tests/data/test1085
    • tests/data/test1119
    • tests/data/test1132
    • tests/data/test1135
    • tests/data/test1139
    • tests/data/test1140
    • tests/data/test1165
    • tests/data/test1167
    • tests/data/test1169
    • tests/data/test1173
    • tests/data/test1175
    • tests/data/test1177
    • tests/data/test1179
    • tests/data/test1182
    • tests/data/test1185
    • tests/data/test1222
    • tests/data/test1234
    • tests/data/test1236
    • tests/data/test1260
    • tests/data/test1263
    • tests/data/test1264
    • tests/data/test1268
    • tests/data/test1269
    • tests/data/test1275
    • tests/data/test1276
    • tests/data/test1279
    • tests/data/test1281
    • tests/data/test1291
    • tests/data/test1300
    • tests/data/test1301
    • tests/data/test1302
    • tests/data/test1303
    • tests/data/test1304
    • tests/data/test1305
    • tests/data/test1306
    • tests/data/test1307
    • tests/data/test1308
    • tests/data/test1309
    • tests/data/test1323
    • tests/data/test1330
    • tests/data/test1394
    • tests/data/test1395
    • tests/data/test1396
    • tests/data/test1397
    • tests/data/test1398
    • tests/data/test1399
    • tests/data/test1409
    • tests/data/test1410
    • tests/data/test1427
    • tests/data/test1447
    • tests/data/test1453
    • tests/data/test1461
    • tests/data/test1462
    • tests/data/test1463
    • tests/data/test1464
    • tests/data/test1469
    • tests/data/test1471
    • tests/data/test1472
    • tests/data/test1474
    • tests/data/test1477
    • tests/data/test1478
    • tests/data/test1486
    • tests/data/test1488
    • tests/data/test1508
    • tests/data/test1521
    • tests/data/test1530
    • tests/data/test1537
    • tests/data/test1538
    • tests/data/test1544
    • tests/data/test1550
    • tests/data/test1557
    • tests/data/test1558
    • tests/data/test1559
    • tests/data/test1560
    • tests/data/test1564
    • tests/data/test1592
    • tests/data/test1597
    • tests/data/test1600
    • tests/data/test1601
    • tests/data/test1602
    • tests/data/test1603
    • tests/data/test1604
    • tests/data/test1605
    • tests/data/test1606
    • tests/data/test1607
    • tests/data/test1608
    • tests/data/test1609
    • tests/data/test1610
    • tests/data/test1611
    • tests/data/test1612
    • tests/data/test1614
    • tests/data/test1615
    • tests/data/test1616
    • tests/data/test1620
    • tests/data/test1621
    • tests/data/test1650
    • tests/data/test1651
    • tests/data/test1652
    • tests/data/test1653
    • tests/data/test1654
    • tests/data/test1655
    • tests/data/test1656
    • tests/data/test1657
    • tests/data/test1658
    • tests/data/test1660
    • tests/data/test1661
    • tests/data/test1663
    • tests/data/test1664
    • tests/data/test1705
    • tests/data/test1706
    • tests/data/test1707
    • tests/data/test1708
    • tests/data/test1709
    • tests/data/test1710
    • tests/data/test19
    • tests/data/test1900
    • tests/data/test1911
    • tests/data/test1912
    • tests/data/test1915
    • tests/data/test1918
    • tests/data/test1979
    • tests/data/test1980
    • tests/data/test20
    • tests/data/test2043
    • tests/data/test2044
    • tests/data/test2045
    • tests/data/test2075
    • tests/data/test2080
    • tests/data/test219
    • tests/data/test2600
    • tests/data/test2601
    • tests/data/test2602
    • tests/data/test2603
    • tests/data/test2604
    • tests/data/test288
    • tests/data/test3026
    • tests/data/test3105
    • tests/data/test3200
    • tests/data/test3205
    • tests/data/test3211
    • tests/data/test3212
    • tests/data/test3213
    • tests/data/test3214
    • tests/data/test333
    • tests/data/test370
    • tests/data/test375
    • tests/data/test378
    • tests/data/test411
    • tests/data/test422
    • tests/data/test460
    • tests/data/test462
    • tests/data/test467
    • tests/data/test484
    • tests/data/test485
    • tests/data/test496
    • tests/data/test501
    • tests/data/test504
    • tests/data/test509
    • tests/data/test517
    • tests/data/test543
    • tests/data/test557
    • tests/data/test558
    • tests/data/test632
    • tests/data/test680
    • tests/data/test686
    • tests/data/test697
    • tests/data/test745
    • tests/data/test746
    • tests/data/test748
    • tests/data/test75
    • tests/data/test751
    • tests/data/test759
    • tests/data/test760
    • tests/data/test761
    • tests/data/test795
    • tests/data/test96
    • tests/data/test971
    • tests/runner.pm
    • tests/servers.pm