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

Builder curl-ares-solaris10-i386 Build #3567

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionee232917dc892bc453c03d1b8f80e654b1164e1f
Got Revisionee232917dc892bc453c03d1b8f80e654b1164e1f
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 26 mins, 53 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jul 21 16:36:48 2025
EndTue Jul 22 02:34:52 2025
Elapsed9 hrs, 58 mins, 3 secs

All Changes:

:

  1. Change #240304

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 21 Jul 2025 15:02:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 792a61e2047782b85da0332cf298a747ce11e8e6

    Comments

    curl_setup.h: move UWP detection after `config-win32.h`
    To honor a `_WIN32_WINNT` set by `config-win32.h`.
    
    Closes #17980

    Changed files

    • lib/curl_setup.h
  2. Change #240312

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 21 Jul 2025 16:09:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0260e8465a2373b22588086acdfa5f4cf0e16e29

    Comments

    GHA/checksrc: expand spellcheck, fix issues found
    - codespell: break logic out into its own runnable script. Allowing
      to run it on local machines.
    - codespell: install via `pip`, bump to latest version.
    - codespell: show version number in CI log.
    - codespell: drop no longer needed word exception: `msdos`.
    - codespell: include all curl source tree, except `packages` and
      `winbuild`. Drop an obsolete file exclusion.
    - add new spellchecker job using the `typos` tool. It includes
      the codespell dictionary and a couple more. Use linuxbrew to install
      it. This takes 10 seconds, while installing via `cargo` from source
      would take over a minute.
    - codespell: introduce an inline ignore filter compatible with `cspell`
      Make `typos` recognize it, too. Move single exceptions inline.
    
    Fix new typos found. Also rename variables and words to keep
    spellchecking exceptions at minumum. This involves touching some tests.
    Also switch base64 strings to `%b64[]` to avoid false positives.
    
    Ref: https://github.com/crate-ci/typos/blob/master/docs/reference.md
    Ref: https://github.com/codespell-project/codespell?tab=readme-ov-file#inline-ignore
    Ref: https://github.com/codespell-project/codespell/issues/1212#issuecomment-1721152455
    Ref: https://cspell.org/docs/Configuration/document-settings
    
    Closes #17905

    Changed files

    • .github/scripts/codespell-ignore.txt
    • .github/scripts/codespell.sh
    • .github/scripts/typos.sh
    • .github/scripts/typos.toml
    • .github/workflows/checksrc.yml
    • docs/examples/adddocsref.pl
    • docs/examples/cacertinmem.c
    • docs/examples/ftpuploadfrommem.c
    • docs/examples/httpput-postfields.c
    • docs/examples/post-callback.c
    • docs/examples/simplessl.c
    • docs/examples/usercertinmem.c
    • docs/libcurl/libcurl.m4
    • docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
    • docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.md
    • include/curl/curl.h
    • lib/asyn-thrdd.c
    • lib/curlx/dynbuf.c
    • lib/curlx/inet_ntop.c
    • lib/curlx/timeval.c
    • lib/ftp.c
    • lib/hostip4.c
    • lib/http2.c
    • lib/parsedate.c
    • lib/url.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vtls/cipher_suite.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/wolfssl.h
    • packages/OS400/curl.inc.in
    • packages/vms/build_curl-config_script.com
    • src/tool_formparse.c
    • src/tool_setopt.c
    • tests/client/h2_upgrade_extreme.c
    • tests/client/tls_session_reuse.c
    • tests/data/test1233
    • tests/data/test1294
    • tests/data/test1328
    • tests/data/test1421
    • tests/data/test153
    • tests/data/test167
    • tests/data/test168
    • tests/data/test169
    • tests/data/test174
    • tests/data/test175
    • tests/data/test176
    • tests/data/test237
    • tests/data/test238
    • tests/data/test2720
    • tests/data/test335
    • tests/data/test383
    • tests/data/test384
    • tests/data/test385
    • tests/data/test386
    • tests/data/test388
    • tests/data/test540
    • tests/data/test804
    • tests/data/test845
    • tests/data/test889
    • tests/data/test890
    • tests/data/test948
    • tests/data/test949
    • tests/data/test998
    • tests/data/test999
    • tests/ech_tests.sh
    • tests/http/test_10_proxy.py
    • tests/libtest/lib1560.c
    • tests/libtest/lib3026.c
    • tests/libtest/lib557.c
    • tests/runner.pm
    • tests/runtests.pl
    • tests/server/getpart.c
    • tests/smbserver.py
    • tests/test1173.pl
    • tests/unit/unit1302.c
    • tests/unit/unit1304.c
    • tests/unit/unit1307.c
  3. Change #240313

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 21 Jul 2025 16:14:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ae93a95f8bdfeb2f30a4b917c805e7c9a0e3e8b

    Comments

    curl_fnmatch, servers: drop local macros in favour of `sizeof()`
    Closes #17898

    Changed files

    • lib/curl_fnmatch.c
    • tests/server/rtspd.c
    • tests/server/sws.c
  4. Change #240314

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 21 Jul 2025 16:17:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee232917dc892bc453c03d1b8f80e654b1164e1f

    Comments

    tidy-up: `Curl_thread_create()` callback return type
    Replace repeat `#ifdef` code with a macro for the return type of
    the thread function.
    
    Also:
    - always define `CURL_STDCALL`, allowing to use it without guards.
    - lib1307: drop single-use macro `CAINFO`.
    
    Closes #17889

    Changed files

    • lib/asyn-thrdd.c
    • lib/curl_threads.c
    • lib/curl_threads.h
    • tests/libtest/lib3207.c