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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision19d6415273b35e74ebabdf627c9d7a5725fb4bf8
Got Revision19d6415273b35e74ebabdf627c9d7a5725fb4bf8
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 30 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 3610 Build
codebase Build
got_revision 19d6415273b35e74ebabdf627c9d7a5725fb4bf8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 19d6415273b35e74ebabdf627c9d7a5725fb4bf8 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. Christian Schmitz
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartMon Mar 10 17:18:23 2025
EndMon Mar 10 22:19:36 2025
Elapsed5 hrs, 1 mins, 12 secs

All Changes:

:

  1. Change #224506

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 09:01:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f8e7a4df94393bc23bf10e1dd1e9e8bd7655be9f

    Comments

    mprintf: switch three number parsers to use strparse
    
    Also add more const char pointers and reduced the scope for some
    variables.
    
    Closes #16628

    Changed files

    • lib/mprintf.c
  2. Change #224512

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 10:34:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5fdf30b4ddbd6becc70ebc671dbad9b81e2d402c

    Comments

    configure: call the blocking resolver "blocking", not "default"
    
    On most systems the default is actually the threaded resolver.
    
    Closes #16646

    Changed files

    • configure.ac
  3. Change #224513

    Category None
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Mon 10 Mar 2025 10:38:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fc04eca8f85e7e0d41e6bfb5bbf337834cb4401e

    Comments

    easy: fix warning about possible comma misuse
    
    Closes #16644

    Changed files

    • lib/easy.c
  4. Change #224516

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

    Comments

    lib: rename curlx_strtoofft to Curl_str_numblanks()
    
    The function is no longer used via the curlx shortcut.
    
    Remove the strtoofft.[ch] files.
    
    Closes #16642

    Changed files

    • lib/Makefile.inc
    • lib/cf-h1-proxy.c
    • lib/curlx.h
    • lib/ftplistparser.c
    • lib/http.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/strtoofft.c
    • lib/strtoofft.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • packages/vms/gnv_link_curl.com
    • projects/generate.bat
    • src/Makefile.inc
    • src/terminal.c
    • tests/server/Makefile.inc
    • winbuild/MakefileBuild.vc
  5. Change #224527

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 12:18:48
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 06ae0eceb97627fcced7b0f366114bebe898461b

    Comments

    STRPARSE: amend with recently added functions
    
    Closes #16647

    Changed files

    • docs/internals/STRPARSE.md
  6. Change #224530

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 13:13:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision aa8d1d648e40d6db1e27e029aefa57e61154f43f

    Comments

    socks: remove bad assert from do_SOCKS5()
    
    It verified the auth bits wrongly. We don't need this assert anymore
    since the input is verified in *setopt().
    
    Bug: https://issues.oss-fuzz.com/issues/401869346
    
    Closes #16650

    Changed files

    • lib/socks.c
  7. Change #224532

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 13:15:20
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 3c2948e0a6a93a17c3cd9cc7135e2d61b94aec3d

    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
    Closes #16648

    Changed files

    • lib/hostip.c
    • lib/multi.c
    • lib/socks.c
    • lib/urldata.h
  8. Change #224533

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 13:17:18
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 75acda70aaebe7f92acc39a413e6ab8471622888

    Comments

    hostip: don't use alarm() for DoH resolves
    
    When built to use the synch resolver and DoH is used for a transfer, do
    not use alarm() for timeout since DoH resolving is not blocking.
    
    Closes #16649

    Changed files

    • lib/hostip.c
  9. Change #224548

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Mar 2025 14:19:49
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision bad5e7133128cee3dc0d4f9142cf1fb0f2d02dbb

    Comments

    tidy-up: whitespace, tests/server Makefile.inc, timeval in VS project
    
    - VS projects: drop unused `timediff`.
      (used by curltool library, but this build method doesn't build that.)
    - tests/server/sws: reflow an `if` for greppability.
    - tests/server/Makefile.inc: indent, format
    - tests/server/Makefile.inc: merge `USEFUL` and `UTIL` lists.
    
    Closes #16651

    Changed files

    • projects/generate.bat
    • tests/server/Makefile.inc
    • tests/server/sws.c
  10. Change #224579

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Mar 2025 17:10:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 19d6415273b35e74ebabdf627c9d7a5725fb4bf8

    Comments

    urlapi: treat 0 alone as decimal number in IPv4 address
    
    Not as a broken octcal. Regression from b4538ec522
    
    Extended test 1560 to verify this behavior.
    
    Reported-by: Carlos Henrique Lima Melara
    
    Closes #16652

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c