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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revisiond12129dda5e14f384dbb9f24ddb462479501fc87
Got Revisiond12129dda5e14f384dbb9f24ddb462479501fc87
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 11 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3655 Build
codebase Build
got_revision d12129dda5e14f384dbb9f24ddb462479501fc87 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision d12129dda5e14f384dbb9f24ddb462479501fc87 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
  2. Viktor Szakats

Timing:

StartSat Mar 15 05:33:18 2025
EndSat Mar 15 06:43:38 2025
Elapsed1 hrs, 10 mins, 19 secs

All Changes:

:

  1. Change #225039

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Mar 2025 17:59:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5b6d3291b5f26f70a0644b557d844253d9bdd265

    Comments

    http: remove the space requirement after status-code
    
    It was introduced in 294136b75411893c5, but not shipped in a release. It
    has caused problems and after checking, the browsers don't insist on it
    even if RFC 9112 says it is mandatory.
    
    Adjust test 2 to do a response without the space.
    
    Closes #16728

    Changed files

    • lib/http.c
    • tests/data/test2
  2. Change #225044

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Mar 2025 20:10:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 7d679f9ab6f159483cd24b633eda0f33d2330418

    Comments

    http: remove a HTTP method size restriction
    
    By allocating the method string as part of the struct, the previous
    fixed size limit (23 bytes) can be avoided. It would previously make
    "curl -X [long string]" work against http://localhost but fail against
    https://curl.se with no clear error message.
    
    Closes #16729

    Changed files

    • lib/http.c
    • lib/http.h
  3. Change #225048

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Mar 2025 20:50:19
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae

    Comments

    autotools: fix `libtest` bundle to depend on `FIRSTFILES`
    
    Closes #16726

    Changed files

    • tests/libtest/Makefile.am
  4. Change #225053

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 14 Mar 2025 23:08:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision d12129dda5e14f384dbb9f24ddb462479501fc87

    Comments

    GHA/non-native: drop building docs with autotools on emulated CPU
    
    It saves about 1 minute (10%) per run.
    Also reduces log length from 3800 to 2800 lines.
    
    Keep building docs on native CPU.
    
    Closes #16731

    Changed files

    • .github/workflows/non-native.yml