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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/normalize-urls
Revision617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/normalize-urls Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2383 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c 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 30 23:32:33 2025
EndMon Mar 31 07:28:54 2025
Elapsed7 hrs, 56 mins, 21 secs

All Changes:

:

  1. Change #226002

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 16:05:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 07cca1945873d1d5b41d297d5807942db02f1b4f

    Comments

    urlapi: normalize retrieved URLs
    
    The API documentation for curl_url_get() mentions normalizing when
    extracting a URL (only), so this code does not affect retrieving the
    individual components.
    
    Normalizes: user, password, options, (lowercase) hostnames, path, query
    and fragment
    
    Added CURLU_NO_NORMALIZE flag for retrieving the URL without
    normalization.
    
    TODO:
    
    - use this option internally for redirect handling
    
    Extend test 1560 to verify
    
    Fixes #16829
    Reported-by: Alberto Leiva Popper

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/urlapi.c
    • tests/data/test1560
    • tests/libtest/lib1560.c
  2. Change #226003

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 17:36:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 7323ebe943aa22ab9a7dd9308d7eea521779d2a3

    Comments

    make %2f in paths remain encoded

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  3. Change #226023

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 23:54:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 57099c73acdc1c1aeb287e0de8f73feb2683d0aa

    Comments

    fixup use CURLU_NO_NORMALIZE internally

    Changed files

    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/urlapi.c
  4. Change #226025

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:00:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 1c12f4c6579197301e54d710acd59a1201c50b3a

    Comments

    fixup be fine with silly long host names

    Changed files

    • lib/urlapi.c
  5. Change #226026

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:00:52
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision d58c4b07ce596dfc9f2cca3aeb680e60926db084

    Comments

    test58: assume uppercase hex

    Changed files

    • tests/data/test58
  6. Change #226027

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:02:16
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision fe8866f96ca3f949fc9d416fbc11523a005d71ae

    Comments

    test1221: uppercase hex

    Changed files

    • tests/data/test1221
  7. Change #226038

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 12:42:35
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision beb5a157301c5af68baa42033171cfeef6734db2

    Comments

    libtest/first.c: remove the Test: stderr output for unity builds
    
    That makes the output differ between builds which breaks tests doing
    comparisons

    Changed files

    • tests/libtest/first.c
  8. Change #226065

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 14:33:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c

    Comments

    urlapi: normalize retrieved URLs
    
    The API documentation for curl_url_get() mentions normalizing when
    extracting a URL (only), so this code does not affect retrieving the
    individual components.
    
    Normalizes: user, password, options, (lowercase) hostnames, path, query
    and fragment
    
    Added CURLU_NO_NORMALIZE flag for retrieving the URL without
    normalization.
    
    Uses this option internally for redirect handling.
    
    Extend test 1560 to verify
    
    Fixes #16829
    Reported-by: Alberto Leiva Popper
    Closes #16841

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/urlapi.c
    • tests/data/test1221
    • tests/data/test1560
    • tests/data/test58
    • tests/libtest/lib1560.c