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

Builder curl-ares-solaris11-i386 Build #3455

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3455 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 4a70b9823baa78af953aa89d077681293efe8b22 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jay Satiro

Timing:

StartMon Apr 28 21:40:00 2025
EndTue Apr 29 00:46:36 2025
Elapsed3 hrs, 6 mins, 36 secs

All Changes:

:

  1. Change #228544

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Apr 2025 17:15:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b4c8d19c6ae3ed8e7e7fc1121ae9e4b489e3bffc

    Comments

    pull_request_template.md: remove again
    It was just super annoying and bad
    
    Closes #17212

    Changed files

    • .github/pull_request_template.md
  2. 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