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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/help-http-version
Revision61a785729a680bf422e9741c5077633f1e6d0c33
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/help-http-version Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3562 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 61a785729a680bf422e9741c5077633f1e6d0c33 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:

StartTue Mar 4 12:12:04 2025
EndTue Mar 4 12:12:06 2025
Elapsed2 secs

All Changes:

:

  1. Change #223624

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Mar 2025 12:57:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/help-http-version
    Revision 58ec74b0d7a2d4a1773877ca94972ec2121f5e61

    Comments

    docs/cmdline-opts: unify HTTP version style in --help output
    
    $ curl -h all | grep -- --http
    
    Now:
    
         --http0.9                            Allow HTTP 0.9 responses
     -0, --http1.0                            Use HTTP 1.0
         --http1.1                            Use HTTP 1.1
         --http2                              Use HTTP 2
         --http2-prior-knowledge              Use HTTP 2 without HTTP/1.1 Upgrade
         --http3                              Use HTTP 3
         --http3-only                         Use HTTP 3 only
    
    Before:
    
         --http0.9                            Allow HTTP 0.9 responses
     -0, --http1.0                            Use HTTP 1.0
         --http1.1                            Use HTTP 1.1
         --http2                              Use HTTP/2
         --http2-prior-knowledge              Use HTTP 2 without HTTP/1.1 Upgrade
         --http3                              Use HTTP v3
         --http3-only                         Use HTTP v3 only

    Changed files

    • docs/cmdline-opts/http2.md
    • docs/cmdline-opts/http3-only.md
    • docs/cmdline-opts/http3.md
    • src/tool_listhelp.c
  2. Change #223647

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Mar 2025 15:59:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/help-http-version
    Revision 7a078516e1b6180bf94f7d6a463697d79f2a62a1

    Comments

    switch to slash-style consistently

    Changed files

    • docs/cmdline-opts/http0.9.md
    • docs/cmdline-opts/http1.0.md
    • docs/cmdline-opts/http1.1.md
    • docs/cmdline-opts/http2-prior-knowledge.md
    • docs/cmdline-opts/http2.md
    • docs/cmdline-opts/http3-only.md
    • docs/cmdline-opts/http3.md
    • src/tool_listhelp.c
  3. Change #223649

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Mar 2025 16:06:21
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/help-http-version
    Revision 61a785729a680bf422e9741c5077633f1e6d0c33

    Comments

    docs/cmdline-opts: unify HTTP version style in --help output
    
    $ curl -h all | grep -- --http
    
    Now:
    
         --http0.9                      Allow HTTP/0.9 responses
     -0, --http1.0                      Use HTTP/1.0
         --http1.1                      Use HTTP/1.1
         --http2                        Use HTTP/2
         --http2-prior-knowledge        Use HTTP/2 without HTTP/1.1 Upgrade
         --http3                        Use HTTP/3
         --http3-only                   Use HTTP/3 only
    
    Before:
    
         --http0.9                      Allow HTTP 0.9 responses
     -0, --http1.0                      Use HTTP 1.0
         --http1.1                      Use HTTP 1.1
         --http2                        Use HTTP/2
         --http2-prior-knowledge        Use HTTP 2 without HTTP/1.1 Upgrade
         --http3                        Use HTTP v3
         --http3-only                   Use HTTP v3 only
    
    Closes #16542

    Changed files

    • docs/cmdline-opts/http0.9.md
    • docs/cmdline-opts/http1.0.md
    • docs/cmdline-opts/http1.1.md
    • docs/cmdline-opts/http2-prior-knowledge.md
    • docs/cmdline-opts/http3-only.md
    • docs/cmdline-opts/http3.md
    • src/tool_listhelp.c