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

Builder curl-pr-unthreaded-solaris10-i386 Build #3607

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/src-strtol
Revision798e973b75ab4aee1bae7bf3356d13834fb4f522
Changes8 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 2 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/src-strtol Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3607 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 798e973b75ab4aee1bae7bf3356d13834fb4f522 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Mar 10 05:03:47 2025
EndMon Mar 10 08:42:28 2025
Elapsed3 hrs, 38 mins, 41 secs

All Changes:

:

  1. Change #224458

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 18:00:16
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision 4b707b22ffafb626b1dcc37d43ab8683f24d722d

    Comments

    fixup trim off two more curlx_strtoofft() calls

    Changed files

    • src/var.c
  2. Change #224460

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 18:04:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision e895f896a8130109bccbbf669fba5a266bd8ebf2

    Comments

    fixup trim another curlx_strtoofft

    Changed files

    • src/tool_getparam.c
  3. Change #224461

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:23:24
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision 7081577e871991671e6edb6af964925cb7de1f96

    Comments

    one more

    Changed files

    • src/tool_cb_hdr.c
  4. Change #224462

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:28:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision d0673211ddde90307e7ac97e1f41aeb8a47684eb

    Comments

    fixup replace the last curlx_strtoofft

    Changed files

    • src/tool_getparam.c
  5. Change #224463

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:33:20
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision 2dc78f71efdfb331254921308621e65a096f4aa8

    Comments

    fixup the range parser

    Changed files

    • src/tool_getparam.c
  6. Change #224464

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:43:42
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision c285fd46d70c7ed27ce6fdfb09ea6e3988afaa09

    Comments

    fixup the range parser

    Changed files

    • src/tool_getparam.c
  7. Change #224466

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:48:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision 3e87206f6301b66f2e9811238721baf839e846b2

    Comments

    fixup Value stored to 'unit' during its initialization is never read

    Changed files

    • src/tool_getparam.c
  8. Change #224468

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 09 Mar 2025 23:51:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/src-strtol
    Revision 798e973b75ab4aee1bae7bf3356d13834fb4f522

    Comments

    src: replace strto[u][ld] with curlx_str_ parsers
    
    - Better error handling (no errno mess), better limit checks.
    
    - Also removed all uses of curlx_strtoofft()
    
    Closes #16634

    Changed files

    • lib/strparse.h
    • lib/strtoofft.h
    • src/.checksrc
    • src/terminal.c
    • src/tool_cb_hdr.c
    • src/tool_getparam.c
    • src/tool_main.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_urlglob.c
    • src/tool_urlglob.h
    • src/var.c