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

Builder curl-unthreaded-solaris10-i386 Build #14501

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb879edef7e2a6925e147819b1a72bc930c5d37de
Got Revisionb879edef7e2a6925e147819b1a72bc930c5d37de
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 14501 Build
codebase Build
got_revision b879edef7e2a6925e147819b1a72bc930c5d37de Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b879edef7e2a6925e147819b1a72bc930c5d37de Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. MonkeybreadSoftware
  2. Stefan Eissing

Timing:

StartWed Apr 17 14:33:08 2024
EndWed Apr 17 16:04:27 2024
Elapsed1 hrs, 31 mins, 18 secs

All Changes:

:

  1. Change #195460

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 17 Apr 2024 14:24:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6655f7029ec5c128561e3ecf1f93db3ed0432a4

    Comments

    http/2, http/3: decouple stream state from easy handle
    - add `Curl_hash_offt` as hashmap between a `curl_off_t` and
      an object. Use this in h2+h3 connection filters to associate
      `data->id` with the internal stream state.
    - changed implementations of all affected connection filters
    - removed `h2_ctx*` and `h3_ctx*` from `struct HTTP` and thus
      the easy handle
    - solves the problem of attaching "foreign protocol" easy handles
      during connection shutdown
    
    Test 1616 verifies the new hash functions.
    
    Closes #13204

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/hash.c
    • lib/hash.h
    • lib/http.h
    • lib/http2.c
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • tests/data/Makefile.inc
    • tests/data/test1616
    • tests/unit/Makefile.inc
    • tests/unit/unit1616.c
  2. Change #195461

    Category curl
    Changed by MonkeybreadSoftware <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 17 Apr 2024 14:26:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b4401a4fb363f611353a83aee209ba24d1f3a0f

    Comments

    lib: silence warnings on comma misuse
    Building curl with -Wcomma, I see warnings about "possible misuse of
    comma operator here" and moving fields assignment out of the for() fixes
    it.
    
    Closes #13392

    Changed files

    • lib/cookie.c
    • lib/ldap.c
  3. Change #195462

    Category curl
    Changed by MonkeybreadSoftware <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 17 Apr 2024 14:28:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b879edef7e2a6925e147819b1a72bc930c5d37de

    Comments

    sendf: fix two typos in comments
    The parameters are named data, not date.
    
    Closes #13393

    Changed files

    • lib/sendf.h