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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/async-doh
Revision5267493eebc2f93a66dda5c227d58de29d2a762e
Changes1 change

BuildSlave:

unstable10x

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/async-doh Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3613 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 5267493eebc2f93a66dda5c227d58de29d2a762e 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 11 05:49:26 2025
EndTue Mar 11 05:49:29 2025
Elapsed2 secs

All Changes:

:

  1. Change #224521

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 11:55:01
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/async-doh
    Revision 5267493eebc2f93a66dda5c227d58de29d2a762e

    Comments

    lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use
    
    CURLRES_ASYNCH - is for when built to use an async name resolver; threaded or
    c-ares
    
    USE_CURL_ASYNC - is for when built to use either an async name resolver OR DoH
    
    Reported-by: Lars Karlitski
    Fixes #16645

    Changed files

    • lib/hostip.c
    • lib/multi.c
    • lib/socks.c
    • lib/urldata.h