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

Builder curl-unthreaded-solaris10-i386 Build #15965

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision217f0e4d59717fa2a9fd428a4e7458dde26e6e94
Got Revision217f0e4d59717fa2a9fd428a4e7458dde26e6e94
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 12 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 15965 Build
codebase Build
got_revision 217f0e4d59717fa2a9fd428a4e7458dde26e6e94 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 217f0e4d59717fa2a9fd428a4e7458dde26e6e94 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Nov 17 08:08:04 2025
EndMon Nov 17 08:10:28 2025
Elapsed2 mins, 23 secs

All Changes:

:

  1. Change #249035

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 17 Nov 2025 08:01:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3d4f17e3d902b70a4967e1fa9fc574c1cac676d

    Comments

    curl_sasl: make Curl_sasl_decode_mech compare case insenstively
    The provided mechanisms should be compared case insenstively.
    
    Found by ZeroPath
    
    Closes #19535

    Changed files

    • lib/curl_sasl.c
  2. Change #249036

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Nov 2025 08:02:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 217f0e4d59717fa2a9fd428a4e7458dde26e6e94

    Comments

    pytest fixes and improvements
    - fix test_17_20 flakiness: the test case did not have `nghttpx` in
      its parameters, causing it to no check if a reload was necessary.
      When that test ran behind one that gave nghttpx another certificate,
      eg. in parallel mode, it used the wrong pinned pubkey.
    - Have `env` provide lists of HTTP protocol versions available for
      testing. Replace parameterized tests on a fixed protocol list with
      the dynamic one from env. This makes checks for protocol availability
      in the test function bodies superfluous.
    
    refs #19489
    Closes #19540

    Changed files

    • tests/http/test_01_basic.py
    • tests/http/test_02_download.py
    • tests/http/test_03_goaway.py
    • tests/http/test_04_stuttered.py
    • tests/http/test_05_errors.py
    • tests/http/test_07_upload.py
    • tests/http/test_08_caddy.py
    • tests/http/test_09_push.py
    • tests/http/test_10_proxy.py
    • tests/http/test_13_proxy_auth.py
    • tests/http/test_14_auth.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_18_methods.py
    • tests/http/test_19_shutdown.py
    • tests/http/test_40_socks.py
    • tests/http/testenv/env.py