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

Builder curl-threaded-solaris10-i386 Build #4451

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 1 mins, 22 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-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4451 Build
codebase Build
got_revision 56eca2afb4806f1032872fa97d1834b3c1385276 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 56eca2afb4806f1032872fa97d1834b3c1385276 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Jun 5 09:23:35 2026
EndFri Jun 5 14:25:11 2026
Elapsed5 hrs, 1 mins, 36 secs

All Changes:

:

  1. Change #269554

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 05 Jun 2026 09:13:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c32427d0c1ac2c2a923243bf83db1e0fd703e788

    Comments

    VULN-DISCLOSURE-POLICY.md: emphasize comm as a human
    Closes #21870

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  2. Change #269555

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 05 Jun 2026 09:14:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56eca2afb4806f1032872fa97d1834b3c1385276

    Comments

    quic: count zero length packets against max
    With a flood of zero lenght UDP packets to curl, the receive loop might
    run longer than intended to. Count such packets against the max to
    terminate the loop as intended.
    
    URL: https://hackerone.com/reports/3783438
    Reported-by: vectorqueue on hackerone
    Closes #21869

    Changed files

    • lib/vquic/vquic.c