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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/cookie-split
Revision3792b771faf76382255530fa0208e92b6c9e85e4
Changes4 changes

BuildSlave:

unstable10s

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/cookie-split Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1759 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 3792b771faf76382255530fa0208e92b6c9e85e4 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:

StartWed Oct 16 07:19:46 2024
EndWed Oct 16 07:19:49 2024
Elapsed2 secs

All Changes:

:

  1. Change #211199

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Oct 2024 13:10:13
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cookie-split
    Revision bb1e9bf51443b62ce285e834ed7d5de80e91e507

    Comments

    cookie: overhaul and cleanup
    
    - split the huge Curl_cookie_add() into several smaller static functions
    
    - switch to using the common llist instead of custom linked list
    
    - use less memory for *getlist()
    
    - use bitfields for flags in the Cookie struct

    Changed files

    • lib/cookie.c
    • lib/cookie.h
    • lib/http.c
  2. Change #211207

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Oct 2024 13:25:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cookie-split
    Revision 18f34d01d958cfe5cb96403db4aaa87efb92e007

    Comments

    fixup avoid the copy for date parsing

    Changed files

    • lib/cookie.c
  3. Change #211210

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Oct 2024 13:56:39
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cookie-split
    Revision dcaf8a57d69d9fc5dba151d799bac9f0c0724fe7

    Comments

    fixup use 'ci' consistency for 'struct CookieInfo' pointers

    Changed files

    • lib/cookie.c
  4. Change #211212

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 10 Oct 2024 13:58:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cookie-split
    Revision 3792b771faf76382255530fa0208e92b6c9e85e4

    Comments

    fixup comment cleanup

    Changed files

    • lib/cookie.h