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

Builder curl-pr-unthreaded-solaris10-sparc Build #2345

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/tool-setopt
Revision978e0733266965b84eb5ec96088099a752c1efc6
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/tool-setopt Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2345 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 978e0733266965b84eb5ec96088099a752c1efc6 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Mar 16 11:13:02 2025
EndSun Mar 16 11:13:07 2025
Elapsed5 secs

All Changes:

:

  1. Change #224663

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:05:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision f6218b178569f893a937faead53e709ab04869bd

    Comments

    curl: add my_setopt_long() and _offt()
    
    Two new dedicated functions for setting long and curl_off_t options with
    curl_easy_setopt(). These make it easier to make sure we pass on the
    right option (types) so that the --libcurl code also gets right.

    Changed files

    • src/tool_operate.c
    • src/tool_setopt.c
    • src/tool_setopt.h
  2. Change #224667

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:10:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 723e7454cc17cbeb9c091912a37368a48098c75b

    Comments

    fixup minor simplification

    Changed files

    • src/tool_operate.c
  3. Change #224670

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:15:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 5eeafb91ae03f181ac4fe02aebe931d3c276d15b

    Comments

    fixup buffersize option type

    Changed files

    • src/tool_operate.c
  4. Change #224673

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:18:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision afc26a1e03f2e6a17805f45049a353392118a7f1

    Comments

    fixup another buffersize typecast

    Changed files

    • src/tool_operate.c
  5. Change #224674

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:23:47
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision cf0c8986344d9db91ebbdbaf9e90b3406970f19f

    Comments

    fixup only output off_t sets if non-zero

    Changed files

    • src/tool_setopt.c
  6. Change #224676

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 11:28:36
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 95df4ced4b668c25e40675a78a4848d87f5a6465

    Comments

    fixup remove L, fix CURLOPT_TCP_KEEPALIVE

    Changed files

    • src/tool_operate.c
  7. Change #224683

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 12:17:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 23b6c87bb3804bc0c35d2666bb5d21f28d7e375d

    Comments

    fixup a setopt call

    Changed files

    • src/tool_ssls.c
  8. Change #224685

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 12:19:48
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision c40fd2ce58bd859b220d78f9be2b699790be5b62

    Comments

    fixup two more option mistakes

    Changed files

    • src/tool_operate.c
  9. Change #224688

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 12:30:19
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 8eab92b6704139d905561a289769cec13609d489

    Comments

    fixup for builds without --libcurl support

    Changed files

    • src/tool_setopt.h
  10. Change #224690

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 12:31:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10

    Comments

    fixup better macro

    Changed files

    • src/tool_setopt.h
  11. Change #224691

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 12:32:19
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/tool-setopt
    Revision 978e0733266965b84eb5ec96088099a752c1efc6

    Comments

    fixup no, this is better

    Changed files

    • src/tool_setopt.h