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

Builder curl-ares-solaris10-i386 Build #3347

Results:

Exception mail result

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4a70b9823baa78af953aa89d077681293efe8b22
Got Revision4a70b9823baa78af953aa89d077681293efe8b22
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result Mail result exception ( 0 secs )
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3347 Build
codebase Build
got_revision 4a70b9823baa78af953aa89d077681293efe8b22 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4a70b9823baa78af953aa89d077681293efe8b22 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. Jay Satiro

Timing:

StartMon Apr 28 21:18:15 2025
EndTue Apr 29 00:59:42 2025
Elapsed3 hrs, 41 mins, 26 secs

All Changes:

:

  1. Change #228552

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Mon 28 Apr 2025 20:07:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a70b9823baa78af953aa89d077681293efe8b22

    Comments

    progress: fix integer overflow check
    - Fix logic typo.
    
    Prior to this change the overflow check was reversed, meaning it did
    not stop an overflow condition and also if there wasn't an overflow it
    erroneously set the total expected transfer size to the maximum value.
    
    Follow-up to 69ce9a7f from earlier today.
    
    Closes https://github.com/curl/curl/pull/17213

    Changed files

    • lib/progress.c