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

Builder curl-ares-solaris10-i386 Build #3320

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 15 mins, 16 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 3320 Build
codebase Build
got_revision 82606325e3a65c06985bbf621da7b360d753791e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 82606325e3a65c06985bbf621da7b360d753791e 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. Jochen Sprickerhof
  2. Stefan Eissing

Timing:

StartThu Apr 24 09:58:12 2025
EndThu Apr 24 13:40:19 2025
Elapsed3 hrs, 42 mins, 7 secs

All Changes:

:

  1. Change #228087

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 24 Apr 2025 08:43:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e95556fc2b02a0ad38619aa94420d1dbeebfdd5

    Comments

    multi: init_do(): check result
    Calls to `Curl_init_do()` did not check on result and missed failures to
    properly and completely initialize a transfer request.
    
    The main cause of such an init failure is the need to rewind the
    READFUNCTION without a SEEKFUNCTION registered. Check the failure to
    "rewind" the upload data immediately make test cases 1576 and friends
    fail.
    
    Reported-by: Travis Lane
    Fixes #17139
    Closes #17150

    Changed files

    • lib/multi.c
    • lib/url.c
    • tests/libtest/lib1576.c
    • tests/mk-bundle.pl
  2. Change #228088

    Category curl
    Changed by Jochen Sprickerhof <gitohnoyoudont@jochen.sprickerhof.de>
    Changed at Thu 24 Apr 2025 08:45:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 82606325e3a65c06985bbf621da7b360d753791e

    Comments

    openssl-quic: Add missing include
    uint_hash, Curl_uint_hash_init and others are used in the file.
    
    Regression from 657aae79c0
    
    Closes #17156

    Changed files

    • lib/vquic/curl_osslq.c